From owner-svn-ports-all@FreeBSD.ORG Tue Jun 18 17:59:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 521234D5; Tue, 18 Jun 2013 17:59:00 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 297A41A9C; Tue, 18 Jun 2013 17:59:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5IHx0v1052534; Tue, 18 Jun 2013 17:59:00 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5IHwxHg052520; Tue, 18 Jun 2013 17:58:59 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201306181758.r5IHwxHg052520@svn.freebsd.org> From: Tom Judge Date: Tue, 18 Jun 2013 17:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321210 - in head/devel: . p5-constant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 18 Jun 2013 17:59:00 -0000 Author: tj Date: Tue Jun 18 17:58:58 2013 New Revision: 321210 URL: http://svnweb.freebsd.org/changeset/ports/321210 Log: New port for devel/p5-constant This pragma allows you to declare constants at compile-time. WWW: http://search.cpan.org/dist/constant/ Added: head/devel/p5-constant/ head/devel/p5-constant/Makefile (contents, props changed) head/devel/p5-constant/distinfo (contents, props changed) head/devel/p5-constant/pkg-descr (contents, props changed) head/devel/p5-constant/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 18 17:55:12 2013 (r321209) +++ head/devel/Makefile Tue Jun 18 17:58:58 2013 (r321210) @@ -2975,6 +2975,7 @@ SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense + SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical Added: head/devel/p5-constant/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/Makefile Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= constant +PORTVERSION= 1.27 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Perl pragma to declare constants + +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= constant.3 + +.include Added: head/devel/p5-constant/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/distinfo Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,2 @@ +SHA256 (constant-1.27.tar.gz) = 744453124b07800d6fd6b901061892cbbcc134a316adbe0f1edfc5f89e04312b +SIZE (constant-1.27.tar.gz) = 14967 Added: head/devel/p5-constant/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/pkg-descr Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,3 @@ +This pragma allows you to declare constants at compile-time. + +WWW: http://search.cpan.org/dist/constant/ Added: head/devel/p5-constant/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-constant/pkg-plist Tue Jun 18 17:58:58 2013 (r321210) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/constant.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant