1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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/
This commit is contained in:
Steve Wills 2012-08-16 16:24:01 +00:00
parent e98152aaf2
commit 068a0c4534
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302647
5 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Text-Tabs+Wrap-2009.0305.tar.gz) = 9f8250e3f87e102084e0cbfa73403bb5cdb95f3d44c0d49cf5898b91d6c495ee
SIZE (Text-Tabs+Wrap-2009.0305.tar.gz) = 12807

View File

@ -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/

View File

@ -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