Check-in Number:
|
3738 | |
Date: |
2004-Jan-10 23:32:31 (local)
2004-Jan-10 22:32:31 (UTC) |
User: | rse |
Branch: | |
Comment: |
add OSSP uuid webpage |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/lib/index.wml 1.60 -> 1.61
--- index.wml 2003/11/10 19:04:52 1.60
+++ index.wml 2004/01/10 22:32:31 1.61
@@ -40,6 +40,9 @@
<pkg_item name="str" longname="OSSP str" type="lib"
desc="String Handling"
done=95 stable=none unstable=0.9.8>
+ <pkg_item name="uuid" longname="OSSP uuid" type="lib"
+ desc="Universally Unique Identifiers"
+ done=90 stable=none unstable=0.9.0>
<pkg_item name="l2" longname="OSSP l2" type="lib"
desc="Flexible Logging"
done=95 stable=none unstable=0.9.5>
|
|
ossp-web/pkg/lib/uuid/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:28:50 2024
--- - Sat Nov 23 09:28:52 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/uuid/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:28:50 2024
--- - Sat Nov 23 09:28:52 2024
***************
*** 0 ****
--- 1,48 ----
+
+ #use wml::ossp area=pkg:lib subarea=uuid
+
+ <title>OSSP uuid</title>
+
+ <h1>Universally Unique Identifiers</h1>
+
+ <img src="socket.png" alt="" align=right>
+
+ <h2>Abstract</h2>
+
+ OSSP uuid is a ISO-C application programming interface (API) and
+ corresponding command line interface (CLI) for the generation of DCE
+ 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
+ (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
+ based), version 3 (name based) and version 4 (random number based).
+
+ <h2>Documentation</h2>
+
+ <pkg_manpage name="uuid" sect=3 path="/pkg/lib/uuid/uuid.pod">,
+ <pkg_manpage name="uuid" sect=1 path="/pkg/lib/uuid/uuid_cli.pod">,
+ <pkg_manpage name="uuid-config" sect=1 path="/pkg/lib/sa/uuid-config.pod">.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ name="uuid" assign="rse"
+ stable="none" stable_date="none"
+ unstable="0.9.0" unstable_date="10-Jan-2004"
+ done=90>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/lib/uuid/
+ url=$(FTP_ROOT_URL)/pkg/lib/uuid/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/uuid/
+ files="uuid-*.tar.gz"
+ stable="uuid-0\.9\.0\.tar\.gz" unstable="uuid-SNAP.*\.tar.gz">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="uuid" return="$(BASE_URL)/pkg/lib/uuid/">
+
|
|