svn commit: r376245 - in head/textproc: . p5-String-Print

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 4 17:11:25 UTC 2015


Author: sunpoet
Date: Sun Jan  4 17:11:22 2015
New Revision: 376245
URL: https://svnweb.freebsd.org/changeset/ports/376245
QAT: https://qat.redports.org/buildarchive/r376245/

Log:
  - Add p5-String-Print 0.15
  
  String::Print inserts values into (translated) strings. It provides printf and
  sprintf alternatives via both an object oriented and a functional interface.
  
  WWW: http://search.cpan.org/dist/String-Print/

Added:
  head/textproc/p5-String-Print/
  head/textproc/p5-String-Print/Makefile   (contents, props changed)
  head/textproc/p5-String-Print/distinfo   (contents, props changed)
  head/textproc/p5-String-Print/pkg-descr   (contents, props changed)
  head/textproc/p5-String-Print/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jan  4 17:11:16 2015	(r376244)
+++ head/textproc/Makefile	Sun Jan  4 17:11:22 2015	(r376245)
@@ -731,6 +731,7 @@
     SUBDIR += p5-String-Fraction
     SUBDIR += p5-String-HexConvert
     SUBDIR += p5-String-Koremutake
+    SUBDIR += p5-String-Print
     SUBDIR += p5-String-RewritePrefix
     SUBDIR += p5-String-Scanf
     SUBDIR += p5-String-ShellQuote

Added: head/textproc/p5-String-Print/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Print/Makefile	Sun Jan  4 17:11:22 2015	(r376245)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	String-Print
+PORTVERSION=	0.15
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Alternative of printf
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/textproc/p5-String-Print/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Print/distinfo	Sun Jan  4 17:11:22 2015	(r376245)
@@ -0,0 +1,2 @@
+SHA256 (String-Print-0.15.tar.gz) = b4e97c3ced0f75d485be6d73987bde4757e71d31e790ea61424f1b935b6134d9
+SIZE (String-Print-0.15.tar.gz) = 13569

Added: head/textproc/p5-String-Print/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Print/pkg-descr	Sun Jan  4 17:11:22 2015	(r376245)
@@ -0,0 +1,4 @@
+String::Print inserts values into (translated) strings. It provides printf and
+sprintf alternatives via both an object oriented and a functional interface.
+
+WWW: http://search.cpan.org/dist/String-Print/

Added: head/textproc/p5-String-Print/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Print/pkg-plist	Sun Jan  4 17:11:22 2015	(r376245)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/String/Print.pm
+%%SITE_PERL%%/String/Print.pod
+%%PERL5_MAN3%%/String::Print.3.gz


More information about the svn-ports-head mailing list