1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Updated to 0.09

PR:	ports/51849
This commit is contained in:
Sergey Skvortsov 2003-05-21 11:45:21 +00:00
parent 596bd53155
commit 1d47a2f2ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81599
5 changed files with 14 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Data-UUID
PORTVERSION= 0.06
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@ -18,7 +18,6 @@ COMMENT= Module for generating Globally/Universally Unique Identifiers (GUIDs/UU
PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Data::UUID.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Data-UUID-0.06.tar.gz) = 928358ad89761125374b9cdacf8caaa1
MD5 (Data-UUID-0.09.tar.gz) = 7a95b12170b539b2842b5fc4de35aea1

View File

@ -36,8 +36,8 @@
-our @EXPORT = qw(
+@EXPORT = qw(
);
-our $VERSION = '0.06';
+$VERSION = '0.06';
-our $VERSION = '0.09';
+$VERSION = '0.09';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()

View File

@ -6,14 +6,14 @@ technologies rely on UUIDs to provide unique identity for various
software components.
The algorithm for UUID generation, used by this extension, is described
in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
It provides reasonably efficient and reliable framework for generating
UUIDs and supports fairly high allocation rates - 10 million per second
per machine, and therefore, is suitable for identifying both - extremely
short-lived and very persistent objects on a given system as well as
across the network.
WWW: http://search.cpan.org/search?dist=Data-UUID
WWW: http://search.cpan.org/dist/Data-UUID/
WWW: http://www.globecom.net/ietf/draft/draft-leach-uuids-guids-01.txt
-- Sergey Skvortsov

View File

@ -1,8 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/UUID/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Data/UUID.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/UUID/UUID.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/UUID/UUID.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/UUID/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/UUID
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Data 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
%%SITE_PERL%%/%%PERL_ARCH%%/Data/UUID.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/UUID/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/UUID/UUID.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/UUID/UUID.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/UUID/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/UUID
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Data 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true