Check-in Number:
|
4971 | |
Date: |
2005-Jan-23 14:24:55 (local)
2005-Jan-23 13:24:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP uuid 1.2.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.116 -> 1.117
--- news.txt 2005/01/13 11:18:35 1.116
+++ news.txt 2005/01/23 13:24:55 1.117
@@ -1,3 +1,4 @@
+23-Jan-2005: Released L<OSSP uuid> 1.2.0
13-Jan-2005: Released T<OSSP svs> 1.0.1
13-Jan-2005: Released L<OSSP uuid> 1.1.2
12-Jan-2005: Released T<OSSP shiela> 1.1.5
|
|
ossp-web/pkg/lib/index.wml 1.97 -> 1.98
--- index.wml 2005/01/13 10:43:31 1.97
+++ index.wml 2005/01/23 13:24:55 1.98
@@ -33,7 +33,7 @@
done=100 stable=1.1.2 unstable=none>
<pkg_item name="uuid" longname="OSSP uuid" type="lib"
desc="Universally Unique Identifier"
- done=100 stable=1.1.2 unstable=none>
+ done=100 stable=1.2.0 unstable=none>
<pkg_item name="val" longname="OSSP val" type="lib"
desc="Value Access"
done=95 stable=none unstable=0.9.3>
|
|
ossp-web/pkg/lib/uuid/index.wml -> 1.21
*** /dev/null Sat Nov 23 09:53:26 2024
--- - Sat Nov 23 09:53:37 2024
***************
*** 0 ****
--- 1,64 ----
+
+ #use wml::ossp area=pkg:lib subarea=uuid
+
+ <title>OSSP uuid</title>
+
+ <h1>Universally Unique Identifier (UUID)</h1>
+
+ <p align=right>
+ <table bgcolor="e5e5e0" cellspacing=0 cellpadding=10><tr><td>
+ <font size=-1 color="#000000"><tt>$ uuid -v3 ns:URL http://www.ossp.org/<br>
+ <b>02d9e6d5-9467-382e-8f9b-9300a64ac3cd</b></tt></font>
+ </td></tr></table>
+ </p>
+
+ <h2>Abstract</h2>
+
+ OSSP uuid is a ISO-C and Perl 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, MD5), version 4 (random number based) and
+ version 5 (name based, SHA-1).
+
+ <p>
+ UUIDs are 128 bit numbers which are intended to have a high likelihood
+ of uniqueness over space and time and are computationally difficult
+ to guess. They are globally unique identifiers which can be locally
+ generated without contacting a global registration authority. UUIDs
+ are intended as unique identifiers for both mass tagging objects
+ with an extremely short lifetime and to reliably identifying very
+ persistent objects across a network.
+
+ <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">,
+ <pkg_manpage name="OSSP::uuid" sect=3 path="/pkg/lib/uuid/perl/uuid.pod">.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ name="uuid" assign="rse"
+ stable="1.2.0" stable_date="23-Jan-2005"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <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-[0-9.]*.tar.gz"
+ stable="uuid-1\.2\.0\.tar\.gz" unstable="none">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="uuid" return="$(BASE_URL)/pkg/lib/uuid/">
+
|
|