Import OSSP uuid 1.0.0; submitted by Robert Nagy <thuglife@bsd.hu>.

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).
This commit is contained in:
naddy 2004-04-17 16:42:12 +00:00
parent 0a545ecf92
commit 46ef837f36
5 changed files with 42 additions and 0 deletions

21
devel/uuid/Makefile Normal file
View File

@ -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 <thuglife@bsd.hu>
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 <bsd.port.mk>

3
devel/uuid/distinfo Normal file
View File

@ -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

5
devel/uuid/pkg/DESCR Normal file
View File

@ -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).

View File

@ -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)

10
devel/uuid/pkg/PLIST Normal file
View File

@ -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%%