pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import p5-UUID-0.27 as wip/p5-UUID.



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Thu Dec 15 01:19:44 2016 +0200
Changeset:	169dd31abfdbc268dcb780c056136487fe01af28

Added Files:
	p5-UUID/DESCR
	p5-UUID/Makefile
	p5-UUID/distinfo

Log Message:
Import p5-UUID-0.27 as wip/p5-UUID.

The UUID library is used to generate unique identifiers for objects
that may be accessible beyond the local system. For instance, they
could be used to generate unique HTTP cookies across multiple web
servers without communication between the servers, and without fear
of a name clash.

The generated UUIDs can be reasonably expected to be unique within
a system, and unique across all systems, and are compatible with
those created by the Open Software Foundation (OSF) Distributed
Computing Environment (DCE) utility uuidgen.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=169dd31abfdbc268dcb780c056136487fe01af28

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-UUID/DESCR    | 10 ++++++++++
 p5-UUID/Makefile | 19 +++++++++++++++++++
 p5-UUID/distinfo |  6 ++++++
 3 files changed, 35 insertions(+)

diffs:
diff --git a/p5-UUID/DESCR b/p5-UUID/DESCR
new file mode 100644
index 0000000..a47b758
--- /dev/null
+++ b/p5-UUID/DESCR
@@ -0,0 +1,10 @@
+The UUID library is used to generate unique identifiers for objects
+that may be accessible beyond the local system. For instance, they
+could be used to generate unique HTTP cookies across multiple web
+servers without communication between the servers, and without fear
+of a name clash.
+
+The generated UUIDs can be reasonably expected to be unique within
+a system, and unique across all systems, and are compatible with
+those created by the Open Software Foundation (OSF) Distributed
+Computing Environment (DCE) utility uuidgen.
diff --git a/p5-UUID/Makefile b/p5-UUID/Makefile
new file mode 100644
index 0000000..e31e398
--- /dev/null
+++ b/p5-UUID/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+#
+
+DISTNAME=	UUID-0.27
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=UUID/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/dist/UUID/
+COMMENT=	DCE compatible Universally Unique Identifier library for Perl
+LICENSE=	${PERL5_LICENSE}
+
+BUILD_DEPENDS+=	p5-Devel-CheckLib>=1.02:../../devel/p5-Devel-CheckLib
+
+PERL5_PACKLIST=	auto/UUID/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-UUID/distinfo b/p5-UUID/distinfo
new file mode 100644
index 0000000..d90a892
--- /dev/null
+++ b/p5-UUID/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (UUID-0.27.tar.gz) = f74494bc2ce6cc853a5feddd2cfeb354297a0477
+RMD160 (UUID-0.27.tar.gz) = 902157ffbd16b213a1fee6d1fd87d5f49ed11393
+SHA512 (UUID-0.27.tar.gz) = a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2
+Size (UUID-0.27.tar.gz) = 14690 bytes


Home | Main Index | Thread Index | Old Index