Add pear-XML_SVG 0.0.3, PEAR object-oriented API for building SVG
documents. Yet another PEAR package to be used by Horde-3. Approved by: mat (mentor).
This commit is contained in:
parent
838f2d4ea3
commit
30e8356dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106149
4 changed files with 29 additions and 0 deletions
|
@ -959,6 +959,7 @@
|
|||
SUBDIR += pear-XML_Parser
|
||||
SUBDIR += pear-XML_RPC
|
||||
SUBDIR += pear-XML_RSS
|
||||
SUBDIR += pear-XML_SVG
|
||||
SUBDIR += pear-XML_Serializer
|
||||
SUBDIR += pear-XML_Tree
|
||||
SUBDIR += pear-XML_Util
|
||||
|
|
23
devel/pear-XML_SVG/Makefile
Normal file
23
devel/pear-XML_SVG/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Ports collection makefile for: pear-XML_SVG
|
||||
# Date created: 4 April 2004
|
||||
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML_SVG
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PEAR object-oriented API for building SVG documents
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= XML
|
||||
FILES= SVG.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
devel/pear-XML_SVG/distinfo
Normal file
2
devel/pear-XML_SVG/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (PEAR/XML_SVG-0.0.3.tgz) = 771fc252db29f29eaaead6b90eaa799a
|
||||
SIZE (PEAR/XML_SVG-0.0.3.tgz) = 4643
|
3
devel/pear-XML_SVG/pkg-descr
Normal file
3
devel/pear-XML_SVG/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This PEAR package provides an object-oriented API for building SVG documents.
|
||||
|
||||
WWW: http://pear.php.net/package/XML_SVG
|
Loading…
Reference in a new issue