svn commit: r333920 - in head/devel: . p5-File-Slurp-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 15 20:48:59 UTC 2013


Author: sunpoet
Date: Fri Nov 15 20:48:57 2013
New Revision: 333920
URL: http://svnweb.freebsd.org/changeset/ports/333920

Log:
  - Add p5-File-Slurp-Tiny 0.002
  
  File::Slurp::Tiny provides functions for fast and correct slurping and spewing.
  All functions are optionally exported.
  
  WWW: http://search.cpan.org/dist/File-Slurp-Tiny/

Added:
  head/devel/p5-File-Slurp-Tiny/
  head/devel/p5-File-Slurp-Tiny/Makefile   (contents, props changed)
  head/devel/p5-File-Slurp-Tiny/distinfo   (contents, props changed)
  head/devel/p5-File-Slurp-Tiny/pkg-descr   (contents, props changed)
  head/devel/p5-File-Slurp-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Nov 15 20:45:59 2013	(r333919)
+++ head/devel/Makefile	Fri Nov 15 20:48:57 2013	(r333920)
@@ -2021,6 +2021,7 @@
     SUBDIR += p5-File-ShareDir-PathClass
     SUBDIR += p5-File-ShareDir-ProjectDistDir
     SUBDIR += p5-File-Slurp
+    SUBDIR += p5-File-Slurp-Tiny
     SUBDIR += p5-File-Slurp-Tree
     SUBDIR += p5-File-Spec-Native
     SUBDIR += p5-File-Stream

Added: head/devel/p5-File-Slurp-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Slurp-Tiny/Makefile	Fri Nov 15 20:48:57 2013	(r333920)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-Slurp-Tiny
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Simple, sane and efficient file slurper
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	modbuildtiny
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-File-Slurp-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Slurp-Tiny/distinfo	Fri Nov 15 20:48:57 2013	(r333920)
@@ -0,0 +1,2 @@
+SHA256 (File-Slurp-Tiny-0.002.tar.gz) = 4a59f00424a579d190729dbfb5ac8f0bc5ac32ed8a70837d696e9ef3b30bfdf0
+SIZE (File-Slurp-Tiny-0.002.tar.gz) = 11556

Added: head/devel/p5-File-Slurp-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Slurp-Tiny/pkg-descr	Fri Nov 15 20:48:57 2013	(r333920)
@@ -0,0 +1,4 @@
+File::Slurp::Tiny provides functions for fast and correct slurping and spewing.
+All functions are optionally exported.
+
+WWW: http://search.cpan.org/dist/File-Slurp-Tiny/

Added: head/devel/p5-File-Slurp-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Slurp-Tiny/pkg-plist	Fri Nov 15 20:48:57 2013	(r333920)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/File/Slurp/Tiny.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tiny/.packlist
+%%PERL5_MAN3%%/File::Slurp::Tiny.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+ at dirrmtry %%SITE_PERL%%/File/Slurp
+ at dirrmtry %%SITE_PERL%%/File


More information about the svn-ports-head mailing list