Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 4 години
родител
ревизия
a421f413bc
променени са 11 файла, в които са добавени 401 реда и са изтрити 35 реда
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 149 1
      mirror/packages/linux.html
  4. 38 1
      mirror/packages/macosx.html
  5. 38 1
      mirror/packages/windows.html
  6. 97 1
      packages/linux.md
  7. 25 1
      packages/macosx.md
  8. 25 1
      packages/windows.md
  9. 25 25
      sitemap.xml
  10. 1 1
      zh-cn/_coverpage.md
  11. 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: glad, yaml-cpp, bison**
+- **Recently added: eastl, libgcrypt, libgpg-error**
 
 [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 (204)
+- Packages (208)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 149 - 1
mirror/packages/linux.html

@@ -1175,6 +1175,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eabase")
 </code></pre>
+<h3 id="eastllinux">eastl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EASTL stands for Electronic Arts Standard Template Library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EASTL">https://github.com/electronicarts/EASTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.17.03</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/e/eastl/xmake.lua">eastl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eastl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eastl")
+</code></pre>
 <h3 id="effceelinux">effcee (linux)</h3>
 <table>
 <thead>
@@ -1529,7 +1566,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.9.1</td>
+<td>2.10.4, 2.9.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2670,6 +2707,80 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libffi")
 </code></pre>
+<h3 id="libgcryptlinux">libgcrypt (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnupg.org/related_software/libgcrypt/">https://www.gnupg.org/related_software/libgcrypt/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.7</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/l/libgcrypt/xmake.lua">libgcrypt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libgcrypt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libgcrypt")
+</code></pre>
+<h3 id="libgpgerrorlinux">libgpg-error (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libgpg-error is a small library that originally defined common error values for all GnuPG components.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnupg.org/related_software/libgpg-error/">https://www.gnupg.org/related_software/libgpg-error/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.39</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/l/libgpg-error/xmake.lua">libgpg-error/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libgpg-error
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libgpg-error")
+</code></pre>
 <h3 id="libiconvlinux">libiconv (linux)</h3>
 <table>
 <thead>
@@ -3878,6 +3989,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxinerama")
 </code></pre>
+<h3 id="libxkbcommonlinux">libxkbcommon (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>keymap handling library for toolkits and window systems</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://xkbcommon.org/">https://xkbcommon.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.3</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/l/libxkbcommon/xmake.lua">libxkbcommon/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libxkbcommon
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libxkbcommon")
+</code></pre>
 <h3 id="libxmakelinux">libxmake (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -1142,6 +1142,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eabase")
 </code></pre>
+<h3 id="eastlmacosx">eastl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EASTL stands for Electronic Arts Standard Template Library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EASTL">https://github.com/electronicarts/EASTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.17.03</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/e/eastl/xmake.lua">eastl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eastl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eastl")
+</code></pre>
 <h3 id="effceemacosx">effcee (macosx)</h3>
 <table>
 <thead>
@@ -1463,7 +1500,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.9.1</td>
+<td>2.10.4, 2.9.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -1138,6 +1138,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("eabase")
 </code></pre>
+<h3 id="eastlwindows">eastl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>EASTL stands for Electronic Arts Standard Template Library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/electronicarts/EASTL">https://github.com/electronicarts/EASTL</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.17.03</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua">eastl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install eastl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("eastl")
+</code></pre>
 <h3 id="effceewindows">effcee (windows)</h3>
 <table>
 <thead>
@@ -1393,7 +1430,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.9.1</td>
+<td>2.10.4, 2.9.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 97 - 1
packages/linux.md

@@ -749,6 +749,30 @@ add_requires("eabase")
 ```
 
 
+### eastl (linux)
+
+
+| Description | *EASTL stands for Electronic Arts Standard Template Library.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
+| License | BSD-3-Clause |
+| Versions | 3.17.03 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eastl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eastl")
+```
+
+
 ### effcee (linux)
 
 
@@ -989,7 +1013,7 @@ add_requires("freeglut")
 | Description | *A freely available software library to render fonts.* |
 | -- | -- |
 | Homepage | [https://www.freetype.org](https://www.freetype.org) |
-| Versions | 2.9.1 |
+| Versions | 2.10.4, 2.9.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [freetype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freetype/xmake.lua) |
 
@@ -1784,6 +1808,54 @@ add_requires("libffi")
 ```
 
 
+### libgcrypt (linux)
+
+
+| Description | *Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG.* |
+| -- | -- |
+| Homepage | [https://www.gnupg.org/related_software/libgcrypt/](https://www.gnupg.org/related_software/libgcrypt/) |
+| License | GPL-2.0 |
+| Versions | 1.8.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libgcrypt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgcrypt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libgcrypt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libgcrypt")
+```
+
+
+### libgpg-error (linux)
+
+
+| Description | *Libgpg-error is a small library that originally defined common error values for all GnuPG components.* |
+| -- | -- |
+| Homepage | [https://www.gnupg.org/related_software/libgpg-error/](https://www.gnupg.org/related_software/libgpg-error/) |
+| License | GPL-2.0 |
+| Versions | 1.39 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libgpg-error/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgpg-error/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libgpg-error
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libgpg-error")
+```
+
+
 ### libiconv (linux)
 
 
@@ -2617,6 +2689,30 @@ add_requires("libxinerama")
 ```
 
 
+### libxkbcommon (linux)
+
+
+| Description | *keymap handling library for toolkits and window systems* |
+| -- | -- |
+| Homepage | [https://xkbcommon.org/](https://xkbcommon.org/) |
+| License | MIT |
+| Versions | 1.0.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libxkbcommon/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxkbcommon/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libxkbcommon
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libxkbcommon")
+```
+
+
 ### libxmake (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -726,6 +726,30 @@ add_requires("eabase")
 ```
 
 
+### eastl (macosx)
+
+
+| Description | *EASTL stands for Electronic Arts Standard Template Library.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
+| License | BSD-3-Clause |
+| Versions | 3.17.03 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eastl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eastl")
+```
+
+
 ### effcee (macosx)
 
 
@@ -943,7 +967,7 @@ add_requires("fontconfig")
 | Description | *A freely available software library to render fonts.* |
 | -- | -- |
 | Homepage | [https://www.freetype.org](https://www.freetype.org) |
-| Versions | 2.9.1 |
+| Versions | 2.10.4, 2.9.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [freetype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freetype/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -725,6 +725,30 @@ add_requires("eabase")
 ```
 
 
+### eastl (windows)
+
+
+| Description | *EASTL stands for Electronic Arts Standard Template Library.* |
+| -- | -- |
+| Homepage | [https://github.com/electronicarts/EASTL](https://github.com/electronicarts/EASTL) |
+| License | BSD-3-Clause |
+| Versions | 3.17.03 |
+| Architectures | x64, x86 |
+| Definition | [eastl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eastl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install eastl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("eastl")
+```
+
+
 ### effcee (windows)
 
 
@@ -896,7 +920,7 @@ add_requires("freeglut")
 | Description | *A freely available software library to render fonts.* |
 | -- | -- |
 | Homepage | [https://www.freetype.org](https://www.freetype.org) |
-| Versions | 2.9.1 |
+| Versions | 2.10.4, 2.9.1 |
 | Architectures | x64, x86 |
 | Definition | [freetype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/freetype/xmake.lua) |
 

+ 25 - 25
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-12-02T03:58:33+08:00</lastmod>
+  <lastmod>2020-12-02T15:03:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2020-12-02T15:03:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2020-12-02T15:03:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2020-12-02T15:03:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2020-12-02T15:03:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2020-12-02T15:03:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-12-02T03:58:34+08:00</lastmod>
+  <lastmod>2020-12-02T15:03:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2020-12-02T15:03:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <lastmod>2020-12-02T15:03:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2020-12-02T15:03:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2020-12-02T15:03:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2020-12-02T15:03:37+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-12-02T03:58:35+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2020-12-02T15:03:38+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-12-02T03:58:36+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2020-12-02T15:03:38+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: glad, yaml-cpp, bison**
+- **Recently added: eastl, libgcrypt, libgpg-error**
 
 [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)
-- 包列表 (204)
+- 包列表 (208)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)