1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Add p5-Text-Flow, flexible text flowing and word wrapping for not just ASCII

output.

This module provides a flexible way to wrap and flow text for both ASCII and
non-ASCII outputs.

The main purpose of this module is to provide text wrapping and flowing
features without being tied down to ASCII based output and fixed-width
fonts. My needs were for a more sophisticated text control in PDF and GIF
output formats in particular.

WWW: http://search.cpan.org/dist/Text-Flow/
This commit is contained in:
Chin-San Huang 2008-08-30 17:16:29 +00:00
parent bf3903ec82
commit 7c5c013873
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219469
5 changed files with 46 additions and 0 deletions

View File

@ -584,6 +584,7 @@
SUBDIR += p5-Text-FixEOL
SUBDIR += p5-Text-FixedLength
SUBDIR += p5-Text-FixedLength-Extra
SUBDIR += p5-Text-Flow
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Flowed
SUBDIR += p5-Text-Format

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Text-Flow
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Text-Flow
DISTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Flexible text flowing and word wrapping for not just ASCII output
RUN_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
MAN3= ${PORTNAME:S/-/::/g}.3 Text::Flow::Wrap.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Text-Flow-0.01.tar.gz) = 0f5dc1346537813ed9d71585d627c511
SHA256 (Text-Flow-0.01.tar.gz) = 468d2a6442492174814ba1ec5b2da0655645c5f2fc24c3613a2648b4de8cddf7
SIZE (Text-Flow-0.01.tar.gz) = 11571

View File

@ -0,0 +1,9 @@
This module provides a flexible way to wrap and flow text for both ASCII and
non-ASCII outputs.
The main purpose of this module is to provide text wrapping and flowing
features without being tied down to ASCII based output and fixed-width
fonts. My needs were for a more sophisticated text control in PDF and GIF
output formats in particular.
WWW: http://search.cpan.org/dist/Text-Flow/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Flow/.packlist
%%SITE_PERL%%/Text/Flow.pm
%%SITE_PERL%%/Text/Flow/Wrap.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Flow
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/Text/Flow
@dirrmtry %%SITE_PERL%%/Text