1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Add pecl-imagick 0.9.11, a PECL extension to manipulate images.

This commit is contained in:
Alex Dupre 2004-07-19 15:26:30 +00:00
parent c5e96ad02b
commit f9eabe23ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114220
5 changed files with 118 additions and 0 deletions

View File

@ -313,6 +313,7 @@
SUBDIR += paintlib
SUBDIR += panorama
SUBDIR += passepartout
SUBDIR += pecl-imagick
SUBDIR += peps
SUBDIR += pgperl
SUBDIR += pgplot

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: pecl-imagick
# Date created: 19 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= imagick
PORTVERSION= 0.9.11
CATEGORIES= graphics pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to manipulate images
LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (PECL/imagick-0.9.11.tgz) = c8f78b063eb3fbdef1c8501190983c89
SIZE (PECL/imagick-0.9.11.tgz) = 69562

View File

@ -0,0 +1,7 @@
Imagick is a wrapper for the ImageMagick library to read, write, and
manipulate an image in many image formats.
WWW: http://pecl.php.net/package/imagick/
- Alex Dupre
ale@FreeBSD.org

View File

@ -0,0 +1,76 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/animated.gif
%%PORTDOCS%%%%EXAMPLESDIR%%/animatedgif2jpgs.php
%%PORTDOCS%%%%EXAMPLESDIR%%/annotate.php
%%PORTDOCS%%%%EXAMPLESDIR%%/arc.php
%%PORTDOCS%%%%EXAMPLESDIR%%/blob2image.php
%%PORTDOCS%%%%EXAMPLESDIR%%/blur.php
%%PORTDOCS%%%%EXAMPLESDIR%%/border.php
%%PORTDOCS%%%%EXAMPLESDIR%%/charcoal.php
%%PORTDOCS%%%%EXAMPLESDIR%%/chop.php
%%PORTDOCS%%%%EXAMPLESDIR%%/circle.php
%%PORTDOCS%%%%EXAMPLESDIR%%/clone_handle.php
%%PORTDOCS%%%%EXAMPLESDIR%%/composite.php
%%PORTDOCS%%%%EXAMPLESDIR%%/contrast.php
%%PORTDOCS%%%%EXAMPLESDIR%%/convert1.php
%%PORTDOCS%%%%EXAMPLESDIR%%/convert2.php
%%PORTDOCS%%%%EXAMPLESDIR%%/convert_and_resize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/crop.php
%%PORTDOCS%%%%EXAMPLESDIR%%/despeckle.php
%%PORTDOCS%%%%EXAMPLESDIR%%/destroyhandle.php
%%PORTDOCS%%%%EXAMPLESDIR%%/edge.php
%%PORTDOCS%%%%EXAMPLESDIR%%/ellipse.php
%%PORTDOCS%%%%EXAMPLESDIR%%/emboss.php
%%PORTDOCS%%%%EXAMPLESDIR%%/enhance.php
%%PORTDOCS%%%%EXAMPLESDIR%%/equalize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/first.php
%%PORTDOCS%%%%EXAMPLESDIR%%/flip.php
%%PORTDOCS%%%%EXAMPLESDIR%%/flop.php
%%PORTDOCS%%%%EXAMPLESDIR%%/gamma.php
%%PORTDOCS%%%%EXAMPLESDIR%%/gaussianblur.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getcanvas.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getimagedepth.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getlistindex.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getlistsize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getmimetype.php
%%PORTDOCS%%%%EXAMPLESDIR%%/getnumbercolors.php
%%PORTDOCS%%%%EXAMPLESDIR%%/goto.php
%%PORTDOCS%%%%EXAMPLESDIR%%/image.jpg
%%PORTDOCS%%%%EXAMPLESDIR%%/image2blob.php
%%PORTDOCS%%%%EXAMPLESDIR%%/implode.php
%%PORTDOCS%%%%EXAMPLESDIR%%/isgrayimage.php
%%PORTDOCS%%%%EXAMPLESDIR%%/ismonochromeimage.php
%%PORTDOCS%%%%EXAMPLESDIR%%/isopaqueimage.php
%%PORTDOCS%%%%EXAMPLESDIR%%/ispaletteimage.php
%%PORTDOCS%%%%EXAMPLESDIR%%/level.php
%%PORTDOCS%%%%EXAMPLESDIR%%/line.php
%%PORTDOCS%%%%EXAMPLESDIR%%/list1.php
%%PORTDOCS%%%%EXAMPLESDIR%%/list2.php
%%PORTDOCS%%%%EXAMPLESDIR%%/medianfilter.php
%%PORTDOCS%%%%EXAMPLESDIR%%/modulate.php
%%PORTDOCS%%%%EXAMPLESDIR%%/motionblur.php
%%PORTDOCS%%%%EXAMPLESDIR%%/negate.php
%%PORTDOCS%%%%EXAMPLESDIR%%/normalize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/oilpaint.php
%%PORTDOCS%%%%EXAMPLESDIR%%/ordereddither.php
%%PORTDOCS%%%%EXAMPLESDIR%%/point.php
%%PORTDOCS%%%%EXAMPLESDIR%%/profile.php
%%PORTDOCS%%%%EXAMPLESDIR%%/raise.php
%%PORTDOCS%%%%EXAMPLESDIR%%/rectangle.php
%%PORTDOCS%%%%EXAMPLESDIR%%/reducenoise.php
%%PORTDOCS%%%%EXAMPLESDIR%%/resize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/roll.php
%%PORTDOCS%%%%EXAMPLESDIR%%/rotate.php
%%PORTDOCS%%%%EXAMPLESDIR%%/sample.php
%%PORTDOCS%%%%EXAMPLESDIR%%/scale.php
%%PORTDOCS%%%%EXAMPLESDIR%%/setfillcolor.php
%%PORTDOCS%%%%EXAMPLESDIR%%/setfontface.php
%%PORTDOCS%%%%EXAMPLESDIR%%/shade.php
%%PORTDOCS%%%%EXAMPLESDIR%%/sharpen.php
%%PORTDOCS%%%%EXAMPLESDIR%%/shear.php
%%PORTDOCS%%%%EXAMPLESDIR%%/solarize.php
%%PORTDOCS%%%%EXAMPLESDIR%%/spread.php
%%PORTDOCS%%%%EXAMPLESDIR%%/swirl.php
%%PORTDOCS%%%%EXAMPLESDIR%%/threshold.php
%%PORTDOCS%%%%EXAMPLESDIR%%/unsharpmask.php
%%PORTDOCS%%%%EXAMPLESDIR%%/wave.php
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%