diff options
author | ale <ale@FreeBSD.org> | 2006-04-03 14:12:43 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-04-03 14:12:43 +0800 |
commit | c93d59de83d6e08df9bba4016d1d79227f41ff33 (patch) | |
tree | 2373b069648284be197d8af8d6833867dbb486ec /graphics/php-magickwand | |
parent | 0cf8c7a28f761823ff0a5d6b383cb165bfbc32d8 (diff) | |
download | freebsd-ports-gnome-c93d59de83d6e08df9bba4016d1d79227f41ff33.tar.gz freebsd-ports-gnome-c93d59de83d6e08df9bba4016d1d79227f41ff33.tar.zst freebsd-ports-gnome-c93d59de83d6e08df9bba4016d1d79227f41ff33.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>
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 |