Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 16:38:57 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305732 - in head/devel: . p5-Data-Rand
Message-ID:  <201210111638.q9BGcvCx052762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Thu Oct 11 16:38:57 2012
New Revision: 305732
URL: http://svn.freebsd.org/changeset/ports/305732

Log:
  A module used to generate random strings and lists.
  
  WWW:    http://search.cpan.org/dist/Data-Rand/
  
  Feature safe:	yes
  Approved by:	db (mentor)

Added:
  head/devel/p5-Data-Rand/
  head/devel/p5-Data-Rand/Makefile   (contents, props changed)
  head/devel/p5-Data-Rand/distinfo   (contents, props changed)
  head/devel/p5-Data-Rand/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Rand/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct 11 15:50:43 2012	(r305731)
+++ head/devel/Makefile	Thu Oct 11 16:38:57 2012	(r305732)
@@ -1629,6 +1629,7 @@
     SUBDIR += p5-Data-Peek
     SUBDIR += p5-Data-Printer
     SUBDIR += p5-Data-Properties
+    SUBDIR += p5-Data-Rand
     SUBDIR += p5-Data-Random
     SUBDIR += p5-Data-Range-Compare
     SUBDIR += p5-Data-Recursive-Encode

Added: head/devel/p5-Data-Rand/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand/Makefile	Thu Oct 11 16:38:57 2012	(r305732)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+#
+
+PORTNAME=	Data-Rand
+PORTVERSION=	0.0.4
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj@FreeBSD.org
+COMMENT=	Perl module for generating random strings or arrays
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+PERL_MODBUILD=	yes
+
+MAN3=		Data::Rand.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Rand/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand/distinfo	Thu Oct 11 16:38:57 2012	(r305732)
@@ -0,0 +1,2 @@
+SHA256 (Data-Rand-0.0.4.tar.gz) = 04c438ff03500f6324e353e736242c1b8b773021151d0c92b773b8e62b0cc9e2
+SIZE (Data-Rand-0.0.4.tar.gz) = 6830

Added: head/devel/p5-Data-Rand/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand/pkg-descr	Thu Oct 11 16:38:57 2012	(r305732)
@@ -0,0 +1,3 @@
+A module used to generate random strings and lists.
+
+WWW:	http://search.cpan.org/dist/Data-Rand/

Added: head/devel/p5-Data-Rand/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand/pkg-plist	Thu Oct 11 16:38:57 2012	(r305732)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Rand.pm
+@dirrmtry %%SITE_PERL%%/Data



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210111638.q9BGcvCx052762>