From vvelox@vvelox.net  Tue Jun 24 20:03:28 2008
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E7DA6106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2008 20:03:27 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vulpes.vvelox.net (vulpes.vvelox.NET [74.200.198.26])
	by mx1.freebsd.org (Postfix) with ESMTP id BD0588FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2008 20:03:27 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vixen42.vulpes (c-67-173-22-216.hsd1.il.comcast.net [67.173.22.216])
	(Authenticated sender: vvelox)
	by vulpes.vvelox.net (Postfix) with ESMTP id 7D76CB855
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2008 15:05:39 -0500 (CDT)
Message-Id: <1214337824.91392@vixen42.vulpes>
Date: Tue, 24 Jun 2008 15:03:44 -0500
From: "Zane C.B." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Net port:    graphics/Image-Size-FillFullSelect   Decides if the fill setting for a image should be either fill, in meaning the image should be resized to fix the screen, or full which means it should be scaled to fit the screen.
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         124957
>Category:       ports
>Synopsis:       New port:    graphics/Image-Size-FillFullSelect   Decides if the fill setting for a image should be either fill, in meaning the image should be resized to fix the screen, or full which means it should be scaled to fit the screen.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 24 20:10:02 UTC 2008
>Closed-Date:    Tue Jul 08 21:47:48 UTC 2008
>Last-Modified:  Tue Jul  8 21:50:04 UTC 2008
>Originator:     Zane C.B.
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.3-STABLE #3: Mon May 26 17:37:16 CDT 2008
    root@vixen42.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


Decides if the fill setting for a image should be either fill, in meaning the image should be resized to fix the screen, or full which means it should be scaled to fit the screen.


>How-To-Repeat:


1: unshar
2:
3: install and enjoy


>Fix:


--- graphics_p5-Image-Size-FillFullSelect.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:
#
#	graphics/p5-Image-Size-FillFullSelect/
#	graphics/p5-Image-Size-FillFullSelect/Makefile
#	graphics/p5-Image-Size-FillFullSelect/distinfo
#	graphics/p5-Image-Size-FillFullSelect/pkg-descr
#	graphics/p5-Image-Size-FillFullSelect/pkg-plist
#
echo c - graphics/p5-Image-Size-FillFullSelect/
mkdir -p graphics/p5-Image-Size-FillFullSelect/ > /dev/null 2>&1
echo x - graphics/p5-Image-Size-FillFullSelect/Makefile
sed 's/^X//' >graphics/p5-Image-Size-FillFullSelect/Makefile << 'END-of-graphics/p5-Image-Size-FillFullSelect/Makefile'
X# New ports collection makefile for:	p5-Net-LDAP-Makepath
X# Date created:		2008-06-24
X# Whom:			Zane C, Bowers <vvelox@vvelox.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Image-Size-FillFullSelect
XPORTVERSION=	0.0.1
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vvelox@vvelox.net
XCOMMENT=	Choose wether a image fill setting for a image should be fill or full
X
XRUN_DEPENDS=    ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Image::Size::FillFullSelect.3
X
X.include <bsd.port.mk>
END-of-graphics/p5-Image-Size-FillFullSelect/Makefile
echo x - graphics/p5-Image-Size-FillFullSelect/distinfo
sed 's/^X//' >graphics/p5-Image-Size-FillFullSelect/distinfo << 'END-of-graphics/p5-Image-Size-FillFullSelect/distinfo'
XMD5 (Image-Size-FillFullSelect-0.0.1.tar.gz) = e0b735be6ac2be3cc29b28e28d25102a
XSHA256 (Image-Size-FillFullSelect-0.0.1.tar.gz) = a1e0c1edde7d928552a77b7ec92019961f4a1784e44676c95401bdc27fc27a97
XSIZE (Image-Size-FillFullSelect-0.0.1.tar.gz) = 3596
END-of-graphics/p5-Image-Size-FillFullSelect/distinfo
echo x - graphics/p5-Image-Size-FillFullSelect/pkg-descr
sed 's/^X//' >graphics/p5-Image-Size-FillFullSelect/pkg-descr << 'END-of-graphics/p5-Image-Size-FillFullSelect/pkg-descr'
XDecides if the fill setting for a image should be either fill, in meaning the
Ximage should be resized to fix the screen, or full which means it should be
Xscaled to fit the screen.
X
Xuse Image::Size::FillFullSelect;
Xmy $iffs = Image::Size::FillFullSelect->new();
Xmy $FFselection = $iffs->select("someImage.gif");
X
XWWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
END-of-graphics/p5-Image-Size-FillFullSelect/pkg-descr
echo x - graphics/p5-Image-Size-FillFullSelect/pkg-plist
sed 's/^X//' >graphics/p5-Image-Size-FillFullSelect/pkg-plist << 'END-of-graphics/p5-Image-Size-FillFullSelect/pkg-plist'
X%%SITE_PERL%%/Net/LDAP/Makepath.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/LDAP
X@dirrmtry %%SITE_PERL%%/Net
END-of-graphics/p5-Image-Size-FillFullSelect/pkg-plist
exit

--- graphics_p5-Image-Size-FillFullSelect.shar ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Jul 8 11:39:50 UTC 2008 
State-Changed-Why:  
Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Jul 8 11:39:50 UTC 2008 
Responsible-Changed-Why:  
Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port 

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

From: "Z.C.B." <vvelox@vvelox.net>
To: pav@FreeBSD.org
Cc: bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/124957: New port:    graphics/Image-Size-FillFullSelect 
  Decides if the fill setting for a image should be either fill, in meaning
 the image should be resized to fix the screen, or full which means it
 should be scaled to fit the screen.
Date: Tue, 8 Jul 2008 14:33:08 -0500

 --Sig_/9_m2/8LWH.VhqHMxEtQCEe4
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, 8 Jul 2008 11:44:08 GMT
 pav@FreeBSD.org wrote:
 
 > Synopsis: New port:    graphics/Image-Size-FillFullSelect   Decides
 > if the fill setting for a image should be either fill, in meaning
 > the image should be resized to fix the screen, or full which means
 > it should be scaled to fit the screen.
 >=20
 > State-Changed-From-To: open->feedback
 > State-Changed-By: pav
 > State-Changed-When: Tue Jul 8 11:39:50 UTC 2008
 > State-Changed-Why:=20
 > Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port
 >=20
 >=20
 > Responsible-Changed-From-To: freebsd-ports-bugs->pav
 > Responsible-Changed-By: pav
 > Responsible-Changed-When: Tue Jul 8 11:39:50 UTC 2008
 > Responsible-Changed-Why:=20
 > Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D124957
 
 Whoops. Looks like skipped that when submitting several Perl ports a
 few weeks ago. Below is the correct one.
 
 
 
 %%SITE_PERL%%/Image/Size/FillFullSelect.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/FillFullSelect/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/FillFullSelect
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
 @dirrmtry %%SITE_PERL%%/Image/Size
 @dirrmtry %%SITE_PERL%%/Image
 
 --Sig_/9_m2/8LWH.VhqHMxEtQCEe4
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEARECAAYFAkhzwPoACgkQC1tfcMGJid5uVgCePW8rc685viuXk22Rql+ZVmWO
 ZDoAn3jVj3cnzhctnGwXEznPNTdxk2if
 =Mfih
 -----END PGP SIGNATURE-----
 
 --Sig_/9_m2/8LWH.VhqHMxEtQCEe4--
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jul 8 21:45:39 UTC 2008 
State-Changed-Why:  
New port added, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124957: commit references a PR
Date: Tue,  8 Jul 2008 21:47:48 +0000 (UTC)

 pav         2008-07-08 21:47:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/p5-Image-Size-FillFullSelect Makefile distinfo 
                                           pkg-descr pkg-plist 
   Log:
   Decides if the fill setting for a image should be either fill, in meaning the
   image should be resized to fix the screen, or full which means it should be
   scaled to fit the screen.
   
   use Image::Size::FillFullSelect;
   my $iffs = Image::Size::FillFullSelect->new();
   my $FFselection = $iffs->select("someImage.gif");
   
   WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
   
   PR:             ports/124957
   Submitted by:   Zane C.B. <vvelox@vvelox.net>
   
   Revision  Changes    Path
   1.1169    +1 -0      ports/graphics/Makefile
   1.1       +24 -0     ports/graphics/p5-Image-Size-FillFullSelect/Makefile (new)
   1.1       +3 -0      ports/graphics/p5-Image-Size-FillFullSelect/distinfo (new)
   1.1       +9 -0      ports/graphics/p5-Image-Size-FillFullSelect/pkg-descr (new)
   1.1       +7 -0      ports/graphics/p5-Image-Size-FillFullSelect/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:
