mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Text-Reflow 1.04, perl module for reflowing text files.
PR: ports/41265 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
4664f60122
commit
dd0f352f79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70767
6 changed files with 40 additions and 0 deletions
|
@ -212,6 +212,7 @@
|
|||
SUBDIR += p5-Text-Graphics
|
||||
SUBDIR += p5-Text-Metaphone
|
||||
SUBDIR += p5-Text-Query
|
||||
SUBDIR += p5-Text-Reflow
|
||||
SUBDIR += p5-Text-Repository
|
||||
SUBDIR += p5-Text-SimpleTemplate
|
||||
SUBDIR += p5-Text-Template
|
||||
|
|
27
textproc/p5-Text-Reflow/Makefile
Normal file
27
textproc/p5-Text-Reflow/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: textproc/p5- Text-Reflow
|
||||
# Date created: 2 August 2002
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Reflow
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::Reflow.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-everything:
|
||||
@${PERL} -M5.006 -e1 2>/dev/null || \
|
||||
( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \
|
||||
${FALSE} )
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Text-Reflow/distinfo
Normal file
1
textproc/p5-Text-Reflow/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-Reflow-1.04.tar.gz) =3D 9b7d192cda3ffe8de76735c843352200
|
1
textproc/p5-Text-Reflow/pkg-comment
Normal file
1
textproc/p5-Text-Reflow/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module for reflowing text files
|
3
textproc/p5-Text-Reflow/pkg-descr
Normal file
3
textproc/p5-Text-Reflow/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
These routines will reflow the paragraphs in the given file, filehandle,
|
||||
string or array using Knuth's paragraphing algorithm (as used in TeX) to
|
||||
pick "good" places to break the lines.
|
7
textproc/p5-Text-Reflow/pkg-plist
Normal file
7
textproc/p5-Text-Reflow/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text > /dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text > /dev/null || true
|
Loading…
Add table
Reference in a new issue