From 4f389c03da7ed8381b9b0f77069359d1d097309a Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 24 Mar 2003 14:37:47 +0000 Subject: New port: very simple paragraph formatter PR: 47882 --- textproc/p5-Text-Tabs+Wrap/Makefile | 23 ++++++++++++++++++++++ textproc/p5-Text-Tabs+Wrap/distinfo | 1 + .../p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL | 9 +++++++++ textproc/p5-Text-Tabs+Wrap/pkg-descr | 7 +++++++ textproc/p5-Text-Tabs+Wrap/pkg-plist | 5 +++++ 5 files changed, 45 insertions(+) create mode 100644 textproc/p5-Text-Tabs+Wrap/Makefile create mode 100644 textproc/p5-Text-Tabs+Wrap/distinfo create mode 100644 textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL create mode 100644 textproc/p5-Text-Tabs+Wrap/pkg-descr create mode 100644 textproc/p5-Text-Tabs+Wrap/pkg-plist (limited to 'textproc/p5-Text-Tabs+Wrap') diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile new file mode 100644 index 000000000000..e180decea27b --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5- Text-Wrap +# Date created: 4 February 2003 +# Whom: Toby Allsopp +# +# $FreeBSD$ +# + +PORTNAME= Text-Tabs+Wrap +PORTVERSION= 2001.0929 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= toby@mi6.gen.nz +COMMENT= Line wrapping to form simple paragraphs + +PERL_CONFIGURE= YES + +MAN3= Text::Wrap.3 Text::Tabs.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo new file mode 100644 index 000000000000..f5184864c726 --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/distinfo @@ -0,0 +1 @@ +MD5 (Text-Tabs+Wrap-2001.0929.tar.gz) = 2a2d5436efc9f9b8fc9e23f107abb010 diff --git a/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL new file mode 100644 index 000000000000..e7b0e6f8ee9f --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL @@ -0,0 +1,9 @@ +--- Makefile.PL~ Tue Feb 4 19:02:23 2003 ++++ Makefile.PL Tue Feb 4 19:02:34 2003 +@@ -9,6 +9,5 @@ + ('ABSTRACT' => 'Expand tabs and do simple line wrapping', + 'AUTHOR' => 'David Muir Sharnoff ') : ()), + 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, +- 'INSTALLDIRS' => 'perl', + ); + diff --git a/textproc/p5-Text-Tabs+Wrap/pkg-descr b/textproc/p5-Text-Tabs+Wrap/pkg-descr new file mode 100644 index 000000000000..1e5dc8e909f3 --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/pkg-descr @@ -0,0 +1,7 @@ +Text::Wrap::wrap() is a very simple paragraph formatter. It formats a single +paragraph at a time by breaking lines at word boundaries. Indentation is +controlled for the first line ($initial_tab) and all subsequent lines +($subsequent_tab) independently. + +This is a later version (from CPAN) than the one that comes with the base +system's perl 5.00503. diff --git a/textproc/p5-Text-Tabs+Wrap/pkg-plist b/textproc/p5-Text-Tabs+Wrap/pkg-plist new file mode 100644 index 000000000000..5c4effac55d8 --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Wrap.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Tabs.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true -- cgit v1.2.3