Bug 116217 - New port: www/p5-Image-Delivery - Efficient transformation and delivery of web images
Summary: New port: www/p5-Image-Delivery - Efficient transformation and delivery of ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 03:10 UTC by Cory R. King
Modified: 2007-09-29 09:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.72 KB, text/plain)
2007-09-09 03:10 UTC, Cory R. King
no flags Details
p5-Image-Delivery.shar (4.18 KB, application/octet-stream)
2007-09-22 23:20 UTC, Cory R. King
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cory R. King 2007-09-09 03:10:00 UTC
Efficient transformation and delivery of web images

--- NOTE ----
This requires two other ports I have submitted:
'ports/116212' & 'ports/116214'

Thanks!!

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-09-09 08:50:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-09-14 14:45:34 UTC
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
Comment 3 Cory R. King 2007-09-22 23:20:39 UTC
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


Comment 4 Cory R. King 2007-09-23 00:53:14 UTC
# 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
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-09-29 09:31:27 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2007-09-29 09:36:43 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!