Initial import of p5-Data-UUID 0.11

This module provides a framework for generating UUIDs (Universally Unique
Identifiers, also known as GUIDs (Globally Unique Identifiers).
This commit is contained in:
kevlo 2004-12-09 05:15:56 +00:00
parent 693c40f97a
commit 9e60bdbc40
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 05:15:56 kevlo Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "extension for generating GUIDs/UUIDs"
DISTNAME= Data-UUID-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Data-UUID-0.11.tar.gz) = 669b9935baf1753eca784dd30b9ad4b1
RMD160 (Data-UUID-0.11.tar.gz) = d54e5aeb54029cbbbf6c6970ca1a43dd79738de2
SHA1 (Data-UUID-0.11.tar.gz) = a0539fa030206e38ea703d043249d02a472125c0

View File

@ -0,0 +1,9 @@
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.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/09 05:15:56 kevlo Exp $
${P5ARCH}/
${P5ARCH}/Data/
${P5ARCH}/Data/UUID.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Data/
${P5ARCH}/auto/Data/UUID/
${P5ARCH}/auto/Data/UUID/UUID.bs
${P5ARCH}/auto/Data/UUID/UUID.so
${P5ARCH}/auto/Data/UUID/autosplit.ix
@man man/man3p/Data::UUID.3p