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:
parent
e98152aaf2
commit
068a0c4534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302647
@ -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
|
||||
|
23
textproc/p5-Text-Wrap/Makefile
Normal file
23
textproc/p5-Text-Wrap/Makefile
Normal 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>
|
2
textproc/p5-Text-Wrap/distinfo
Normal file
2
textproc/p5-Text-Wrap/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-Tabs+Wrap-2009.0305.tar.gz) = 9f8250e3f87e102084e0cbfa73403bb5cdb95f3d44c0d49cf5898b91d6c495ee
|
||||
SIZE (Text-Tabs+Wrap-2009.0305.tar.gz) = 12807
|
4
textproc/p5-Text-Wrap/pkg-descr
Normal file
4
textproc/p5-Text-Wrap/pkg-descr
Normal 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/
|
5
textproc/p5-Text-Wrap/pkg-plist
Normal file
5
textproc/p5-Text-Wrap/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user