aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-09 05:47:35 +0800
committerpav <pav@FreeBSD.org>2008-07-09 05:47:35 +0800
commit23fea186d880d57bde4804b297e1435f93328a65 (patch)
tree33d33b9ff11c60060369d3f23e1622378f619024 /graphics/Makefile
parentd3e4062e5e0c37687e622b78dd1ad31fb9fb1ff4 (diff)
downloadfreebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.tar.gz
freebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.tar.zst
freebsd-ports-gnome-23fea186d880d57bde4804b297e1435f93328a65.zip
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>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bf6399e1f85e..b7947c2061d5 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -529,6 +529,7 @@
SUBDIR += p5-Image-PBMlib
SUBDIR += p5-Image-Pngslimmer
SUBDIR += p5-Image-Size
+ SUBDIR += p5-Image-Size-FillFullSelect
SUBDIR += p5-Imager
SUBDIR += p5-Imager-Graph
SUBDIR += p5-Imager-Plot