diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-14 04:38:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-14 04:38:17 +0000 |
commit | 3a2e6ab17d6f8a629a7949ebdcd85063e81952e7 (patch) | |
tree | 435ad904a5e89384c06515ac66233db77906a59a /misc/Makefile | |
parent | e6e99de914192d689fa09a357163efb32577b5ba (diff) | |
download | FreeBSD-ports-3a2e6ab17d6f8a629a7949ebdcd85063e81952e7.zip FreeBSD-ports-3a2e6ab17d6f8a629a7949ebdcd85063e81952e7.tar.gz |
Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1
and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUIDs).
It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3
(name based), and version 4 (random number based).
PR: 62810
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0eceedb..9b1c59f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -265,6 +265,7 @@ SUBDIR += nwrite SUBDIR += opencyc SUBDIR += orville-write + SUBDIR += ossp-uuid SUBDIR += p5-Array-Compare SUBDIR += p5-Array-IntSpan SUBDIR += p5-Array-PrintCols |