From owner-svn-ports-head@FreeBSD.ORG Thu Aug 16 16:24:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BECA10656F6; Thu, 16 Aug 2012 16:24:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0298FC0A; Thu, 16 Aug 2012 16:24:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7GGO2B3038853; Thu, 16 Aug 2012 16:24:02 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7GGO2Wj038847; Thu, 16 Aug 2012 16:24:02 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201208161624.q7GGO2Wj038847@svn.freebsd.org> From: Steve Wills Date: Thu, 16 Aug 2012 16:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302647 - in head/textproc: . p5-Text-Wrap X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 16:24:02 -0000 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 +# +# $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 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