1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

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>
This commit is contained in:
Joe Marcus Clarke 2004-02-14 04:38:17 +00:00
parent 2d68294813
commit b07f553583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100892
5 changed files with 42 additions and 0 deletions

View File

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

25
misc/ossp-uuid/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: OSSP uuid
# Date created: 12 February 2004
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#
PORTNAME= uuid
PORTVERSION= 0.9.7
CATEGORIES= misc devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
PKGNAMEPREFIX= ossp-
MAINTAINER= fuyuki@nigredo.org
COMMENT= An ISO-C API and CLI for generating Universally Unique Identifiers
CONFLICTS= e2fsprogs-*
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= uuid-config.1 uuid.1
MAN3= uuid.3
.include <bsd.port.mk>

2
misc/ossp-uuid/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (uuid-0.9.7.tar.gz) = aaa5a57d462685003f41f39366bb475a
SIZE (uuid-0.9.7.tar.gz) = 332641

7
misc/ossp-uuid/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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).
WWW: http://www.ossp.org/pkg/lib/uuid/

7
misc/ossp-uuid/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/uuid
bin/uuid-config
include/uuid.h
lib/libuuid.a
lib/libuuid.la
lib/libuuid.so
lib/libuuid.so.1