Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 17:46:31 +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: r380040 - head/devel/p5-IO-Pager
Message-ID:  <201502261746.t1QHkVfq022317@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261746.t1QHkVfq022317>