1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Convert to USES=pear

This commit is contained in:
Baptiste Daroussin 2014-09-23 15:15:04 +00:00
parent fa1c1bc803
commit 31871ddfab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369068
129 changed files with 341 additions and 940 deletions

View File

@ -8,25 +8,13 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Your configurations swiss-army knife
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL
PEAR_XML_PARSER_DESC= PEAR::XML_Parser support
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.options.mk>
PEAR_XML_PARSER_RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
.if ${PORT_OPTIONS:MPEAR_XML_PARSER}
RUN_DEPENDS+= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
.endif
.if ${PORT_OPTIONS:MPEAR_XML_UTIL}
RUN_DEPENDS+= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR use ANSI console colors
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Full featured command line options and arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR command-line arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP class that makes it easy to build console style tables
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Date and Time Zone Classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,17 +13,11 @@ BUILD_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
PEAR_AUTOINSTALL= yes
USES= pear
LATEST_LINK= pear-Date_Holidays
OPTIONS_DEFINE= PEAR_CONSOLE_GETARGS
PEAR_CONSOLE_GETARGS_DESC= Console::Getargs support
.include <bsd.port.options.mk>
PEAR_CONSOLE_GETARGS_BUILD_DEPENDS=${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
.if ${PORT_OPTIONS:MPEAR_CONSOLE_GETARGS}
BUILD_DEPENDS+=${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Austria
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Brazil
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Denmark
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate Discordian holidays
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in England and Wales
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= Driver based class to calculate holidays in Germany
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Iceland
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Ireland
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,14 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Italy
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/Italy.php
TESTS= Date_Holidays_Driver_Italy_TestSuite.php
USES= pear
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,5 +1,3 @@
share/pear/packages/pear-Date_Holidays_Italy-0.1.1/package.xml
share/pear/Date/Holidays/Driver/Italy.php
share/pear/packages/pear-Date_Holidays_Italy-%%PORTVERSION%%/package.xml
share/pear/tests/Date_Holidays_Italy/Date_Holidays_Driver_Italy_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_Italy/
@dirrm share/pear/packages/pear-Date_Holidays_Italy-%%PORTVERSION%%
share/pear/tests/Date_Holidays_Italy/tests/Date_Holidays_Driver_Italy_TestSuite.php

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Japan
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL=yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,9 +10,6 @@ COMMENT= Driver based class to calculate holidays in the Netherlands
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Norway
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/Norway.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
share/pear/Date/Holidays/Driver/Norway.php
share/pear/packages/pear-Date_Holidays_Norway-0.1.2/package.xml
@dirrm share/pear/packages/pear-Date_Holidays_Norway-0.1.2
share/pear/Date/Holidays/Driver/Norway.php
share/pear/tests/Date_Holidays_Norway/tests/Date_Holidays_Driver_Norway_TestSuite.php

View File

@ -8,12 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate birthdays of members of PHP.net
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/PHPdotNet.php
TESTS= Date_Holidays_Driver_PHPdotNet_TestSuite.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,5 +1,3 @@
share/pear/Date/Holidays/Driver/PHPdotNet.php
share/pear/packages/pear-Date_Holidays_PHPdotNet-0.1.2/package.xml
share/pear/tests/Date_Holidays_PHPdotNet/Date_Holidays_Driver_PHPdotNet_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_PHPdotNet
@dirrm share/pear/packages/pear-Date_Holidays_PHPdotNet-0.1.2
share/pear/Date/Holidays/Driver/PHPdotNet.php
share/pear/tests/Date_Holidays_PHPdotNet/tests/Date_Holidays_Driver_PHPdotNet_TestSuite.php

View File

@ -8,12 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Romania
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/Romania.php
TESTS= Date_Holidays_Driver_Romania_TestSuite.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Slovenia
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/Slovenia.php
TESTS= Date_Holidays_Driver_Slovenia_TestSuite.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,8 +10,6 @@ COMMENT= Driver based class to calculate holidays in Sweden
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
PEAR_AUTOINSTALL=yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,14 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the UNO
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/UNO.php
TESTS= Date_Holidays_Driver_UNO_TestSuite.php
USES= pear
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the USA
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/USA.php
TESTS= Date_Holidays_Driver_USA_TestSuite.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the Ukraine
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
CATEGORY= Date
FILES= Holidays/Driver/Ukraine.php
TESTS= Date_Holidays_Driver_Ukraine_TestSuite.php
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,16 +8,11 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR dispatch notifications using PHP callbacks
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
USES= pear
post-extract:
.for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
.endfor
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,20 +8,11 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Finite State Machine
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_GRAPGHVIZ
PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support
.include <bsd.port.options.mk>
USES= pear
.if ${PORT_OPTIONS:MPEAR_GRAPHVIZ}
RUN_DEPENDS+= ${PEARDIR}/GraphViz.php:${PORTSDIR}/graphics/pear-Image_GraphViz
.endif
PEAR_GRAPGHVIZ_RUN_DEPENDS= ${PEARDIR}/GraphViz.php:${PORTSDIR}/graphics/pear-Image_GraphViz
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -10,14 +10,10 @@ PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= PEAR FileIterator implementation
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= Parser to replace UBB style tags with their HTML equivalents
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= PEAR class for generating CSS declarations
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR::HTML_Common2 is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -9,11 +9,6 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR simple HTML form package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides an interface for creating simple JS scripts
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,8 +12,6 @@ COMMENT= PEAR base class for XHTML page generation
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL=yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= Provide methods for creating, validating, and processing HTML forms
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS:= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,9 +11,6 @@ COMMENT= PHP5 rewrite of the HTML_QuickForm package
BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2
RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2
DEFAULT_PHP_VER=5
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,8 +13,6 @@ LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickFo
RUN_DEPENDS:= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= Implementation of Tableless Renderer for HTML_QuickForm
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,8 +12,6 @@ COMMENT= Element for PEAR::HTML_QuickForm that defines dynamic filters
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickFo
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= YES
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= Makes the design of HTML tables easy, flexible, reusable, and efficient
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,30 +8,15 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Extremely powerful Tokenizer driven Template engine
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
LATEST_LINK= pear-HTML_Template_Flexy
OPTIONS_DEFINE= PEAR_HTML_JAVASCRIPT PEAR_FILE_GETTEXT PEAR_TRANSLATION2
PEAR_HTML_JAVASCRIPT_DESC= PEAR::HTML_Javascript support
PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support
PEAR_TRANSLATION2_DESC= PEAR::Translation2 support
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.options.mk>
PEAR_HTML_JAVASCRIPT_RUN_DEPENDS= ${PEARDIR}/HTML/Javascript.php:${PORTSDIR}/devel/pear-HTML_Javascript
PEAR_FILE_GETTEXT_RUN_DEPENDS= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext
PEAR_TRANSLATION2_RUN_DEPENDS= ${PEARDIR}/Translation2.php:${PORTSDIR}/sysutils/pear-Translation2
.if ${PORT_OPTIONS:MPEAR_HTML_JAVASCRIPT}
RUN_DEPENDS+= ${PEARDIR}/HTML/Javascript.php:${PORTSDIR}/devel/pear-HTML_Javascript
.endif
.if ${PORT_OPTIONS:MPEAR_FILE_GETTEXT}
RUN_DEPENDS+= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext
.endif
.if ${PORT_OPTIONS:MPEAR_TRANSLATION2}
RUN_DEPENDS+= ${PEARDIR}/Translation2.php:${PORTSDIR}/sysutils/pear-Translation2
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -9,15 +9,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Integrated template API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=PHPUnit>;;)."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,17 +11,6 @@ COMMENT= PEAR template API ported from PHPLIB
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PEAR::Benchmark - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=Benchmark>;;;)."
@${ECHO_MSG} " (These tests also require PEAR::PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package/PHPUnit>;;;)."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,17 +8,7 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR template API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= ctype
USES= pear
PEAR_AUTOINSTALL= yes
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=PHPUnit>;;)."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides an API to create a HTML tree
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,8 +11,6 @@ COMMENT= PEAR internationalization package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -15,12 +15,10 @@ COMMENT= PEAR bit utility
LICENSE= MIT
BUILD_DEPENDS= ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear
USES= pear
USE_PHP= yes
PEAR_CHANNEL= openpear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Classes that represent and manipulate fractions
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -15,8 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= json mbstring
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= 5u623l20@gmail.com
COMMENT= PEAR class for reading and writing OLE containers
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,23 +8,15 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Show Information about your PEAR install and its packages
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
BUILD_DEPENDS= ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
RUN_DEPENDS= ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
LATEST_LINK= pear-PEAR_Info
OPTIONS_DEFINE= PEAR_PHPUNIT3
OPTIONS_DEFAULT= PEAR_PHPUNIT3
PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.options.mk>
PEAR_PHPUNIT3_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.if ${PORT_OPTIONS:MPEAR_PHPUNIT3}
RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -8,25 +8,13 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to maintain PEAR packages
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_PHP_COMPATINFO PEAR_XML_TREE
PEAR_PHP_COMPATINFO_DESC= PEAR::PHP_CompatInfo support
PEAR_XML_TREE_DESC= PEAR::XML_Tree support
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.options.mk>
PEAR_PHP_COMPATINFO_RUN_DEPENDS= ${PEARDIR}/PHP/CompatInfo.php:${PORTSDIR}/devel/pear-PHP_CompatInfo
PEAR_XML_TREE_RUN_DEPENDS= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
.if ${PORT_OPTIONS:MPEAR_PHP_COMPATINFO}
RUN_DEPENDS+= ${PEARDIR}/PHP/CompatInfo.php:${PORTSDIR}/devel/pear-PHP_CompatInfo
.endif
.if ${PORT_OPTIONS:MPEAR_XML_TREE}
RUN_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -11,13 +11,9 @@ COMMENT= PEAR class to maintain PEAR packages
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
BUILD_DEPENDS= ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
RUN_DEPENDS= ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,15 +8,11 @@ CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= The plugins for PEAR_PackageFileManager
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
LICENSE= BSD
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to generate documentation from the source
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -9,33 +9,18 @@ MASTER_SITES= http://phptal.org/files/
MAINTAINER= tj@FreeBSD.org
COMMENT= PEAR PHPTAL is a XML/XHTML template library for PHP
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
OPTIONS_DEFINE= GETTEXT SIMPLEXML JSON
GETTEXT_DESC= Enable GetText Support
SIMPLEXML_DESC= Enable SimpleXML Support
JSON_DESC= Enable JSON Support
.include <bsd.port.options.mk>
EXTRACT_SUFX= .tar.gz
USES= pear
USE_PHP= ctype hash
.if ${PORT_OPTIONS:MGETTEXT}
USE_PHP+= gettext
.endif
GETTEXT_USE= PHP=gettext
SIMPLEXML_USE= PHP=simplexml
JSON_USE= PHP=json
.if ${PORT_OPTIONS:MSIMPLEXML}
USE_PHP+= simplexml
.endif
.if ${PORT_OPTIONS:MJSON}
USE_PHP+= json
.endif
PEAR_DIST_SUFX= .tar.gz
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -11,16 +11,14 @@ COMMENT= PEAR regression testing framework for unit tests
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-File_Iterator>=1.3.1:${PORTSDIR}/devel/pear-File_Iterator \
BUILD_DEPENDS= pear-File_Iterator>=1.3.1:${PORTSDIR}/devel/pear-File_Iterator \
pear-Text_Template>=1.1.1:${PORTSDIR}/textproc/pear-Text_Template \
pear-PHP_CodeCoverage>=1.2.1:${PORTSDIR}/devel/pear-PHP_CodeCoverage \
pear-PHP_Timer>=1.0.2:${PORTSDIR}/devel/pear-PHP_Timer \
pear-PHPUnit_MockObject>=1.2.0:${PORTSDIR}/devel/pear-PHPUnit_MockObject \
pear-Symfony_Component_Yaml>=2.1.0:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-File_Iterator>=1.3.1:${PORTSDIR}/devel/pear-File_Iterator \
RUN_DEPENDS= pear-File_Iterator>=1.3.1:${PORTSDIR}/devel/pear-File_Iterator \
pear-Text_Template>=1.1.1:${PORTSDIR}/textproc/pear-Text_Template \
pear-PHP_CodeCoverage>=1.2.1:${PORTSDIR}/devel/pear-PHP_CodeCoverage \
pear-PHP_Timer>=1.0.2:${PORTSDIR}/devel/pear-PHP_Timer \
@ -30,10 +28,8 @@ RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
CONFLICTS= pear-PHPUnit-[12]*
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-PHPUnit3
OPTIONS_DEFINE= JSON SIMPLEXML TOKENIZER
JSON_DESC= Enable JSON support
@ -42,19 +38,8 @@ TOKENIZER_DESC= Enable Tokenizer support
USE_PHP= dom spl pcre
.include <bsd.port.pre.mk>
JSON_USE= PHP=json
SIMPLEXML_USE= PHP=simplexml
TOKENIZER_USE= PHP=tokenizer
.if ${PORT_OPTIONS:MJSON}
USE_PHP+= json
.endif
.if ${PORT_OPTIONS:MSIMPLEXML}
USE_PHP+= simplexml
.endif
.if ${PORT_OPTIONS:MTOKENIZER}
USE_PHP+= tokenizer
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,16 +12,12 @@ COMMENT= Mock Object library for PHPUnit
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
BUILD_DEPENDS= ${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
RUN_DEPENDS= ${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstract class package to create arrays of specific element types
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,10 +12,7 @@ COMMENT= PEAR beautifier for PHP
BUILD_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
USES= pear
USE_PHP= tokenizer bz2
PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER=5
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,19 +10,15 @@ PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Code browser that augments the code with information
BUILD_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
BUILD_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
RUN_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
USES= pear
USE_PHP= dom
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,34 +12,23 @@ COMMENT= Library that provides PHP code coverage information
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
BUILD_DEPENDS= pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-PHP_TokenStream>=1.1.3:${PORTSDIR}/devel/pear-PHP_TokenStream \
pear-Text_Template>=1.1.1:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
RUN_DEPENDS= pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-PHP_TokenStream>=1.1.3:${PORTSDIR}/devel/pear-PHP_TokenStream \
pear-Text_Template>=1.1.1:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
OPTIONS_DEFINE= DOM XDEBUG
DOM_DESC= Enable DOM support
XDEBUG_DESC= Enable Xdebug support
.include <bsd.port.options.mk>
DOM_USE= PHP=dom
XDEBUG_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:${PORTSDIR}/devel/php-xdebug
.if ${PORT_OPTIONS:MDOM}
USE_PHP+= dom
.endif
.if ${PORT_OPTIONS:MXDEBUG}
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:${PORTSDIR}/devel/php-xdebug
.endif
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,11 +10,6 @@ COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,7 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides missing functionality for older versions of PHP
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PORTSCOUT= skipv:1.6.0a1,1.6.0a2
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -9,19 +9,15 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to find out the minimum version and extensions required
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table \
RUN_DEPENDS= ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table \
${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs \
${PEARDIR}/File/Find.php:${PORTSDIR}/sysutils/pear-File_Find \
${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher
PORTSCOUT= skipv:1.9.0a1,1.9.0b1,1.9.0b2
USE_PHP= tokenizer
USES= dos2unix
PEAR_AUTOINSTALL= yes
USES= dos2unix pear
LATEST_LINK= pear-PHP_CompatInfo
OPTIONS_DEFINE= PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PEAR_PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
OPTIONS_DEFAULT= PEAR_PHPUNIT PEAR_XML_UTIL
PEAR_XML_BEAUTIFIER_DESC= PEAR::XML_Beautifier support
@ -30,27 +26,10 @@ PEAR_PHPUNIT_DESC= PEAR::PHPUnit support
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
PEAR_HTML_TABLE_DESC= PEAR::HTML_Table
.include <bsd.port.options.mk>
PEAR_XML_BEAUTIFIER_RUN_DEPENDS= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier
PEAR_VAR_DUMP_RUN_DEPENDS= ${PEARDIR}/Var/Dump.php:${PORTSDIR}/devel/pear-Var_Dump
PEAR_PHPUNIT_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
PEAR_HTML_TABLE_RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table
.if ${PORT_OPTIONS:MPEAR_XML_BEAUTIFIER}
RUN_DEPENDS+= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier
.endif
.if ${PORT_OPTIONS:MPEAR_VAR_DUMP}
RUN_DEPENDS+= ${PEARDIR}/Var/Dump.php:${PORTSDIR}/devel/pear-Var_Dump
.endif
.if ${PORT_OPTIONS:MPEAR_PHPUNIT}
RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.endif
.if ${PORT_OPTIONS:MPEAR_XML_UTIL}
RUN_DEPENDS+= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
.endif
.if ${PORT_OPTIONS:MPEAR_HTML_TABLE}
RUN_DEPENDS+=${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>

View File

@ -12,15 +12,11 @@ COMMENT= PHP_Depend design quality metrics for PHP packages
LICENSE= BSD
BUILD_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
RUN_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
RUN_DEPENDS= ${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
USES= pear
PEAR_CHANNEL= pdepend
PEAR_AUTOINSTALL= yes
USE_PHP= dom tokenizer simplexml
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,15 +12,11 @@ COMMENT= PHP Mess Detector
LICENSE= BSD
BUILD_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
RUN_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
USES= pear
PEAR_CHANNEL= phpmd
PEAR_AUTOINSTALL= yes
USE_PHP= dom simplexml
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP Grammar Parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Convert files from lemon parser to php5
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -10,17 +10,10 @@ PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Utility class for timing
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,14 +12,10 @@ COMMENT= Wrapper around PHP tokenizer extension
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,10 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER= 5
USES= pear
USE_PHP= spl xsl
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -21,9 +21,6 @@ RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR data paging class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,31 +13,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= pear-PHPDoc-[0-9]*
LATEST_LINK= pear-${PORTNAME}
USES= pear
OPTIONS_DEFINE= XML_BEAUTIFIER
XML_BEAUTIFIER_DESC= XML_Beautifier support
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.if ${PORT_OPTIONS:MXML_BEAUTIFIER}
RUN_DEPENDS+= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier
.endif
post-patch:
.for file in ${SUBFILES}
@${REINPLACE_CMD} -e 's|@VER@|${PORTVERSION}|g ; \
s|@PEAR-DIR@|${PEARDIR}|g ; \
s|@DATA-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \
s|@WEB-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \
s|@DOC-DIR@|${DOCSDIR:S,/${PORTNAME}$,,}|g' ${WRKSRC}/${file}
.endfor
XML_BEAUTIFIER_RUN_DEPENDS= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier
post-extract:
.for dir in ${DUMMYDIRS}
${TOUCH} ${WRKSRC}/${dir}/.peardummy
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,16 +12,10 @@ COMMENT= Simple PEAR channel server manager
LICENSE= MIT
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
RUN_DEPENDS= ${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
PEAR_CHANNEL= pirum
PEAR_AUTOINSTALL= yes
USES= pear
DEFAULT_PHP_VER=5
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,20 +12,14 @@ COMMENT= Convenience wrapper for Symfony's Finder component
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
BUILD_DEPENDS= pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
pear-Symfony_Component_Finder>=2.2.0:${PORTSDIR}/devel/pear-Symfony_Component_Finder \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
RUN_DEPENDS= pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
pear-Symfony_Component_Finder>=2.2.0:${PORTSDIR}/devel/pear-Symfony_Component_Finder \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
USES= pear
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -17,11 +17,7 @@ BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,21 +13,17 @@ COMMENT= Copy/Paste Detector (CPD) for PHP code
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
BUILD_DEPENDS= pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \
pear-PHP_Timer>=1.0.4:${PORTSDIR}/devel/pear-PHP_Timer \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
RUN_DEPENDS= pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \
pear-PHP_Timer>=1.0.4:${PORTSDIR}/devel/pear-PHP_Timer \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USE_PHP= tokenizer
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,8 +13,7 @@ COMMENT= Tool for quickly measuring the size of a PHP project
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \
BUILD_DEPENDS= pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \
pear-SebastianBergmann_FinderFacade>=1.1.0:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \
pear-SebastianBergmann_Git>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Git \
pear-SebastianBergmann_Version>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Version \
@ -23,8 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PHP= tokenizer
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -12,16 +12,10 @@ COMMENT= Managing the version number of Git-hosted PHP projects
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
USES= pear
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,8 +8,6 @@ CATEGORIES= devel pear
MAINTAINER= 5u623l20@gmail.com
COMMENT= Implements singly and doubly-linked lists
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,8 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Full-featured tabular structured data management package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,9 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Console_Table Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,9 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= HTMLSortForm Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,13 +8,10 @@ CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= HTML_Table Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,12 +8,9 @@ CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= XUL Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
PEAR_AUTOINSTALL= yes
USES= pear
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR command line execution interface
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL=yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Binding - Once more unto the breach
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -8,11 +8,6 @@ CATEGORIES= devel pear
MAINTAINER= joseph@randomnetworks.com
COMMENT= Engine for performing and rendering text diffs
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.pear.mk>

View File

@ -12,17 +12,11 @@ COMMENT= Recursive directory scanner and filter
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
RUN_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
RUN_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
USE_PHP= fileinfo
PEAR_CHANNEL= theseer
PEAR_AUTOINSTALL= yes
USES= pear
IGNORE_WITH_PHP= 52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

Some files were not shown because too many files have changed in this diff Show More