Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 19:32:15 +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: r305738 - in head/devel: . p5-Data-Rand-Obscure
Message-ID:  <201210111932.q9BJWFF5073822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Thu Oct 11 19:32:15 2012
New Revision: 305738
URL: http://svn.freebsd.org/changeset/ports/305738

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct 11 19:23:56 2012	(r305737)
+++ head/devel/Makefile	Thu Oct 11 19:32:15 2012	(r305738)
@@ -1630,6 +1630,7 @@
     SUBDIR += p5-Data-Printer
     SUBDIR += p5-Data-Properties
     SUBDIR += p5-Data-Rand
+    SUBDIR += p5-Data-Rand-Obscure
     SUBDIR += p5-Data-Random
     SUBDIR += p5-Data-Range-Compare
     SUBDIR += p5-Data-Recursive-Encode

Added: head/devel/p5-Data-Rand-Obscure/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand-Obscure/Makefile	Thu Oct 11 19:32:15 2012	(r305738)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+#
+
+PORTNAME=	Data-Rand-Obscure
+PORTVERSION=	0.021
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj@FreeBSD.org
+COMMENT=	Perl module for generating (fairly) random strings easily
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \
+		p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny
+RUN_DEPENDS=	p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \
+		p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Data::Rand::Obscure.3 \
+		Data::Rand::Obscure::Generator.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Rand-Obscure/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand-Obscure/distinfo	Thu Oct 11 19:32:15 2012	(r305738)
@@ -0,0 +1,2 @@
+SHA256 (Data-Rand-Obscure-0.021.tar.gz) = 20e456da4cc18b125edd4f6d8ae72146d09603e0b3cbdf29b37f4c06d811c484
+SIZE (Data-Rand-Obscure-0.021.tar.gz) = 22576

Added: head/devel/p5-Data-Rand-Obscure/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand-Obscure/pkg-descr	Thu Oct 11 19:32:15 2012	(r305738)
@@ -0,0 +1,3 @@
+A module used to generate (fairly) random strings easily.
+
+WWW:	http://search.cpan.org/dist/Data-Rand-Obscure/

Added: head/devel/p5-Data-Rand-Obscure/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Rand-Obscure/pkg-plist	Thu Oct 11 19:32:15 2012	(r305738)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/Data/Rand/Obscure.pm
+%%SITE_PERL%%/Data/Rand/Obscure/Generator.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Rand/Obscure/.packlist
+@dirrm %%SITE_PERL%%/Data/Rand/Obscure
+@dirrmtry %%SITE_PERL%%/Data/Rand
+@dirrmtry %%SITE_PERL%%/Data
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Rand/Obscure
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Rand
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data



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