Date: Thu, 16 Aug 2012 16:24:02 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302647 - in head/textproc: . p5-Text-Wrap Message-ID: <201208161624.q7GGO2Wj038847@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Aug 16 16:24:01 2012 New Revision: 302647 URL: http://svn.freebsd.org/changeset/ports/302647 Log: 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/ Added: head/textproc/p5-Text-Wrap/ head/textproc/p5-Text-Wrap/Makefile (contents, props changed) head/textproc/p5-Text-Wrap/distinfo (contents, props changed) head/textproc/p5-Text-Wrap/pkg-descr (contents, props changed) head/textproc/p5-Text-Wrap/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Aug 16 15:47:33 2012 (r302646) +++ head/textproc/Makefile Thu Aug 16 16:24:01 2012 (r302647) @@ -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 Added: head/textproc/p5-Text-Wrap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Wrap/Makefile Thu Aug 16 16:24:01 2012 (r302647) @@ -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> Added: head/textproc/p5-Text-Wrap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Wrap/distinfo Thu Aug 16 16:24:01 2012 (r302647) @@ -0,0 +1,2 @@ +SHA256 (Text-Tabs+Wrap-2009.0305.tar.gz) = 9f8250e3f87e102084e0cbfa73403bb5cdb95f3d44c0d49cf5898b91d6c495ee +SIZE (Text-Tabs+Wrap-2009.0305.tar.gz) = 12807 Added: head/textproc/p5-Text-Wrap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Wrap/pkg-descr Thu Aug 16 16:24:01 2012 (r302647) @@ -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/ Added: head/textproc/p5-Text-Wrap/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Wrap/pkg-plist Thu Aug 16 16:24:01 2012 (r302647) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208161624.q7GGO2Wj038847>