From owner-svn-ports-all@FreeBSD.ORG Sun Jan 5 13:23:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A93FDB9D; Sun, 5 Jan 2014 13:23:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 896651F52; Sun, 5 Jan 2014 13:23:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s05DNftE084920; Sun, 5 Jan 2014 13:23:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s05DNX41084871; Sun, 5 Jan 2014 13:23:33 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201401051323.s05DNX41084871@svn.freebsd.org> From: Andrej Zverev Date: Sun, 5 Jan 2014 13:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338767 - in head/www: p5-Catalyst-Plugin-SmartURI p5-Flea p5-HTTP-Daemon-SSL p5-HTTP-Server-Simple p5-HTTP-Server-Simple-Mason p5-HTTP-Server-Simple-Recorder p5-LWP-UserAgent-WithCache... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 13:23:41 -0000 Author: az Date: Sun Jan 5 13:23:32 2014 New Revision: 338767 URL: http://svnweb.freebsd.org/changeset/ports/338767 Log: - stage support Approved by: portmgr (blanket infrastructure) Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile head/www/p5-Catalyst-Plugin-SmartURI/pkg-plist (contents, props changed) head/www/p5-Flea/Makefile head/www/p5-Flea/pkg-plist (contents, props changed) head/www/p5-HTTP-Daemon-SSL/Makefile head/www/p5-HTTP-Daemon-SSL/pkg-plist (contents, props changed) head/www/p5-HTTP-Server-Simple-Mason/Makefile head/www/p5-HTTP-Server-Simple-Mason/pkg-plist (contents, props changed) head/www/p5-HTTP-Server-Simple-Recorder/Makefile head/www/p5-HTTP-Server-Simple-Recorder/pkg-plist (contents, props changed) head/www/p5-HTTP-Server-Simple/Makefile head/www/p5-HTTP-Server-Simple/pkg-plist (contents, props changed) head/www/p5-LWP-UserAgent-WithCache/Makefile head/www/p5-LWP-UserAgent-WithCache/pkg-descr (contents, props changed) head/www/p5-LWP-UserAgent-WithCache/pkg-plist (contents, props changed) head/www/p5-Net-YAP/Makefile head/www/p5-Net-YAP/pkg-descr (contents, props changed) head/www/p5-Net-YAP/pkg-plist (contents, props changed) head/www/p5-Path-Class-URI/Makefile head/www/p5-Path-Class-URI/pkg-plist (contents, props changed) head/www/p5-Plack-Middleware-Status/Makefile head/www/p5-Plack-Middleware-Status/pkg-plist (contents, props changed) head/www/p5-Template-Multilingual/Makefile head/www/p5-Template-Multilingual/pkg-plist (contents, props changed) head/www/p5-WWW-HatenaDiary/Makefile head/www/p5-WWW-HatenaDiary/pkg-plist (contents, props changed) head/www/p5-WWW-NicoVideo-Download/Makefile head/www/p5-WWW-NicoVideo-Download/pkg-descr (contents, props changed) head/www/p5-WWW-NicoVideo-Download/pkg-plist (contents, props changed) head/www/p5-WWW-Shorten-Googl/Makefile head/www/p5-WWW-Shorten-Googl/pkg-plist (contents, props changed) head/www/p5-WWW-WebArchive/Makefile head/www/p5-WWW-WebArchive/pkg-descr (contents, props changed) head/www/p5-WWW-WebArchive/pkg-plist (contents, props changed) head/www/p5-Yahoo-Search/Makefile head/www/p5-Yahoo-Search/pkg-plist (contents, props changed) head/www/p5-ZConf-RSS-GUI-GTK/Makefile head/www/p5-ZConf-RSS-GUI-GTK/pkg-plist head/www/p5-webservice-validator-html-w3c/Makefile head/www/p5-webservice-validator-html-w3c/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Catalyst-Plugin-SmartURI/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -25,7 +25,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Plugin::SmartURI.3 - -NO_STAGE= yes .include Modified: head/www/p5-Catalyst-Plugin-SmartURI/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Catalyst-Plugin-SmartURI/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Catalyst/Plugin/SmartURI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/SmartURI/.packlist +%%PERL5_MAN3%%/Catalyst::Plugin::SmartURI.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/SmartURI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst Modified: head/www/p5-Flea/Makefile ============================================================================== --- head/www/p5-Flea/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Flea/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -25,7 +25,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Flea.3 - -NO_STAGE= yes .include Modified: head/www/p5-Flea/pkg-plist ============================================================================== --- head/www/p5-Flea/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Flea/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -2,6 +2,7 @@ %%SITE_PERL%%/Flea.pm %%SITE_PERL%%/Flea/Parser/Method.pm %%SITE_PERL%%/Flea/Parser/Route.pm +%%PERL5_MAN3%%/Flea.3.gz @dirrm %%SITE_PERL%%/Flea/Parser @dirrm %%SITE_PERL%%/Flea @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Flea Modified: head/www/p5-HTTP-Daemon-SSL/Makefile ============================================================================== --- head/www/p5-HTTP-Daemon-SSL/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Daemon-SSL/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= delgod@portaone.com -COMMENT= A simple http server class with SSL support +COMMENT= Simple http server class with SSL support RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww @@ -16,7 +16,4 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTS USES= perl5 USE_PERL5= configure -MAN3= HTTP::Daemon::SSL.3 - -NO_STAGE= yes .include Modified: head/www/p5-HTTP-Daemon-SSL/pkg-plist ============================================================================== --- head/www/p5-HTTP-Daemon-SSL/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Daemon-SSL/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,4 +1,5 @@ %%SITE_PERL%%/HTTP/Daemon/SSL.pm +%%PERL5_MAN3%%/HTTP::Daemon::SSL.3.gz @dirrmtry %%SITE_PERL%%/HTTP/Daemon @dirrmtry %%SITE_PERL%%/HTTP %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Daemon/SSL/.packlist Modified: head/www/p5-HTTP-Server-Simple-Mason/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Mason/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple-Mason/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple::Mason.3 - -NO_STAGE= yes .include Modified: head/www/p5-HTTP-Server-Simple-Mason/pkg-plist ============================================================================== --- head/www/p5-HTTP-Server-Simple-Mason/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple-Mason/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTTP/Server/Simple/Mason.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Mason/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple::Mason.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Mason @dirrmtry %%SITE_PERL%%/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/HTTP/Server Modified: head/www/p5-HTTP-Server-Simple-Recorder/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Recorder/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple-Recorder/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple::Recorder.3 - -NO_STAGE= yes .include Modified: head/www/p5-HTTP-Server-Simple-Recorder/pkg-plist ============================================================================== --- head/www/p5-HTTP-Server-Simple-Recorder/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple-Recorder/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTTP/Server/Simple/Recorder.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Recorder/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple::Recorder.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Recorder @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server Modified: head/www/p5-HTTP-Server-Simple/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -13,9 +13,4 @@ COMMENT= Simple standalone HTTP daemon USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple.3 \ - HTTP::Server::Simple::CGI.3 \ - HTTP::Server::Simple::CGI::Environment.3 - -NO_STAGE= yes .include Modified: head/www/p5-HTTP-Server-Simple/pkg-plist ============================================================================== --- head/www/p5-HTTP-Server-Simple/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-HTTP-Server-Simple/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -2,6 +2,9 @@ %%SITE_PERL%%/HTTP/Server/Simple/CGI.pm %%SITE_PERL%%/HTTP/Server/Simple/CGI/Environment.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI::Environment.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP Modified: head/www/p5-LWP-UserAgent-WithCache/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-LWP-UserAgent-WithCache/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= LWP::UserAgent::WithCache.3 - -NO_STAGE= yes .include Modified: head/www/p5-LWP-UserAgent-WithCache/pkg-descr ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/pkg-descr Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-LWP-UserAgent-WithCache/pkg-descr Sun Jan 5 13:23:32 2014 (r338767) @@ -2,4 +2,4 @@ LWP::UserAgent::WithCache is a LWP::User It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache. -WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ +WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ Modified: head/www/p5-LWP-UserAgent-WithCache/pkg-plist ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-LWP-UserAgent-WithCache/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/LWP/UserAgent/WithCache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist +%%PERL5_MAN3%%/LWP::UserAgent::WithCache.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent @dirrmtry %%SITE_PERL%%/LWP/UserAgent Modified: head/www/p5-Net-YAP/Makefile ============================================================================== --- head/www/p5-Net-YAP/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Net-YAP/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::YAP.3 - -NO_STAGE= yes .include Modified: head/www/p5-Net-YAP/pkg-descr ============================================================================== --- head/www/p5-Net-YAP/pkg-descr Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Net-YAP/pkg-descr Sun Jan 5 13:23:32 2014 (r338767) @@ -1,4 +1,4 @@ Perl module to be used as a conduit to communicate with the Yahoo! Application Platform. -WWW: http://search.cpan.org/dist/Net-YAP/ +WWW: http://search.cpan.org/dist/Net-YAP/ Modified: head/www/p5-Net-YAP/pkg-plist ============================================================================== --- head/www/p5-Net-YAP/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Net-YAP/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,4 +1,5 @@ %%SITE_PERL%%/Net/YAP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP/.packlist +%%PERL5_MAN3%%/Net::YAP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net Modified: head/www/p5-Path-Class-URI/Makefile ============================================================================== --- head/www/p5-Path-Class-URI/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Path-Class-URI/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Path::Class::URI.3 \ - Path::Class::Unicode.3 - -NO_STAGE= yes .include Modified: head/www/p5-Path-Class-URI/pkg-plist ============================================================================== --- head/www/p5-Path-Class-URI/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Path-Class-URI/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI/.packlist %%SITE_PERL%%/Path/Class/URI.pm %%SITE_PERL%%/Path/Class/Unicode.pm +%%PERL5_MAN3%%/Path::Class::URI.3.gz +%%PERL5_MAN3%%/Path::Class::Unicode.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path Modified: head/www/p5-Plack-Middleware-Status/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Status/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Plack-Middleware-Status/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Plack::Middleware::Status.3 - -NO_STAGE= yes .include Modified: head/www/p5-Plack-Middleware-Status/pkg-plist ============================================================================== --- head/www/p5-Plack-Middleware-Status/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Plack-Middleware-Status/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status/.packlist %%SITE_PERL%%/Plack/Middleware/Status.pm +%%PERL5_MAN3%%/Plack::Middleware::Status.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware Modified: head/www/p5-Template-Multilingual/Makefile ============================================================================== --- head/www/p5-Template-Multilingual/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Template-Multilingual/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PO USES= perl5 USE_PERL5= configure -MAN3= Template::Multilingual.3 \ - Template::Multilingual::Parser.3 - -NO_STAGE= yes .include Modified: head/www/p5-Template-Multilingual/pkg-plist ============================================================================== --- head/www/p5-Template-Multilingual/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Template-Multilingual/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Multilingual/.packlist %%SITE_PERL%%/Template/Multilingual/Parser.pm %%SITE_PERL%%/Template/Multilingual.pm +%%PERL5_MAN3%%/Template::Multilingual.3.gz +%%PERL5_MAN3%%/Template::Multilingual::Parser.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Multilingual @dirrm %%SITE_PERL%%/Template/Multilingual @dirrmtry %%SITE_PERL%%/Template Modified: head/www/p5-WWW-HatenaDiary/Makefile ============================================================================== --- head/www/p5-WWW-HatenaDiary/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-HatenaDiary/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::HatenaDiary.3 - -NO_STAGE= yes .include Modified: head/www/p5-WWW-HatenaDiary/pkg-plist ============================================================================== --- head/www/p5-WWW-HatenaDiary/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-HatenaDiary/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/HatenaDiary/.packlist %%SITE_PERL%%/WWW/HatenaDiary.pm +%%PERL5_MAN3%%/WWW::HatenaDiary.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/HatenaDiary @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW @dirrmtry %%SITE_PERL%%/WWW Modified: head/www/p5-WWW-NicoVideo-Download/Makefile ============================================================================== --- head/www/p5-WWW-NicoVideo-Download/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-NicoVideo-Download/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::NicoVideo::Download.3 - -NO_STAGE= yes .include Modified: head/www/p5-WWW-NicoVideo-Download/pkg-descr ============================================================================== --- head/www/p5-WWW-NicoVideo-Download/pkg-descr Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-NicoVideo-Download/pkg-descr Sun Jan 5 13:23:32 2014 (r338767) @@ -1,3 +1,3 @@ Perl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga). -WWW: http://search.cpan.org/dist/WWW-NicoVideo-Download/ +WWW: http://search.cpan.org/dist/WWW-NicoVideo-Download/ Modified: head/www/p5-WWW-NicoVideo-Download/pkg-plist ============================================================================== --- head/www/p5-WWW-NicoVideo-Download/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-NicoVideo-Download/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download/.packlist %%SITE_PERL%%/WWW/NicoVideo/Download.pm +%%PERL5_MAN3%%/WWW::NicoVideo::Download.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW Modified: head/www/p5-WWW-Shorten-Googl/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Googl/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-Shorten-Googl/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::Shorten::Googl.3 - -NO_STAGE= yes .include Modified: head/www/p5-WWW-Shorten-Googl/pkg-plist ============================================================================== --- head/www/p5-WWW-Shorten-Googl/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-Shorten-Googl/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,6 +1,7 @@ bin/goo.gl %%SITE_PERL%%/WWW/Shorten/Googl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl/.packlist +%%PERL5_MAN3%%/WWW::Shorten::Googl.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW Modified: head/www/p5-WWW-WebArchive/Makefile ============================================================================== --- head/www/p5-WWW-WebArchive/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-WebArchive/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -17,8 +17,4 @@ RUN_DEPENDS= p5-App-Options>=0:${PORTSDI USES= perl5 USE_PERL5= configure -MAN3= WWW::WebArchive.3 WWW::WebArchive::Agent.3 \ - WWW::WebArchive::WaybackMachine.3 - -NO_STAGE= yes .include Modified: head/www/p5-WWW-WebArchive/pkg-descr ============================================================================== --- head/www/p5-WWW-WebArchive/pkg-descr Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-WebArchive/pkg-descr Sun Jan 5 13:23:32 2014 (r338767) @@ -11,4 +11,4 @@ This is useful if and you want to restore an old version of the site to your local disk -WWW: http://search.cpan.org/dist/WWW-WebArchive/ +WWW: http://search.cpan.org/dist/WWW-WebArchive/ Modified: head/www/p5-WWW-WebArchive/pkg-plist ============================================================================== --- head/www/p5-WWW-WebArchive/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-WWW-WebArchive/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -3,6 +3,9 @@ %%SITE_PERL%%/WWW/WebArchive/Agent.pm %%SITE_PERL%%/WWW/WebArchive/WaybackMachine.pm bin/webarchive +%%PERL5_MAN3%%/WWW::WebArchive.3.gz +%%PERL5_MAN3%%/WWW::WebArchive::Agent.3.gz +%%PERL5_MAN3%%/WWW::WebArchive::WaybackMachine.3.gz @dirrmtry %%SITE_PERL%%/WWW/WebArchive @dirrmtry %%SITE_PERL%%/WWW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW-WebArchive Modified: head/www/p5-Yahoo-Search/Makefile ============================================================================== --- head/www/p5-Yahoo-Search/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Yahoo-Search/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -18,11 +18,4 @@ TEST_DEPENDS= p5-Test-Simple>=0.88:${POR USES= perl5 USE_PERL5= configure -MAN3= Yahoo::Search.3 \ - Yahoo::Search::Request.3 \ - Yahoo::Search::Response.3 \ - Yahoo::Search::Result.3 \ - Yahoo::Search::XML.3 - -NO_STAGE= yes .include Modified: head/www/p5-Yahoo-Search/pkg-plist ============================================================================== --- head/www/p5-Yahoo-Search/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-Yahoo-Search/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -4,6 +4,11 @@ %%SITE_PERL%%/Yahoo/Search/Result.pm %%SITE_PERL%%/Yahoo/Search/XML.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search/.packlist +%%PERL5_MAN3%%/Yahoo::Search.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Request.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Response.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Result.3.gz +%%PERL5_MAN3%%/Yahoo::Search::XML.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo @dirrmtry %%SITE_PERL%%/Yahoo/Search Modified: head/www/p5-ZConf-RSS-GUI-GTK/Makefile ============================================================================== --- head/www/p5-ZConf-RSS-GUI-GTK/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-ZConf-RSS-GUI-GTK/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-ZConf-RSS>=0:${PORTSDIR} USES= perl5 USE_PERL5= configure -MAN3= ZConf::RSS::GUI::GTK.3 - -NO_STAGE= yes .include Modified: head/www/p5-ZConf-RSS-GUI-GTK/pkg-plist ============================================================================== --- head/www/p5-ZConf-RSS-GUI-GTK/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-ZConf-RSS-GUI-GTK/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -1,5 +1,6 @@ %%SITE_PERL%%/ZConf/RSS/GUI/GTK.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK/.packlist +%%PERL5_MAN3%%/ZConf::RSS::GUI::GTK.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS Modified: head/www/p5-webservice-validator-html-w3c/Makefile ============================================================================== --- head/www/p5-webservice-validator-html-w3c/Makefile Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-webservice-validator-html-w3c/Makefile Sun Jan 5 13:23:32 2014 (r338767) @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WebService::Validator::HTML::W3C::Error.3 \ - WebService::Validator::HTML::W3C.3 - -NO_STAGE= yes .include Modified: head/www/p5-webservice-validator-html-w3c/pkg-plist ============================================================================== --- head/www/p5-webservice-validator-html-w3c/pkg-plist Sun Jan 5 13:20:35 2014 (r338766) +++ head/www/p5-webservice-validator-html-w3c/pkg-plist Sun Jan 5 13:23:32 2014 (r338767) @@ -2,6 +2,8 @@ %%SITE_PERL%%/WebService/Validator/HTML/W3C/Error.pm %%SITE_PERL%%/WebService/Validator/HTML/W3C.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML/W3C/.packlist +%%PERL5_MAN3%%/WebService::Validator::HTML::W3C::Error.3.gz +%%PERL5_MAN3%%/WebService::Validator::HTML::W3C.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML/W3C @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator