svn commit: r302647 - in head/textproc: . p5-Text-Wrap

Steve Wills swills at FreeBSD.org
Thu Aug 16 16:24:02 UTC 2012


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 at 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 at 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
+ at dirrm %%SITE_PERL%%/Text
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text



More information about the svn-ports-head mailing list