diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-03 06:12:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-03 06:12:43 +0000 |
commit | 7d98cf4f40aa9e963f0dced8f75f409841952874 (patch) | |
tree | a5b816353f9ee61519fe227420f57238984b09a0 /graphics/php-magickwand | |
parent | 6da61e3ed2b68b053ef43b4f3b1d595527fd6da8 (diff) | |
download | ports-7d98cf4f40aa9e963f0dced8f75f409841952874.tar.gz ports-7d98cf4f40aa9e963f0dced8f75f409841952874.zip |
Add php-magickwand 0.1.8, a PHP extension to manipulate images.
If you have problems with the outdated pecl-imagick extension, try this one.
PR: ports/91335
Submitted by: mark burdett <mark@goodstorm.com>
Notes
Notes:
svn path=/head/; revision=158701
Diffstat (limited to 'graphics/php-magickwand')
-rw-r--r-- | graphics/php-magickwand/Makefile | 26 | ||||
-rw-r--r-- | graphics/php-magickwand/distinfo | 3 | ||||
-rw-r--r-- | graphics/php-magickwand/pkg-descr | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile new file mode 100644 index 000000000000..656b53ddee77 --- /dev/null +++ b/graphics/php-magickwand/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: php-magickwand +# Date created: 05 Jan 2005 +# Whom: <mark@goodstorm.com> +# +# $FreeBSD$ +# + +PORTNAME= magickwand +PORTVERSION= 0.1.8 +CATEGORIES= graphics +MASTER_SITES= http://www.magickwand.org/download/php/ +PKGNAMEPREFIX= php- + +MAINTAINER= mark@goodstorm.com +COMMENT= A PHP extension to manipulate images + +LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick + +USE_PHP= yes +USE_PHPEXT= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/graphics/php-magickwand/distinfo b/graphics/php-magickwand/distinfo new file mode 100644 index 000000000000..da8149e94d58 --- /dev/null +++ b/graphics/php-magickwand/distinfo @@ -0,0 +1,3 @@ +MD5 (magickwand-0.1.8.tar.gz) = ee12a0559a57a92040ce25381c9cfc5c +SHA256 (magickwand-0.1.8.tar.gz) = e40fbcab1e5bcaafe793a508e9dceabe570a05d86bd984a245861e5ad561ef19 +SIZE (magickwand-0.1.8.tar.gz) = 82319 diff --git a/graphics/php-magickwand/pkg-descr b/graphics/php-magickwand/pkg-descr new file mode 100644 index 000000000000..b29aaf26c055 --- /dev/null +++ b/graphics/php-magickwand/pkg-descr @@ -0,0 +1,4 @@ +MagickWand for PHP is a wrapper for the ImageMagick library to read, +write, and manipulate an image in many image formats. + +WWW: http://www.imagemagick.org/script/api.php |