mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
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:
parent
a17288e71f
commit
499f3eadf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309258
@ -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
|
||||
|
28
devel/pear-TheSeer_fDOMDocument/Makefile
Normal file
28
devel/pear-TheSeer_fDOMDocument/Makefile
Normal 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>
|
2
devel/pear-TheSeer_fDOMDocument/distinfo
Normal file
2
devel/pear-TheSeer_fDOMDocument/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/fDOMDocument-1.3.1.tgz) = 80c8e78a1348630cf0d20b0315aed53e9533ba0db93740041ae3e92180946cd6
|
||||
SIZE (PEAR/fDOMDocument-1.3.1.tgz) = 7930
|
4
devel/pear-TheSeer_fDOMDocument/pkg-descr
Normal file
4
devel/pear-TheSeer_fDOMDocument/pkg-descr
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user