Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 03:25:41 -0800
From:      mark burdett <mark@goodstorm.com>
To:        FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/91335: New Port: graphics/php4-magickwand
Message-ID:  <e1bd5b380601060325n3ac84a1cp4daeeec3702c2d72@mail.gmail.com>
In-Reply-To: <200601050730.k057U4aq083152@freefall.freebsd.org>
References:  <200601050724.k057O9Wt015589@dev.goodstorm.com> <200601050730.k057U4aq083152@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e1bd5b380601060325n3ac84a1cp4daeeec3702c2d72>