Convert to USES=pear

This commit is contained in:
Baptiste Daroussin 2014-09-26 09:30:02 +00:00
parent 0e95e4a0d7
commit 7c3cd5aa8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369314
40 changed files with 99 additions and 256 deletions

View file

@ -8,11 +8,6 @@ CATEGORIES= www devel pear
MAINTAINER= numisemis@yahoo.com MAINTAINER= numisemis@yahoo.com
COMMENT= PHP and JavaScript AJAX library COMMENT= PHP and JavaScript AJAX library
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

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

View file

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

View file

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

View file

@ -11,8 +11,6 @@ COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -18,26 +18,15 @@ PEAR_DB_DESC= PEAR::DB support
PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB_DESC= PEAR::MDB support
PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_AUTOINSTALL= yes USES= pear
PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
post-extract: post-extract:
${MKDIR} ${WRKSRC}/docs ${MKDIR} ${WRKSRC}/docs
${MV} ${WRKSRC}/README ${WRKSRC}/LICENSE ${WRKSRC}/docs ${MV} ${WRKSRC}/README ${WRKSRC}/LICENSE ${WRKSRC}/docs
${MV} ${WRKDIR}/package2.xml ${WRKDIR}/package.xml ${MV} ${WRKDIR}/package2.xml ${WRKDIR}/package.xml
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_DB}
RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
.endif
.if ${PORT_OPTIONS:MPEAR_MDB}
RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
.endif
.if ${PORT_OPTIONS:MPEAR_MDB2}
RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -11,8 +11,6 @@ COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -17,21 +17,10 @@ CURL_DESC= PHP CURL extension support
FILEINF_DESC= PHP FILEINFO extension support FILEINF_DESC= PHP FILEINFO extension support
ZLI_DESC= PECL ZLIB support ZLI_DESC= PECL ZLIB support
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.options.mk> CURL_USE= PHP=curl
FILEINFO_USE= PHP=fileinfo
ZLIB_USE= PHP=zlib
.if ${PORT_OPTIONS:MCURL}
USE_PHP+= curl
.endif
.if ${PORT_OPTIONS:MFILEINFO}
USE_PHP+= fileinfo
.endif
.if ${PORT_OPTIONS:MZLIB}
USE_PHP+= zlib
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server ${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -10,12 +10,6 @@ COMMENT= PHP5 Session Handler
LICENSE= BSD LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= dos2unix pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USES= dos2unix .include <bsd.port.mk>
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,11 +8,6 @@ CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= Easy and secure management of files submitted via HTML Forms COMMENT= Easy and secure management of files submitted via HTML Forms
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -11,8 +11,7 @@ COMMENT= WebDAV Stream Wrapper Class
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USES= pear
PEAR_AUTOINSTALL= yes PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -9,8 +9,6 @@ DISTNAME= ${PORTNAME}-1.0.0RC4
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= WebDAV Server Baseclass COMMENT= WebDAV Server Baseclass
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,15 +8,11 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Amazon Product Advertising API COMMENT= PHP interface to Amazon Product Advertising API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,16 +8,12 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP API for Amazon S3 (Simple Storage Service) COMMENT= PHP API for Amazon S3 (Simple Storage Service)
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
USE_PHP= spl USE_PHP= spl
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,13 +8,9 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Blog COMMENT= PHP interface to Blog
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -11,8 +11,6 @@ COMMENT= PHP interface to Compete SnapShop API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,17 +8,12 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Client for the del.icio.us web service COMMENT= PEAR Client for the del.icio.us web service
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USES= dos2unix USES= dos2unix pear
USE_PHP= openssl USE_PHP= openssl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -9,12 +9,7 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Digg's API COMMENT= PHP interface to Digg's API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl USE_PHP= curl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -11,9 +11,7 @@ COMMENT= PHP interface to Facebook's API
BUILD_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate BUILD_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
RUN_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate RUN_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
USES= pear
USE_PHP= curl USE_PHP= curl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,13 +8,9 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 Interface to the GeoNames Public API COMMENT= PHP5 Interface to the GeoNames Public API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,9 +8,7 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to access the Google SOAP Web APIs COMMENT= PHP interface to access the Google SOAP Web APIs
USES= pear
USE_PHP= soap USE_PHP= soap
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -10,10 +10,7 @@ COMMENT= Search A9 OpenSearch compatible engines
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS ${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -11,8 +11,6 @@ COMMENT= PHP wrapper for SharedBook Open API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,13 +8,9 @@ CATEGORIES= www pear
MAINTAINER= wen@FreeBSD.org MAINTAINER= wen@FreeBSD.org
COMMENT= Abstract PHP5 interface for shortening and expanding short URLs COMMENT= Abstract PHP5 interface for shortening and expanding short URLs
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
USES= pear
USE_PHP= simplexml pcre spl USE_PHP= simplexml pcre spl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,12 +8,7 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to TinyURL's API COMMENT= PHP interface to TinyURL's API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl USE_PHP= curl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

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

View file

@ -11,8 +11,6 @@ COMMENT= PHP interface to W3C CSS Validator API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
PEAR_AUTOINSTALL= YES USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -9,13 +9,7 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= Object Oriented Interface to the W3C HTML Validator service COMMENT= Object Oriented Interface to the W3C HTML Validator service
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,11 +8,6 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= Implementation of the Yadis Specification 1.0 protocol for PHP5 COMMENT= Implementation of the Yadis Specification 1.0 protocol for PHP5
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,11 +8,6 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides access to the Yahoo! Web Services COMMENT= Provides access to the Yahoo! Web Services
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,12 +8,7 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to urlTea's API COMMENT= PHP interface to urlTea's API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl USE_PHP= curl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

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

View file

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

View file

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

View file

@ -8,11 +8,6 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstracts parsing and rendering rules for Wiki markup COMMENT= Abstracts parsing and rendering rules for Wiki markup
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USES= pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes .include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
PEAR_AUTOINSTALL= yes USES= pear
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -8,20 +8,16 @@ CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP library for dealing with GRDDL COMMENT= PHP library for dealing with GRDDL
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
USES= pear
USE_PHP+= xsl tidy USE_PHP+= xsl tidy
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -15,12 +15,10 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
USES= pear
PEAR_CHANNEL= twig PEAR_CHANNEL= twig
PEAR_AUTOINSTALL= yes
USE_PHP= ctype hash USE_PHP= ctype hash
WANT_PHP_CLI= yes WANT_PHP_CLI= yes
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>