From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 13 19:10:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7083116A4D1 for ; Fri, 13 Feb 2004 19:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABF043D1D for ; Fri, 13 Feb 2004 19:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1E3AGbv089765 for ; Fri, 13 Feb 2004 19:10:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1E3AG9S089764; Fri, 13 Feb 2004 19:10:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 13 Feb 2004 19:10:16 -0800 (PST) Resent-Message-Id: <200402140310.i1E3AG9S089764@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC27716A4CE for ; Fri, 13 Feb 2004 19:00:25 -0800 (PST) Received: from mgate14.so-net.ne.jp (mgate14.so-net.ne.jp [210.139.254.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD1743D2F for ; Fri, 13 Feb 2004 19:00:25 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate14.so-net.ne.jp with ESMTP id i1E30OL20924 for ; Sat, 14 Feb 2004 12:00:24 +0900 (JST) Received: from ns.nigredo.org (p6242d5.spprac00.ap.so-net.ne.jp [219.98.66.213]) by mail.dg8.so-net.ne.jp with ESMTP id i1E30NE22294 for ; Sat, 14 Feb 2004 12:00:23 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 2854F20BA for ; Sat, 14 Feb 2004 12:00:23 +0900 (JST) Message-Id: <86fzde9xh5.wl%fuyuki@nigredo.org> Date: Sat, 14 Feb 2004 12:00:22 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62810: New port: misc/ossp-uuid (an API and CLI for generating UUIDs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 03:10:16 -0000 >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@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 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@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 END-of-ossp-uuid/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: