Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
b9c3a46637

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: dcmtk, cfitsio, clhep**
+- **Recently added: nghttp2, dcmtk, cfitsio**
 
 [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 (477)
+- Packages (478)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 0 - 37
mirror/packages/bsd.html

@@ -1865,43 +1865,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmagic")
 </code></pre>
-<h3 id="libpngbsd">libpng (bsd)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The official PNG reference library</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>libpng-2.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>v1.6.34, v1.6.35, v1.6.36, v1.6.37</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install libpng
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("libpng")
-</code></pre>
 <h3 id="libsdlbsd">libsdl (bsd)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/linux.html

@@ -3792,7 +3792,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10</td>
+<td>1.0.10, 1.0.11</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11243,6 +11243,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("newtondynamics")
 </code></pre>
+<h3 id="nghttp2linux">nghttp2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://nghttp2.org/">http://nghttp2.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.46.0</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/n/nghttp2/xmake.lua">nghttp2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nghttp2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nghttp2")
+</code></pre>
 <h3 id="ninjalinux">ninja (linux)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/macosx.html

@@ -3504,7 +3504,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.0.10</td>
+<td>1.0.10, 1.0.11</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10428,6 +10428,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("newtondynamics")
 </code></pre>
+<h3 id="nghttp2macosx">nghttp2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://nghttp2.org/">http://nghttp2.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.46.0</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/n/nghttp2/xmake.lua">nghttp2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nghttp2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nghttp2")
+</code></pre>
 <h3 id="ninjamacosx">ninja (macosx)</h3>
 <table>
 <thead>

+ 0 - 37
mirror/packages/msys.html

@@ -1721,43 +1721,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
-<h3 id="libpngmsys">libpng (msys)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The official PNG reference library</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>libpng-2.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>v1.6.34, v1.6.35, v1.6.36, v1.6.37</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua">libpng/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install libpng
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("libpng")
-</code></pre>
 <h3 id="libsoundiomsys">libsoundio (msys)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -3526,6 +3526,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("freetype")
 </code></pre>
+<h3 id="fribidiwindows">fribidi (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Free Implementation of the Unicode Bidirectional Algorithm.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/fribidi/fribidi">https://github.com/fribidi/fribidi</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.0.10, 1.0.11</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/f/fribidi/xmake.lua">fribidi/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fribidi
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fribidi")
+</code></pre>
 <h3 id="ftglwindows">ftgl (windows)</h3>
 <table>
 <thead>
@@ -8734,6 +8771,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("newtondynamics")
 </code></pre>
+<h3 id="nghttp2windows">nghttp2 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://nghttp2.org/">http://nghttp2.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.46.0</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/n/nghttp2/xmake.lua">nghttp2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nghttp2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nghttp2")
+</code></pre>
 <h3 id="ninjawindows">ninja (windows)</h3>
 <table>
 <thead>

+ 0 - 24
packages/bsd.md

@@ -1214,30 +1214,6 @@ add_requires("libmagic")
 ```
 
 
-### libpng (bsd)
-
-
-| Description | *The official PNG reference library* |
-| -- | -- |
-| Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
-| License | libpng-2.0 |
-| Versions | v1.6.34, v1.6.35, v1.6.36, v1.6.37 |
-| Architectures | i386, x86_64 |
-| Definition | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install libpng
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libpng")
-```
-
-
 ### libsdl (bsd)
 
 

+ 25 - 1
packages/linux.md

@@ -2471,7 +2471,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10 |
+| Versions | 1.0.10, 1.0.11 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -7502,6 +7502,30 @@ add_requires("newtondynamics")
 ```
 
 
+### nghttp2 (linux)
+
+
+| Description | *nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.* |
+| -- | -- |
+| Homepage | [http://nghttp2.org/](http://nghttp2.org/) |
+| License | MIT |
+| Versions | 1.46.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nghttp2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nghttp2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nghttp2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nghttp2")
+```
+
+
 ### ninja (linux)
 
 

+ 25 - 1
packages/macosx.md

@@ -2281,7 +2281,7 @@ add_requires("freetype")
 | -- | -- |
 | Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
 | License | LGPL-2.1 |
-| Versions | 1.0.10 |
+| Versions | 1.0.10, 1.0.11 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
 
@@ -6959,6 +6959,30 @@ add_requires("newtondynamics")
 ```
 
 
+### nghttp2 (macosx)
+
+
+| Description | *nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.* |
+| -- | -- |
+| Homepage | [http://nghttp2.org/](http://nghttp2.org/) |
+| License | MIT |
+| Versions | 1.46.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [nghttp2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nghttp2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nghttp2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nghttp2")
+```
+
+
 ### ninja (macosx)
 
 

+ 0 - 24
packages/msys.md

@@ -1119,30 +1119,6 @@ add_requires("libjpeg")
 ```
 
 
-### libpng (msys)
-
-
-| Description | *The official PNG reference library* |
-| -- | -- |
-| Homepage | [http://www.libpng.org/pub/png/libpng.html](http://www.libpng.org/pub/png/libpng.html) |
-| License | libpng-2.0 |
-| Versions | v1.6.34, v1.6.35, v1.6.36, v1.6.37 |
-| Architectures | i386, x86_64 |
-| Definition | [libpng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libpng/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install libpng
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("libpng")
-```
-
-
 ### libsoundio (msys)
 
 

+ 48 - 0
packages/windows.md

@@ -2299,6 +2299,30 @@ add_requires("freetype")
 ```
 
 
+### fribidi (windows)
+
+
+| Description | *The Free Implementation of the Unicode Bidirectional Algorithm.* |
+| -- | -- |
+| Homepage | [https://github.com/fribidi/fribidi](https://github.com/fribidi/fribidi) |
+| License | LGPL-2.1 |
+| Versions | 1.0.10, 1.0.11 |
+| Architectures | x64, x86 |
+| Definition | [fribidi/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fribidi/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fribidi
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fribidi")
+```
+
+
 ### ftgl (windows)
 
 
@@ -5798,6 +5822,30 @@ add_requires("newtondynamics")
 ```
 
 
+### nghttp2 (windows)
+
+
+| Description | *nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.* |
+| -- | -- |
+| Homepage | [http://nghttp2.org/](http://nghttp2.org/) |
+| License | MIT |
+| Versions | 1.46.0 |
+| Architectures | x64, x86 |
+| Definition | [nghttp2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nghttp2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nghttp2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nghttp2")
+```
+
+
 ### ninja (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-24T14:27:15+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-24T14:27:16+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-24T14:27:17+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-24T14:27:17+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-24T14:27:17+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-24T14:27:17+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-24T14:27:17+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-24T14:27:18+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-24T14:27:18+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-24T14:27:18+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-24T14:27:18+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-24T14:27:19+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-24T14:27:19+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-24T14:27:19+08:00</lastmod>
+  <lastmod>2021-10-25T11:30:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: dcmtk, cfitsio, clhep**
+- **Recently added: nghttp2, dcmtk, cfitsio**
 
 [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)
-- 包列表 (477)
+- 包列表 (478)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)