diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/magickwand/Makefile | 26 | ||||
-rw-r--r-- | graphics/magickwand/distinfo | 3 | ||||
-rw-r--r-- | graphics/magickwand/pkg-descr | 8 |
4 files changed, 38 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 41e16acf374..bf0cf4e3040 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -364,6 +364,7 @@ SUBDIR += lodju SUBDIR += long-exposure-tools SUBDIR += lphoto + SUBDIR += magickwand SUBDIR += makehuman SUBDIR += mapserver SUBDIR += mapyrus diff --git a/graphics/magickwand/Makefile b/graphics/magickwand/Makefile new file mode 100644 index 00000000000..7659d8b9ff9 --- /dev/null +++ b/graphics/magickwand/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: magickwand +# Date created: 04 Apr 2006 +# Whom: Rick van der Zwet <rick@wzoeterwoude.net> +# +# $FreeBSD$ +# + +PORTNAME= magickwand +PORTVERSION= 0.1.8 +CATEGORIES= graphics www +MASTER_SITES= http://www.magickwand.org/download/php/ +MASTER_SITES=+ http://imagemagick.linux-mirror.org/download/php/ + +MAINTAINER= rick@wzoeterwoude.net +COMMENT= A php extension to manipulate images using MagickWand API + +LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --with-imagick=${LOCALBASE} + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/graphics/magickwand/distinfo b/graphics/magickwand/distinfo new file mode 100644 index 00000000000..da8149e94d5 --- /dev/null +++ b/graphics/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/magickwand/pkg-descr b/graphics/magickwand/pkg-descr new file mode 100644 index 00000000000..0de132074db --- /dev/null +++ b/graphics/magickwand/pkg-descr @@ -0,0 +1,8 @@ +This module enables PHP access to the ImageMagick MagickWand API. + +Very good manual at http://www.bitweaver.org/doc/magickwand/index.html + +WWW: http://www.magickwand.org/script/index.php + +- Rick van der Zwet +rick@wzoeterwoude.net |