diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-19 20:07:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-19 20:07:45 +0000 |
commit | 499f3eadf8774be5bc30d3c11cd8bdcf108a6d63 (patch) | |
tree | a35311c1f6d7edf8df67d9aa381760f6907d2203 /devel | |
parent | a17288e71f57a7dab5c680e44c1016b464641df5 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-TheSeer_fDOMDocument/Makefile | 28 | ||||
-rw-r--r-- | devel/pear-TheSeer_fDOMDocument/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-TheSeer_fDOMDocument/pkg-descr | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index dbb84f3672a9..915bb719fc67 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/pear-TheSeer_fDOMDocument/Makefile b/devel/pear-TheSeer_fDOMDocument/Makefile new file mode 100644 index 000000000000..c37704456d84 --- /dev/null +++ b/devel/pear-TheSeer_fDOMDocument/Makefile @@ -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> diff --git a/devel/pear-TheSeer_fDOMDocument/distinfo b/devel/pear-TheSeer_fDOMDocument/distinfo new file mode 100644 index 000000000000..2e45f7df8d73 --- /dev/null +++ b/devel/pear-TheSeer_fDOMDocument/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/fDOMDocument-1.3.1.tgz) = 80c8e78a1348630cf0d20b0315aed53e9533ba0db93740041ae3e92180946cd6 +SIZE (PEAR/fDOMDocument-1.3.1.tgz) = 7930 diff --git a/devel/pear-TheSeer_fDOMDocument/pkg-descr b/devel/pear-TheSeer_fDOMDocument/pkg-descr new file mode 100644 index 000000000000..15aee2785c22 --- /dev/null +++ b/devel/pear-TheSeer_fDOMDocument/pkg-descr @@ -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/ |