svn commit: r369801 - in head/devel: . p5-Data-Munge
Wen Heping
wen at FreeBSD.org
Thu Oct 2 08:03:49 UTC 2014
Author: wen
Date: Thu Oct 2 08:03:47 2014
New Revision: 369801
URL: https://svnweb.freebsd.org/changeset/ports/369801
QAT: https://qat.redports.org/buildarchive/r369801/
Log:
This module defines a few generally useful utility functions.
WWW: http://search.cpan.org/dist/Data-Munge/
Added:
head/devel/p5-Data-Munge/
head/devel/p5-Data-Munge/Makefile (contents, props changed)
head/devel/p5-Data-Munge/distinfo (contents, props changed)
head/devel/p5-Data-Munge/pkg-descr (contents, props changed)
head/devel/p5-Data-Munge/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Oct 2 07:53:52 2014 (r369800)
+++ head/devel/Makefile Thu Oct 2 08:03:47 2014 (r369801)
@@ -1746,6 +1746,7 @@
SUBDIR += p5-Data-MessagePack-Stream
SUBDIR += p5-Data-Miscellany
SUBDIR += p5-Data-Model
+ SUBDIR += p5-Data-Munge
SUBDIR += p5-Data-ObjectDriver
SUBDIR += p5-Data-OptList
SUBDIR += p5-Data-Page-NoTotalEntries
Added: head/devel/p5-Data-Munge/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Munge/Makefile Thu Oct 2 08:03:47 2014 (r369801)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= Data-Munge
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen at FreeBSD.org
+COMMENT= Various utility functions
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-Data-Munge/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Munge/distinfo Thu Oct 2 08:03:47 2014 (r369801)
@@ -0,0 +1,2 @@
+SHA256 (Data-Munge-0.08.tar.gz) = f7751dc4902eff7932ce3558804b18d3d268708c4af94fe982aee61d4a9c7379
+SIZE (Data-Munge-0.08.tar.gz) = 7365
Added: head/devel/p5-Data-Munge/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Munge/pkg-descr Thu Oct 2 08:03:47 2014 (r369801)
@@ -0,0 +1,3 @@
+This module defines a few generally useful utility functions.
+
+WWW: http://search.cpan.org/dist/Data-Munge/
Added: head/devel/p5-Data-Munge/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Munge/pkg-plist Thu Oct 2 08:03:47 2014 (r369801)
@@ -0,0 +1,6 @@
+%%PERL5_MAN3%%/Data::Munge.3.gz
+%%SITE_PERL%%/Data/Munge.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Munge/.packlist
+ at dirrmtry %%SITE_PERL%%/Data
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Munge
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
More information about the svn-ports-all
mailing list