diff options
author | beech <beech@FreeBSD.org> | 2011-07-08 06:05:19 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2011-07-08 06:05:19 +0800 |
commit | 70201b8f3acdd19bf6b968ffcebe9afd4face42c (patch) | |
tree | 45858bfd1eb35c6a572219327288eefb53573350 /graphics | |
parent | e1c348e024d68c5c226b1ab168d032d8da07a176 (diff) | |
download | freebsd-ports-gnome-70201b8f3acdd19bf6b968ffcebe9afd4face42c.tar.gz freebsd-ports-gnome-70201b8f3acdd19bf6b968ffcebe9afd4face42c.tar.zst freebsd-ports-gnome-70201b8f3acdd19bf6b968ffcebe9afd4face42c.zip |
- Replaced by new pear install
graphics/horde4-image
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/horde4-image/Makefile | 47 | ||||
-rw-r--r-- | graphics/horde4-image/distinfo | 2 | ||||
-rw-r--r-- | graphics/horde4-image/files/pkg-message.in | 7 | ||||
-rw-r--r-- | graphics/horde4-image/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/horde4-image/pkg-plist | 61 |
6 files changed, 0 insertions, 122 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cb4a631b07ce..642437c36056 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -329,7 +329,6 @@ SUBDIR += gwenview SUBDIR += gx SUBDIR += hobbes-icons-xpm - SUBDIR += horde4-image SUBDIR += hppsmtools SUBDIR += hs-cairo SUBDIR += hs-HGL diff --git a/graphics/horde4-image/Makefile b/graphics/horde4-image/Makefile deleted file mode 100644 index abce5880f918..000000000000 --- a/graphics/horde4-image/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Ports collection makefile for: horde4-image -# Date created: Mon May 23, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= image -PORTVERSION= 1.0.1 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -PORTREVISION= 1 -CATEGORIES= graphics www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Image-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde Image API, with backends for various image formats - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -IMAGEDIR= Image -HORDIR= ${HORBAS}${IMAGEDIR:S|^|/|:S|/horde||} - -RUN_DEPENDS+= ${PEARDIR}/XML/SVG.php:${PORTSDIR}/devel/pear-XML_SVG - -post-extract: - @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Image.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Image/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/graphics/horde4-image/distinfo b/graphics/horde4-image/distinfo deleted file mode 100644 index 773f84c42cc2..000000000000 --- a/graphics/horde4-image/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Image-1.0.1.tgz) = 15a1c559434330981ed8bcebdb99c47ea1754ea4989d835e4478645c0aeb7305 -SIZE (Horde_Image-1.0.1.tgz) = 541756 diff --git a/graphics/horde4-image/files/pkg-message.in b/graphics/horde4-image/files/pkg-message.in deleted file mode 100644 index 61b7771a271d..000000000000 --- a/graphics/horde4-image/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Image has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/graphics/horde4-image/pkg-descr b/graphics/horde4-image/pkg-descr deleted file mode 100644 index c5c19cac65d2..000000000000 --- a/graphics/horde4-image/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides an Image utility API, with backends for: * GD * GIF * PNG -* SVG * SWF * ImageMagick convert command line tool * Imagick Extension - -WWW: http://www.horde.org diff --git a/graphics/horde4-image/pkg-plist b/graphics/horde4-image/pkg-plist deleted file mode 100644 index fbec203cb41f..000000000000 --- a/graphics/horde4-image/pkg-plist +++ /dev/null @@ -1,61 +0,0 @@ -%%HORBAS%%/Image.php -%%HORDIR%%/Base.php -%%HORDIR%%/Effect.php -%%HORDIR%%/Effect/Border.php -%%HORDIR%%/Effect/Gd/DropShadow.php -%%HORDIR%%/Effect/Gd/RoundCorners.php -%%HORDIR%%/Effect/Gd/TextWatermark.php -%%HORDIR%%/Effect/Gd/Unsharpmask.php -%%HORDIR%%/Effect/Im/Border.php -%%HORDIR%%/Effect/Im/CenterCrop.php -%%HORDIR%%/Effect/Im/Composite.php -%%HORDIR%%/Effect/Im/DropShadow.php -%%HORDIR%%/Effect/Im/LiquidResize.php -%%HORDIR%%/Effect/Im/PhotoStack.php -%%HORDIR%%/Effect/Im/PolaroidImage.php -%%HORDIR%%/Effect/Im/RoundCorners.php -%%HORDIR%%/Effect/Im/TextWatermark.php -%%HORDIR%%/Effect/Im/Unsharpmask.php -%%HORDIR%%/Effect/Imagick/Border.php -%%HORDIR%%/Effect/Imagick/CenterCrop.php -%%HORDIR%%/Effect/Imagick/Composite.php -%%HORDIR%%/Effect/Imagick/DropShadow.php -%%HORDIR%%/Effect/Imagick/LiquidResize.php -%%HORDIR%%/Effect/Imagick/PhotoStack.php -%%HORDIR%%/Effect/Imagick/PolaroidImage.php -%%HORDIR%%/Effect/Imagick/RoundCorners.php -%%HORDIR%%/Effect/Imagick/SmartCrop.php -%%HORDIR%%/Effect/Imagick/TextWatermark.php -%%HORDIR%%/Effect/Imagick/Unsharpmask.php -%%HORDIR%%/Exception.php -%%HORDIR%%/Exif.php -%%HORDIR%%/Exif/Base.php -%%HORDIR%%/Exif/Bundled.php -%%HORDIR%%/Exif/Exiftool.php -%%HORDIR%%/Exif/Parser/Base.php -%%HORDIR%%/Exif/Parser/Canon.php -%%HORDIR%%/Exif/Parser/Fujifilm.php -%%HORDIR%%/Exif/Parser/Gps.php -%%HORDIR%%/Exif/Parser/Nikon.php -%%HORDIR%%/Exif/Parser/Olympus.php -%%HORDIR%%/Exif/Parser/Panasonic.php -%%HORDIR%%/Exif/Parser/Sanyo.php -%%HORDIR%%/Exif/Php.php -%%HORDIR%%/Gd.php -%%HORDIR%%/Im.php -%%HORDIR%%/Imagick.php -%%HORDIR%%/Png.php -%%HORDIR%%/Svg.php -%%HORDIR%%/Swf.php -%%HORDIR%%/Translation.php -%%HORDIR%%/rgb.php -@dirrm %%HORDIR%%/Exif/Parser -@dirrm %%HORDIR%%/Exif/ -@dirrm %%HORDIR%%/Exif -@dirrm %%HORDIR%%/Effect/Imagick -@dirrm %%HORDIR%%/Effect/Im -@dirrm %%HORDIR%%/Effect/Gd -@dirrm %%HORDIR%%/Effect -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% - |