From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 24 20:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC1201065679 for ; Tue, 24 Jun 2008 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 935108FC27 for ; Tue, 24 Jun 2008 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5OKA2lL053321 for ; Tue, 24 Jun 2008 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5OKA2m9053320; Tue, 24 Jun 2008 20:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 24 Jun 2008 20:10:02 GMT Resent-Message-Id: <200806242010.m5OKA2m9053320@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Zane C.B." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7DA6106564A for ; 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 ; 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 ; 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." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: 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. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 20:10:02 -0000 >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 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 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: