summaryrefslogtreecommitdiff
path: root/devel/p5-Data-UUID
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-09-26 17:05:24 +0000
committerepg <epg@pkgsrc.org>2004-09-26 17:05:24 +0000
commite249de0942773fdbf81242a701a5e5fa652e893e (patch)
treed4bc0628ce50c84183f1882c996c26c96f9359eb /devel/p5-Data-UUID
parentbe0be25f1e7e9887ce635491dcb66916fa1ea19b (diff)
downloadpkgsrc-e249de0942773fdbf81242a701a5e5fa652e893e.tar.gz
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 (limited to 'devel/p5-Data-UUID')
-rw-r--r--devel/p5-Data-UUID/DESCR11
-rw-r--r--devel/p5-Data-UUID/Makefile19
-rw-r--r--devel/p5-Data-UUID/PLIST1
-rw-r--r--devel/p5-Data-UUID/distinfo4
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Data-UUID/DESCR b/devel/p5-Data-UUID/DESCR
new file mode 100644
index 00000000000..a2517d968a3
--- /dev/null
+++ b/devel/p5-Data-UUID/DESCR
@@ -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 --git a/devel/p5-Data-UUID/Makefile b/devel/p5-Data-UUID/Makefile
new file mode 100644
index 00000000000..110d1e70493
--- /dev/null
+++ b/devel/p5-Data-UUID/Makefile
@@ -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
+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 --git a/devel/p5-Data-UUID/PLIST b/devel/p5-Data-UUID/PLIST
new file mode 100644
index 00000000000..87559c008ba
--- /dev/null
+++ b/devel/p5-Data-UUID/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 17:05:24 epg Exp $
diff --git a/devel/p5-Data-UUID/distinfo b/devel/p5-Data-UUID/distinfo
new file mode 100644
index 00000000000..152abb017f9
--- /dev/null
+++ b/devel/p5-Data-UUID/distinfo
@@ -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