pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Data-UUID Import p5-Data-UUID-0.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/71dd46d83415
branches: trunk
changeset: 481138:71dd46d83415
user: epg <epg%pkgsrc.org@localhost>
date: Sun Sep 26 17:05:24 2004 +0000
description:
Import p5-Data-UUID-0.11.
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from
all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally
used in the Network Computing System (NCS) and later in the Open
Software Foundation's (OSF) Distributed Computing Environment.
Currently many different technologies rely on UUIDs to provide
unique identity for various software components, Microsoft COM/DCOM
for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected
systems.
diffstat:
devel/p5-Data-UUID/DESCR | 11 +++++++++++
devel/p5-Data-UUID/Makefile | 19 +++++++++++++++++++
devel/p5-Data-UUID/PLIST | 1 +
devel/p5-Data-UUID/distinfo | 4 ++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r cce5a6829bf7 -r 71dd46d83415 devel/p5-Data-UUID/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-UUID/DESCR Sun Sep 26 17:05:24 2004 +0000
@@ -0,0 +1,11 @@
+This module provides a framework for generating UUIDs (Universally
+Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
+A UUID is 128 bits long, and is guaranteed to be different from
+all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally
+used in the Network Computing System (NCS) and later in the Open
+Software Foundation's (OSF) Distributed Computing Environment.
+Currently many different technologies rely on UUIDs to provide
+unique identity for various software components, Microsoft COM/DCOM
+for instance, uses GUIDs very extensively to uniquely identify
+classes, applications and components across network-connected
+systems.
diff -r cce5a6829bf7 -r 71dd46d83415 devel/p5-Data-UUID/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-UUID/Makefile Sun Sep 26 17:05:24 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 17:05:24 epg Exp $
+
+DISTNAME= Data-UUID-0.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl module for generating UUIDs
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/UUID/.packlist
+
+MAKE_ENV+= PERL_MM_USE_DEFAULT=1
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cce5a6829bf7 -r 71dd46d83415 devel/p5-Data-UUID/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-UUID/PLIST Sun Sep 26 17:05:24 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 17:05:24 epg Exp $
diff -r cce5a6829bf7 -r 71dd46d83415 devel/p5-Data-UUID/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-UUID/distinfo Sun Sep 26 17:05:24 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/26 17:05:24 epg Exp $
+
+SHA1 (Data-UUID-0.11.tar.gz) = a0539fa030206e38ea703d043249d02a472125c0
+Size (Data-UUID-0.11.tar.gz) = 13555 bytes
Home |
Main Index |
Thread Index |
Old Index