diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 01:18:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 01:18:19 +0000 |
commit | 742ce35e38afa0e4f39563de9d384841b7a2bb0e (patch) | |
tree | a2e2f989c5c72a13f4113b7cb3db319d497ba711 /textproc | |
parent | 8c5c7abd74397f2ce034c7e96f946eaf7d5d8f60 (diff) | |
download | pkgsrc-742ce35e38afa0e4f39563de9d384841b7a2bb0e.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Reform/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Text-Reform/DESCR b/textproc/p5-Text-Reform/DESCR new file mode 100644 index 00000000000..786d22d6466 --- /dev/null +++ b/textproc/p5-Text-Reform/DESCR @@ -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 --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile new file mode 100644 index 00000000000..59b1a369328 --- /dev/null +++ b/textproc/p5-Text-Reform/Makefile @@ -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 +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 --git a/textproc/p5-Text-Reform/PLIST b/textproc/p5-Text-Reform/PLIST new file mode 100644 index 00000000000..eb18503199d --- /dev/null +++ b/textproc/p5-Text-Reform/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:18:19 minskim Exp $ diff --git a/textproc/p5-Text-Reform/distinfo b/textproc/p5-Text-Reform/distinfo new file mode 100644 index 00000000000..78e6def2729 --- /dev/null +++ b/textproc/p5-Text-Reform/distinfo @@ -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 |