diff options
author | swills <swills@FreeBSD.org> | 2012-08-17 00:24:01 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-08-17 00:24:01 +0800 |
commit | 3d32ba967b14f078644a6e61256b2166b2c10449 (patch) | |
tree | e5ead992ee5904519a39cd00e4420b0f1bd9da5f /textproc | |
parent | d835187efd7aae8ef8e983e4a3dbbf126fb5f073 (diff) | |
download | freebsd-ports-gnome-3d32ba967b14f078644a6e61256b2166b2c10449.tar.gz freebsd-ports-gnome-3d32ba967b14f078644a6e61256b2166b2c10449.tar.zst freebsd-ports-gnome-3d32ba967b14f078644a6e61256b2166b2c10449.zip |
Perl module for line wrapping to form simple paragraphs and expand and unexpand
tabs per the unix expand(1) and unexpand(1).
WWW: http://search.cpan.org/dist/Text-Tabs%2BWrap/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Wrap/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-Wrap/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Wrap/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Wrap/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f4b110ea348b..f2e72bea739f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -850,6 +850,7 @@ SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff + SUBDIR += p5-Text-Wrap SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-vCard diff --git a/textproc/p5-Text-Wrap/Makefile b/textproc/p5-Text-Wrap/Makefile new file mode 100644 index 000000000000..de74a0aaea0e --- /dev/null +++ b/textproc/p5-Text-Wrap/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Text-Wrap +# Date created: 2012-08-16 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Wrap +PORTVERSION= 2009.0305 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MUIR/modules +PKGNAMEPREFIX= p5- +DISTNAME= Text-Tabs+Wrap-${PORTVERSION} + +MAINTAINER= perl@FreeBSD.org +COMMENT= Line wrapping to form simple paragraphs and expand/unexpand tabs + +PERL_CONFIGURE= yes + +MAN3= Text::Tabs.3 Text::Wrap.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Wrap/distinfo b/textproc/p5-Text-Wrap/distinfo new file mode 100644 index 000000000000..38797a6b4dec --- /dev/null +++ b/textproc/p5-Text-Wrap/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Tabs+Wrap-2009.0305.tar.gz) = 9f8250e3f87e102084e0cbfa73403bb5cdb95f3d44c0d49cf5898b91d6c495ee +SIZE (Text-Tabs+Wrap-2009.0305.tar.gz) = 12807 diff --git a/textproc/p5-Text-Wrap/pkg-descr b/textproc/p5-Text-Wrap/pkg-descr new file mode 100644 index 000000000000..d2c6da021063 --- /dev/null +++ b/textproc/p5-Text-Wrap/pkg-descr @@ -0,0 +1,4 @@ +Perl module for line wrapping to form simple paragraphs and expand and unexpand +tabs per the unix expand(1) and unexpand(1). + +WWW: http://search.cpan.org/dist/Text-Tabs%2BWrap/ diff --git a/textproc/p5-Text-Wrap/pkg-plist b/textproc/p5-Text-Wrap/pkg-plist new file mode 100644 index 000000000000..882d0f0f1533 --- /dev/null +++ b/textproc/p5-Text-Wrap/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Text/Tabs.pm +%%SITE_PERL%%/Text/Wrap.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/.packlist +@dirrm %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |