diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-04 08:15:25 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-04 08:15:25 +0000 |
commit | 92f236a3d1de8a49c7564d4e51aeee0ca497b05b (patch) | |
tree | 8924d8d48e376cfa451eb564741f2c86c9c9bdc1 /graphics | |
parent | d9926c6a84dc100a127dd512b4daa4408c4943a3 (diff) | |
download | FreeBSD-ports-92f236a3d1de8a49c7564d4e51aeee0ca497b05b.zip FreeBSD-ports-92f236a3d1de8a49c7564d4e51aeee0ca497b05b.tar.gz |
upgrade to 0.39
drop maintainership
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Imager/Makefile | 12 | ||||
-rw-r--r-- | graphics/p5-Imager/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Imager/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | graphics/p5-Imager/pkg-plist | 15 |
4 files changed, 28 insertions, 12 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 2eaf2a6..f960d74 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -7,14 +7,14 @@ # PORTNAME= Imager -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.eecs.umich.edu/~addi/perl/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= p5- -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ tiff:${PORTSDIR}/graphics/tiff \ @@ -28,7 +28,11 @@ CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" USE_GMAKE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Imager.3 Imager::Color.3 Imager::Expr.3 Imager::Expr::Assem.3 \ - Imager::Font.3 Imager::Regops.3 Imager::Transform.3 Imager::regmach.3 +MAN3= Imager.3 Imager::Color.3 Imager::Color::Float.3 Imager::Expr.3 \ + Imager::Expr::Assem.3 Imager::Fill.3 Imager::Font.3 \ + Imager::Font::FreeType2.3 Imager::Font::Truetype.3 \ + Imager::Font::Type1.3 Imager::Font::Win32.3 Imager::Fountain.3 \ + Imager::Matrix2d.3 Imager::Regops.3 Imager::Transform.3 \ + Imager::interface.3 Imager::regmach.3 .include <bsd.port.mk> diff --git a/graphics/p5-Imager/distinfo b/graphics/p5-Imager/distinfo index bc6d205..549dcd3 100644 --- a/graphics/p5-Imager/distinfo +++ b/graphics/p5-Imager/distinfo @@ -1 +1 @@ -MD5 (Imager-0.38.tar.gz) = 44b037145f030edc44a344c05fa532c6 +MD5 (Imager-0.39.tar.gz) = 45979152deb9a6270f66da5ba995a6d4 diff --git a/graphics/p5-Imager/files/patch-Makefile.PL b/graphics/p5-Imager/files/patch-Makefile.PL index 261126c..2754012 100644 --- a/graphics/p5-Imager/files/patch-Makefile.PL +++ b/graphics/p5-Imager/files/patch-Makefile.PL @@ -1,10 +1,10 @@ ---- Makefile.PL.orig Tue Jul 24 20:48:12 2001 -+++ Makefile.PL Tue Jul 24 20:51:11 2001 -@@ -141,24 +141,6 @@ +--- Makefile.PL.orig Sun Nov 4 16:00:57 2001 ++++ Makefile.PL Sun Nov 4 16:02:00 2001 +@@ -143,25 +143,6 @@ } RETR: -- if ($formats{'gif'} or $formats{'ungif'}) { +- if (($formats{'gif'} or $formats{'ungif'}) && !$ENV{IM_SUPPRESS_PROMPT}) { - print <<EOFF; - -You have libgif or libungif installed. They are both known to have @@ -22,6 +22,7 @@ - return; - } - } - +- for my $frm (qw(gif ungif)) { checkformat($frm) if ($MANUAL and $formats{$frm}); + } diff --git a/graphics/p5-Imager/pkg-plist b/graphics/p5-Imager/pkg-plist index 6ac1a31..e7f0224 100644 --- a/graphics/p5-Imager/pkg-plist +++ b/graphics/p5-Imager/pkg-plist @@ -1,14 +1,25 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Color/Float.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Expr/Assem.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font/FreeType2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font/Type1.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font/Win32.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font/Truetype.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Color.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Expr.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Fill.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Fountain.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Matrix2d.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Regops.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Transform.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/interface.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/regmach.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Expr/Assem.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imager/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imager/Imager.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imager/Imager.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imager +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Color @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Expr +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Font @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager |