diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-24 13:14:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-24 13:14:23 +0000 |
commit | af6d90ab8ddf92c3ff9540151c66ac9682085d7a (patch) | |
tree | 3eefbf958a1f20d873d82944be8b24d873a50f90 /graphics/p5-Imager | |
parent | Update to version 0.5.3 (diff) |
add p5-Imager
A Perl module for manipulating gray, color and rgba format images
Notes
Notes:
svn path=/head/; revision=45438
Diffstat (limited to 'graphics/p5-Imager')
-rw-r--r-- | graphics/p5-Imager/Makefile | 35 | ||||
-rw-r--r-- | graphics/p5-Imager/distinfo | 1 | ||||
-rw-r--r-- | graphics/p5-Imager/files/patch-Makefile.PL | 27 | ||||
-rw-r--r-- | graphics/p5-Imager/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/p5-Imager/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/p5-Imager/pkg-plist | 14 |
6 files changed, 85 insertions, 0 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile new file mode 100644 index 000000000000..488635b1e866 --- /dev/null +++ b/graphics/p5-Imager/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# New ports collection makefile for: p5-Imager +# Date created: Jul 24, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Imager +PORTVERSION= 0.38 +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 + +LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ + tiff:${PORTSDIR}/graphics/tiff \ + png:${PORTSDIR}/graphics/png \ + ungif:${PORTSDIR}/graphics/libungif \ + jpeg:${PORTSDIR}/graphics/jpeg + +USE_FREETYPE= yes +USE_PERL5= yes +PERL_CONFIGURE= yes +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::regmach.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Imager/distinfo b/graphics/p5-Imager/distinfo new file mode 100644 index 000000000000..bc6d205c06f9 --- /dev/null +++ b/graphics/p5-Imager/distinfo @@ -0,0 +1 @@ +MD5 (Imager-0.38.tar.gz) = 44b037145f030edc44a344c05fa532c6 diff --git a/graphics/p5-Imager/files/patch-Makefile.PL b/graphics/p5-Imager/files/patch-Makefile.PL new file mode 100644 index 000000000000..261126c82fd8 --- /dev/null +++ b/graphics/p5-Imager/files/patch-Makefile.PL @@ -0,0 +1,27 @@ +--- Makefile.PL.orig Tue Jul 24 20:48:12 2001 ++++ Makefile.PL Tue Jul 24 20:51:11 2001 +@@ -141,24 +141,6 @@ + } + + RETR: +- if ($formats{'gif'} or $formats{'ungif'}) { +- print <<EOFF; +- +-You have libgif or libungif installed. They are both known to have +-bugs. Imager can crash or display other strange behaviour after +-reading or writing gif images. Some of the gif tests can even fail +-since they stress some parts of the buggy code. +- +-Do you want to remove gif support? [Y/n] +-EOFF +- my $resp = <STDIN>; +- chomp($resp); +- if ($resp ne "n") { +- delete $formats{'gif'}; +- delete $formats{'ungif'}; +- return; +- } +- } + + for my $frm (qw(gif ungif)) { + checkformat($frm) if ($MANUAL and $formats{$frm}); diff --git a/graphics/p5-Imager/pkg-comment b/graphics/p5-Imager/pkg-comment new file mode 100644 index 000000000000..6ff97e7552f0 --- /dev/null +++ b/graphics/p5-Imager/pkg-comment @@ -0,0 +1 @@ +A Perl module for manipulating gray, color and rgba format images diff --git a/graphics/p5-Imager/pkg-descr b/graphics/p5-Imager/pkg-descr new file mode 100644 index 000000000000..3c5872e2baeb --- /dev/null +++ b/graphics/p5-Imager/pkg-descr @@ -0,0 +1,7 @@ +Imager is a perl module for manipulating gray, color and rgba format images. +It can read various file formats and has a builtin interpretered language for +blends, fade and multiimage effects. It also has a plugin interface to write +plugins in C. It also has drawing primitives and supports antialiased truetype +and postscript fonts. + +WWW: http://www.eecs.umich.edu/~addi/perl/Imager/ diff --git a/graphics/p5-Imager/pkg-plist b/graphics/p5-Imager/pkg-plist new file mode 100644 index 000000000000..6ac1a31a3884 --- /dev/null +++ b/graphics/p5-Imager/pkg-plist @@ -0,0 +1,14 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager.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/Font.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/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 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imager +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager/Expr +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imager |