Date: Thu, 31 Jul 2014 10:05:05 +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: r363552 - head/devel/p5-Tie-Simple Message-ID: <201407311005.s6VA55oH095969@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 10:05:04 2014 New Revision: 363552 URL: http://svnweb.freebsd.org/changeset/ports/363552 QAT: https://qat.redports.org/buildarchive/r363552/ Log: - Add LICENSE - Sort PLIST - Reformat pkg-descr Modified: head/devel/p5-Tie-Simple/Makefile head/devel/p5-Tie-Simple/pkg-descr head/devel/p5-Tie-Simple/pkg-plist Modified: head/devel/p5-Tie-Simple/Makefile ============================================================================== --- head/devel/p5-Tie-Simple/Makefile Thu Jul 31 10:04:59 2014 (r363551) +++ head/devel/p5-Tie-Simple/Makefile Thu Jul 31 10:05:04 2014 (r363552) @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Variable ties made easier: much, much, much easier -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-Tie-Simple/pkg-descr ============================================================================== --- head/devel/p5-Tie-Simple/pkg-descr Thu Jul 31 10:04:59 2014 (r363551) +++ head/devel/p5-Tie-Simple/pkg-descr Thu Jul 31 10:05:04 2014 (r363552) @@ -1,14 +1,14 @@ -This module adds the ability to quickly create new types of tie -objects without creating a complete class. It does so in such a way as -to try and make the programmers life easier when it comes to -single-use ties that I find myself wanting to use from time-to-time. +This module adds the ability to quickly create new types of tie objects without +creating a complete class. It does so in such a way as to try and make the +programmers life easier when it comes to single-use ties that I find myself +wanting to use from time-to-time. -The Tie::Simple package is actually a front-end to other classes which -really do all the work once tied, but this package does the dwimming -to automatically figure out what you're trying to do. +The Tie::Simple package is actually a front-end to other classes which really do +all the work once tied, but this package does the dwimming to automatically +figure out what you're trying to do. -I've tried to make this as intuitive as possible and dependent on -other bits of Perl where I can to minimize the need for documentation -and to make this extra, extra spiffy. +I've tried to make this as intuitive as possible and dependent on other bits of +Perl where I can to minimize the need for documentation and to make this extra, +extra spiffy. WWW: http://search.cpan.org/dist/Tie-Simple/ Modified: head/devel/p5-Tie-Simple/pkg-plist ============================================================================== --- head/devel/p5-Tie-Simple/pkg-plist Thu Jul 31 10:04:59 2014 (r363551) +++ head/devel/p5-Tie-Simple/pkg-plist Thu Jul 31 10:05:04 2014 (r363552) @@ -1,12 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist %%SITE_PERL%%/Tie/Simple.pm %%SITE_PERL%%/Tie/Simple/Array.pm %%SITE_PERL%%/Tie/Simple/Handle.pm %%SITE_PERL%%/Tie/Simple/Hash.pm %%SITE_PERL%%/Tie/Simple/Scalar.pm %%SITE_PERL%%/Tie/Simple/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist %%PERL5_MAN3%%/Tie::Simple.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie -@dirrmtry %%SITE_PERL%%/Tie/Simple +@dirrm %%SITE_PERL%%/Tie/Simple @dirrmtry %%SITE_PERL%%/Tie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311005.s6VA55oH095969>