mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The classes contained within this repository extend the standard XSLTProcess to
use exceptions at all occasions of errors instead of PHP warnings, notices or semi completed transformations. They also add various custom methods and short- cuts for convinience and to allow a nicer API to implement callbacks to the PHP stack. WWW: https://github.com/theseer/fXSL/ PR: 172766 Submitted by: Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
parent
499f3eadf8
commit
ea29a60149
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309259
@ -3053,6 +3053,7 @@
|
||||
SUBDIR += pear-Text_Diff
|
||||
SUBDIR += pear-TheSeer_DirectoryScanner
|
||||
SUBDIR += pear-TheSeer_fDOMDocument
|
||||
SUBDIR += pear-TheSeer_fXSL
|
||||
SUBDIR += pear-VFS
|
||||
SUBDIR += pear-Validate
|
||||
SUBDIR += pear-Validate_AU
|
||||
|
27
devel/pear-TheSeer_fXSL/Makefile
Normal file
27
devel/pear-TheSeer_fXSL/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fXSL
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pear.netpirates.net/get/
|
||||
PKGNAMEPREFIX= pear-TheSeer_
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
COMMENT= XSL wrapper / extension to the PHP 5.x XSLTProcessor
|
||||
|
||||
BUILD_DEPENDS= pear>=1.9.1:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
||||
RUN_DEPENDS= pear>=1.9.1:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
||||
|
||||
USE_PHP= dom xml xsl
|
||||
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_fXSL/distinfo
Normal file
2
devel/pear-TheSeer_fXSL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/fXSL-1.0.4.tgz) = ef80433d097f0519c6d7fdbf64b9fb0842ec588d154f81ac1f66838c2462ac77
|
||||
SIZE (PEAR/fXSL-1.0.4.tgz) = 5798
|
7
devel/pear-TheSeer_fXSL/pkg-descr
Normal file
7
devel/pear-TheSeer_fXSL/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The classes contained within this repository extend the standard XSLTProcess to
|
||||
use exceptions at all occasions of errors instead of PHP warnings, notices or
|
||||
semi completed transformations. They also add various custom methods and short-
|
||||
cuts for convinience and to allow a nicer API to implement callbacks to the PHP
|
||||
stack.
|
||||
|
||||
WWW: https://github.com/theseer/fXSL/
|
Loading…
Reference in New Issue
Block a user