From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 08:27:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3FD45FC7; Sun, 17 Mar 2013 08:27:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 23A857A3; Sun, 17 Mar 2013 08:27:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2H8Rm9R014757; Sun, 17 Mar 2013 08:27:48 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2H8Rkeh014746; Sun, 17 Mar 2013 08:27:46 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303170827.r2H8Rkeh014746@svn.freebsd.org> From: Martin Wilke Date: Sun, 17 Mar 2013 08:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314411 - in head/www: pear-Services_Amazon pear-Services_Blogging pear-Services_Delicious pear-Services_Digg pear-Services_Facebook pear-Services_GeoNames pear-Services_SharedBook pear... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 08:27:48 -0000 Author: miwi Date: Sun Mar 17 08:27:46 2013 New Revision: 314411 URL: http://svnweb.freebsd.org/changeset/ports/314411 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/www/pear-Services_Amazon/Makefile (contents, props changed) head/www/pear-Services_Blogging/Makefile (contents, props changed) head/www/pear-Services_Delicious/Makefile (contents, props changed) head/www/pear-Services_Digg/Makefile (contents, props changed) head/www/pear-Services_Facebook/Makefile head/www/pear-Services_GeoNames/Makefile (contents, props changed) head/www/pear-Services_SharedBook/Makefile (contents, props changed) head/www/pear-Services_ShortURL/Makefile (contents, props changed) Modified: head/www/pear-Services_Amazon/Makefile ============================================================================== --- head/www/pear-Services_Amazon/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_Amazon/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Amazon -# Date created: 11 May,2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Services_Amazon PORTVERSION= 0.9.0 Modified: head/www/pear-Services_Blogging/Makefile ============================================================================== --- head/www/pear-Services_Blogging/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_Blogging/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Blogging -# Date created: 23 June 2008 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Services_Blogging PORTVERSION= 0.2.4 Modified: head/www/pear-Services_Delicious/Makefile ============================================================================== --- head/www/pear-Services_Delicious/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_Delicious/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -15,15 +15,13 @@ COMMENT= PEAR Client for the del.icio.us BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_DOS2UNIX= yes USE_PHP= openssl - -FILES= Services/Delicious.php -EXAMPLES= addPost.php config.php deletePost.php getDates.php getPosts.php \ - getTags.php renameTag.php -DOCS= api.txt +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/www/pear-Services_Digg/Makefile ============================================================================== --- head/www/pear-Services_Digg/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_Digg/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -1,59 +1,19 @@ -# Ports collection makefile for: pear-Services_Digg -# Date created: 17 May 2007 -# Whom: Zhen REN -# +# Created by: Zhen REN # $FreeBSD$ -# PORTNAME= Services_Digg PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP interface to Digg's API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= curl -CATEGORY= Services -FILES= Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.php \ - Digg/GalleryPhoto.php Digg/GalleryPhotos.php Digg/Request.php \ - Digg/Errors.php Digg/Exception.php Digg/Proxy.php Digg/Response.php \ - Digg/Stories.php Digg/Story.php Digg/Topics.php Digg/User.php \ - Digg/Users.php Digg/Response/Common.php Digg/Response/php.php \ - Digg/Response/xml.php Digg/Response/Exception.php - -TESTS= 000-services-digg-factory.phpt 001-errors-getAll.phpt \ - 003-errors-getErrorByCode.phpt 005-topics-getAll.phpt \ - 010-user-submissions.phpt 011-user-isFriend.phpt \ - 012-user-isFan.phpt 013-user-comments.phpt \ - 013-user-getFriendsDugg.phpt 013-user-getFriendsSubmissions.phpt \ - 013-user-getFriendsCommented.phpt \ - 013-user-getFriendsUpcoming.phpt 013-user-getFriendsPopular.phpt \ - 014-user-diggs.phpt 020-users-getUserByName.phpt \ - 030-stories-getStoryById.phpt 031-stories-getContainer.phpt \ - 031-stories-getContainerHot.phpt 031-stories-getContainerTop.phpt \ - 032-stories-getContainerPopular.phpt \ - 032-stories-getContainerUpcoming.phpt \ - 033-stories-getStoriesById.phpt 034-stories-comments.phpt \ - 034-stories-diggs.phpt 034-stories-popular.phpt \ - 035-stories-getAll.phpt 035-stories-getStoriesComments.phpt \ - 035-stories-getStoriesDiggs.phpt 036-stories-getStoryByTitle.phpt \ - 037-stories-hot.phpt 037-stories-top.phpt \ - 038-stories-getTopic.phpt 038-stories-getTopicHot.phpt \ - 038-stories-getTopicTop.phpt 040-story-comments.phpt \ - 041-story-getCommentById.phpt 050-comments.phpt \ - 060-comment-replies.phpt 070-proxy-get.phpt \ - 071-proxy-post.phpt 080-exception-toString.phpt \ - 150-request.phpt 200-diggapiuser-isFriend.phpt \ - 201-diggapistories-iteration.phpt tests-config.php - -post-extract: - ${MV} ${WRKSRC}/Services/Digg.php ${WRKSRC} - ${MV} ${WRKSRC}/Services/Digg ${WRKSRC} - .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/www/pear-Services_Facebook/Makefile ============================================================================== --- head/www/pear-Services_Facebook/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_Facebook/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -12,43 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/Validate.php:$ RUN_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate USE_PHP= curl - -FILES= Services/Facebook.php \ - Services/Facebook/Users.php \ - Services/Facebook/Share.php \ - Services/Facebook/Profile.php \ - Services/Facebook/Photos.php \ - Services/Facebook/Pages.php \ - Services/Facebook/Notifications.php \ - Services/Facebook/MarketPlace.php \ - Services/Facebook/Groups.php \ - Services/Facebook/Friends.php \ - Services/Facebook/FQL.php \ - Services/Facebook/Feed.php \ - Services/Facebook/FBML.php \ - Services/Facebook/Exception.php \ - Services/Facebook/Events.php \ - Services/Facebook/Data.php \ - Services/Facebook/Common.php \ - Services/Facebook/Connect.php \ - Services/Facebook/Batch.php \ - Services/Facebook/Auth.php \ - Services/Facebook/Application.php \ - Services/Facebook/Admin.php \ - Services/Facebook/MarketPlace/Listing.php - -TESTS= AllTests.php Services/AllTests.php \ - Services/Facebook/AdminTest.php Services/Facebook/AllTests.php \ - Services/Facebook/ApplicationTest.php Services/Facebook/AuthTest.php \ - Services/Facebook/BatchTest.php Services/Facebook/CommonTest.php \ - Services/Facebook/ConnectTest.php Services/Facebook/EventsTest.php \ - Services/Facebook/FBMLTest.php Services/Facebook/FQLTest.php \ - Services/Facebook/FeedTest.php Services/Facebook/FriendsTest.php \ - Services/Facebook/GroupsTest.php Services/Facebook/MarketPlaceTest.php \ - Services/Facebook/NotificationsTest.php Services/Facebook/PagesTest.php \ - Services/Facebook/PhotosTest.php Services/Facebook/ProfileTest.php \ - Services/Facebook/ShareTest.php Services/Facebook/UnitTestCommon.php \ - Services/Facebook/UsersTest.php Services/Facebook/skel.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/www/pear-Services_GeoNames/Makefile ============================================================================== --- head/www/pear-Services_GeoNames/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_GeoNames/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_GeoNames -# Date created: 24 Jan 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Services_GeoNames PORTVERSION= 1.0.1 @@ -14,47 +10,10 @@ COMMENT= A PHP5 Interface to the GeoName BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -FILES= Services/GeoNames.php Services/GeoNames/Exception.php -EXAMPLES= examples1.php -TESTS= AllTests.php \ - data/test_children.dat data/test_cities.dat \ - data/test_countrycode.dat data/test_countryinfo.dat \ - data/test_countrysubdivision.dat data/test_earthquakes.dat \ - data/test_findnearby.dat data/test_findnearbyplacename.dat \ - data/test_findnearbypostalcodes.dat data/test_findnearbystreets.dat \ - data/test_findnearbyweather.dat data/test_findnearbywikipedia.dat \ - data/test_findnearestaddress.dat data/test_findnearestintersection.dat \ - data/test_get.dat data/test_gtopo30.dat \ - data/test_hierarchy.dat data/test_neighbourhood.dat \ - data/test_neighbours.dat data/test_other_03.dat \ - data/test_other_06.dat data/test_postalcodecountryinfo.dat \ - data/test_postalcodelookup.dat data/test_postalcodesearch.dat \ - data/test_search.dat data/test_siblings.dat \ - data/test_srtm3.dat data/test_timezone.dat \ - data/test_weather.dat data/test_weathericao.dat \ - data/test_wikipediaboundingbox.dat data/test_wikipediasearch.dat \ - setup.php \ - test_children.phpt test_cities.phpt \ - test_countrycode.phpt test_countryinfo.phpt \ - test_countrysubdivision.phpt test_earthquakes.phpt \ - test_findnearby.phpt test_findnearbyplacename.phpt \ - test_findnearbypostalcodes.phpt test_findnearbystreets.phpt \ - test_findnearbyweather.phpt test_findnearbywikipedia.phpt \ - test_findnearestaddress.phpt test_findnearestintersection.phpt \ - test_get.phpt test_gtopo30.phpt \ - test_hierarchy.phpt test_neighbourhood.phpt \ - test_neighbours.phpt test_other_01.phpt \ - test_other_02.phpt test_other_03.phpt \ - test_other_04.phpt test_other_05.phpt \ - test_other_06.phpt test_other_07.phpt \ - test_postalcodecountryinfo.phpt test_postalcodelookup.phpt \ - test_postalcodesearch.phpt test_search.phpt \ - test_siblings.phpt test_srtm3.phpt \ - test_timezone.phpt test_weather.phpt \ - test_weathericao.phpt test_wikipediaboundingbox.phpt \ - test_wikipediasearch.phpt +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/www/pear-Services_SharedBook/Makefile ============================================================================== --- head/www/pear-Services_SharedBook/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_SharedBook/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -15,9 +15,7 @@ COMMENT= PHP wrapper for SharedBook Open BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client -FILES= Services/SharedBook.php Services/SharedBook/Exception.php - -EXAMPLES= example.php photo1.jpg photo2.jpg photo3.jpg photo4.jpg +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/www/pear-Services_ShortURL/Makefile ============================================================================== --- head/www/pear-Services_ShortURL/Makefile Sun Mar 17 08:17:59 2013 (r314410) +++ head/www/pear-Services_ShortURL/Makefile Sun Mar 17 08:27:46 2013 (r314411) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_ShortURL -# Date created: 06 April 2011 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Services_ShortURL PORTVERSION= 0.3.1 @@ -17,28 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 USE_PHP= simplexml pcre spl - -CATEGORY= Services -PEAR_CATSRC= yes - -FILES= ShortURL/Bitly.php \ - ShortURL/Common.php \ - ShortURL/Digg.php \ - ShortURL/Exception/CouldNotExpand.php \ - ShortURL/Exception/CouldNotShorten.php \ - ShortURL/Exception/InvalidOptions.php \ - ShortURL/Exception/NotImplemented.php \ - ShortURL/Exception/UnknownService.php \ - ShortURL/Exception.php \ - ShortURL/Googl.php \ - ShortURL/Interface.php \ - ShortURL/Isgd.php \ - ShortURL/Shortie.php \ - ShortURL/TinyURL.php \ - ShortURL/Trim.php \ - ShortURL.php - -TESTS= AllTests.php Services/ShortURLTest.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"