Date: Sun, 18 Jan 2015 22:47:33 +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: r377354 - in head/devel: . p5-Pod-Usage Message-ID: <201501182247.t0IMlXHb002186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501182247.t0IMlXHb002186>