An Extension to PHP's standard DOM to add various convinience methods and

exceptions by default.

WWW: https://github.com/theseer/fDOMDocument/

PR:		172765
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
Ruslan Makhmatkhanov 2012-12-19 20:07:45 +00:00
parent a17288e71f
commit 499f3eadf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309258
4 changed files with 35 additions and 0 deletions

View File

@ -3052,6 +3052,7 @@
SUBDIR += pear-Testing_Selenium
SUBDIR += pear-Text_Diff
SUBDIR += pear-TheSeer_DirectoryScanner
SUBDIR += pear-TheSeer_fDOMDocument
SUBDIR += pear-VFS
SUBDIR += pear-Validate
SUBDIR += pear-Validate_AU

View File

@ -0,0 +1,28 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= fDOMDocument
PORTVERSION= 1.3.1
CATEGORIES= devel www pear
MASTER_SITES= http://pear.netpirates.net/get/
PKGNAMEPREFIX= pear-TheSeer_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to PHP\'s standard DOM
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
USE_PHP= dom xml
PEAR_CHANNEL= theseer
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PEAR/fDOMDocument-1.3.1.tgz) = 80c8e78a1348630cf0d20b0315aed53e9533ba0db93740041ae3e92180946cd6
SIZE (PEAR/fDOMDocument-1.3.1.tgz) = 7930

View File

@ -0,0 +1,4 @@
An Extension to PHP's standard DOM to add various convinience methods and
exceptions by default.
WWW: https://github.com/theseer/fDOMDocument/