1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Text-FIGlet 1.06, perl module to provide FIGlet abilities,

akin to banner.

PR:		38530
Submitted by:	Daniel B. Hemmerich <dan@spot.org>
This commit is contained in:
Pete Fritchman 2002-05-26 19:08:53 +00:00
parent f2e5cd38f2
commit 5be3d4e37f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60040
7 changed files with 60 additions and 0 deletions

View File

@ -216,6 +216,7 @@
SUBDIR += p5-LEGO-RCX
SUBDIR += p5-Locale-Codes
SUBDIR += p5-Locale-SubCountry
SUBDIR += p5-Text-FIGlet
SUBDIR += patanjali
SUBDIR += patchutils
SUBDIR += pbs

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Text-Figlet
# Date created: 24 May 2002
# Whom: Daniel B. Hemmerich <dan@spot.org>
#
# $FreeBSD$
PORTNAME= Text-FIGlet
PORTVERSION= 1.06
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= dan@spot.org
RUN_DEPENDS= ${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Text::FIGlet.3 \
Text::charmap.3 \
Text::figlet.3 \
Text::minifig.3 \
Text::showfigfonts.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-FIGlet-1.06.tar.gz) = 2a57ad951eff510c533d79bcbbe7aed5

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- FIGlet.pm.orig Fri May 24 20:25:42 2002
+++ FIGlet.pm Fri May 24 20:25:59 2002
@@ -174,7 +174,7 @@
$opts{-A} .= "\0" x ($self->{_font}->[ord($_)]->[0]-1) . $_;
}
}
- $opts{-A} = Text::Wrap::wrap('', '', $opts{-A}), "\n";
+ $opts{-A} = Text::Wrap::wrap('', '', $opts{-A});
$opts{-A} =~ tr/\0//d;
}
@text = split("\n", $opts{-A});

View File

@ -0,0 +1 @@
Perl module to provide FIGlet abilities, akin to banner

View File

@ -0,0 +1,7 @@
The Text::FIGlet module creates a banner using the FIGlet program.
It has the ability to select various fonts, options, and paths.
WWW: http://search.cpan.org/search?dist=Text-FIGlet
- Daniel B. Hemmerich
dan@spot.org

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/Text/FIGlet.pm
lib/perl5/site_perl/%%PERL_VER%%/Text/charmap.pl
lib/perl5/site_perl/%%PERL_VER%%/Text/figlet.pl
lib/perl5/site_perl/%%PERL_VER%%/Text/minifig.pl
lib/perl5/site_perl/%%PERL_VER%%/Text/showfigfonts.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FIGlet
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true