Data::Uniqid provides three simple routines for generating unique ids. These ids

are coded with a Base62 systen to make them short and handy (e.g. to use it as
part of a URL).

PR:		ports/129265
Submitted by:	Sergey V. Dyatko <sergey.dyatko at gmail.com>
This commit is contained in:
Martin Wilke
2008-12-01 21:19:23 +00:00
parent b20a4fa9fb
commit 2d23174bfc
5 changed files with 45 additions and 0 deletions

View File

@@ -1152,6 +1152,7 @@
SUBDIR += p5-Data-TreeDumper-Renderer-GTK
SUBDIR += p5-Data-Types
SUBDIR += p5-Data-UUID
SUBDIR += p5-Data-Uniqid
SUBDIR += p5-Data-Validate
SUBDIR += p5-Data-Visitor
SUBDIR += p5-Date-Calc

View File

@@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Data-Uniqid
# Date created: 2008-11-28
# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Data-Uniqid
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sergey.dyatko@gmail.com
COMMENT= Perl extension for simple genrating of unique id's
PERL_CONFIGURE= yes
MAN3= Data::Uniqid.3
PORTDOCS= Changes README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Data-Uniqid-0.11.tar.gz) = d39ceb7a80acbaab0691ff7e8add718d
SHA256 (Data-Uniqid-0.11.tar.gz) = 22f8357182c90101fe74a3eb7fb59b4fde1102b6587edd4aaa339a547cd02b37
SIZE (Data-Uniqid-0.11.tar.gz) = 2181

View File

@@ -0,0 +1,3 @@
Data::Uniqid provides three simple routines for generating unique ids. These ids
are coded with a Base62 systen to make them short and handy (e.g. to use it as
part of a URL).

View File

@@ -0,0 +1,8 @@
%%SITE_PERL%%/Data/Uniqid.pm
%%SITE_PERL%%/auto/Data/Uniqid/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Uniqid/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Uniqid
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrmtry %%SITE_PERL%%/auto/Data/Uniqid
@dirrmtry %%SITE_PERL%%/auto/Data
@dirrmtry %%SITE_PERL%%/Data