Scaling math used in image size constraining (such as thumbnails)
WWW: http://search.cpan.org/dist/Image-Math-Constrain/ PR: ports/116211 Submitted by: Cory R. King <coryking@mozimedia.com>
This commit is contained in:
parent
d04ad0c023
commit
b630a9144a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199487
@ -483,6 +483,7 @@
|
||||
SUBDIR += p5-Image-Imlib2
|
||||
SUBDIR += p5-Image-Info
|
||||
SUBDIR += p5-Image-Magick-Iterator
|
||||
SUBDIR += p5-Image-Math-Constrain
|
||||
SUBDIR += p5-Image-MetaData-GQview
|
||||
SUBDIR += p5-Image-MetaData-JPEG
|
||||
SUBDIR += p5-Image-PBMlib
|
||||
|
25
graphics/p5-Image-Math-Constrain/Makefile
Normal file
25
graphics/p5-Image-Math-Constrain/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Image-Math-Constrain
|
||||
# Date created: 8 September 2007
|
||||
# Whom: coryking
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-Math-Constrain
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Image
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= coryking@mozimedia.com
|
||||
COMMENT= Scaling math used in image size constraining (such as thumbnails)
|
||||
|
||||
BUILD_DEPENDS= p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS= p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Image::Math::Constrain.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Image-Math-Constrain/distinfo
Normal file
3
graphics/p5-Image-Math-Constrain/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Image-Math-Constrain-1.01.tar.gz) = 92980c42977b0dfe9dba715d405313b0
|
||||
SHA256 (Image-Math-Constrain-1.01.tar.gz) = 7ff525a748d9cd445f48791afde41f48f65a78da4aff94bfb2c962167642e6df
|
||||
SIZE (Image-Math-Constrain-1.01.tar.gz) = 26920
|
3
graphics/p5-Image-Math-Constrain/pkg-descr
Normal file
3
graphics/p5-Image-Math-Constrain/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Scaling math used in image size constraining (such as thumbnails)
|
||||
|
||||
WWW: http://search.cpan.org/dist/Image-Math-Constrain/
|
9
graphics/p5-Image-Math-Constrain/pkg-plist
Normal file
9
graphics/p5-Image-Math-Constrain/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Image/Math/Constrain.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Math/Constrain/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Math/Constrain
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
||||
@dirrmtry %%SITE_PERL%%/Image/Math
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
Loading…
Reference in New Issue
Block a user