Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
74ece627ef

+ 1 - 1
_coverpage.md

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

+ 1 - 1
_sidebar.md

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

+ 37 - 0
mirror/packages/linux.html

@@ -2158,6 +2158,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
 </code></pre>
+<h3 id="dcmtklinux">dcmtk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DCMTK - DICOM Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dcmtk.org/dcmtk.php.en">https://dcmtk.org/dcmtk.php.en</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.6.6</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/d/dcmtk/xmake.lua">dcmtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dcmtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dcmtk")
+</code></pre>
 <h3 id="decimal_for_cpplinux">decimal_for_cpp (linux)</h3>
 <h3 id="decimal_for_cpplinux">decimal_for_cpp (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -2010,6 +2010,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
 </code></pre>
+<h3 id="dcmtkmacosx">dcmtk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DCMTK - DICOM Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dcmtk.org/dcmtk.php.en">https://dcmtk.org/dcmtk.php.en</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.6.6</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/d/dcmtk/xmake.lua">dcmtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dcmtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dcmtk")
+</code></pre>
 <h3 id="decimal_for_cppmacosx">decimal_for_cpp (macosx)</h3>
 <h3 id="decimal_for_cppmacosx">decimal_for_cpp (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -2014,6 +2014,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("dav1d")
 <pre><code class="lang-lua">add_requires("dav1d")
 </code></pre>
 </code></pre>
+<h3 id="dcmtkwindows">dcmtk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>DCMTK - DICOM Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dcmtk.org/dcmtk.php.en">https://dcmtk.org/dcmtk.php.en</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.6.6</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/d/dcmtk/xmake.lua">dcmtk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dcmtk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dcmtk")
+</code></pre>
 <h3 id="decimal_for_cppwindows">decimal_for_cpp (windows)</h3>
 <h3 id="decimal_for_cppwindows">decimal_for_cpp (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 24 - 0
packages/linux.md

@@ -1393,6 +1393,30 @@ add_requires("dav1d")
 ```
 ```
 
 
 
 
+### dcmtk (linux)
+
+
+| Description | *DCMTK - DICOM Toolkit* |
+| -- | -- |
+| Homepage | [https://dcmtk.org/dcmtk.php.en](https://dcmtk.org/dcmtk.php.en) |
+| License | BSD-3-Clause |
+| Versions | 3.6.6 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [dcmtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dcmtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dcmtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dcmtk")
+```
+
+
 ### decimal_for_cpp (linux)
 ### decimal_for_cpp (linux)
 
 
 
 

+ 24 - 0
packages/macosx.md

@@ -1297,6 +1297,30 @@ add_requires("dav1d")
 ```
 ```
 
 
 
 
+### dcmtk (macosx)
+
+
+| Description | *DCMTK - DICOM Toolkit* |
+| -- | -- |
+| Homepage | [https://dcmtk.org/dcmtk.php.en](https://dcmtk.org/dcmtk.php.en) |
+| License | BSD-3-Clause |
+| Versions | 3.6.6 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [dcmtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dcmtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dcmtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dcmtk")
+```
+
+
 ### decimal_for_cpp (macosx)
 ### decimal_for_cpp (macosx)
 
 
 
 

+ 24 - 0
packages/windows.md

@@ -1298,6 +1298,30 @@ add_requires("dav1d")
 ```
 ```
 
 
 
 
+### dcmtk (windows)
+
+
+| Description | *DCMTK - DICOM Toolkit* |
+| -- | -- |
+| Homepage | [https://dcmtk.org/dcmtk.php.en](https://dcmtk.org/dcmtk.php.en) |
+| License | BSD-3-Clause |
+| Versions | 3.6.6 |
+| Architectures | x64, x86 |
+| Definition | [dcmtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dcmtk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dcmtk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dcmtk")
+```
+
+
 ### decimal_for_cpp (windows)
 ### decimal_for_cpp (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

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

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: cfitsio, clhep, ftgl**
+- **Recently added: dcmtk, cfitsio, clhep**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (476)
+- 包列表 (477)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)