Bug 91335 - New Port: graphics/php4-magickwand
Summary: New Port: graphics/php4-magickwand
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 07:30 UTC by mark burdett
Modified: 2006-04-03 07:13 UTC (History)
0 users

See Also:


Attachments
php4-magickwand (1.73 KB, text/plain)
2006-01-05 07:30 UTC, mark burdett
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mark burdett 2006-01-05 07:30:04 UTC
New port of the MagickWand PHP extension.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-05 07:32:09 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-06 05:36:19 UTC
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.
Comment 3 mark burdett 2006-01-06 11:25:41 UTC
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
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2006-04-03 07:13:29 UTC
State Changed
From-To: open->closed

Committed, thanks!