From owner-svn-ports-head@freebsd.org Thu Jan 5 19:35:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF92CA1A6C; Thu, 5 Jan 2017 19:35:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6037511C3; Thu, 5 Jan 2017 19:35:01 +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 v05JZ0pH053017; Thu, 5 Jan 2017 19:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v05JZ0aF053010; Thu, 5 Jan 2017 19:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701051935.v05JZ0aF053010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 Jan 2017 19:35:00 +0000 (UTC) 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 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.23 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: Thu, 05 Jan 2017 19:35:01 -0000 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 +# $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 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