From owner-svn-ports-all@freebsd.org Wed Nov 28 19:17:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C815F113A32B; Wed, 28 Nov 2018 19:17:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE4482DCB; Wed, 28 Nov 2018 19:17:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 354686A62; Wed, 28 Nov 2018 19:17:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wASJHUp6066720; Wed, 28 Nov 2018 19:17:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wASJHUfo066712; Wed, 28 Nov 2018 19:17:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811281917.wASJHUfo066712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Nov 2018 19:17:30 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Pod-Section X-SVN-Commit-Revision: 486104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6EE4482DCB X-Spamd-Result: default: False [0.65 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.31)[0.308,0]; NEURAL_HAM_SHORT(-0.17)[-0.165,0]; NEURAL_SPAM_LONG(0.51)[0.511,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 28 Nov 2018 19:17:32 -0000 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 +# $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 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