From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:02:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 287DB747; Wed, 27 Nov 2013 00:02:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 175AC287C; Wed, 27 Nov 2013 00:02:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR0278J001451; Wed, 27 Nov 2013 00:02:07 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR027DK001443; Wed, 27 Nov 2013 00:02:07 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270002.rAR027DK001443@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334983 - in head/devel: . p5-Symbol-Global-Name 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.16 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: Wed, 27 Nov 2013 00:02:08 -0000 Author: matthew Date: Wed Nov 27 00:02:06 2013 New Revision: 334983 URL: http://svnweb.freebsd.org/changeset/ports/334983 Log: Symbol::Global::Name takes a reference and optional package name. It returns the name of the referenced variable as long as it's in the package or sub-package and it's a global variable. Returned name is prefixed with type sigil, eg. '$', '@', '%', '&' or '*'. WWW: http://search.cpan.org/dist/Symbol-Global-Name/ Added: head/devel/p5-Symbol-Global-Name/ head/devel/p5-Symbol-Global-Name/Makefile (contents, props changed) head/devel/p5-Symbol-Global-Name/distinfo (contents, props changed) head/devel/p5-Symbol-Global-Name/pkg-descr (contents, props changed) head/devel/p5-Symbol-Global-Name/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 00:00:54 2013 (r334982) +++ head/devel/Makefile Wed Nov 27 00:02:06 2013 (r334983) @@ -2705,6 +2705,7 @@ SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages + SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu Added: head/devel/p5-Symbol-Global-Name/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/Makefile Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,19 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Symbol-Global-Name +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Finds name and type of a global variable + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/devel/p5-Symbol-Global-Name/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/distinfo Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,2 @@ +SHA256 (Symbol-Global-Name-0.04.tar.gz) = 252c9ada77dbe49a247ccb2cae3e7af91b6368027c13af12e8fad2c0c3bf093a +SIZE (Symbol-Global-Name-0.04.tar.gz) = 21635 Added: head/devel/p5-Symbol-Global-Name/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/pkg-descr Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,6 @@ +Symbol::Global::Name takes a reference and optional package name. It +returns the name of the referenced variable as long as it's in the +package or sub-package and it's a global variable. Returned name is +prefixed with type sigil, eg. '$', '@', '%', '&' or '*'. + +WWW: http://search.cpan.org/dist/Symbol-Global-Name/ Added: head/devel/p5-Symbol-Global-Name/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/pkg-plist Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Symbol::Global::Name.3.gz +%%SITE_PERL%%/Symbol/Global/Name.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global/Name/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global/Name +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol +@dirrmtry %%SITE_PERL%%/Symbol/Global +@dirrmtry %%SITE_PERL%%/Symbol +