Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 20:48:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333920 - in head/devel: . p5-File-Slurp-Tiny
Message-ID:  <201311152048.rAFKmwMI073393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-Slurp-Tiny
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tiny
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+@dirrmtry %%SITE_PERL%%/File/Slurp
+@dirrmtry %%SITE_PERL%%/File



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