FreeBSD Bugzilla – Attachment 92495 Details for
Bug 130156
[PATCH] misc/p5-Text-FIGlet: update to 2.01, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Text-FIGlet-2.01.patch
p5-Text-FIGlet-2.01.patch (text/plain), 3.30 KB, created by
Sunpoet Po-Chuan Hsieh
on 2009-01-04 10:30:02 UTC
(
hide
)
Description:
p5-Text-FIGlet-2.01.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2009-01-04 10:30:02 UTC
Size:
3.30 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/misc/p5-Text-FIGlet/Makefile /usr/ports/sunpoet/p5-Text-FIGlet/Makefile >--- /usr/ports/misc/p5-Text-FIGlet/Makefile 2008-04-17 22:27:24.000000000 +0800 >+++ /usr/ports/sunpoet/p5-Text-FIGlet/Makefile 2009-01-04 18:22:39.323526730 +0800 >@@ -5,23 +5,20 @@ > # $FreeBSD: ports/misc/p5-Text-FIGlet/Makefile,v 1.5 2008/04/17 14:27:24 araujo Exp $ > > PORTNAME= Text-FIGlet >-PORTVERSION= 1.06 >+PORTVERSION= 2.01 > CATEGORIES= misc perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= sunpoet@sunpoet.net > COMMENT= Perl module to provide FIGlet abilities, akin to banner > > RUN_DEPENDS= ${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet > > PERL_CONFIGURE= yes > >- >-MAN3= Text::FIGlet.3 \ >- Text::charmap.3 \ >- Text::figlet.3 \ >- Text::minifig.3 \ >- Text::showfigfonts.3 >+MAN1= charmap.pl.1 figlet.pl.1 minifig.pl.1 showfigfonts.pl.1 >+MAN3= Text::FIGlet.3 Text::FIGlet::Control.3 Text::FIGlet::Font.3 \ >+ Text::LICENSE.3 > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/misc/p5-Text-FIGlet/distinfo /usr/ports/sunpoet/p5-Text-FIGlet/distinfo >--- /usr/ports/misc/p5-Text-FIGlet/distinfo 2005-11-26 00:09:23.000000000 +0800 >+++ /usr/ports/sunpoet/p5-Text-FIGlet/distinfo 2009-01-04 18:13:10.499883781 +0800 >@@ -1,3 +1,3 @@ >-MD5 (Text-FIGlet-1.06.tar.gz) = 2a57ad951eff510c533d79bcbbe7aed5 >-SHA256 (Text-FIGlet-1.06.tar.gz) = 95cdc7d47fee09fb73b69d0e57299671f1e53ccba0bf5c5b568f8901fbb64cbd >-SIZE (Text-FIGlet-1.06.tar.gz) = 25175 >+MD5 (Text-FIGlet-2.01.tar.gz) = 7432480f3c6acbdf9406d083caeb0027 >+SHA256 (Text-FIGlet-2.01.tar.gz) = 63f8a7802443ca9b9ba29492e0b9edccd2d7f66b432c0dde1168a358ce28e55b >+SIZE (Text-FIGlet-2.01.tar.gz) = 66342 >diff -ruN --exclude=CVS /usr/ports/misc/p5-Text-FIGlet/files/patch-FIGlet.pm /usr/ports/sunpoet/p5-Text-FIGlet/files/patch-FIGlet.pm >--- /usr/ports/misc/p5-Text-FIGlet/files/patch-FIGlet.pm 2002-05-27 03:08:53.000000000 +0800 >+++ /usr/ports/sunpoet/p5-Text-FIGlet/files/patch-FIGlet.pm 1970-01-01 08:00:00.000000000 +0800 >@@ -1,13 +0,0 @@ >-$FreeBSD: ports/misc/p5-Text-FIGlet/files/patch-FIGlet.pm,v 1.1 2002/05/26 19:08:53 petef Exp $ >- >---- 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}); >diff -ruN --exclude=CVS /usr/ports/misc/p5-Text-FIGlet/pkg-plist /usr/ports/sunpoet/p5-Text-FIGlet/pkg-plist >--- /usr/ports/misc/p5-Text-FIGlet/pkg-plist 2006-01-22 10:28:42.000000000 +0800 >+++ /usr/ports/sunpoet/p5-Text-FIGlet/pkg-plist 2009-01-04 18:25:20.974230940 +0800 >@@ -1,9 +1,13 @@ >+bin/charmap.pl >+bin/figlet.pl >+bin/minifig.pl >+bin/showfigfonts.pl > %%SITE_PERL%%/Text/FIGlet.pm >-%%SITE_PERL%%/Text/charmap.pl >-%%SITE_PERL%%/Text/figlet.pl >-%%SITE_PERL%%/Text/minifig.pl >-%%SITE_PERL%%/Text/showfigfonts.pl >+%%SITE_PERL%%/Text/FIGlet/Control.pm >+%%SITE_PERL%%/Text/FIGlet/Font.pm >+%%SITE_PERL%%/Text/LICENSE.pod > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist > @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet >+@dirrm %%SITE_PERL%%/Text/FIGlet > @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > @dirrmtry %%SITE_PERL%%/Text
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130156
: 92495