From f81a72fd8a235d53011bc731e246b3d949b7b7b2 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 22 Feb 2004 01:18:19 +0000 Subject: 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. --- 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(+) create mode 100644 textproc/p5-Text-Reform/DESCR create mode 100644 textproc/p5-Text-Reform/Makefile create mode 100644 textproc/p5-Text-Reform/PLIST create mode 100644 textproc/p5-Text-Reform/distinfo (limited to 'textproc/p5-Text-Reform') 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 -- cgit v1.2.3