From 46ef837f366dcad5aeb0193e3a2480dd8b4b539c Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 17 Apr 2004 16:42:12 +0000 Subject: [PATCH] Import OSSP uuid 1.0.0; submitted by Robert Nagy . 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). --- devel/uuid/Makefile | 21 +++++++++++++++++++++ devel/uuid/distinfo | 3 +++ devel/uuid/pkg/DESCR | 5 +++++ devel/uuid/pkg/PFRAG.shared | 3 +++ devel/uuid/pkg/PLIST | 10 ++++++++++ 5 files changed, 42 insertions(+) create mode 100644 devel/uuid/Makefile create mode 100644 devel/uuid/distinfo create mode 100644 devel/uuid/pkg/DESCR create mode 100644 devel/uuid/pkg/PFRAG.shared create mode 100644 devel/uuid/pkg/PLIST diff --git a/devel/uuid/Makefile b/devel/uuid/Makefile new file mode 100644 index 00000000000..f16d13cd500 --- /dev/null +++ b/devel/uuid/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/04/17 16:42:12 naddy Exp $ + +COMMENT= "ISO-C API and CLI for generating Universally Unique Identifiers" + +DISTNAME= uuid-1.0.0 +CATEGORIES= devel + +MAINTAINER= Robert Nagy + +HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/ + +MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/ + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= gnu + +.include diff --git a/devel/uuid/distinfo b/devel/uuid/distinfo new file mode 100644 index 00000000000..83533c16663 --- /dev/null +++ b/devel/uuid/distinfo @@ -0,0 +1,3 @@ +MD5 (uuid-1.0.0.tar.gz) = f79948345cc94ab841a8d20e4d76ac76 +RMD160 (uuid-1.0.0.tar.gz) = 9a7c22691b674204cf4736cf9b20f883d1d40537 +SHA1 (uuid-1.0.0.tar.gz) = 8e7f85878538e021d0da8902694e08be75b08645 diff --git a/devel/uuid/pkg/DESCR b/devel/uuid/pkg/DESCR new file mode 100644 index 00000000000..b3e36059913 --- /dev/null +++ b/devel/uuid/pkg/DESCR @@ -0,0 +1,5 @@ +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). diff --git a/devel/uuid/pkg/PFRAG.shared b/devel/uuid/pkg/PFRAG.shared new file mode 100644 index 00000000000..83f92e3a1ea --- /dev/null +++ b/devel/uuid/pkg/PFRAG.shared @@ -0,0 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/04/17 16:42:12 naddy Exp $ +lib/libuuid.so.1.20 +DYNLIBDIR(%D/lib) diff --git a/devel/uuid/pkg/PLIST b/devel/uuid/pkg/PLIST new file mode 100644 index 00000000000..11508e3d2b3 --- /dev/null +++ b/devel/uuid/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/17 16:42:12 naddy Exp $ +bin/uuid +bin/uuid-config +include/uuid.h +lib/libuuid.a +lib/libuuid.la +man/man1/uuid-config.1 +man/man1/uuid.1 +man/man3/uuid.3 +%%SHARED%%