diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 07:06:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 07:06:37 +0000 |
commit | 85b8168caa1d092e514e705c4b3b04aa413887b3 (patch) | |
tree | 7e423e27d168e6ad20e17f8cb49b16a9217060f6 | |
parent | 8da3672fd7871bf6e5b0f385b7aae825ce82bac3 (diff) | |
download | ports-85b8168caa1d092e514e705c4b3b04aa413887b3.tar.gz ports-85b8168caa1d092e514e705c4b3b04aa413887b3.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Reform/pkg-plist | 8 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e98a2353708a..b02fb96cbcf9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -230,6 +230,7 @@ SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-Reflow + SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Repository SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Tabs+Wrap diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile new file mode 100644 index 000000000000..c501baa2bca2 --- /dev/null +++ b/textproc/p5-Text-Reform/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-Reform +# Date created: 2 August 2002 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Text-Reform +PORTVERSION= 1.10 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Manual text wrapping and reformatting + +PERL_CONFIGURE= yes + +MAN3= Text::Reform.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Reform/distinfo b/textproc/p5-Text-Reform/distinfo new file mode 100644 index 000000000000..2a7ff5d5e08b --- /dev/null +++ b/textproc/p5-Text-Reform/distinfo @@ -0,0 +1 @@ +MD5 (Text-Reform-1.10.tar.gz) = 07608172aed9c4a5158a8184b8107029 diff --git a/textproc/p5-Text-Reform/pkg-descr b/textproc/p5-Text-Reform/pkg-descr new file mode 100644 index 000000000000..5aa1b6f54411 --- /dev/null +++ b/textproc/p5-Text-Reform/pkg-descr @@ -0,0 +1 @@ +Manual text wrapping and reformatting diff --git a/textproc/p5-Text-Reform/pkg-plist b/textproc/p5-Text-Reform/pkg-plist new file mode 100644 index 000000000000..c4c6d7faf856 --- /dev/null +++ b/textproc/p5-Text-Reform/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reform/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/demo_ws.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/demo_table.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/demo_filler.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/demo_columns.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/demo.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/Reform.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reform |