diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2004-11-06 08:18:02 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2004-11-06 08:18:02 +0000 |
commit | 1f178ecd7eea77b3f38e816b222b61dd4da7cfe9 (patch) | |
tree | dfddb6ff81ba015b60b76ac12afd3d3f46045289 /misc/ossp-uuid/pkg-descr | |
parent | c3474737ff47a1cf0a2f30eb9d65e05a6683a207 (diff) | |
download | ports-1f178ecd7eea77b3f38e816b222b61dd4da7cfe9.tar.gz ports-1f178ecd7eea77b3f38e816b222b61dd4da7cfe9.zip |
- upgrade to OSSP uuid 1.1.0
- build both Perl API, C API and CLI
- allow Perl API to be disabled with WITHOUT_PERL
- build static libraries only because of the conflict
with libc's uuid_create(3)
Notes
Notes:
svn path=/head/; revision=120943
Diffstat (limited to 'misc/ossp-uuid/pkg-descr')
-rw-r--r-- | misc/ossp-uuid/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ossp-uuid/pkg-descr b/misc/ossp-uuid/pkg-descr index 2d91941c6806..497dfba513cf 100644 --- a/misc/ossp-uuid/pkg-descr +++ b/misc/ossp-uuid/pkg-descr @@ -1,7 +1,7 @@ -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 +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) and version 4 (random number based). WWW: http://www.ossp.org/pkg/lib/uuid/ |