Index: head/www/pear-HTML_AJAX/Makefile
===================================================================
--- head/www/pear-HTML_AJAX/Makefile (revision 369313)
+++ head/www/pear-HTML_AJAX/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Simun Mikecin
# $FreeBSD$
PORTNAME= HTML_AJAX
PORTVERSION= 0.5.6
CATEGORIES= www devel pear
MAINTAINER= numisemis@yahoo.com
COMMENT= PHP and JavaScript AJAX library
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTML_TagCloud/Makefile
===================================================================
--- head/www/pear-HTML_TagCloud/Makefile (revision 369313)
+++ head/www/pear-HTML_TagCloud/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Wen heping
# $FreeBSD$
PORTNAME= HTML_TagCloud
PORTVERSION= 1.0.0
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Generate TagCloud in HTML And Visualize Tags
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP/Makefile
===================================================================
--- head/www/pear-HTTP/Makefile (revision 369313)
+++ head/www/pear-HTTP/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Alex Miller ()
# $FreeBSD$
PORTNAME= HTTP
PORTVERSION= 1.4.1
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR miscellaneous HTTP utilities
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Client/Makefile
===================================================================
--- head/www/pear-HTTP_Client/Makefile (revision 369313)
+++ head/www/pear-HTTP_Client/Makefile (revision 369314)
@@ -1,20 +1,18 @@
# Created by: Joseph Scott ()
# $FreeBSD$
PORTNAME= HTTP_Client
PORTVERSION= 1.2.1
CATEGORIES= www pear
MAINTAINER= joseph@randomnetworks.com
COMMENT= PEAR classes for high level HTTP requests
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Download/Makefile
===================================================================
--- head/www/pear-HTTP_Download/Makefile (revision 369313)
+++ head/www/pear-HTTP_Download/Makefile (revision 369314)
@@ -1,18 +1,16 @@
# Created by: Antonio Carlos Venancio Junior ()
# $FreeBSD$
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to send HTTP downloads
BUILD_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
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_FloodControl/Makefile
===================================================================
--- head/www/pear-HTTP_FloodControl/Makefile (revision 369313)
+++ head/www/pear-HTTP_FloodControl/Makefile (revision 369314)
@@ -1,43 +1,32 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= HTTP_FloodControl
PORTVERSION= 0.1.1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR classes to detect and protect from attempts to flood a site
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
LATEST_LINK= pear-HTTP_FloodControl
DOCS= README LICENSE
OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2
PEAR_DB_DESC= PEAR::DB support
PEAR_MDB_DESC= PEAR::MDB 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:
${MKDIR} ${WRKSRC}/docs
${MV} ${WRKSRC}/README ${WRKSRC}/LICENSE ${WRKSRC}/docs
${MV} ${WRKDIR}/package2.xml ${WRKDIR}/package.xml
-.include
-
-.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
Index: head/www/pear-HTTP_Header/Makefile
===================================================================
--- head/www/pear-HTTP_Header/Makefile (revision 369313)
+++ head/www/pear-HTTP_Header/Makefile (revision 369314)
@@ -1,18 +1,16 @@
# Created by: Alex Miller ()
# $FreeBSD$
PORTNAME= HTTP_Header
PORTVERSION= 1.2.1
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Request/Makefile
===================================================================
--- head/www/pear-HTTP_Request/Makefile (revision 369313)
+++ head/www/pear-HTTP_Request/Makefile (revision 369314)
@@ -1,20 +1,18 @@
# Created by: Thierry Thomas ()
# $FreeBSD$
PORTNAME= HTTP_Request
PORTVERSION= 1.4.4
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR classes providing an easy way to perform HTTP requests
BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Request2/Makefile
===================================================================
--- head/www/pear-HTTP_Request2/Makefile (revision 369313)
+++ head/www/pear-HTTP_Request2/Makefile (revision 369314)
@@ -1,37 +1,26 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= HTTP_Request2
PORTVERSION= 2.2.1
PORTEPOCH= 1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR classes providing an easy way to perform HTTP requests
BUILD_DEPENDS= ${PEARDIR}/Net/URL2.php:${PORTSDIR}/net/pear-Net_URL2
RUN_DEPENDS= ${PEARDIR}/Net/URL2.php:${PORTSDIR}/net/pear-Net_URL2
OPTIONS_DEFINE= CURL FILEINFO ZLIB
CURL_DESC= PHP CURL extension support
FILEINF_DESC= PHP FILEINFO extension support
ZLI_DESC= PECL ZLIB support
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
+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
Index: head/www/pear-HTTP_Server/Makefile
===================================================================
--- head/www/pear-HTTP_Server/Makefile (revision 369313)
+++ head/www/pear-HTTP_Server/Makefile (revision 369314)
@@ -1,20 +1,18 @@
# Created by: Gerrit Beine ()
# $FreeBSD$
PORTNAME= HTTP_Server
PORTVERSION= 0.4.1
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= HTTP server class
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Session2/Makefile
===================================================================
--- head/www/pear-HTTP_Session2/Makefile (revision 369313)
+++ head/www/pear-HTTP_Session2/Makefile (revision 369314)
@@ -1,21 +1,15 @@
# Created by: Alex Miller ()
# $FreeBSD$
PORTNAME= HTTP_Session2
PORTVERSION= 0.7.3
CATEGORIES= www devel pear
MAINTAINER= joehorn@gmail.com
COMMENT= PHP5 Session Handler
LICENSE= BSD
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= dos2unix pear
-USES= dos2unix
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_Upload/Makefile
===================================================================
--- head/www/pear-HTTP_Upload/Makefile (revision 369313)
+++ head/www/pear-HTTP_Upload/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Alex Miller ()
# $FreeBSD$
PORTNAME= HTTP_Upload
PORTVERSION= 0.9.1
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Easy and secure management of files submitted via HTML Forms
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_WebDAV_Client/Makefile
===================================================================
--- head/www/pear-HTTP_WebDAV_Client/Makefile (revision 369313)
+++ head/www/pear-HTTP_WebDAV_Client/Makefile (revision 369314)
@@ -1,18 +1,17 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= HTTP_WebDAV_Client
PORTVERSION= 1.0.2
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= WebDAV Stream Wrapper Class
BUILD_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
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-HTTP_WebDAV_Server/Makefile
===================================================================
--- head/www/pear-HTTP_WebDAV_Server/Makefile (revision 369313)
+++ head/www/pear-HTTP_WebDAV_Server/Makefile (revision 369314)
@@ -1,16 +1,14 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= HTTP_WebDAV_Server
PORTVERSION= 1.0.0.r4
CATEGORIES= www devel pear
DISTNAME= ${PORTNAME}-1.0.0RC4
MAINTAINER= miwi@FreeBSD.org
COMMENT= WebDAV Server Baseclass
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Amazon/Makefile
===================================================================
--- head/www/pear-Services_Amazon/Makefile (revision 369313)
+++ head/www/pear-Services_Amazon/Makefile (revision 369314)
@@ -1,22 +1,18 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= Services_Amazon
PORTVERSION= 0.9.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Amazon Product Advertising API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
+BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Amazon_S3/Makefile
===================================================================
--- head/www/pear-Services_Amazon_S3/Makefile (revision 369313)
+++ head/www/pear-Services_Amazon_S3/Makefile (revision 369314)
@@ -1,23 +1,19 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= Services_Amazon_S3
PORTVERSION= 0.4.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP API for Amazon S3 (Simple Storage Service)
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
+BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
USE_PHP= spl
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Blogging/Makefile
===================================================================
--- head/www/pear-Services_Blogging/Makefile (revision 369313)
+++ head/www/pear-Services_Blogging/Makefile (revision 369314)
@@ -1,20 +1,16 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= Services_Blogging
PORTVERSION= 0.2.4
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Blog
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${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
+BUILD_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
+RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Compete/Makefile
===================================================================
--- head/www/pear-Services_Compete/Makefile (revision 369313)
+++ head/www/pear-Services_Compete/Makefile (revision 369314)
@@ -1,18 +1,16 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_Compete
PORTVERSION= 0.1.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Compete SnapShop API
BUILD_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
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Delicious/Makefile
===================================================================
--- head/www/pear-Services_Delicious/Makefile (revision 369313)
+++ head/www/pear-Services_Delicious/Makefile (revision 369314)
@@ -1,24 +1,19 @@
# Created by: chinsan
# $FreeBSD$
PORTNAME= Services_Delicious
PORTVERSION= 0.6.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Client for the del.icio.us web service
-BUILD_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 \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
+RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
-USES= dos2unix
+USES= dos2unix pear
USE_PHP= openssl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Digg/Makefile
===================================================================
--- head/www/pear-Services_Digg/Makefile (revision 369313)
+++ head/www/pear-Services_Digg/Makefile (revision 369314)
@@ -1,20 +1,15 @@
# Created by: Zhen REN
# $FreeBSD$
PORTNAME= Services_Digg
PORTVERSION= 0.4.7
PORTREVISION= 1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Digg's API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
+USES= pear
USE_PHP= curl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Facebook/Makefile
===================================================================
--- head/www/pear-Services_Facebook/Makefile (revision 369313)
+++ head/www/pear-Services_Facebook/Makefile (revision 369314)
@@ -1,19 +1,17 @@
# Created by: Wen heping )
# $FreeBSD$
PORTNAME= Services_Facebook
PORTVERSION= 0.2.14
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Facebook's API
BUILD_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
RUN_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
+USES= pear
USE_PHP= curl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_GeoNames/Makefile
===================================================================
--- head/www/pear-Services_GeoNames/Makefile (revision 369313)
+++ head/www/pear-Services_GeoNames/Makefile (revision 369314)
@@ -1,20 +1,16 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= Services_GeoNames
PORTVERSION= 1.0.1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 Interface to the GeoNames Public API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${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
+BUILD_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
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Google/Makefile
===================================================================
--- head/www/pear-Services_Google/Makefile (revision 369313)
+++ head/www/pear-Services_Google/Makefile (revision 369314)
@@ -1,16 +1,14 @@
# Created by: Wen heping )
# $FreeBSD$
PORTNAME= Services_Google
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to access the Google SOAP Web APIs
+USES= pear
USE_PHP= soap
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_OpenSearch/Makefile
===================================================================
--- head/www/pear-Services_OpenSearch/Makefile (revision 369313)
+++ head/www/pear-Services_OpenSearch/Makefile (revision 369314)
@@ -1,19 +1,16 @@
# Created by: Martin Wilke
# $FreeBSD$
PORTNAME= Services_OpenSearch
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Search A9 OpenSearch compatible engines
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_SharedBook/Makefile
===================================================================
--- head/www/pear-Services_SharedBook/Makefile (revision 369313)
+++ head/www/pear-Services_SharedBook/Makefile (revision 369314)
@@ -1,18 +1,16 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_SharedBook
PORTVERSION= 0.2.6
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP wrapper for SharedBook Open API
BUILD_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
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_ShortURL/Makefile
===================================================================
--- head/www/pear-Services_ShortURL/Makefile (revision 369313)
+++ head/www/pear-Services_ShortURL/Makefile (revision 369314)
@@ -1,20 +1,16 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= Services_ShortURL
PORTVERSION= 0.3.1
CATEGORIES= www pear
MAINTAINER= wen@FreeBSD.org
COMMENT= Abstract PHP5 interface for shortening and expanding short URLs
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
+USES= pear
USE_PHP= simplexml pcre spl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_TinyURL/Makefile
===================================================================
--- head/www/pear-Services_TinyURL/Makefile (revision 369313)
+++ head/www/pear-Services_TinyURL/Makefile (revision 369314)
@@ -1,19 +1,14 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_TinyURL
PORTVERSION= 0.1.2
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to TinyURL's API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
+USES= pear
USE_PHP= curl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_TwitPic/Makefile
===================================================================
--- head/www/pear-Services_TwitPic/Makefile (revision 369313)
+++ head/www/pear-Services_TwitPic/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Martin Wilke
# $FreeBSD$
PORTNAME= Services_TwitPic
PORTVERSION= 0.1.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP Interface to TwitPic's API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_W3C_CSSValidator/Makefile
===================================================================
--- head/www/pear-Services_W3C_CSSValidator/Makefile (revision 369313)
+++ head/www/pear-Services_W3C_CSSValidator/Makefile (revision 369314)
@@ -1,18 +1,16 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_W3C_CSSValidator
PORTVERSION= 0.2.3
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to W3C CSS Validator API
BUILD_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
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_W3C_HTMLValidator/Makefile
===================================================================
--- head/www/pear-Services_W3C_HTMLValidator/Makefile (revision 369313)
+++ head/www/pear-Services_W3C_HTMLValidator/Makefile (revision 369314)
@@ -1,21 +1,15 @@
# Created by: Martin Wilke
# $FreeBSD$
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0
PORTEPOCH= 1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Object Oriented Interface to the W3C HTML Validator service
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${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
+BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Yadis/Makefile
===================================================================
--- head/www/pear-Services_Yadis/Makefile (revision 369313)
+++ head/www/pear-Services_Yadis/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_Yadis
PORTVERSION= 0.5.2
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Implementation of the Yadis Specification 1.0 protocol for PHP5
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_Yahoo/Makefile
===================================================================
--- head/www/pear-Services_Yahoo/Makefile (revision 369313)
+++ head/www/pear-Services_Yahoo/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Martin Wilke
# $FreeBSD$
PORTNAME= Services_Yahoo
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides access to the Yahoo! Web Services
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Services_urlTea/Makefile
===================================================================
--- head/www/pear-Services_urlTea/Makefile (revision 369313)
+++ head/www/pear-Services_urlTea/Makefile (revision 369314)
@@ -1,19 +1,14 @@
# Created by: Ditesh Shashikant Gathani
# $FreeBSD$
PORTNAME= Services_urlTea
PORTVERSION= 0.1.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to urlTea's API
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
+USES= pear
USE_PHP= curl
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile
===================================================================
--- head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile (revision 369313)
+++ head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile (revision 369314)
@@ -1,20 +1,17 @@
# Created by: Nick Hilliard
# $FreeBSD$
PORTNAME= Structures_DataGrid_Renderer_Flexy
PORTVERSION= 0.1.4
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
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 \
${PEARDIR}/HTML/Template/Flexy.php:${PORTSDIR}/devel/pear-HTML_Template_Flexy \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
===================================================================
--- head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile (revision 369313)
+++ head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile (revision 369314)
@@ -1,19 +1,16 @@
# Created by: Nick Hilliard
# $FreeBSD$
PORTNAME= Structures_DataGrid_Renderer_Pager
PORTVERSION= 0.1.3
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
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 \
${PEARDIR}/Pager/Pager.php:${PORTSDIR}/devel/pear-Pager
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile
===================================================================
--- head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile (revision 369313)
+++ head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile (revision 369314)
@@ -1,20 +1,17 @@
# Created by: Nick Hilliard
# $FreeBSD$
PORTNAME= Structures_DataGrid_Renderer_Smarty
PORTVERSION= 0.1.5
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
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 \
${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-Text_Wiki/Makefile
===================================================================
--- head/www/pear-Text_Wiki/Makefile (revision 369313)
+++ head/www/pear-Text_Wiki/Makefile (revision 369314)
@@ -1,18 +1,13 @@
# Created by: Antonio Carlos Venancio Junior ()
# $FreeBSD$
PORTNAME= Text_Wiki
PORTVERSION= 1.2.1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstracts parsing and rendering rules for Wiki markup
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-UDDI/Makefile
===================================================================
--- head/www/pear-UDDI/Makefile (revision 369313)
+++ head/www/pear-UDDI/Makefile (revision 369314)
@@ -1,20 +1,18 @@
# Created by: chinsan
# $FreeBSD$
PORTNAME= UDDI
PORTVERSION= 0.2.4
CATEGORIES= www pear finance
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR UDDI for PHP
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-XML_GRDDL/Makefile
===================================================================
--- head/www/pear-XML_GRDDL/Makefile (revision 369313)
+++ head/www/pear-XML_GRDDL/Makefile (revision 369314)
@@ -1,27 +1,23 @@
# Created by: Wen Heping
# $FreeBSD$
PORTNAME= XML_GRDDL
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP library for dealing with GRDDL
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
+BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
+USES= pear
USE_PHP+= xsl tidy
-PEAR_AUTOINSTALL= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include
Index: head/www/pear-twig/Makefile
===================================================================
--- head/www/pear-twig/Makefile (revision 369313)
+++ head/www/pear-twig/Makefile (revision 369314)
@@ -1,26 +1,24 @@
# Created by: Joe Horn
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.15.1
CATEGORIES= www pear
MASTER_SITES= http://pear.twig-project.org/get/
DISTNAME= Twig-${PORTVERSION}
MAINTAINER= joehorn@gmail.com
COMMENT= The flexible, fast, and secure template engine for PHP
LICENSE= BSD3CLAUSE
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
+USES= pear
PEAR_CHANNEL= twig
-PEAR_AUTOINSTALL= yes
USE_PHP= ctype hash
WANT_PHP_CLI= yes
-.include
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include
+.include