Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
7253a612f2
11 changed files with 674 additions and 18 deletions
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 144 0
      mirror/packages/linux.html
  4. 144 0
      mirror/packages/macosx.html
  5. 107 0
      mirror/packages/windows.html
  6. 95 0
      packages/linux.md
  7. 95 0
      packages/macosx.md
  8. 71 0
      packages/windows.md
  9. 14 14
      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: itstool, dune-common, gmsh**
+- **Recently added: cfitsio, clhep, ftgl**
 
 [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 (472)
+- Packages (476)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 144 - 0
mirror/packages/linux.html

@@ -1288,6 +1288,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cfitsiolinux">cfitsio (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://heasarc.gsfc.nasa.gov/fitsio/">https://heasarc.gsfc.nasa.gov/fitsio/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/c/cfitsio/xmake.lua">cfitsio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cfitsio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cfitsio")
+</code></pre>
 <h3 id="cgallinux">cgal (linux)</h3>
 <table>
 <thead>
@@ -1535,6 +1568,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("clara")
 </code></pre>
+<h3 id="clheplinux">clhep (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CLHEP - A Class Library for High Energy Physics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://proj-clhep.web.cern.ch/proj-clhep/">https://proj-clhep.web.cern.ch/proj-clhep/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.4.5+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/c/clhep/xmake.lua">clhep/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clhep
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clhep")
+</code></pre>
 <h3 id="cmakelinux">cmake (linux)</h3>
 <table>
 <thead>
@@ -3703,6 +3773,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fribidi")
 </code></pre>
+<h3 id="ftgllinux">ftgl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/frankheckenbach/ftgl">https://github.com/frankheckenbach/ftgl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.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/f/ftgl/xmake.lua">ftgl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ftgl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ftgl")
+</code></pre>
 <h3 id="fxgltflinux">fx-gltf (linux)</h3>
 <table>
 <thead>
@@ -7959,6 +8066,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libvertolinux">libverto (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An async event loop abstraction library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/latchset/libverto">https://github.com/latchset/libverto</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.3.2</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/libverto/xmake.lua">libverto/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libverto
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libverto")
+</code></pre>
 <h3 id="libvorbislinux">libvorbis (linux)</h3>
 <table>
 <thead>

+ 144 - 0
mirror/packages/macosx.html

@@ -1140,6 +1140,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cfitsiomacosx">cfitsio (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://heasarc.gsfc.nasa.gov/fitsio/">https://heasarc.gsfc.nasa.gov/fitsio/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/c/cfitsio/xmake.lua">cfitsio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cfitsio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cfitsio")
+</code></pre>
 <h3 id="cgalmacosx">cgal (macosx)</h3>
 <table>
 <thead>
@@ -1387,6 +1420,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("clara")
 </code></pre>
+<h3 id="clhepmacosx">clhep (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CLHEP - A Class Library for High Energy Physics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://proj-clhep.web.cern.ch/proj-clhep/">https://proj-clhep.web.cern.ch/proj-clhep/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.4.5+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/c/clhep/xmake.lua">clhep/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clhep
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clhep")
+</code></pre>
 <h3 id="cmakemacosx">cmake (macosx)</h3>
 <table>
 <thead>
@@ -3415,6 +3485,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fribidi")
 </code></pre>
+<h3 id="ftglmacosx">ftgl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/frankheckenbach/ftgl">https://github.com/frankheckenbach/ftgl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.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/f/ftgl/xmake.lua">ftgl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ftgl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ftgl")
+</code></pre>
 <h3 id="fxgltfmacosx">fx-gltf (macosx)</h3>
 <table>
 <thead>
@@ -7288,6 +7395,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libvertomacosx">libverto (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>An async event loop abstraction library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/latchset/libverto">https://github.com/latchset/libverto</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.3.2</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/l/libverto/xmake.lua">libverto/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libverto
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libverto")
+</code></pre>
 <h3 id="libvorbismacosx">libvorbis (macosx)</h3>
 <table>
 <thead>

+ 107 - 0
mirror/packages/windows.html

@@ -1177,6 +1177,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cereal")
 </code></pre>
+<h3 id="cfitsiowindows">cfitsio (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://heasarc.gsfc.nasa.gov/fitsio/">https://heasarc.gsfc.nasa.gov/fitsio/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/c/cfitsio/xmake.lua">cfitsio/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install cfitsio
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("cfitsio")
+</code></pre>
 <h3 id="cgalwindows">cgal (windows)</h3>
 <table>
 <thead>
@@ -1424,6 +1457,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("clara")
 </code></pre>
+<h3 id="clhepwindows">clhep (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CLHEP - A Class Library for High Energy Physics</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://proj-clhep.web.cern.ch/proj-clhep/">https://proj-clhep.web.cern.ch/proj-clhep/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.4.5+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/c/clhep/xmake.lua">clhep/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install clhep
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("clhep")
+</code></pre>
 <h3 id="cmakewindows">cmake (windows)</h3>
 <table>
 <thead>
@@ -3419,6 +3489,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("freetype")
 </code></pre>
+<h3 id="ftglwindows">ftgl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/frankheckenbach/ftgl">https://github.com/frankheckenbach/ftgl</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.4.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/f/ftgl/xmake.lua">ftgl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ftgl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ftgl")
+</code></pre>
 <h3 id="fxgltfwindows">fx-gltf (windows)</h3>
 <table>
 <thead>

+ 95 - 0
packages/linux.md

@@ -805,6 +805,29 @@ add_requires("cereal")
 ```
 
 
+### cfitsio (linux)
+
+
+| Description | *CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.* |
+| -- | -- |
+| Homepage | [https://heasarc.gsfc.nasa.gov/fitsio/](https://heasarc.gsfc.nasa.gov/fitsio/) |
+| Versions | 4.0.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [cfitsio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cfitsio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cfitsio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cfitsio")
+```
+
+
 ### cgal (linux)
 
 
@@ -970,6 +993,30 @@ add_requires("clara")
 ```
 
 
+### clhep (linux)
+
+
+| Description | *CLHEP - A Class Library for High Energy Physics* |
+| -- | -- |
+| Homepage | [https://proj-clhep.web.cern.ch/proj-clhep/](https://proj-clhep.web.cern.ch/proj-clhep/) |
+| License | LGPL-3.0 |
+| Versions | 2.4.5+1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [clhep/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clhep/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clhep
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clhep")
+```
+
+
 ### cmake (linux)
 
 
@@ -2417,6 +2464,30 @@ add_requires("fribidi")
 ```
 
 
+### ftgl (linux)
+
+
+| Description | *FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.* |
+| -- | -- |
+| Homepage | [https://github.com/frankheckenbach/ftgl](https://github.com/frankheckenbach/ftgl) |
+| License | MIT |
+| Versions | v2.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ftgl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ftgl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ftgl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ftgl")
+```
+
+
 ### fx-gltf (linux)
 
 
@@ -5291,6 +5362,30 @@ add_requires("libuv")
 ```
 
 
+### libverto (linux)
+
+
+| Description | *An async event loop abstraction library* |
+| -- | -- |
+| Homepage | [https://github.com/latchset/libverto](https://github.com/latchset/libverto) |
+| License | MIT |
+| Versions | 0.3.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libverto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libverto/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libverto
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libverto")
+```
+
+
 ### libvorbis (linux)
 
 

+ 95 - 0
packages/macosx.md

@@ -709,6 +709,29 @@ add_requires("cereal")
 ```
 
 
+### cfitsio (macosx)
+
+
+| Description | *CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.* |
+| -- | -- |
+| Homepage | [https://heasarc.gsfc.nasa.gov/fitsio/](https://heasarc.gsfc.nasa.gov/fitsio/) |
+| Versions | 4.0.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [cfitsio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cfitsio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cfitsio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cfitsio")
+```
+
+
 ### cgal (macosx)
 
 
@@ -874,6 +897,30 @@ add_requires("clara")
 ```
 
 
+### clhep (macosx)
+
+
+| Description | *CLHEP - A Class Library for High Energy Physics* |
+| -- | -- |
+| Homepage | [https://proj-clhep.web.cern.ch/proj-clhep/](https://proj-clhep.web.cern.ch/proj-clhep/) |
+| License | LGPL-3.0 |
+| Versions | 2.4.5+1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [clhep/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clhep/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clhep
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clhep")
+```
+
+
 ### cmake (macosx)
 
 
@@ -2227,6 +2274,30 @@ add_requires("fribidi")
 ```
 
 
+### ftgl (macosx)
+
+
+| Description | *FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.* |
+| -- | -- |
+| Homepage | [https://github.com/frankheckenbach/ftgl](https://github.com/frankheckenbach/ftgl) |
+| License | MIT |
+| Versions | v2.4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ftgl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ftgl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ftgl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ftgl")
+```
+
+
 ### fx-gltf (macosx)
 
 
@@ -4843,6 +4914,30 @@ add_requires("libuv")
 ```
 
 
+### libverto (macosx)
+
+
+| Description | *An async event loop abstraction library* |
+| -- | -- |
+| Homepage | [https://github.com/latchset/libverto](https://github.com/latchset/libverto) |
+| License | MIT |
+| Versions | 0.3.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libverto/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libverto/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libverto
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libverto")
+```
+
+
 ### libvorbis (macosx)
 
 

+ 71 - 0
packages/windows.md

@@ -733,6 +733,29 @@ add_requires("cereal")
 ```
 
 
+### cfitsio (windows)
+
+
+| Description | *CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format.* |
+| -- | -- |
+| Homepage | [https://heasarc.gsfc.nasa.gov/fitsio/](https://heasarc.gsfc.nasa.gov/fitsio/) |
+| Versions | 4.0.0 |
+| Architectures | x64, x86 |
+| Definition | [cfitsio/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cfitsio/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install cfitsio
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("cfitsio")
+```
+
+
 ### cgal (windows)
 
 
@@ -898,6 +921,30 @@ add_requires("clara")
 ```
 
 
+### clhep (windows)
+
+
+| Description | *CLHEP - A Class Library for High Energy Physics* |
+| -- | -- |
+| Homepage | [https://proj-clhep.web.cern.ch/proj-clhep/](https://proj-clhep.web.cern.ch/proj-clhep/) |
+| License | LGPL-3.0 |
+| Versions | 2.4.5+1 |
+| Architectures | x64, x86 |
+| Definition | [clhep/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/clhep/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install clhep
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("clhep")
+```
+
+
 ### cmake (windows)
 
 
@@ -2228,6 +2275,30 @@ add_requires("freetype")
 ```
 
 
+### ftgl (windows)
+
+
+| Description | *FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications.* |
+| -- | -- |
+| Homepage | [https://github.com/frankheckenbach/ftgl](https://github.com/frankheckenbach/ftgl) |
+| License | MIT |
+| Versions | v2.4.0 |
+| Architectures | x64, x86 |
+| Definition | [ftgl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ftgl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ftgl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ftgl")
+```
+
+
 ### fx-gltf (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-20T01:55:07+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-20T01:55:08+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-20T01:55:08+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-20T01:55:08+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-20T01:55:09+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-20T01:55:09+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-20T01:55:09+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-20T01:55:09+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-20T01:55:09+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-20T01:55:10+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-20T01:55:10+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-20T01:55:10+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-20T01:55:10+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-20T01:55:11+08:00</lastmod>
+  <lastmod>2021-10-20T12:46:45+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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