Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 4 éve
szülő
commit
0ce4bb284b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gsl, tinygltf, libunwind**
+- **Recently added: port, pmp, rply**
 
 [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 (281)
+- Packages (284)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -3411,6 +3411,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplyandroid">rply (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsandroid">scons (android)</h3>
 <table>

+ 37 - 0
mirror/packages/bsd.html

@@ -2415,6 +2415,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplybsd">rply (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</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/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsbsd">scons (bsd)</h3>
 <table>

+ 37 - 0
mirror/packages/cross.html

@@ -2312,6 +2312,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplycross">rply (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconscross">scons (cross)</h3>
 <table>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -3102,6 +3102,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplyiphoneos">rply (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsiphoneos">scons (iphoneos)</h3>
 <table>

+ 112 - 1
mirror/packages/linux.html

@@ -3578,7 +3578,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.0</td>
+<td>v2.2.0, v2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7148,6 +7148,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pmplinux">pmp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Polygon Mesh Processing Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.pmp-library.org/">http://www.pmp-library.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.1</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/p/pmp/xmake.lua">pmp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pmp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pmp")
+</code></pre>
 <h3 id="pqplinux">pqp (linux)</h3>
 <table>
 <thead>
@@ -7591,6 +7628,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="rplylinux">rply (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</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/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconslinux">scons (linux)</h3>
 <table>
@@ -8621,6 +8695,43 @@
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
 <h2 id="v">v</h2>
+<h3 id="vcgliblinux">vcglib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.vcglib.net/">http://www.vcglib.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12</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/v/vcglib/xmake.lua">vcglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vcglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vcglib")
+</code></pre>
 <h3 id="volklinux">volk (linux)</h3>
 <table>
 <thead>

+ 112 - 1
mirror/packages/macosx.html

@@ -3191,7 +3191,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.0</td>
+<td>v2.2.0, v2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6658,6 +6658,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pmpmacosx">pmp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Polygon Mesh Processing Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.pmp-library.org/">http://www.pmp-library.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.1</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/p/pmp/xmake.lua">pmp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pmp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pmp")
+</code></pre>
 <h3 id="pqpmacosx">pqp (macosx)</h3>
 <table>
 <thead>
@@ -7067,6 +7104,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="rplymacosx">rply (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</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/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsmacosx">scons (macosx)</h3>
 <table>
@@ -8064,6 +8138,43 @@
 <pre><code class="lang-lua">add_requires("util-macros")
 </code></pre>
 <h2 id="v">v</h2>
+<h3 id="vcglibmacosx">vcglib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.vcglib.net/">http://www.vcglib.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12</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/v/vcglib/xmake.lua">vcglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vcglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vcglib")
+</code></pre>
 <h3 id="volkmacosx">volk (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -3338,6 +3338,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplymingw">rply (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsmingw">scons (mingw)</h3>
 <table>

+ 37 - 0
mirror/packages/msys.html

@@ -2179,6 +2179,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rapidjson")
 </code></pre>
+<h3 id="rplymsys">rply (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</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/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconsmsys">scons (msys)</h3>
 <table>

+ 112 - 1
mirror/packages/windows.html

@@ -2964,7 +2964,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.2.0</td>
+<td>v2.2.0, v2.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5343,6 +5343,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pmpwindows">pmp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Polygon Mesh Processing Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.pmp-library.org/">http://www.pmp-library.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.1</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/p/pmp/xmake.lua">pmp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pmp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pmp")
+</code></pre>
 <h3 id="pqpwindows">pqp (windows)</h3>
 <table>
 <thead>
@@ -5819,6 +5856,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("re2")
 </code></pre>
+<h3 id="rplywindows">rply (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>RPly is a library that lets applications read and write PLY files.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://w3.impa.br/~diego/software/rply/">http://w3.impa.br/~diego/software/rply/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.4</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/r/rply/xmake.lua">rply/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rply
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rply")
+</code></pre>
 <h2 id="s">s</h2>
 <h3 id="sconswindows">scons (windows)</h3>
 <table>
@@ -6816,6 +6890,43 @@
 <pre><code class="lang-lua">add_requires("unqlite")
 </code></pre>
 <h2 id="v">v</h2>
+<h3 id="vcglibwindows">vcglib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.vcglib.net/">http://www.vcglib.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12</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/v/vcglib/xmake.lua">vcglib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install vcglib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vcglib")
+</code></pre>
 <h3 id="volkwindows">volk (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2286,6 +2286,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (android)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (android)

+ 24 - 0
packages/bsd.md

@@ -1611,6 +1611,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (bsd)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | i386, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (bsd)

+ 24 - 0
packages/cross.md

@@ -1541,6 +1541,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (cross)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (cross)

+ 24 - 0
packages/iphoneos.md

@@ -2076,6 +2076,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (iphoneos)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (iphoneos)

+ 73 - 1
packages/linux.md

@@ -2382,7 +2382,7 @@ add_requires("libiconv")
 | Description | *Simple C++ geometry processing library.* |
 | -- | -- |
 | Homepage | [https://libigl.github.io/](https://libigl.github.io/) |
-| Versions | 2.2.0 |
+| Versions | v2.2.0, v2.3.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libigl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libigl/xmake.lua) |
 
@@ -4828,6 +4828,30 @@ add_requires("pkg-config")
 ```
 
 
+### pmp (linux)
+
+
+| Description | *The Polygon Mesh Processing Library* |
+| -- | -- |
+| Homepage | [http://www.pmp-library.org/](http://www.pmp-library.org/) |
+| License | MIT |
+| Versions | 1.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pmp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pmp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pmp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pmp")
+```
+
+
 ### pqp (linux)
 
 
@@ -5134,6 +5158,30 @@ add_requires("re2")
 ```
 
 
+### rply (linux)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (linux)
@@ -5841,6 +5889,30 @@ add_requires("util-macros")
 
 
 ## v
+### vcglib (linux)
+
+
+| Description | *The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.* |
+| -- | -- |
+| Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
+| License | GPL-3.0 |
+| Versions | 2020.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vcglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vcglib")
+```
+
+
 ### volk (linux)
 
 

+ 73 - 1
packages/macosx.md

@@ -2123,7 +2123,7 @@ add_requires("libiconv")
 | Description | *Simple C++ geometry processing library.* |
 | -- | -- |
 | Homepage | [https://libigl.github.io/](https://libigl.github.io/) |
-| Versions | 2.2.0 |
+| Versions | v2.2.0, v2.3.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libigl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libigl/xmake.lua) |
 
@@ -4499,6 +4499,30 @@ add_requires("pkg-config")
 ```
 
 
+### pmp (macosx)
+
+
+| Description | *The Polygon Mesh Processing Library* |
+| -- | -- |
+| Homepage | [http://www.pmp-library.org/](http://www.pmp-library.org/) |
+| License | MIT |
+| Versions | 1.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pmp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pmp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pmp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pmp")
+```
+
+
 ### pqp (macosx)
 
 
@@ -4780,6 +4804,30 @@ add_requires("re2")
 ```
 
 
+### rply (macosx)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (macosx)
@@ -5464,6 +5512,30 @@ add_requires("util-macros")
 
 
 ## v
+### vcglib (macosx)
+
+
+| Description | *The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.* |
+| -- | -- |
+| Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
+| License | GPL-3.0 |
+| Versions | 2020.12 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vcglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vcglib")
+```
+
+
 ### volk (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -2240,6 +2240,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (mingw)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (mingw)

+ 24 - 0
packages/msys.md

@@ -1447,6 +1447,30 @@ add_requires("rapidjson")
 ```
 
 
+### rply (msys)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | i386, x86_64 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (msys)

+ 73 - 1
packages/windows.md

@@ -1963,7 +1963,7 @@ add_requires("libhv")
 | Description | *Simple C++ geometry processing library.* |
 | -- | -- |
 | Homepage | [https://libigl.github.io/](https://libigl.github.io/) |
-| Versions | 2.2.0 |
+| Versions | v2.2.0, v2.3.0 |
 | Architectures | x64, x86 |
 | Definition | [libigl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libigl/xmake.lua) |
 
@@ -3595,6 +3595,30 @@ add_requires("pkg-config")
 ```
 
 
+### pmp (windows)
+
+
+| Description | *The Polygon Mesh Processing Library* |
+| -- | -- |
+| Homepage | [http://www.pmp-library.org/](http://www.pmp-library.org/) |
+| License | MIT |
+| Versions | 1.2.1 |
+| Architectures | x64, x86 |
+| Definition | [pmp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pmp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pmp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pmp")
+```
+
+
 ### pqp (windows)
 
 
@@ -3924,6 +3948,30 @@ add_requires("re2")
 ```
 
 
+### rply (windows)
+
+
+| Description | *RPly is a library that lets applications read and write PLY files.* |
+| -- | -- |
+| Homepage | [http://w3.impa.br/~diego/software/rply/](http://w3.impa.br/~diego/software/rply/) |
+| License | MIT |
+| Versions | 1.1.4 |
+| Architectures | x64, x86 |
+| Definition | [rply/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rply/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rply
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rply")
+```
+
+
 
 ## s
 ### scons (windows)
@@ -4608,6 +4656,30 @@ add_requires("unqlite")
 
 
 ## v
+### vcglib (windows)
+
+
+| Description | *The Visualization and Computer Graphics Library (VCG for short) is a open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes.* |
+| -- | -- |
+| Homepage | [http://www.vcglib.net/](http://www.vcglib.net/) |
+| License | GPL-3.0 |
+| Versions | 2020.12 |
+| Architectures | x64, x86 |
+| Definition | [vcglib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vcglib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install vcglib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vcglib")
+```
+
+
 ### volk (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-03-30T08:12:31+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-03-30T08:12:32+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-03-30T08:12:33+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-03-30T08:12:34+08:00</lastmod>
+  <lastmod>2021-03-31T13:30:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-03-30T08:12:35+08:00</lastmod>
+  <lastmod>2021-03-31T13:31:00+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: gsl, tinygltf, libunwind**
+- **Recently added: port, pmp, rply**
 
 [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)
-- 包列表 (281)
+- 包列表 (284)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)