From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 22:47:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D7726D3; Sun, 18 Jan 2015 22:47:34 +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 681B79FE; Sun, 18 Jan 2015 22:47:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0IMlYdT002191; Sun, 18 Jan 2015 22:47:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0IMlXHb002186; Sun, 18 Jan 2015 22:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501182247.t0IMlXHb002186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jan 2015 22:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377354 - in head/devel: . p5-Pod-Usage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 22:47:34 -0000 Author: sunpoet Date: Sun Jan 18 22:47:32 2015 New Revision: 377354 URL: https://svnweb.freebsd.org/changeset/ports/377354 QAT: https://qat.redports.org/buildarchive/r377354/ Log: - Add p5-Pod-Usage 1.64 Pod::Usage provides the function "pod2usage()" to print usage messages for a Perl script based on its embedded pod documentation. Pod::Usage is a subclass of Pod::PlainText. Please see the POD documentation for this module (embedded in the file "Usage.pm") for more details. The pod2usage() function is probably the most generally useful function in this entire distribution since it is useful to just about any Perl5 script that is invoked from the command-line. WWW: http://search.cpan.org/dist/Pod-Usage/ Added: head/devel/p5-Pod-Usage/ head/devel/p5-Pod-Usage/Makefile (contents, props changed) head/devel/p5-Pod-Usage/distinfo (contents, props changed) head/devel/p5-Pod-Usage/pkg-descr (contents, props changed) head/devel/p5-Pod-Usage/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 18 22:23:44 2015 (r377353) +++ head/devel/Makefile Sun Jan 18 22:47:32 2015 (r377354) @@ -2683,6 +2683,7 @@ SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests + SUBDIR += p5-Pod-Usage SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background Added: head/devel/p5-Pod-Usage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pod-Usage/Makefile Sun Jan 18 22:47:32 2015 (r377354) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Pod-Usage +PORTVERSION= 1.64 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Print a usage message from embedded pod documentation + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +post-install: +# Do not conflict with lang/perl5.* + ${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${PREFIX}/man/man1/pod2usage.1 + +.include Added: head/devel/p5-Pod-Usage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pod-Usage/distinfo Sun Jan 18 22:47:32 2015 (r377354) @@ -0,0 +1,2 @@ +SHA256 (Pod-Usage-1.64.tar.gz) = 9cfd105173d8c570e8bc7cb4ba9a8b8c3c3118d3019fa60739e61df2623b05e5 +SIZE (Pod-Usage-1.64.tar.gz) = 20236 Added: head/devel/p5-Pod-Usage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pod-Usage/pkg-descr Sun Jan 18 22:47:32 2015 (r377354) @@ -0,0 +1,8 @@ +Pod::Usage provides the function "pod2usage()" to print usage messages for a +Perl script based on its embedded pod documentation. Pod::Usage is a subclass of +Pod::PlainText. Please see the POD documentation for this module (embedded in +the file "Usage.pm") for more details. The pod2usage() function is probably the +most generally useful function in this entire distribution since it is useful to +just about any Perl5 script that is invoked from the command-line. + +WWW: http://search.cpan.org/dist/Pod-Usage/ Added: head/devel/p5-Pod-Usage/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Pod-Usage/pkg-plist Sun Jan 18 22:47:32 2015 (r377354) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Pod/Usage.pm +%%PERL5_MAN3%%/Pod::Usage.3.gz