This package provides an Image utility API, with backends for: * GD * GIF * PNG
* SVG * SWF * ImageMagick convert command line tool * Imagick Extension Approved by: itetcu (mentor)(implicit)
This commit is contained in:
parent
e83e965918
commit
995012caa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274531
@ -323,6 +323,7 @@
|
||||
SUBDIR += gwenview
|
||||
SUBDIR += gx
|
||||
SUBDIR += hobbes-icons-xpm
|
||||
SUBDIR += horde4-image
|
||||
SUBDIR += hppsmtools
|
||||
SUBDIR += hs-cairo
|
||||
SUBDIR += hs-HGL
|
||||
|
43
graphics/horde4-image/Makefile
Normal file
43
graphics/horde4-image/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# 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=
|
||||
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
|
||||
|
||||
USE_HORDE= base
|
||||
USE_GETTEXT= yes
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
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>
|
2
graphics/horde4-image/distinfo
Normal file
2
graphics/horde4-image/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde_Image-1.0.1.tgz) = 15a1c559434330981ed8bcebdb99c47ea1754ea4989d835e4478645c0aeb7305
|
||||
SIZE (Horde_Image-1.0.1.tgz) = 541756
|
7
graphics/horde4-image/files/pkg-message.in
Normal file
7
graphics/horde4-image/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
************************************************************************
|
||||
Image has been installed in %%HORDIR%%/.
|
||||
|
||||
Horde must be configured and the tables created; if not, see
|
||||
`pkg_info -Dx horde-base'.
|
||||
|
||||
************************************************************************
|
4
graphics/horde4-image/pkg-descr
Normal file
4
graphics/horde4-image/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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
|
61
graphics/horde4-image/pkg-plist
Normal file
61
graphics/horde4-image/pkg-plist
Normal file
@ -0,0 +1,61 @@
|
||||
%%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%%
|
||||
|
Loading…
Reference in New Issue
Block a user