MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
Imager is a perl module for creating and manipulating 24 bit images. Examples of what can be done with it can be seen at: http://www.eecs.umich.edu/~addi/perl/Imager/best.html Flavors: libs - build with t1, freetype, png, gif, jpeg, tiff graphic libraries
This commit is contained in:
parent
d022930411
commit
b84f9286d5
40
graphics/p5-Imager/Makefile
Normal file
40
graphics/p5-Imager/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/08 11:11:19 reinhard Exp $
|
||||
|
||||
DISTNAME= Imager-0.37
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics perl5
|
||||
NEED_VERSION= 1.353
|
||||
MASTER_SITES= http://www.eecs.umich.edu/~addi/perl/Imager/ \
|
||||
http://www.cpan.org/authors/${AUTHOR_DIR} \
|
||||
ftp://ftp.cpan.org/CPAN/authors/${AUTHOR_DIR} \
|
||||
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/authors/${AUTHOR_DIR} \
|
||||
ftp://ftp.bora.net/pub/CPAN/modules/by-authors/${AUTHOR_DIR} \
|
||||
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-authors/${AUTHOR_DIR} \
|
||||
AUTHOR_DIR= id/A/AD/ADDI/
|
||||
|
||||
HOMEPAGE= http://www.eecs.umich.edu/~addi/perl/Imager/
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FLAVORS= libs
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L} == "libs"
|
||||
LIB_DEPENDS= t1.1::devel/t1lib \
|
||||
ttf.1::print/freetype \
|
||||
png.1::graphics/png \
|
||||
gif.4::graphics/giflib \
|
||||
jpeg::graphics/jpeg \
|
||||
tiff::graphics/tiff
|
||||
CONFIGURE_ENV+= IM_LIBPATH=/usr/local/lib \
|
||||
IM_INCPATH=/usr/local/include
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Imager/files/md5
Normal file
3
graphics/p5-Imager/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Imager-0.37.tar.gz) = 6b62b776574c37c4c476f505a8ca3a37
|
||||
RMD160 (Imager-0.37.tar.gz) = ce2e269798458060c2fcd3e13f582c8c3d19b4f3
|
||||
SHA1 (Imager-0.37.tar.gz) = 3216f8390639019220a2d7ca693677db6d9fc4e3
|
1
graphics/p5-Imager/pkg/COMMENT
Normal file
1
graphics/p5-Imager/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
module for generating images
|
9
graphics/p5-Imager/pkg/DESCR
Normal file
9
graphics/p5-Imager/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
Imager is a perl module for creating and manipulating 24 bit
|
||||
images. Examples of what can be done with it can be seen at:
|
||||
${HOMEPAGE}best.html
|
||||
|
||||
Flavors:
|
||||
libs - build with t1, freetype, png, gif, jpeg, tiff
|
||||
graphic libraries
|
||||
|
||||
WWW: ${HOMEPAGE}
|
14
graphics/p5-Imager/pkg/PLIST
Normal file
14
graphics/p5-Imager/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/08 11:11:20 reinhard Exp $
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Imager.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Imager/Expr.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Imager/Regops.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Imager/regmach.pod
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Imager/.packlist
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Imager/Imager.bs
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Imager/Imager.so
|
||||
man/man3/Imager.3p
|
||||
man/man3/Imager::Expr.3p
|
||||
man/man3/Imager::Regops.3p
|
||||
man/man3/Imager::regmach.3p
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Imager
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/Imager
|
Loading…
Reference in New Issue
Block a user