pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Reform Import p5-Text-Reform from pkg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/73c3e8dadfc0
branches: trunk
changeset: 469305:73c3e8dadfc0
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Feb 22 01:18:19 2004 +0000
description:
Import p5-Text-Reform from pkgsrc-wip. Packaged by Eric Schnoebelen
and slightly modified by me.
Text::Reform takes a series of format (or "picture") strings followed
by replacement values, interpolates those values into each picture
string, and returns the result. The effect is similar to the inbuilt
perl format mechanism, although the field specification syntax is
simpler and some of the formatting behavior is more sophisticated.
diffstat:
textproc/p5-Text-Reform/DESCR | 5 +++++
textproc/p5-Text-Reform/Makefile | 20 ++++++++++++++++++++
textproc/p5-Text-Reform/PLIST | 1 +
textproc/p5-Text-Reform/distinfo | 4 ++++
4 files changed, 30 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 604334498ffa -r 73c3e8dadfc0 textproc/p5-Text-Reform/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reform/DESCR Sun Feb 22 01:18:19 2004 +0000
@@ -0,0 +1,5 @@
+Text::Reform takes a series of format (or "picture") strings followed
+by replacement values, interpolates those values into each picture
+string, and returns the result. The effect is similar to the inbuilt
+perl format mechanism, although the field specification syntax is
+simpler and some of the formatting behavior is more sophisticated.
diff -r 604334498ffa -r 73c3e8dadfc0 textproc/p5-Text-Reform/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reform/Makefile Sun Feb 22 01:18:19 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:18:19 minskim Exp $
+#
+
+DISTNAME= Text-Reform-1.11
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5trf
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= eric%cirr.com@localhost
+HOMEPAGE= http://search.cpan.org/search?module=Text::Reform
+COMMENT= Manual text wrapping and reformatting
+
+PKG_INSTALLATION_TYPES= overwrite pkgsrc
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Reform/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 604334498ffa -r 73c3e8dadfc0 textproc/p5-Text-Reform/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reform/PLIST Sun Feb 22 01:18:19 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:18:19 minskim Exp $
diff -r 604334498ffa -r 73c3e8dadfc0 textproc/p5-Text-Reform/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reform/distinfo Sun Feb 22 01:18:19 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/22 01:18:19 minskim Exp $
+
+SHA1 (Text-Reform-1.11.tar.gz) = 235c68288e0804544fb3a63e7987c22db05eac41
+Size (Text-Reform-1.11.tar.gz) = 20902 bytes
Home |
Main Index |
Thread Index |
Old Index