From erwin@lemur.droso.net  Thu Sep 11 06:14:23 2003
Return-Path: <erwin@lemur.droso.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4954916A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Sep 2003 06:14:23 -0700 (PDT)
Received: from lemur.droso.net (lemur.droso.net [62.79.38.253])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 295CA44001
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Sep 2003 06:14:20 -0700 (PDT)
	(envelope-from erwin@lemur.droso.net)
Received: from lemur.droso.net (lemur.droso.net [62.79.38.253])
	by lemur.droso.net (8.12.9/8.12.9) with ESMTP id h8BDEISx041452
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Sep 2003 15:14:18 +0200 (CEST)
	(envelope-from erwin@lemur.droso.net)
Received: (from root@localhost)
	by lemur.droso.net (8.12.9/8.12.9/Submit) id h8BDEH65041451;
	Thu, 11 Sep 2003 15:14:17 +0200 (CEST)
	(envelope-from erwin)
Message-Id: <200309111314.h8BDEH65041451@lemur.droso.net>
Date: Thu, 11 Sep 2003 15:14:17 +0200 (CEST)
From: Erwin Lansing <erwin@freebsd.org>
Reply-To: Erwin Lansing <erwin@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: p5-Image-Imlib2 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56701
>Category:       ports
>Synopsis:       new port: p5-Image-Imlib2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    erwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 06:20:12 PDT 2003
>Closed-Date:    Wed Sep 24 00:51:54 PDT 2003
>Last-Modified:  Wed Sep 24 00:51:54 PDT 2003
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
PIL.dk
>Environment:
System: FreeBSD lemur.droso.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #4: Sun Sep 7 15:25:08 CEST 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

New port of graphics/p5-Image-Imlib2

>How-To-Repeat:
	
>Fix:

	

--- p5-Image-Imlib2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Image-Imlib2/
#	p5-Image-Imlib2/Makefile
#	p5-Image-Imlib2/pkg-plist
#	p5-Image-Imlib2/pkg-descr
#	p5-Image-Imlib2/distinfo
#	p5-Image-Imlib2/files
#	p5-Image-Imlib2/files/patch-Build.PL
#
echo c - p5-Image-Imlib2/
mkdir -p p5-Image-Imlib2/ > /dev/null 2>&1
echo x - p5-Image-Imlib2/Makefile
sed 's/^X//' >p5-Image-Imlib2/Makefile << 'END-of-p5-Image-Imlib2/Makefile'
X# New ports collection makefile for:	p5-Apache-Filter
X# Date created:				September 11th, 2003
X# Whom:	      				Erwin Lansing <erwin@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Image-Imlib2
XPORTVERSION=	0.12
XCATEGORIES=	graphics perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Image
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@freebsd.org
XCOMMENT=	Perl interface to the Imlib2 image library
X
XLIB_DEPENDS=	Imlib2.1:${PORTSDIR}/graphics/imlib2
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Image::Imlib2.3
X
X.include "../../devel/p5-Module-Build/inc.build.mk"
X.include <bsd.port.mk>
END-of-p5-Image-Imlib2/Makefile
echo x - p5-Image-Imlib2/pkg-plist
sed 's/^X//' >p5-Image-Imlib2/pkg-plist << 'END-of-p5-Image-Imlib2/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2/Imlib2.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2/Imlib2.so
X%%SITE_PERL%%/%%PERL_ARCH%%/Image/Imlib2.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imlib2
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Image 2>/dev/null || true
END-of-p5-Image-Imlib2/pkg-plist
echo x - p5-Image-Imlib2/pkg-descr
sed 's/^X//' >p5-Image-Imlib2/pkg-descr << 'END-of-p5-Image-Imlib2/pkg-descr'
XImage::Imlib2 is a Perl port of Imlib2, a graphics library
Xthat does image file loading and saving as well as manipulation,
Xarbitrary polygon support, etc. It does ALL of these operations
XFAST. It allows you to create colour images using a large number
Xof graphics primitives, and output the images in a range of formats.
X
X
XWWW: http://search.cpan.org/dist/Image-Imlib2
END-of-p5-Image-Imlib2/pkg-descr
echo x - p5-Image-Imlib2/distinfo
sed 's/^X//' >p5-Image-Imlib2/distinfo << 'END-of-p5-Image-Imlib2/distinfo'
XMD5 (Image-Imlib2-0.12.tar.gz) = 76685491b7453f89ad2bfe28d09d8703
END-of-p5-Image-Imlib2/distinfo
echo c - p5-Image-Imlib2/files
mkdir -p p5-Image-Imlib2/files > /dev/null 2>&1
echo x - p5-Image-Imlib2/files/patch-Build.PL
sed 's/^X//' >p5-Image-Imlib2/files/patch-Build.PL << 'END-of-p5-Image-Imlib2/files/patch-Build.PL'
X--- Build.PL.orig	Thu Sep 11 15:09:42 2003
X+++ Build.PL	Thu Sep 11 15:09:48 2003
X@@ -30,7 +30,7 @@
X     'Test::More' => '0.01',
X   },
X   extra_linker_flags => $libs,
X-  cc_flags => $cflags,
X+  extra_compiler_flags => $cflags,
X   c_source     => './lib/Image',                                               
X );
X $build->create_build_script;
END-of-p5-Image-Imlib2/files/patch-Build.PL
exit
--- p5-Image-Imlib2.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->erwin 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Thu Sep 11 06:21:18 PDT 2003 
Responsible-Changed-Why:  
Note to self 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56701 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Wed Sep 24 00:51:44 PDT 2003 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56701 
>Unformatted:
