ports/62810: New port: misc/ossp-uuid (an API and CLI for generating UUIDs)
Kimura Fuyuki
fuyuki at nigredo.org
Sat Feb 14 03:10:16 UTC 2004
>Number: 62810
>Category: ports
>Synopsis: New port: misc/ossp-uuid (an API and CLI for generating UUIDs)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 13 19:10:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Kimura Fuyuki
>Release: FreeBSD 5.2.1-RC2 i386
>Organization:
>Environment:
FreeBSD ns.nigredo.org 5.2.1-RC2 i386
>Description:
- Note that the this port conflicts with sysutils/e2fsprogs! (patch
supplied)
- I'm not sure the category of the port. It's a combination of an
excellent library and a nice command line interface.
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/
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/sysutils/e2fsprogs/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 4 Feb 2004 05:08:57 -0000 1.10
+++ Makefile 12 Feb 2004 01:26:05 -0000
@@ -15,6 +15,8 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= A set of utilities and library to manipulate an ext2 filesystem
+CONFLICTS= ossp-uuid-*
+
USE_REINPLACE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# ossp-uuid
# ossp-uuid/pkg-descr
# ossp-uuid/distinfo
# ossp-uuid/pkg-plist
# ossp-uuid/Makefile
#
echo c - ossp-uuid
mkdir -p ossp-uuid > /dev/null 2>&1
echo x - ossp-uuid/pkg-descr
sed 's/^X//' >ossp-uuid/pkg-descr << 'END-of-ossp-uuid/pkg-descr'
XOSSP uuid is a ISO-C application programming interface (API) and
Xcorresponding command line interface (CLI) for the generation of DCE
X1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
X(UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
Xbased), version 3 (name based) and version 4 (random number based).
X
XWWW: http://www.ossp.org/pkg/lib/uuid/
END-of-ossp-uuid/pkg-descr
echo x - ossp-uuid/distinfo
sed 's/^X//' >ossp-uuid/distinfo << 'END-of-ossp-uuid/distinfo'
XMD5 (uuid-0.9.7.tar.gz) = aaa5a57d462685003f41f39366bb475a
XSIZE (uuid-0.9.7.tar.gz) = 332641
END-of-ossp-uuid/distinfo
echo x - ossp-uuid/pkg-plist
sed 's/^X//' >ossp-uuid/pkg-plist << 'END-of-ossp-uuid/pkg-plist'
Xbin/uuid
Xbin/uuid-config
Xinclude/uuid.h
Xlib/libuuid.a
Xlib/libuuid.la
Xlib/libuuid.so
Xlib/libuuid.so.1
END-of-ossp-uuid/pkg-plist
echo x - ossp-uuid/Makefile
sed 's/^X//' >ossp-uuid/Makefile << 'END-of-ossp-uuid/Makefile'
X# New ports collection makefile for: OSSP uuid
X# Date created: 12 February 2004
X# Whom: Kimura Fuyuki <fuyuki at nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= uuid
XPORTVERSION= 0.9.7
XCATEGORIES= misc devel
XMASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
XPKGNAMEPREFIX= ossp-
X
XMAINTAINER= fuyuki at nigredo.org
XCOMMENT= An ISO-C API and CLI for generating Universally Unique Identifiers
X
XCONFLICTS= e2fsprogs-*
X
XUSE_LIBTOOL_VER= 15
XINSTALLS_SHLIB= yes
X
XMAN1= uuid-config.1 uuid.1
XMAN3= uuid.3
X
X.include <bsd.port.mk>
END-of-ossp-uuid/Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list