Add p5-Image-Imlib2

Image::Imlib2 is a Perl port of Imlib2, a graphics library
that does image file loading and saving as well as manipulation,
arbitrary polygon support, etc. It does ALL of these operations
FAST. It allows you to create colour images using a large number
of graphics primitives, and output the images in a range of formats.

PR:		56701
Submitted by:	erwin
This commit is contained in:
Erwin Lansing 2003-09-24 07:51:36 +00:00
parent 6919c4e8e4
commit 76f9383fbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89142
6 changed files with 52 additions and 0 deletions

View File

@ -253,6 +253,7 @@
SUBDIR += p5-GraphViz-Data-Structure
SUBDIR += p5-Graphics-ColorNames
SUBDIR += p5-Image-Grab
SUBDIR += p5-Image-Imlib2
SUBDIR += p5-Image-Info
SUBDIR += p5-Image-Size
SUBDIR += p5-Imager

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Apache-Filter
# Date created: September 11th, 2003
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Image-Imlib2
PORTVERSION= 0.12
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= ports@freebsd.org
COMMENT= Perl interface to the Imlib2 image library
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
PERL_CONFIGURE= yes
MAN3= Image::Imlib2.3
.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Image-Imlib2-0.12.tar.gz) = 76685491b7453f89ad2bfe28d09d8703

View File

@ -0,0 +1,11 @@
--- Build.PL.orig Thu Sep 11 15:09:42 2003
+++ Build.PL Thu Sep 11 15:09:48 2003
@@ -30,7 +30,7 @@
'Test::More' => '0.01',
},
extra_linker_flags => $libs,
- cc_flags => $cflags,
+ extra_compiler_flags => $cflags,
c_source => './lib/Image',
);
$build->create_build_script;

View File

@ -0,0 +1,8 @@
Image::Imlib2 is a Perl port of Imlib2, a graphics library
that does image file loading and saving as well as manipulation,
arbitrary polygon support, etc. It does ALL of these operations
FAST. It allows you to create colour images using a large number
of graphics primitives, and output the images in a range of formats.
WWW: http://search.cpan.org/dist/Image-Imlib2

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2/Imlib2.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2/Imlib2.so
%%SITE_PERL%%/%%PERL_ARCH%%/Image/Imlib2.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Image 2>/dev/null || true