diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 23:26:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 23:26:30 +0800 |
commit | 564061a00c7e002787836e0c4420d2b42fddf7b3 (patch) | |
tree | 2362bad5aa0ef4c82a876dd2aa9407859a7c8d09 /graphics/pecl-imagick | |
parent | 1d0ba78be39cf33b2bff2452a95ad5c457b2ef46 (diff) | |
download | freebsd-ports-gnome-564061a00c7e002787836e0c4420d2b42fddf7b3.tar.gz freebsd-ports-gnome-564061a00c7e002787836e0c4420d2b42fddf7b3.tar.zst freebsd-ports-gnome-564061a00c7e002787836e0c4420d2b42fddf7b3.zip |
Add pecl-imagick 0.9.11, a PECL extension to manipulate images.
Diffstat (limited to 'graphics/pecl-imagick')
-rw-r--r-- | graphics/pecl-imagick/Makefile | 32 | ||||
-rw-r--r-- | graphics/pecl-imagick/distinfo | 2 | ||||
-rw-r--r-- | graphics/pecl-imagick/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/pecl-imagick/pkg-plist | 76 |
4 files changed, 117 insertions, 0 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile new file mode 100644 index 000000000000..c61746250db5 --- /dev/null +++ b/graphics/pecl-imagick/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: pecl-imagick +# Date created: 19 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= imagick +PORTVERSION= 0.9.11 +CATEGORIES= graphics pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= ale@FreeBSD.org +COMMENT= A PECL extension to manipulate images + +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --with-imagick=${LOCALBASE} + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/graphics/pecl-imagick/distinfo b/graphics/pecl-imagick/distinfo new file mode 100644 index 000000000000..c310a59233da --- /dev/null +++ b/graphics/pecl-imagick/distinfo @@ -0,0 +1,2 @@ +MD5 (PECL/imagick-0.9.11.tgz) = c8f78b063eb3fbdef1c8501190983c89 +SIZE (PECL/imagick-0.9.11.tgz) = 69562 diff --git a/graphics/pecl-imagick/pkg-descr b/graphics/pecl-imagick/pkg-descr new file mode 100644 index 000000000000..b03d7cc8c3e8 --- /dev/null +++ b/graphics/pecl-imagick/pkg-descr @@ -0,0 +1,7 @@ +Imagick is a wrapper for the ImageMagick library to read, write, and +manipulate an image in many image formats. + +WWW: http://pecl.php.net/package/imagick/ + +- Alex Dupre +ale@FreeBSD.org diff --git a/graphics/pecl-imagick/pkg-plist b/graphics/pecl-imagick/pkg-plist new file mode 100644 index 000000000000..e0a21475846f --- /dev/null +++ b/graphics/pecl-imagick/pkg-plist @@ -0,0 +1,76 @@ +%%PORTDOCS%%%%EXAMPLESDIR%%/animated.gif +%%PORTDOCS%%%%EXAMPLESDIR%%/animatedgif2jpgs.php +%%PORTDOCS%%%%EXAMPLESDIR%%/annotate.php +%%PORTDOCS%%%%EXAMPLESDIR%%/arc.php +%%PORTDOCS%%%%EXAMPLESDIR%%/blob2image.php +%%PORTDOCS%%%%EXAMPLESDIR%%/blur.php +%%PORTDOCS%%%%EXAMPLESDIR%%/border.php +%%PORTDOCS%%%%EXAMPLESDIR%%/charcoal.php +%%PORTDOCS%%%%EXAMPLESDIR%%/chop.php +%%PORTDOCS%%%%EXAMPLESDIR%%/circle.php +%%PORTDOCS%%%%EXAMPLESDIR%%/clone_handle.php +%%PORTDOCS%%%%EXAMPLESDIR%%/composite.php +%%PORTDOCS%%%%EXAMPLESDIR%%/contrast.php +%%PORTDOCS%%%%EXAMPLESDIR%%/convert1.php +%%PORTDOCS%%%%EXAMPLESDIR%%/convert2.php +%%PORTDOCS%%%%EXAMPLESDIR%%/convert_and_resize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/crop.php +%%PORTDOCS%%%%EXAMPLESDIR%%/despeckle.php +%%PORTDOCS%%%%EXAMPLESDIR%%/destroyhandle.php +%%PORTDOCS%%%%EXAMPLESDIR%%/edge.php +%%PORTDOCS%%%%EXAMPLESDIR%%/ellipse.php +%%PORTDOCS%%%%EXAMPLESDIR%%/emboss.php +%%PORTDOCS%%%%EXAMPLESDIR%%/enhance.php +%%PORTDOCS%%%%EXAMPLESDIR%%/equalize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/first.php +%%PORTDOCS%%%%EXAMPLESDIR%%/flip.php +%%PORTDOCS%%%%EXAMPLESDIR%%/flop.php +%%PORTDOCS%%%%EXAMPLESDIR%%/gamma.php +%%PORTDOCS%%%%EXAMPLESDIR%%/gaussianblur.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getcanvas.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getimagedepth.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getlistindex.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getlistsize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getmimetype.php +%%PORTDOCS%%%%EXAMPLESDIR%%/getnumbercolors.php +%%PORTDOCS%%%%EXAMPLESDIR%%/goto.php +%%PORTDOCS%%%%EXAMPLESDIR%%/image.jpg +%%PORTDOCS%%%%EXAMPLESDIR%%/image2blob.php +%%PORTDOCS%%%%EXAMPLESDIR%%/implode.php +%%PORTDOCS%%%%EXAMPLESDIR%%/isgrayimage.php +%%PORTDOCS%%%%EXAMPLESDIR%%/ismonochromeimage.php +%%PORTDOCS%%%%EXAMPLESDIR%%/isopaqueimage.php +%%PORTDOCS%%%%EXAMPLESDIR%%/ispaletteimage.php +%%PORTDOCS%%%%EXAMPLESDIR%%/level.php +%%PORTDOCS%%%%EXAMPLESDIR%%/line.php +%%PORTDOCS%%%%EXAMPLESDIR%%/list1.php +%%PORTDOCS%%%%EXAMPLESDIR%%/list2.php +%%PORTDOCS%%%%EXAMPLESDIR%%/medianfilter.php +%%PORTDOCS%%%%EXAMPLESDIR%%/modulate.php +%%PORTDOCS%%%%EXAMPLESDIR%%/motionblur.php +%%PORTDOCS%%%%EXAMPLESDIR%%/negate.php +%%PORTDOCS%%%%EXAMPLESDIR%%/normalize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/oilpaint.php +%%PORTDOCS%%%%EXAMPLESDIR%%/ordereddither.php +%%PORTDOCS%%%%EXAMPLESDIR%%/point.php +%%PORTDOCS%%%%EXAMPLESDIR%%/profile.php +%%PORTDOCS%%%%EXAMPLESDIR%%/raise.php +%%PORTDOCS%%%%EXAMPLESDIR%%/rectangle.php +%%PORTDOCS%%%%EXAMPLESDIR%%/reducenoise.php +%%PORTDOCS%%%%EXAMPLESDIR%%/resize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/roll.php +%%PORTDOCS%%%%EXAMPLESDIR%%/rotate.php +%%PORTDOCS%%%%EXAMPLESDIR%%/sample.php +%%PORTDOCS%%%%EXAMPLESDIR%%/scale.php +%%PORTDOCS%%%%EXAMPLESDIR%%/setfillcolor.php +%%PORTDOCS%%%%EXAMPLESDIR%%/setfontface.php +%%PORTDOCS%%%%EXAMPLESDIR%%/shade.php +%%PORTDOCS%%%%EXAMPLESDIR%%/sharpen.php +%%PORTDOCS%%%%EXAMPLESDIR%%/shear.php +%%PORTDOCS%%%%EXAMPLESDIR%%/solarize.php +%%PORTDOCS%%%%EXAMPLESDIR%%/spread.php +%%PORTDOCS%%%%EXAMPLESDIR%%/swirl.php +%%PORTDOCS%%%%EXAMPLESDIR%%/threshold.php +%%PORTDOCS%%%%EXAMPLESDIR%%/unsharpmask.php +%%PORTDOCS%%%%EXAMPLESDIR%%/wave.php +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |