Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 3 anni fa
parent
commit
b7d85f45c1
9 ha cambiato i file con 130 aggiunte e 18 eliminazioni
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 33 0
      mirror/packages/macosx.html
  5. 23 0
      packages/linux.md
  6. 23 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libdivsufsort, e2fsprogs, shaderc**
+- **Recently added: port, bsdiff, libdivsufsort**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (532)
+- Packages (533)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -1011,6 +1011,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("brynet")
 </code></pre>
+<h3 id="bsdifflinux">bsdiff (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BSDIFF is a binary diffing/patching library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://android.googlesource.com/platform/external/bsdiff/">https://android.googlesource.com/platform/external/bsdiff/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.11.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bsdiff/xmake.lua">bsdiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bsdiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bsdiff")
+</code></pre>
 <h3 id="bullet3linux">bullet3 (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -863,6 +863,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("brotli")
 </code></pre>
+<h3 id="bsdiffmacosx">bsdiff (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>BSDIFF is a binary diffing/patching library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://android.googlesource.com/platform/external/bsdiff/">https://android.googlesource.com/platform/external/bsdiff/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.11.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bsdiff/xmake.lua">bsdiff/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bsdiff
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bsdiff")
+</code></pre>
 <h3 id="bullet3macosx">bullet3 (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -616,6 +616,29 @@ add_requires("brynet")
 ```
 
 
+### bsdiff (linux)
+
+
+| Description | *BSDIFF is a binary diffing/patching library* |
+| -- | -- |
+| Homepage | [https://android.googlesource.com/platform/external/bsdiff/](https://android.googlesource.com/platform/external/bsdiff/) |
+| Versions | 2021.11.16 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [bsdiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bsdiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bsdiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bsdiff")
+```
+
+
 ### bullet3 (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -520,6 +520,29 @@ add_requires("brotli")
 ```
 
 
+### bsdiff (macosx)
+
+
+| Description | *BSDIFF is a binary diffing/patching library* |
+| -- | -- |
+| Homepage | [https://android.googlesource.com/platform/external/bsdiff/](https://android.googlesource.com/platform/external/bsdiff/) |
+| Versions | 2021.11.16 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [bsdiff/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bsdiff/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bsdiff
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bsdiff")
+```
+
+
 ### bullet3 (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-05T01:23:14+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-05T01:23:16+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-05T01:23:16+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-05T01:23:16+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-05T01:23:17+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-05T01:23:17+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-05T01:23:17+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-05T01:23:17+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-05T01:23:18+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-05T01:23:18+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-05T01:23:18+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-05T01:23:18+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-05T01:23:19+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-05T01:23:19+08:00</lastmod>
+  <lastmod>2021-12-05T04:20:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libdivsufsort, e2fsprogs, shaderc**
+- **Recently added: port, bsdiff, libdivsufsort**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (532)
+- 包列表 (533)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)