diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-14 04:38:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-14 04:38:17 +0000 |
commit | b07f553583cffcf562ebdff9c609ab759c759947 (patch) | |
tree | 13152e1f0f76b7779bf54f082c6878441869409f /misc/Makefile | |
parent | 2d68294813f15ae141f3af0b48199dc2bb523316 (diff) | |
download | ports-b07f553583cffcf562ebdff9c609ab759c759947.tar.gz ports-b07f553583cffcf562ebdff9c609ab759c759947.zip |
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>
Notes
Notes:
svn path=/head/; revision=100892
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 0eceedbcb55f..9b1c59fb2a32 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 |