- Update to 0.9.4
This commit is contained in:
parent
e227d90d70
commit
5ae757868a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276861
2 changed files with 5 additions and 90 deletions
|
@ -6,101 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image_Transform
|
||||
PORTVERSION= 0.9.3
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A standard interface to manipulate images using different libraries.
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
USE_PHP= gd
|
||||
|
||||
#CATEGORY= Image
|
||||
FILES= Image/Transform.php \
|
||||
Image/Transform/Driver/Cairowrapper.php \
|
||||
Image/Transform/Driver/ColorsDefs.php \
|
||||
Image/Transform/Driver/GD.php \
|
||||
Image/Transform/Driver/GD1.php \
|
||||
Image/Transform/Driver/IM.php \
|
||||
Image/Transform/Driver/Imagick/ImageTypes.php \
|
||||
Image/Transform/Driver/Imagick2.php \
|
||||
Image/Transform/Driver/Imagick3.php \
|
||||
Image/Transform/Driver/Imlib.php \
|
||||
Image/Transform/Driver/NetPBM.php
|
||||
|
||||
EXAMPLES= resize.php test.gif \
|
||||
test.jpg test.php \
|
||||
test.png test.tif \
|
||||
test_netpbm.php
|
||||
_EXAMPLESDIR= Examples
|
||||
|
||||
DOCS= README
|
||||
_DOCSDIR= Docs
|
||||
|
||||
TESTS= tests/AllTests.php \
|
||||
tests/Image/TransformTest/Base.php \
|
||||
tests/Image/TransformTest/Driver/Cairowrapper.php \
|
||||
tests/Image/TransformTest/Driver/GD.php \
|
||||
tests/Image/TransformTest/Driver/IM.php \
|
||||
tests/Image/TransformTest/Driver/Imagick3.php \
|
||||
tests/Image/TransformTest/Driver/Imlib.php \
|
||||
tests/Image/TransformTest/Driver/NetPBM.php \
|
||||
tests/Image/TransformTest/Helper.php \
|
||||
tests/Image/TransformTest.php \
|
||||
tests/images/alpha-gradient.png \
|
||||
tests/images/alpha.png \
|
||||
tests/images/base_4x4-flip.png \
|
||||
tests/images/base_4x4-mirror.png \
|
||||
tests/images/base_4x4-resized-2x2.png \
|
||||
tests/images/base_4x4.png \
|
||||
tests/images/bggrid.png \
|
||||
tests/images/circle.png \
|
||||
tests/images/crop.png \
|
||||
tests/images/expected/crop_111x111-at-30x30.png \
|
||||
tests/images/expected/crop_32x32-at-0x0.png \
|
||||
tests/images/expected/crop_40x41-at-0x0.png \
|
||||
tests/images/expected/fit150x200px.jpg \
|
||||
tests/images/expected/fit200x100px.jpg \
|
||||
tests/images/expected/flip-alpha.png \
|
||||
tests/images/expected/flip.png \
|
||||
tests/images/expected/greyscale.png \
|
||||
tests/images/expected/mirror.png \
|
||||
tests/images/expected/mixed.jpg \
|
||||
tests/images/expected/resizePixel.jpg \
|
||||
tests/images/expected/resizePixel.png \
|
||||
tests/images/expected/resizeTo150x150px.jpg \
|
||||
tests/images/expected/resizeTo150x150px.png \
|
||||
tests/images/expected/rotate120.png \
|
||||
tests/images/expected/rotate90.png \
|
||||
tests/images/expected/scaleByFactor0_33.jpg \
|
||||
tests/images/expected/scaleByPct31_5.jpg \
|
||||
tests/images/expected/scaleByXTo200px.jpg \
|
||||
tests/images/expected/scaleByYTo112px.jpg \
|
||||
tests/images/expected/scalePct31_5s.jpg \
|
||||
tests/images/grid.png \
|
||||
tests/images/icon_15x16.png \
|
||||
tests/images/imageinfo_96x32.bmp \
|
||||
tests/images/imageinfo_96x32.gif \
|
||||
tests/images/imageinfo_96x32.jpeg \
|
||||
tests/images/imageinfo_96x32.png \
|
||||
tests/images/imageinfo_96x32.wbmp \
|
||||
tests/images/imageinfo_96x32.xbm \
|
||||
tests/images/mirror-flip.png \
|
||||
tests/images/mixed.jpg \
|
||||
tests/images/mixed.png \
|
||||
tests/images/plasma.png \
|
||||
tests/images/resizePixel.png \
|
||||
tests/test_common.php \
|
||||
imgtests/images/image1.jpg \
|
||||
imgtests/images/norfolk_broads.jpg \
|
||||
imgtests/images/norfolk_broads.png \
|
||||
imgtests/index.php \
|
||||
imgtests/norfolk_broads.jpg-GD \
|
||||
imgtests/test.php \
|
||||
imgtests/text.php
|
||||
_TESTSDIR= .
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (PEAR/Image_Transform-0.9.3.tgz) = fb4137e17f0bcee03c1c488825735c46
|
||||
SHA256 (PEAR/Image_Transform-0.9.3.tgz) = 99c0f1df1e5a678d67d3815c89634a4d8fc65388d87f9aff92363f6f6865428d
|
||||
SIZE (PEAR/Image_Transform-0.9.3.tgz) = 588089
|
||||
SHA256 (PEAR/Image_Transform-0.9.4.tgz) = 2b1f7c7ddd7e1ac8511435bc1a288e7a0cbe2e668eddb30c17d80822afd1e930
|
||||
SIZE (PEAR/Image_Transform-0.9.4.tgz) = 588755
|
||||
|
|
Loading…
Reference in a new issue