mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
The PEAR::Image_Color manages and handles color data and conversions.
WWW: http://pear.php.net/package/Image_Color
This commit is contained in:
parent
585cdecd3c
commit
1175e88089
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191309
@ -507,6 +507,7 @@
|
||||
SUBDIR += pear-Image_Canvas
|
||||
SUBDIR += pear-Image_Color
|
||||
SUBDIR += pear-Image_Graph
|
||||
SUBDIR += pear-Image_Transform
|
||||
SUBDIR += pecl-imagick
|
||||
SUBDIR += pecl-imlib2
|
||||
SUBDIR += pecl-qrencode
|
||||
|
28
graphics/pear-Image_Transform/Makefile
Normal file
28
graphics/pear-Image_Transform/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Ports collection makefile for: pear-Image_Transform
|
||||
# Date created: 01 Mai 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image_Transform
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A standard interface to manipulate images using different libraries.
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= gd
|
||||
|
||||
CATEGORY= Image
|
||||
FILES= Transform.php Driver/ColorsDefs.php Driver/GD.php Driver/GD1.php \
|
||||
Driver/IM.php Driver/IMAGETYPE.php Driver/Imagick.php \
|
||||
Driver/Imagick2.php Driver/Imlib.php Driver/NetPBM.php \
|
||||
Driver/image_type_to_mime_type.php Driver/Imagick/ImageTypes.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
graphics/pear-Image_Transform/distinfo
Normal file
3
graphics/pear-Image_Transform/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Image_Transform-0.9.1.tgz) = 5ac09fb84c0b0ae2af5230b542bc34c4
|
||||
SHA256 (PEAR/Image_Transform-0.9.1.tgz) = a5858dbd197c975a40be9ec276e903f8825e016c5382efcebbdb618fc078eb21
|
||||
SIZE (PEAR/Image_Transform-0.9.1.tgz) = 26288
|
3
graphics/pear-Image_Transform/pkg-descr
Normal file
3
graphics/pear-Image_Transform/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The PEAR::Image_Color manages and handles color data and conversions.
|
||||
|
||||
WWW: http://pear.php.net/package/Image_Color
|
Loading…
Reference in New Issue
Block a user