svn commit: r303903 - in head/devel: . p5-Devel-Caller-IgnoreNamespaces

Steve Wills swills at FreeBSD.org
Sat Sep 8 14:20:07 UTC 2012


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 <swills at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	Devel-Caller-IgnoreNamespaces
+PORTVERSION=	1.0
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+#MASTER_SITE_SUBDIR=	CPAN:DCANTRELL
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl at FreeBSD.org
+COMMENT=	Make available a magic caller which can ignore namespaces
+
+PERL_CONFIGURE=	yes
+
+MAN3=	Devel::Caller::IgnoreNamespaces.3
+
+.include <bsd.port.mk>

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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Caller/IgnoreNamespaces
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Caller
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
+ at dirrmtry %%SITE_PERL%%/Devel/Caller
+ at dirrmtry %%SITE_PERL%%/Devel



More information about the svn-ports-all mailing list