| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jun 2012 09:41:14
0.1.0
|
culot  |
- 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) |
20 Jun 2011 08:37:15
0.1.0
|
az  |
- 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 |
15 Dec 2009 21:06:34
0.1.0
|
pgollucci  |
- Update to 0.1.0
PR: ports/141502
pproved by: maintainer
Submitted by: myself (pgollucci@) |
09 Jul 2008 18:55:45
0.0.1
|
linimon  |
Fix up some English usage. |
09 Jul 2008 07:42:53
0.0.1
|
pav  |
- Fix CATEGORIES
Reported by: erwin |
08 Jul 2008 21:47:35
0.0.1
|
pav  |
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> |