From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 17:46:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFA0AA73; Thu, 26 Feb 2015 17:46:31 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1FC1A60; Thu, 26 Feb 2015 17:46:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QHkVV4022320; Thu, 26 Feb 2015 17:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QHkVfq022317; Thu, 26 Feb 2015 17:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502261746.t1QHkVfq022317@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Feb 2015 17:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380040 - head/devel/p5-IO-Pager 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.18-1 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: Thu, 26 Feb 2015 17:46:32 -0000 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 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