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:
parent
0a545ecf92
commit
46ef837f36
21
devel/uuid/Makefile
Normal file
21
devel/uuid/Makefile
Normal 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
3
devel/uuid/distinfo
Normal 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
5
devel/uuid/pkg/DESCR
Normal 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).
|
3
devel/uuid/pkg/PFRAG.shared
Normal file
3
devel/uuid/pkg/PFRAG.shared
Normal 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
10
devel/uuid/pkg/PLIST
Normal 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%%
|
Loading…
Reference in New Issue
Block a user