Date: Tue, 15 Aug 2006 13:46:12 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102049: [NEW PORT] graphics/p5-GD-Thumbnail: Thumbnail maker for GD Message-ID: <20060815060757.8B4A52E96A@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200608150610.k7F6AC2a078219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102049 >Category: ports >Synopsis: [NEW PORT] graphics/p5-GD-Thumbnail: Thumbnail maker for GD >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 Aug 15 06:10:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: This a thumbnail maker. Thumbnails are smaller versions of the original image/graphic/picture and are used for preview purposes, where bigger images can take a long time to load. They are also used in image galleries to preview a lot of images at a time. This module also has the capability to add information strips about the original image. Original image's size (in bytes) and resolution & mime type can be added to the thumbnail's upper and lower parts. This feature can be useful for web software (image galleries or forums). This is a Yet Another type of module. There are several other thumbnail modules on CPAN, but they simply don't have the features I need, so this module is written to increase the thumbnail population on CPAN. The module can raise an exception if something goes wrong. So, you may have to use an eval block to catch them. WWW: http://search.cpan.org/dist/GD-Thumbnail/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-GD-Thumbnail-1.01.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: # # p5-GD-Thumbnail # p5-GD-Thumbnail/Makefile # p5-GD-Thumbnail/distinfo # p5-GD-Thumbnail/pkg-descr # p5-GD-Thumbnail/pkg-plist # echo c - p5-GD-Thumbnail mkdir -p p5-GD-Thumbnail > /dev/null 2>&1 echo x - p5-GD-Thumbnail/Makefile sed 's/^X//' >p5-GD-Thumbnail/Makefile << 'END-of-p5-GD-Thumbnail/Makefile' X# Ports collection makefile for: GD::Thumbnail X# Date created: 2006/08/15 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= GD-Thumbnail XPORTVERSION= 1.01 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= GD XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Thumbnail maker for GD X XBUILD_DEPENDS= p5-GD>=:${PORTSDIR}/graphics/p5-GD XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= YES X XMAN3= GD::Thumbnail.3 X X.include <bsd.port.mk> END-of-p5-GD-Thumbnail/Makefile echo x - p5-GD-Thumbnail/distinfo sed 's/^X//' >p5-GD-Thumbnail/distinfo << 'END-of-p5-GD-Thumbnail/distinfo' XMD5 (GD-Thumbnail-1.01.tar.gz) = bd55c266329ee0e39a98ab24f405d320 XSHA256 (GD-Thumbnail-1.01.tar.gz) = 50b1ae2d0deb2cc774c0c98b70c4d01c4362328e795363bb1f0d2730d20b05f1 XSIZE (GD-Thumbnail-1.01.tar.gz) = 25980 END-of-p5-GD-Thumbnail/distinfo echo x - p5-GD-Thumbnail/pkg-descr sed 's/^X//' >p5-GD-Thumbnail/pkg-descr << 'END-of-p5-GD-Thumbnail/pkg-descr' XThis a thumbnail maker. Thumbnails are smaller versions of the original Ximage/graphic/picture and are used for preview purposes, where bigger images Xcan take a long time to load. They are also used in image galleries to Xpreview a lot of images at a time. X XThis module also has the capability to add information strips about the Xoriginal image. Original image's size (in bytes) and resolution & mime type Xcan be added to the thumbnail's upper and lower parts. This feature can be Xuseful for web software (image galleries or forums). X XThis is a Yet Another type of module. There are several other thumbnail Xmodules on CPAN, but they simply don't have the features I need, so this Xmodule is written to increase the thumbnail population on CPAN. X XThe module can raise an exception if something goes wrong. So, you may have Xto use an eval block to catch them. X XWWW: http://search.cpan.org/dist/GD-Thumbnail/ END-of-p5-GD-Thumbnail/pkg-descr echo x - p5-GD-Thumbnail/pkg-plist sed 's/^X//' >p5-GD-Thumbnail/pkg-plist << 'END-of-p5-GD-Thumbnail/pkg-plist' X%%SITE_PERL%%/GD/Thumbnail.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Thumbnail/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Thumbnail X@dirrmtry %%SITE_PERL%%/GD END-of-p5-GD-Thumbnail/pkg-plist exit --- p5-GD-Thumbnail-1.01.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?20060815060757.8B4A52E96A>