From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 14:20:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 213AC106564A; Sat, 8 Sep 2012 14:20:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05BE78FC16; Sat, 8 Sep 2012 14:20:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88EK6wP099973; Sat, 8 Sep 2012 14:20:06 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88EK6da099967; Sat, 8 Sep 2012 14:20:06 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209081420.q88EK6da099967@svn.freebsd.org> From: Steve Wills Date: Sat, 8 Sep 2012 14:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303903 - in head/devel: . p5-Devel-Caller-IgnoreNamespaces X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 14:20:07 -0000 Author: swills Date: Sat Sep 8 14:20:06 2012 New Revision: 303903 URL: http://svn.freebsd.org/changeset/ports/303903 Log: Make available a magic caller() which can ignore namespaces that you tell it about. WWW: http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/ Added: head/devel/p5-Devel-Caller-IgnoreNamespaces/ head/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile (contents, props changed) head/devel/p5-Devel-Caller-IgnoreNamespaces/distinfo (contents, props changed) head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-descr (contents, props changed) head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 8 14:19:36 2012 (r303902) +++ head/devel/Makefile Sat Sep 8 14:20:06 2012 (r303903) @@ -1703,6 +1703,7 @@ SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller + SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckLib Added: head/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile Sat Sep 8 14:20:06 2012 (r303903) @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Devel-Caller-IgnoreNamespaces +# Date created: 2012-09-08 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= Devel-Caller-IgnoreNamespaces +PORTVERSION= 1.0 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= CPAN:DCANTRELL +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Make available a magic caller which can ignore namespaces + +PERL_CONFIGURE= yes + +MAN3= Devel::Caller::IgnoreNamespaces.3 + +.include Added: head/devel/p5-Devel-Caller-IgnoreNamespaces/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Caller-IgnoreNamespaces/distinfo Sat Sep 8 14:20:06 2012 (r303903) @@ -0,0 +1,2 @@ +SHA256 (Devel-Caller-IgnoreNamespaces-1.0.tar.gz) = 8a8ebdb591552b5301b85a723755e4e116a5ba1f6a1721c2d4c7faf00636c8f4 +SIZE (Devel-Caller-IgnoreNamespaces-1.0.tar.gz) = 11610 Added: head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-descr Sat Sep 8 14:20:06 2012 (r303903) @@ -0,0 +1,4 @@ +Make available a magic caller() which can ignore namespaces that you tell it +about. + +WWW: http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/ Added: head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Caller-IgnoreNamespaces/pkg-plist Sat Sep 8 14:20:06 2012 (r303903) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Caller/IgnoreNamespaces/.packlist +%%SITE_PERL%%/Devel/Caller/IgnoreNamespaces.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Caller/IgnoreNamespaces +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Caller +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel +@dirrmtry %%SITE_PERL%%/Devel/Caller +@dirrmtry %%SITE_PERL%%/Devel