diff options
author | seb <seb@pkgsrc.org> | 2003-03-04 17:41:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-03-04 17:41:41 +0000 |
commit | 3c48470a364d846aa517bec98271c09632496565 (patch) | |
tree | 296ba8354e51315b0439d6bbb899f3e9f22ba2dc /textproc/p5-Text-Format | |
parent | ad8ff3b002c4193d9b47d1909454093f2b542eb7 (diff) | |
download | pkgsrc-3c48470a364d846aa517bec98271c09632496565.tar.gz |
Initial import of p5-Text-Format version 0.52 into the NetBSD Packages
Collection.
Provided in PR pkg/20503 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.
The perl5 module Text::Format provides the format(), paragraphs(),
center(), expand() and unexpand() functions: i.e. various functions
for paragraph formatting, tabs/spaces expansion/contraction and
lines centering.
Diffstat (limited to 'textproc/p5-Text-Format')
-rw-r--r-- | textproc/p5-Text-Format/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Format/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-Format/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Format/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Text-Format/DESCR b/textproc/p5-Text-Format/DESCR new file mode 100644 index 00000000000..f8c051bdf6c --- /dev/null +++ b/textproc/p5-Text-Format/DESCR @@ -0,0 +1,4 @@ +The perl5 module Text::Format provides the format(), paragraphs(), +center(), expand() and unexpand() functions: i.e. various functions +for paragraph formatting, tabs/spaces expansion/contraction and +lines centering. diff --git a/textproc/p5-Text-Format/Makefile b/textproc/p5-Text-Format/Makefile new file mode 100644 index 00000000000..51daac56b75 --- /dev/null +++ b/textproc/p5-Text-Format/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 17:41:42 seb Exp $ +# + +DISTNAME= Text-Format0.52 +PKGNAME= p5-Text-Format-0.52 +SVR4_PKGNAME= p5tfo +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= sketch@rd.bbc.co.uk +HOMEPAGE= http://search.cpan.org/search?module=Text::Format +COMMENT= Provide perl5 formatting functions on plain text + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Format/PLIST b/textproc/p5-Text-Format/PLIST new file mode 100644 index 00000000000..32020398809 --- /dev/null +++ b/textproc/p5-Text-Format/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/04 17:41:42 seb Exp $ diff --git a/textproc/p5-Text-Format/distinfo b/textproc/p5-Text-Format/distinfo new file mode 100644 index 00000000000..975093fd15c --- /dev/null +++ b/textproc/p5-Text-Format/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/04 17:41:42 seb Exp $ + +SHA1 (Text-Format0.52.tar.gz) = 00dd6946d05618e8d4e5afb84a9d771551fa1249 +Size (Text-Format0.52.tar.gz) = 11661 bytes |