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: ports/124957: 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. Message-ID: <1214337824.91392@vixen42.vulpes> Resent-Message-ID: <200806242010.m5OKA2m9053320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124957 >Category: ports >Synopsis: 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. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 20:10:02 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1214337824.91392>