New port of the MagickWand PHP extension.
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->ale Ale@, can you have a look at this on if this has to be cooperated in the bsd.php.mk framework? If not, then please assign it to me.
I am not clear on the naming convention for PHP ports, but this extension works under php5 as well as php4, so the port could instead be named something like "php-magickwand": # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # #=09php-magickwand #=09php-magickwand/Makefile #=09php-magickwand/distinfo #=09php-magickwand/pkg-descr # echo c - php-magickwand mkdir -p php-magickwand > /dev/null 2>&1 echo x - php-magickwand/Makefile sed 's/^X//' >php-magickwand/Makefile << 'END-of-php-magickwand/Makefile' X# New ports collection makefile for: magickwand X# Date created:=09=09=0905 Jan 2005 X# X XPORTNAME=3D magickwand XPORTVERSION=3D=090.1.8 XCATEGORIES=3D=09graphics XMASTER_SITES=3D=09http://www.magickwand.org/download/php/ XMAINTAINER=3D=09mark@goodstorm.com XCOMMENT=3D=09A PHP extension to manipulate images XPKGNAMEPREFIX=3D php- X XWRKSRC=3D ${WRKDIR}/${PORTNAME} X XLIB_DEPENDS=3D=09Magick.9:${PORTSDIR}/graphics/ImageMagick X XUSE_PHP=3D=09yes XUSE_PHPEXT=3D=09yes X XCONFIGURE_ARGS=3D=09--with-magickwand=3D${LOCALBASE} X X.include <bsd.port.mk> END-of-php-magickwand/Makefile echo x - php-magickwand/distinfo sed 's/^X//' >php-magickwand/distinfo << 'END-of-php-magickwand/distinfo' XMD5 (magickwand-0.1.8.tar.gz) =3D ee12a0559a57a92040ce25381c9cfc5c XSHA256 (magickwand-0.1.8.tar.gz) =3D e40fbcab1e5bcaafe793a508e9dceabe570a05d86bd984a245861e5ad561ef19 XSIZE (magickwand-0.1.8.tar.gz) =3D 82319 END-of-php-magickwand/distinfo echo x - php-magickwand/pkg-descr sed 's/^X//' >php-magickwand/pkg-descr << 'END-of-php-magickwand/pkg-descr' XMagickWand for PHP is a wrapper for the ImageMagick library to read, Xwrite, and manipulate an image in many image formats. X XWWW: http://www.imagemagick.org/script/api.php END-of-php-magickwand/pkg-descr exit
State Changed From-To: open->closed Committed, thanks!