Summary: | New port: www/p5-Image-Delivery - Efficient transformation and delivery of web images | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Cory R. King <coryking> | ||||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Cory R. King
2007-09-09 03:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. State Changed From-To: open->feedback Hi, The port does not build. Can you take a look in it? http://head.miwibox.org/tb/index.php?action=describe_port&id=1966 Darn it! I had originally set temporary names for all the ports and it looks like I forgot to rename them before submission. Sorry about that! Attached is an updated version of this port that I've tested on my local tinderbox -- Cory R. King Mozi Media Group, LLC. http://www.mozimedia.com # 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: # # /usr/ports/www/p5-Image-Delivery/ # /usr/ports/www/p5-Image-Delivery/pkg-plist # /usr/ports/www/p5-Image-Delivery/pkg-descr # /usr/ports/www/p5-Image-Delivery/distinfo # /usr/ports/www/p5-Image-Delivery/Makefile # echo c - /usr/ports/www/p5-Image-Delivery/ mkdir -p /usr/ports/www/p5-Image-Delivery/ > /dev/null 2>&1 echo x - /usr/ports/www/p5-Image-Delivery/pkg-plist sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/pkg-plist << 'END-of-/usr/ports/www/p5-Image-Delivery/pkg-plist' X%%SITE_PERL%%/Image/Delivery.pm X%%SITE_PERL%%/Image/Delivery/Provider.pm X%%SITE_PERL%%/Image/Delivery/Provider/File.pm X%%SITE_PERL%%/Image/Delivery/Provider/IOHandle.pm X%%SITE_PERL%%/Image/Delivery/Provider/Scalar.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist X@dirrm %%SITE_PERL%%/Image/Delivery/Provider X@dirrm %%SITE_PERL%%/Image/Delivery X@dirrmtry %%SITE_PERL%%/Image X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery/Provider X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image X END-of-/usr/ports/www/p5-Image-Delivery/pkg-plist echo x - /usr/ports/www/p5-Image-Delivery/pkg-descr sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/pkg-descr << 'END-of-/usr/ports/www/p5-Image-Delivery/pkg-descr' XImage::Delivery - Efficient transformation and delivery of web images X XMany web applications generate or otherwise deliver graphics as part of their interface. Getting the delivery of these images right is tricky, and developers Xusually need to make trade-offs in order to get a usable mechanism. X XImage::Delivery is an extremely sophisticated module for delivering these generated images. It is designed to be powerful, flexible, extensible, scalable, secure, Xstable and correct, and use a minimum of resources. X XWWW: http://search.cpan.org/dist/Image-Delivery/ END-of-/usr/ports/www/p5-Image-Delivery/pkg-descr echo x - /usr/ports/www/p5-Image-Delivery/distinfo sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/distinfo << 'END-of-/usr/ports/www/p5-Image-Delivery/distinfo' XMD5 (Image-Delivery-0.13.tar.gz) = 273665a22b4324fbaba375b758005faf XSHA256 (Image-Delivery-0.13.tar.gz) = 132c2799d6b83fb779c4184e50cf713730955904640aa3bd9f190610c4cd6ab0 XSIZE (Image-Delivery-0.13.tar.gz) = 32346 END-of-/usr/ports/www/p5-Image-Delivery/distinfo echo x - /usr/ports/www/p5-Image-Delivery/Makefile sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/Makefile << 'END-of-/usr/ports/www/p5-Image-Delivery/Makefile' X# New ports collection makefile for: p5-Image-Delivery X# Date created: 08 September 2007 X# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> X# X# $FreeBSD$ X# X XPORTNAME= Image-Delivery XPORTVERSION= 0.13 XCATEGORIES= www graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Image XPKGNAMEPREFIX= p5- X XMAINTAINER= coryking@mozimedia.com XCOMMENT= Efficient transformation and delivery of web images X XBUILD_DEPENDS= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ X p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \ X p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \ X p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \ X p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ X p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \ X p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ X p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Image::Delivery.3 Image::Delivery::Provider.3 X X.include <bsd.port.mk> END-of-/usr/ports/www/p5-Image-Delivery/Makefile exit miwi 2007-09-29 08:31:21 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Image-Delivery Makefile distinfo pkg-descr pkg-plist Log: Image::Delivery - Efficient transformation and delivery of web images Many web applications generate or otherwise deliver graphics as part of their interface. Getting the delivery of these images right is tricky, and developers usually need to make trade-offs in order to get a usable mechanism. Image::Delivery is an extremely sophisticated module for delivering these generated images. It is designed to be powerful, flexible, extensible, scalable, secure, stable and correct, and use a minimum of resources. WWW: http://search.cpan.org/dist/Image-Delivery/ PR: ports/116217 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org> Revision Changes Path 1.1902 +1 -0 ports/www/Makefile 1.1 +39 -0 ports/www/p5-Image-Delivery/Makefile (new) 1.1 +3 -0 ports/www/p5-Image-Delivery/distinfo (new) 1.1 +13 -0 ports/www/p5-Image-Delivery/pkg-descr (new) 1.1 +14 -0 ports/www/p5-Image-Delivery/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed New port added. Thanks! |