initial import of pear-XML-Tree-1.1
-- Allows for the building of XML data structures in PHP using a tree representation, without the need for an extension like DOMXML.
This commit is contained in:
parent
a14773ea08
commit
ba47f68219
22
textproc/pear-XML-Tree/Makefile
Normal file
22
textproc/pear-XML-Tree/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/23 21:13:15 avsm Exp $
|
||||
|
||||
COMMENT= "classes to represent XML data in PHP"
|
||||
|
||||
V= 1.1
|
||||
DISTNAME= XML_Tree-${V}
|
||||
PKGNAME= pear-XML-Tree-${V}
|
||||
CATEGORIES= textproc pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/pear-XML-Tree/distinfo
Normal file
3
textproc/pear-XML-Tree/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML_Tree-1.1.tgz) = 372f7655df0d34e9f1a82d45c10931f6
|
||||
RMD160 (XML_Tree-1.1.tgz) = 98a72262412e3f484ba19732f942e3366ebe9f44
|
||||
SHA1 (XML_Tree-1.1.tgz) = dd11d78911e4a7e693eaae9fbe8ff3321d518197
|
2
textproc/pear-XML-Tree/pkg/DESCR
Normal file
2
textproc/pear-XML-Tree/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Allows for the building of XML data structures in PHP using a tree
|
||||
representation, without the need for an extension like DOMXML.
|
5
textproc/pear-XML-Tree/pkg/PLIST
Normal file
5
textproc/pear-XML-Tree/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/23 21:13:15 avsm Exp $
|
||||
pear/lib/.registry/XML_Tree.reg
|
||||
pear/lib/XML/Tree.php
|
||||
pear/lib/XML/Tree/Node.php
|
||||
@dirrm pear/lib/XML/Tree
|
Loading…
Reference in New Issue
Block a user