Skip site navigation (1)Skip section navigation (2)
Date:      5 Apr 2006 01:29:45 -0000
From:      Rick van der Zwet <rick@wzoeterwoude.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95326: [new port] graphics/magickwand - PHP module to the ImageMagick MagickWand API.
Message-ID:  <20060405012945.1161.qmail@freezone-vast.wzoeterwoude.net>
Resent-Message-ID: <200604050130.k351UPMn067976@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95326
>Category:       ports
>Synopsis:       [new port] graphics/magickwand - PHP module to the ImageMagick MagickWand API.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 01:30:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rick van der Zwet
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freezone-vast.wzoeterwoude.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Mar 29 16:34:27 UTC 2006 root@freezone-vast.wzoeterwoude.net:/usr/obj/usr/src/sys/FREEZONE-VAST i386


	
>Description:
    New ports, there are 2 things I'm not sure about.
    1) if php get's updated, does this ports also get build again?
    2) the port is a php module with graphics usage, so I'm not sure where to put it,
    could be www/magickwand too
>How-To-Repeat:
>Fix:

	

--- Makefile begins here ---
# New ports collection makefile for:	magickwand
# Date created:			04 Apr 2006
# Whom:				Rick van der Zwet <rick@wzoeterwoude.net>
#
# $Id$
#

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.9:${PORTSDIR}/graphics/ImageMagick

USE_PHP=	yes
USE_PHPEXT=	yes

CONFIGURE_ARGS=	--with-imagick=${LOCALBASE}

WRKSRC=	${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>
--- Makefile ends here ---

--- distinfo begins here ---
MD5 (magickwand-0.1.8.tar.gz) = ee12a0559a57a92040ce25381c9cfc5c
SHA256 (magickwand-0.1.8.tar.gz) = e40fbcab1e5bcaafe793a508e9dceabe570a05d86bd984a245861e5ad561ef19
SIZE (magickwand-0.1.8.tar.gz) = 82319
--- distinfo ends here ---

--- pkg-descr begins here ---
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
--- pkg-descr ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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