Commit graph

6 commits

Author SHA1 Message Date
Frederic Culot
81c3aefef3 - Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings

PR:		ports/169555 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
2012-06-30 09:41:14 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Philip M. Gollucci
5d85cd1c0c - Update to 0.1.0
PR:             ports/141502
pproved by:     maintainer
Submitted by:   myself (pgollucci@)
2009-12-15 21:06:34 +00:00
Mark Linimon
c653b8faf4 Fix up some English usage. 2008-07-09 18:55:45 +00:00
Pav Lucistnik
8562d3afd2 - Fix CATEGORIES
Reported by:	erwin
2008-07-09 07:42:53 +00:00
Pav Lucistnik
da159928a9 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>
2008-07-08 21:47:35 +00:00