svn commit: r334985 - in head/devel: . p5-Set-Tiny
Matthew Seaman
matthew at FreeBSD.org
Wed Nov 27 00:05:10 UTC 2013
Author: matthew
Date: Wed Nov 27 00:05:08 2013
New Revision: 334985
URL: http://svnweb.freebsd.org/changeset/ports/334985
Log:
Set::Tiny is a thin wrapper around regular Perl hashes to perform
often needed set operations, such as testing two sets of strings for
equality, or checking whether one is contained within the other.
WWW: http://search.cpan.org/dist/Set-Tiny/
Added:
head/devel/p5-Set-Tiny/
head/devel/p5-Set-Tiny/Makefile (contents, props changed)
head/devel/p5-Set-Tiny/distinfo (contents, props changed)
head/devel/p5-Set-Tiny/pkg-descr (contents, props changed)
head/devel/p5-Set-Tiny/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Nov 27 00:04:00 2013 (r334984)
+++ head/devel/Makefile Wed Nov 27 00:05:08 2013 (r334985)
@@ -2649,6 +2649,7 @@
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Set-Object
SUBDIR += p5-Set-Scalar
+ SUBDIR += p5-Set-Tiny
SUBDIR += p5-Shape
SUBDIR += p5-Shell-Base
SUBDIR += p5-Shell-EnvImporter
Added: head/devel/p5-Set-Tiny/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Set-Tiny/Makefile Wed Nov 27 00:05:08 2013 (r334985)
@@ -0,0 +1,19 @@
+# Created by: Matthew Seaman <matthew at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Set-Tiny
+PORTVERSION= 0.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= matthew at FreeBSD.org
+COMMENT= Simple sets of strings
+
+USES= perl5
+USE_PERL5= configure
+
+regression-test: build
+ @cd ${WRKSRC} && ${MAKE} test
+
+.include <bsd.port.mk>
Added: head/devel/p5-Set-Tiny/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Set-Tiny/distinfo Wed Nov 27 00:05:08 2013 (r334985)
@@ -0,0 +1,2 @@
+SHA256 (Set-Tiny-0.01.tar.gz) = 41f9fea3b7c94a95284c6cb46d828bd5c30719054e2eca4c95fdb4ad58a03687
+SIZE (Set-Tiny-0.01.tar.gz) = 5799
Added: head/devel/p5-Set-Tiny/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Set-Tiny/pkg-descr Wed Nov 27 00:05:08 2013 (r334985)
@@ -0,0 +1,5 @@
+Set::Tiny is a thin wrapper around regular Perl hashes to perform
+often needed set operations, such as testing two sets of strings for
+equality, or checking whether one is contained within the other.
+
+WWW: http://search.cpan.org/dist/Set-Tiny/
Added: head/devel/p5-Set-Tiny/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Set-Tiny/pkg-plist Wed Nov 27 00:05:08 2013 (r334985)
@@ -0,0 +1,7 @@
+%%PERL5_MAN3%%/Set::Tiny.3.gz
+%%SITE_PERL%%/Set/Tiny.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Tiny/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set
+ at dirrmtry %%SITE_PERL%%/Set
+
More information about the svn-ports-head
mailing list