From owner-svn-ports-head@freebsd.org Sun Nov 6 16:46:27 2016 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 4494AC32B40; Sun, 6 Nov 2016 16:46:27 +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 E56D7EB9; Sun, 6 Nov 2016 16:46:26 +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 uA6GkQwO047254; Sun, 6 Nov 2016 16:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkPgZ047249; Sun, 6 Nov 2016 16:46:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkPgZ047249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Nov 2016 16:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425507 - in head/devel: . p5-Const-Exporter 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: Sun, 06 Nov 2016 16:46:27 -0000 Author: sunpoet Date: Sun Nov 6 16:46:25 2016 New Revision: 425507 URL: https://svnweb.freebsd.org/changeset/ports/425507 Log: - Add p5-Const-Exporter 0.2.4 Const::Exporter allows you to declare constants that can be exported to other modules. WWW: http://search.cpan.org/dist/Const-Exporter/ Added: head/devel/p5-Const-Exporter/ head/devel/p5-Const-Exporter/Makefile (contents, props changed) head/devel/p5-Const-Exporter/distinfo (contents, props changed) head/devel/p5-Const-Exporter/pkg-descr (contents, props changed) head/devel/p5-Const-Exporter/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 6 16:46:20 2016 (r425506) +++ head/devel/Makefile Sun Nov 6 16:46:25 2016 (r425507) @@ -2012,6 +2012,7 @@ SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector + SUBDIR += p5-Const-Exporter SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return Added: head/devel/p5-Const-Exporter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/Makefile Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Const-Exporter +PORTVERSION= 0.2.4 +DISTVERSIONPREFIX= v +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RRWO +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Declare constants for export + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Const-Fast>=0.014:devel/p5-Const-Fast \ + p5-Package-Stash>=0:devel/p5-Package-Stash +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Const-Exporter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/distinfo Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478374421 +SHA256 (Const-Exporter-v0.2.4.tar.gz) = f46d28224d59eb3fa56a2048bfe3d03b291248e392d97c22ff6ca25807d342cd +SIZE (Const-Exporter-v0.2.4.tar.gz) = 32683 Added: head/devel/p5-Const-Exporter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/pkg-descr Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,4 @@ +Const::Exporter allows you to declare constants that can be exported to other +modules. + +WWW: http://search.cpan.org/dist/Const-Exporter/ Added: head/devel/p5-Const-Exporter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/pkg-plist Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Const/Exporter.pm +%%PERL5_MAN3%%/Const::Exporter.3.gz