From nobody@FreeBSD.org  Sun Sep  9 02:09:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 95E5416A417
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Sep 2007 02:09:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 67EBC13C483
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Sep 2007 02:09:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8929bMG087167
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 9 Sep 2007 02:09:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8929bOG087166;
	Sun, 9 Sep 2007 02:09:37 GMT
	(envelope-from nobody)
Message-Id: <200709090209.l8929bOG087166@www.freebsd.org>
Date: Sun, 9 Sep 2007 02:09:37 GMT
From: "Cory R. King" <coryking@mozimedia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port:  www/p5-Image-Delivery -  Efficient transformation and delivery of web images
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116217
>Category:       ports
>Synopsis:       New port:  www/p5-Image-Delivery -  Efficient transformation and delivery of web images
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 02:10:00 GMT 2007
>Closed-Date:    Sat Sep 29 08:36:44 GMT 2007
>Last-Modified:  Sat Sep 29 08:40:08 GMT 2007
>Originator:     Cory R. King
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Mozi Media Group, LLC.
>Environment:
FreeBSD xxx  6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Sat Apr 14 15:51:51 PDT 2007     root@xxx:/mnt/binaries/obj/usr/src/sys/CORE2_62VM  i386

>Description:
Efficient transformation and delivery of web images

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

Thanks!!




>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#       www/p5-Image-Delivery/
#       www/p5-Image-Delivery/pkg-plist
#       www/p5-Image-Delivery/pkg-descr
#       www/p5-Image-Delivery/distinfo
#       www/p5-Image-Delivery/Makefile
#
echo c - www/p5-Image-Delivery/
mkdir -p www/p5-Image-Delivery/ > /dev/null 2>&1
echo x - www/p5-Image-Delivery/pkg-plist
sed 's/^X//' >www/p5-Image-Delivery/pkg-plist << 'END-of-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%%/%%PERL_ARCH%%/Image/Delivery/Provider
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery
X
END-of-www/p5-Image-Delivery/pkg-plist
echo x - www/p5-Image-Delivery/pkg-descr
sed 's/^X//' >www/p5-Image-Delivery/pkg-descr << 'END-of-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/~adamk/Image-Delivery-0.13/lib/Image/Delivery.pm
END-of-www/p5-Image-Delivery/pkg-descr
echo x - www/p5-Image-Delivery/distinfo
sed 's/^X//' >www/p5-Image-Delivery/distinfo << 'END-of-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-www/p5-Image-Delivery/distinfo
echo x - www/p5-Image-Delivery/Makefile
sed 's/^X//' >www/p5-Image-Delivery/Makefile << 'END-of-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               mozi-p5-Digest-TransformPath>=0.01:${PORTSDIR}/devel/p5-Digest-TransformPath \
X               mozi-p5-HTML-Location>=0.01:${PORTSDIR}/www/p5-HTML-Location \
X               p5-File-Remove>=0.1:${PORTSDIR}/devel/p5-File-Remove \
X               p5-File-Slurp>=0.1:${PORTSDIR}/devel/p5-File-Slurp \
X               p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
X               p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
X               mozi-p5-Params-Coerce>=0.01:${.CURDIR}/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-www/p5-Image-Delivery/Makefile
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Sep 9 07:50:29 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116217 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Sep 14 13:45:34 UTC 2007 
State-Changed-Why:  

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 


http://www.freebsd.org/cgi/query-pr.cgi?pr=116217 

From: "Cory R. King" <coryking@mozimedia.com>
To: <bug-followup@FreeBSD.org>, <coryking@mozimedia.com>
Cc:  
Subject: Re: ports/116217: New port:  www/p5-Image-Delivery -  Efficient transformation and delivery of web images
Date: Sat, 22 Sep 2007 15:20:39 -0700

 This is a multipart message in MIME format.
 
 ------=_NextPart_000_0313_01C7FD2C.22682F30
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 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
 
 
 
 
 ------=_NextPart_000_0313_01C7FD2C.22682F30
 Content-Type: application/octet-stream;
 	name="p5-Image-Delivery.shar"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="p5-Image-Delivery.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before=0A=
 # this line, and then unpack it by entering "sh file".  Note, it may=0A=
 # create directories; files and directories will be owned by you and=0A=
 # have default permissions.=0A=
 #=0A=
 # This archive contains:=0A=
 #=0A=
 #       /usr/ports/www/p5-Image-Delivery/=0A=
 #       /usr/ports/www/p5-Image-Delivery/pkg-plist=0A=
 #       /usr/ports/www/p5-Image-Delivery/pkg-descr=0A=
 #       /usr/ports/www/p5-Image-Delivery/distinfo=0A=
 #       /usr/ports/www/p5-Image-Delivery/Makefile=0A=
 #=0A=
 echo c - /usr/ports/www/p5-Image-Delivery/=0A=
 mkdir -p /usr/ports/www/p5-Image-Delivery/ > /dev/null 2>&1=0A=
 echo x - /usr/ports/www/p5-Image-Delivery/pkg-plist=0A=
 sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/pkg-plist << =
 'END-of-/usr/ports/www/p5-Image-Delivery/pkg-plist'=0A=
 X%%SITE_PERL%%/Image/Delivery.pm=0A=
 X%%SITE_PERL%%/Image/Delivery/Provider.pm=0A=
 X%%SITE_PERL%%/Image/Delivery/Provider/File.pm=0A=
 X%%SITE_PERL%%/Image/Delivery/Provider/IOHandle.pm=0A=
 X%%SITE_PERL%%/Image/Delivery/Provider/Scalar.pm=0A=
 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist=0A=
 X@dirrm %%SITE_PERL%%/Image/Delivery/Provider=0A=
 X@dirrm %%SITE_PERL%%/Image/Delivery=0A=
 X@dirrmtry %%SITE_PERL%%/Image=0A=
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery/Provider=0A=
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery=0A=
 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image=0A=
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery=0A=
 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image=0A=
 X=0A=
 END-of-/usr/ports/www/p5-Image-Delivery/pkg-plist=0A=
 echo x - /usr/ports/www/p5-Image-Delivery/pkg-descr=0A=
 sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/pkg-descr << =
 'END-of-/usr/ports/www/p5-Image-Delivery/pkg-descr'=0A=
 XImage::Delivery - Efficient transformation and delivery of web images=0A=
 X=0A=
 XMany web applications generate or otherwise deliver graphics as part of =
 their interface. Getting the delivery of these images right is tricky, =
 and developers=0A=
 Xusually need to make trade-offs in order to get a usable mechanism.=0A=
 X=0A=
 XImage::Delivery is an extremely sophisticated module for delivering =
 these generated images. It is designed to be powerful, flexible, =
 extensible, scalable, secure,=0A=
 Xstable and correct, and use a minimum of resources.=0A=
 X=0A=
 XWWW: http://search.cpan.org/dist/Image-Delivery/=0A=
 END-of-/usr/ports/www/p5-Image-Delivery/pkg-descr=0A=
 echo x - /usr/ports/www/p5-Image-Delivery/distinfo=0A=
 sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/distinfo << =
 'END-of-/usr/ports/www/p5-Image-Delivery/distinfo'=0A=
 XMD5 (Image-Delivery-0.13.tar.gz) =3D 273665a22b4324fbaba375b758005faf=0A=
 XSHA256 (Image-Delivery-0.13.tar.gz) =3D =
 132c2799d6b83fb779c4184e50cf713730955904640aa3bd9f190610c4cd6ab0=0A=
 XSIZE (Image-Delivery-0.13.tar.gz) =3D 32346=0A=
 END-of-/usr/ports/www/p5-Image-Delivery/distinfo=0A=
 echo x - /usr/ports/www/p5-Image-Delivery/Makefile=0A=
 sed 's/^X//' >/usr/ports/www/p5-Image-Delivery/Makefile << =
 'END-of-/usr/ports/www/p5-Image-Delivery/Makefile'=0A=
 X# New ports collection makefile for:   p5-Image-Delivery=0A=
 X# Date created:                                08 September 2007=0A=
 X# Whom:                                        TAKAHASHI Kaoru =
 <kaoru@kaisei.org>=0A=
 X#=0A=
 X# $FreeBSD$=0A=
 X#=0A=
 X=0A=
 XPORTNAME=3D      Image-Delivery=0A=
 XPORTVERSION=3D   0.13=0A=
 XCATEGORIES=3D    www graphics perl5=0A=
 XMASTER_SITES=3D  ${MASTER_SITE_PERL_CPAN}=0A=
 XMASTER_SITE_SUBDIR=3D    Image=0A=
 XPKGNAMEPREFIX=3D p5-=0A=
 X=0A=
 XMAINTAINER=3D    coryking@mozimedia.com=0A=
 XCOMMENT=3D       Efficient transformation and delivery of web images=0A=
 X=0A=
 XBUILD_DEPENDS=3D =
 p5-Digest-MD5>=3D2.36:${PORTSDIR}/security/p5-Digest-MD5 \=0A=
 X               =
 p5-Digest-TransformPath>=3D1.00:${PORTSDIR}/devel/p5-Digest-TransformPath=
  \=0A=
 X               =
 p5-HTML-Location>=3D1.01:${PORTSDIR}/www/p5-HTML-Location \=0A=
 X               p5-File-Remove>=3D0.37:${PORTSDIR}/devel/p5-File-Remove \=0A=
 X               p5-File-Slurp>=3D9999.12:${PORTSDIR}/devel/p5-File-Slurp =
 \=0A=
 X               p5-PathTools>=3D3.25:${PORTSDIR}/devel/p5-PathTools \=0A=
 X               =
 p5-Scalar-List-Utils>=3D1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \=0A=
 X               =
 p5-Params-Coerce>=3D0.14:${PORTSDIR}/devel/p5-Params-Coerce=0A=
 XRUN_DEPENDS=3D   ${BUILD_DEPENDS}=0A=
 X=0A=
 XPERL_CONFIGURE=3D        yes=0A=
 X=0A=
 XMAN3=3D          Image::Delivery.3 Image::Delivery::Provider.3=0A=
 X=0A=
 X.include <bsd.port.mk>=0A=
 END-of-/usr/ports/www/p5-Image-Delivery/Makefile=0A=
 exit
 ------=_NextPart_000_0313_01C7FD2C.22682F30--
 

From: "Cory R. King" <coryking@mozimedia.com>
To: <bug-followup@FreeBSD.org>, <coryking@mozimedia.com>
Cc:  
Subject: Re: ports/116217: New port:  www/p5-Image-Delivery -  Efficient transformation and delivery of web images
Date: Sat, 22 Sep 2007 16:53:14 -0700

 # 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
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 29 08:36:43 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116217 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116217: commit references a PR
Date: Sat, 29 Sep 2007 08:31:27 +0000 (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"
 
>Unformatted:
