svn commit: r309258 - in head/devel: . pear-TheSeer_fDOMDocument
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Dec 19 20:07:46 UTC 2012
Author: rm
Date: Wed Dec 19 20:07:45 2012
New Revision: 309258
URL: http://svnweb.freebsd.org/changeset/ports/309258
Log:
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 at gmail.com>
Added:
head/devel/pear-TheSeer_fDOMDocument/
head/devel/pear-TheSeer_fDOMDocument/Makefile (contents, props changed)
head/devel/pear-TheSeer_fDOMDocument/distinfo (contents, props changed)
head/devel/pear-TheSeer_fDOMDocument/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Dec 19 20:05:43 2012 (r309257)
+++ head/devel/Makefile Wed Dec 19 20:07:45 2012 (r309258)
@@ -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
Added: head/devel/pear-TheSeer_fDOMDocument/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-TheSeer_fDOMDocument/Makefile Wed Dec 19 20:07:45 2012 (r309258)
@@ -0,0 +1,28 @@
+# Created by: Gasol Wu <gasol.wu at 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 at 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>
Added: head/devel/pear-TheSeer_fDOMDocument/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-TheSeer_fDOMDocument/distinfo Wed Dec 19 20:07:45 2012 (r309258)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/fDOMDocument-1.3.1.tgz) = 80c8e78a1348630cf0d20b0315aed53e9533ba0db93740041ae3e92180946cd6
+SIZE (PEAR/fDOMDocument-1.3.1.tgz) = 7930
Added: head/devel/pear-TheSeer_fDOMDocument/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-TheSeer_fDOMDocument/pkg-descr Wed Dec 19 20:07:45 2012 (r309258)
@@ -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/
More information about the svn-ports-head
mailing list