Date: Thu, 5 Jan 2017 19:35:00 +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: r430664 - in head/devel: . p5-Sub-Info Message-ID: <201701051935.v05JZ0aF053010@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 5 19:34:59 2017 New Revision: 430664 URL: https://svnweb.freebsd.org/changeset/ports/430664 Log: Add p5-Sub-Info 0.002 Sub::Info is a tool to inspect subroutines. WWW: http://search.cpan.org/dist/Sub-Info/ Added: head/devel/p5-Sub-Info/ head/devel/p5-Sub-Info/Makefile (contents, props changed) head/devel/p5-Sub-Info/distinfo (contents, props changed) head/devel/p5-Sub-Info/pkg-descr (contents, props changed) head/devel/p5-Sub-Info/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 5 19:34:16 2017 (r430663) +++ head/devel/Makefile Thu Jan 5 19:34:59 2017 (r430664) @@ -3209,6 +3209,7 @@ SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix + SUBDIR += p5-Sub-Info SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi Added: head/devel/p5-Sub-Info/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Info/Makefile Thu Jan 5 19:34:59 2017 (r430664) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Sub-Info +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool to inspect subroutines + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=1.302072:devel/p5-Test-Simple + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Sub-Info/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Info/distinfo Thu Jan 5 19:34:59 2017 (r430664) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483561226 +SHA256 (Sub-Info-0.002.tar.gz) = ea3056d696bdeff21a99d340d5570887d39a8cc47bff23adfc82df6758cdd0ea +SIZE (Sub-Info-0.002.tar.gz) = 11713 Added: head/devel/p5-Sub-Info/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Info/pkg-descr Thu Jan 5 19:34:59 2017 (r430664) @@ -0,0 +1,3 @@ +Sub::Info is a tool to inspect subroutines. + +WWW: http://search.cpan.org/dist/Sub-Info/ Added: head/devel/p5-Sub-Info/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Info/pkg-plist Thu Jan 5 19:34:59 2017 (r430664) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Sub/Info.pm +%%PERL5_MAN3%%/Sub::Info.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051935.v05JZ0aF053010>