Date: Sun, 6 Jul 2014 18:51:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360981 - head/devel/p5-IO-All-LWP Message-ID: <201407061851.s66IpI3P059012@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 6 18:51:17 2014 New Revision: 360981 URL: http://svnweb.freebsd.org/changeset/ports/360981 QAT: https://qat.redports.org/buildarchive/r360981/ Log: - Add LICENSE - Add BUILD_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr Modified: head/devel/p5-IO-All-LWP/Makefile head/devel/p5-IO-All-LWP/pkg-descr head/devel/p5-IO-All-LWP/pkg-plist Modified: head/devel/p5-IO-All-LWP/Makefile ============================================================================== --- head/devel/p5-IO-All-LWP/Makefile Sun Jul 6 18:51:11 2014 (r360980) +++ head/devel/p5-IO-All-LWP/Makefile Sun Jul 6 18:51:17 2014 (r360981) @@ -5,16 +5,19 @@ PORTNAME= IO-All-LWP PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= IO::All interface to LWP -RUN_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-IO-All-LWP/pkg-descr ============================================================================== --- head/devel/p5-IO-All-LWP/pkg-descr Sun Jul 6 18:51:11 2014 (r360980) +++ head/devel/p5-IO-All-LWP/pkg-descr Sun Jul 6 18:51:17 2014 (r360981) @@ -1,8 +1,7 @@ -This module acts as glue between IO::All and LWP, so that files can be -read and written through the network using the convenient IO:All -interface. Note that this module is not used directly: you just use -IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS, -IO::All::FTP, or IO::All::Gopher, which implement the specific -protocols based on IO::All::LWP. +This module acts as glue between IO::All and LWP, so that files can be read and +written through the network using the convenient IO:All interface. Note that +this module is not used directly: you just use IO::All, which knows when to +autoload IO::All::HTTP, IO::All::HTTPS, IO::All::FTP, or IO::All::Gopher, which +implement the specific protocols based on IO::All::LWP. WWW: http://search.cpan.org/dist/IO-All-LWP/ Modified: head/devel/p5-IO-All-LWP/pkg-plist ============================================================================== --- head/devel/p5-IO-All-LWP/pkg-plist Sun Jul 6 18:51:11 2014 (r360980) +++ head/devel/p5-IO-All-LWP/pkg-plist Sun Jul 6 18:51:17 2014 (r360981) @@ -1,15 +1,15 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist %%SITE_PERL%%/IO/All/FTP.pm %%SITE_PERL%%/IO/All/HTTP.pm %%SITE_PERL%%/IO/All/HTTPS.pm %%SITE_PERL%%/IO/All/LWP.pm %%SITE_PERL%%/IO/All/iocp.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist %%PERL5_MAN3%%/IO::All::FTP.3.gz %%PERL5_MAN3%%/IO::All::HTTP.3.gz %%PERL5_MAN3%%/IO::All::HTTPS.3.gz %%PERL5_MAN3%%/IO::All::LWP.3.gz -@dirrmtry %%SITE_PERL%%/IO/All -@dirrmtry %%SITE_PERL%%/IO -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/IO/All +@dirrmtry %%SITE_PERL%%/IO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061851.s66IpI3P059012>