svn commit: r380040 - head/devel/p5-IO-Pager
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 26 17:46:32 UTC 2015
Author: sunpoet
Date: Thu Feb 26 17:46:30 2015
New Revision: 380040
URL: https://svnweb.freebsd.org/changeset/ports/380040
QAT: https://qat.redports.org/buildarchive/r380040/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
- Remove Author line
- Take maintainership
Modified:
head/devel/p5-IO-Pager/Makefile
head/devel/p5-IO-Pager/pkg-descr
head/devel/p5-IO-Pager/pkg-plist
Modified: head/devel/p5-IO-Pager/Makefile
==============================================================================
--- head/devel/p5-IO-Pager/Makefile Thu Feb 26 17:46:24 2015 (r380039)
+++ head/devel/p5-IO-Pager/Makefile Thu Feb 26 17:46:30 2015 (r380040)
@@ -7,10 +7,13 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Select a pager, optionally pipe it output if destination is a TTY
-USES= perl5 tar:tgz
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5 tar:tgz
.include <bsd.port.mk>
Modified: head/devel/p5-IO-Pager/pkg-descr
==============================================================================
--- head/devel/p5-IO-Pager/pkg-descr Thu Feb 26 17:46:24 2015 (r380039)
+++ head/devel/p5-IO-Pager/pkg-descr Thu Feb 26 17:46:30 2015 (r380040)
@@ -1,11 +1,9 @@
-IO::Pager is lightweight and can be used to locate an available pager
-and set $ENV{PAGER} sanely or as a factory for creating objects defined
-elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.
+IO::Pager is lightweight and can be used to locate an available pager and set
+$ENV{PAGER} sanely or as a factory for creating objects defined elsewhere such
+as IO::Pager::Buffered and IO::Pager::Unbuffered.
-IO::Pager subclasses are designed to programmatically decide whether
-or not to pipe a filehandle's output to a program specified in $ENV{PAGER}.
-Subclasses are only required to support filehandle output methods and close,
-namely
+IO::Pager subclasses are designed to programmatically decide whether or not to
+pipe a filehandle's output to a program specified in $ENV{PAGER}. Subclasses are
+only required to support filehandle output methods and close, namely
-Author: Jerrad Pierce
WWW: http://search.cpan.org/dist/IO-Pager/
Modified: head/devel/p5-IO-Pager/pkg-plist
==============================================================================
--- head/devel/p5-IO-Pager/pkg-plist Thu Feb 26 17:46:24 2015 (r380039)
+++ head/devel/p5-IO-Pager/pkg-plist Thu Feb 26 17:46:30 2015 (r380040)
@@ -1,9 +1,9 @@
%%SITE_PERL%%/IO/Pager.pm
-%%SITE_PERL%%/IO/t.pl
%%SITE_PERL%%/IO/Pager/Buffered.pm
-%%SITE_PERL%%/IO/Pager/Unbuffered.pm
%%SITE_PERL%%/IO/Pager/Page.pm
+%%SITE_PERL%%/IO/Pager/Unbuffered.pm
+%%SITE_PERL%%/IO/t.pl
+%%PERL5_MAN3%%/IO::Pager.3.gz
%%PERL5_MAN3%%/IO::Pager::Buffered.3.gz
%%PERL5_MAN3%%/IO::Pager::Page.3.gz
%%PERL5_MAN3%%/IO::Pager::Unbuffered.3.gz
-%%PERL5_MAN3%%/IO::Pager.3.gz
More information about the svn-ports-all
mailing list