Date: Wed, 28 Nov 2018 19:17:30 +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: r486104 - in head/textproc: . p5-Pod-Section Message-ID: <201811281917.wASJHUfo066712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 28 19:17:29 2018 New Revision: 486104 URL: https://svnweb.freebsd.org/changeset/ports/486104 Log: Add p5-Pod-Section 0.02 Pod::Section selects specified section from Module's POD. WWW: https://metacpan.org/release/Pod-Section Added: head/textproc/p5-Pod-Section/ head/textproc/p5-Pod-Section/Makefile (contents, props changed) head/textproc/p5-Pod-Section/distinfo (contents, props changed) head/textproc/p5-Pod-Section/pkg-descr (contents, props changed) head/textproc/p5-Pod-Section/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Nov 28 19:03:35 2018 (r486103) +++ head/textproc/Makefile Wed Nov 28 19:17:29 2018 (r486104) @@ -745,6 +745,7 @@ SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Readme + SUBDIR += p5-Pod-Section SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip Added: head/textproc/p5-Pod-Section/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Section/Makefile Wed Nov 28 19:17:29 2018 (r486104) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Pod-Section +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Select specified section from POD + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \ + p5-Pod-Abstract>=0:textproc/p5-Pod-Abstract + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/p5-Pod-Section/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Section/distinfo Wed Nov 28 19:17:29 2018 (r486104) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543429192 +SHA256 (Pod-Section-0.02.tar.gz) = c9d1d75292f321881184ec56983c16f408fd2d312d5a720f8fb0d2cafa729238 +SIZE (Pod-Section-0.02.tar.gz) = 5203 Added: head/textproc/p5-Pod-Section/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Section/pkg-descr Wed Nov 28 19:17:29 2018 (r486104) @@ -0,0 +1,3 @@ +Pod::Section selects specified section from Module's POD. + +WWW: https://metacpan.org/release/Pod-Section Added: head/textproc/p5-Pod-Section/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-Section/pkg-plist Wed Nov 28 19:17:29 2018 (r486104) @@ -0,0 +1,4 @@ +bin/podsection +%%SITE_PERL%%/Pod/Section.pm +%%PERL5_MAN1%%/podsection.1.gz +%%PERL5_MAN3%%/Pod::Section.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811281917.wASJHUfo066712>