Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Jan 2009 18:25:47 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130156: [PATCH] misc/p5-Text-FIGlet: update to 2.01, take maintainership
Message-ID:  <20090104102547.0BD182594@sunpoet.net>
Resent-Message-ID: <200901041030.n04AU3Bp050193@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130156
>Category:       ports
>Synopsis:       [PATCH] misc/p5-Text-FIGlet: update to 2.01, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 04 10:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Tue Dec 30 15:39:28 CST 2008
>Description:
- Update to 2.01
- Take maintainership

Removed file(s):
- files/patch-FIGlet.pm

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Text-FIGlet-2.01.patch begins here ---
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
--- p5-Text-FIGlet-2.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090104102547.0BD182594>