svn commit: r314455 - in head/www: pear-HTTP_Download pear-HTTP_FloodControl pear-HTTP_Server pear-HTTP_Session2 pear-HTTP_Upload pear-HTTP_WebDAV_Client pear-Horde_Browser pear-Services_Blogging p...
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 15:28:59 UTC 2013
Author: miwi
Date: Sun Mar 17 15:28:55 2013
New Revision: 314455
URL: http://svnweb.freebsd.org/changeset/ports/314455
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/www/pear-HTTP_Download/Makefile (contents, props changed)
head/www/pear-HTTP_FloodControl/Makefile (contents, props changed)
head/www/pear-HTTP_Server/Makefile
head/www/pear-HTTP_Session2/Makefile (contents, props changed)
head/www/pear-HTTP_Upload/Makefile (contents, props changed)
head/www/pear-HTTP_WebDAV_Client/Makefile (contents, props changed)
head/www/pear-Horde_Browser/Makefile (contents, props changed)
head/www/pear-Services_Blogging/Makefile
head/www/pear-Services_Delicious/Makefile
head/www/pear-Services_Google/Makefile (contents, props changed)
head/www/pear-Services_OpenSearch/Makefile (contents, props changed)
head/www/pear-Services_SharedBook/Makefile
head/www/pear-Services_W3C_CSSValidator/Makefile (contents, props changed)
head/www/pear-Services_urlTea/Makefile
head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
head/www/pear-Text_Wiki/Makefile
head/www/pear-UDDI/Makefile
Modified: head/www/pear-HTTP_Download/Makefile
==============================================================================
--- head/www/pear-HTTP_Download/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_Download/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Download
-# Date created: 17 January 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
@@ -13,10 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
-FILES= HTTP/Download.php HTTP/Download/PgLOB.php HTTP/Download/Archive.php
-TESTS= send.php data.txt AllTests.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-HTTP_FloodControl/Makefile
==============================================================================
--- head/www/pear-HTTP_FloodControl/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_FloodControl/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -9,12 +9,7 @@ MAINTAINER= miwi at 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:= ${BUILD_DEPENDS}
-
-CATEGORY= HTTP
-FILES= FloodControl.php FloodControl/Container.php \
- FloodControl/Container/DB.php FloodControl/Container/File.php \
- FloodControl/Container/MDB.php FloodControl/Container/MDB2.php
+RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
LATEST_LINK= pear-HTTP_FloodControl
DOCS= README LICENSE
Modified: head/www/pear-HTTP_Server/Makefile
==============================================================================
--- head/www/pear-HTTP_Server/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_Server/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -10,7 +10,8 @@ COMMENT= HTTP server class
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
+ ${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
PEAR_AUTOINSTALL= yes
Modified: head/www/pear-HTTP_Session2/Makefile
==============================================================================
--- head/www/pear-HTTP_Session2/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_Session2/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Session
-# Date created: 13 December 2003
-# Whom: Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
# $FreeBSD$
-#
PORTNAME= HTTP_Session2
PORTVERSION= 0.7.3
@@ -15,25 +11,10 @@ COMMENT= PHP5 Session Handler
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_DOS2UNIX= yes
-
-IGNORE_WITH_PHP= 4
-
-CATEGORY= HTTP
-FILES= HTTP/Session2.php \
- HTTP/Session2/Container.php \
- HTTP/Session2/Exception.php \
- HTTP/Session2/Container/DB.php \
- HTTP/Session2/Container/Interface.php \
- HTTP/Session2/Container/MDB2.php \
- HTTP/Session2/Container/Memcache.php
-EXAMPLES= HTTP_Session2_Example.php sessiondata.sql
-_EXAMPLESDIR= docs
-TESTS= AllTests.php functions.php \
- test-session2.phpt test-session-doctrine.phpt \
- test-session-mdb2.phpt test-session.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-HTTP_Upload/Makefile
==============================================================================
--- head/www/pear-HTTP_Upload/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_Upload/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,24 +1,17 @@
-# Ports collection makefile for: pear-HTTP_Upload
-# Date created: 13 December 2003
-# Whom: Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
# $FreeBSD$
-#
PORTNAME= HTTP_Upload
PORTVERSION= 0.9.1
CATEGORIES= www devel pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= Easy and secure management of files submitted via HTML Forms
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= HTTP
-FILES= Upload.php
-EXAMPLES= upload_example.php
-_EXAMPLESDIR= docs
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-HTTP_WebDAV_Client/Makefile
==============================================================================
--- head/www/pear-HTTP_WebDAV_Client/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-HTTP_WebDAV_Client/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: HTTP_WebDAV_Client
-# Date created: 14 Nov 2008
-# Whom: Wen Heping<wenheping at gmail.com>
-#
+# Created by: Wen Heping<wenheping at gmail.com>
# $FreeBSD$
-#
PORTNAME= HTTP_WebDAV_Client
PORTVERSION= 1.0.2
Modified: head/www/pear-Horde_Browser/Makefile
==============================================================================
--- head/www/pear-Horde_Browser/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Horde_Browser/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,7 +1,4 @@
-# Ports collection makefile for: pear-Horde_Browser
-# Date created: 6 July 2011
-# Whom: Martin Matuska <mm at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Browser
Modified: head/www/pear-Services_Blogging/Makefile
==============================================================================
--- head/www/pear-Services_Blogging/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_Blogging/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -10,7 +10,7 @@ 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 \
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
PEAR_AUTOINSTALL= yes
Modified: head/www/pear-Services_Delicious/Makefile
==============================================================================
--- head/www/pear-Services_Delicious/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_Delicious/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_Delicious
-# Date created: 2006/08/03
-# Whom: chinsan <chisnan.tw at gmail.com>
-#
+# Created by: chinsan <chisnan.tw at gmail.com>
# $FreeBSD$
-#
PORTNAME= Services_Delicious
PORTVERSION= 0.6.0
Modified: head/www/pear-Services_Google/Makefile
==============================================================================
--- head/www/pear-Services_Google/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_Google/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_Google
-# Date created: 13 April 2008
-# Whom: Wen heping <wenheping at gmail.com>)
-#
+# Created by: Wen heping <wenheping at gmail.com>)
# $FreeBSD$
-#
PORTNAME= Services_Google
PORTVERSION= 0.2.0
@@ -13,10 +9,7 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PHP interface to access the Google SOAP Web APIs
USE_PHP= soap
-CATEGORY= Services
-
-FILES= Google.php
-EXAMPLES= example1.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-Services_OpenSearch/Makefile
==============================================================================
--- head/www/pear-Services_OpenSearch/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_OpenSearch/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_OpenSearch
-# Date created: 10 Dez 2008
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Services_OpenSearch
PORTVERSION= 0.2.0
@@ -16,8 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/XML/Serializer
${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Services
-FILES= OpenSearch.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-Services_SharedBook/Makefile
==============================================================================
--- head/www/pear-Services_SharedBook/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_SharedBook/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_SharedBook
-# Date created: 22 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_SharedBook
PORTVERSION= 0.2.6
Modified: head/www/pear-Services_W3C_CSSValidator/Makefile
==============================================================================
--- head/www/pear-Services_W3C_CSSValidator/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_W3C_CSSValidator/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_W3C_CSSValidator:
-# Date created: 21 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_W3C_CSSValidator
PORTVERSION= 0.2.3
Modified: head/www/pear-Services_urlTea/Makefile
==============================================================================
--- head/www/pear-Services_urlTea/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Services_urlTea/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -12,7 +12,6 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${POR
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl
-
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
Modified: head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
==============================================================================
--- head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_Renderer_P
PORTVERSION= 0.1.3
CATEGORIES= www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= Pager Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
Modified: head/www/pear-Text_Wiki/Makefile
==============================================================================
--- head/www/pear-Text_Wiki/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-Text_Wiki/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -13,11 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS
PEAR_AUTOINSTALL= yes
-post-extract:
- @${MV} ${WRKSRC}/Text/* ${WRKSRC}
- @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/Wiki.php
- @${FIND} ${WRKSRC} -name "*.bak" -delete
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
Modified: head/www/pear-UDDI/Makefile
==============================================================================
--- head/www/pear-UDDI/Makefile Sun Mar 17 15:24:17 2013 (r314454)
+++ head/www/pear-UDDI/Makefile Sun Mar 17 15:28:55 2013 (r314455)
@@ -10,7 +10,7 @@ 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 \
+RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
PEAR_AUTOINSTALL= yes
More information about the svn-ports-head
mailing list