[Midnightbsd-cvs] mports [23686] trunk/devel/p5-namespace-autoclean: add p5-namespace-autoclean

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 25 19:11:44 EDT 2018


Revision: 23686
          http://svnweb.midnightbsd.org/mports/?rev=23686
Author:   laffer1
Date:     2018-07-25 19:11:44 -0400 (Wed, 25 Jul 2018)
Log Message:
-----------
add  p5-namespace-autoclean

Added Paths:
-----------
    trunk/devel/p5-namespace-autoclean/
    trunk/devel/p5-namespace-autoclean/Makefile
    trunk/devel/p5-namespace-autoclean/distinfo
    trunk/devel/p5-namespace-autoclean/pkg-descr
    trunk/devel/p5-namespace-autoclean/pkg-plist

Added: trunk/devel/p5-namespace-autoclean/Makefile
===================================================================
--- trunk/devel/p5-namespace-autoclean/Makefile	                        (rev 0)
+++ trunk/devel/p5-namespace-autoclean/Makefile	2018-07-25 23:11:44 UTC (rev 23686)
@@ -0,0 +1,33 @@
+# Created by: Sergey Skvortsov <skv at protey.ru>
+# $FreeBSD: head/devel/p5-namespace-autoclean/Makefile 449893 2017-09-15 08:58:46Z mat $
+# $MidnightBSD$
+
+PORTNAME=	namespace-autoclean
+PORTVERSION=	0.28
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Keep imports out of your namespace
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-B-Hooks-EndOfScope>=0.12:devel/p5-B-Hooks-EndOfScope \
+		p5-Sub-Identify>=0:devel/p5-Sub-Identify \
+		p5-namespace-clean>=0.20:devel/p5-namespace-clean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+		p5-Moose>=2:devel/p5-Moose \
+		p5-Mouse>=0:devel/p5-Mouse \
+		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+		p5-Test-Requires>=0:devel/p5-Test-Requires \
+		p5-Test-Spelling>0.12:devel/p5-Test-Spelling
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-namespace-autoclean/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-namespace-autoclean/distinfo
===================================================================
--- trunk/devel/p5-namespace-autoclean/distinfo	                        (rev 0)
+++ trunk/devel/p5-namespace-autoclean/distinfo	2018-07-25 23:11:44 UTC (rev 23686)
@@ -0,0 +1,2 @@
+SHA256 (namespace-autoclean-0.28.tar.gz) = cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39
+SIZE (namespace-autoclean-0.28.tar.gz) = 36130


Property changes on: trunk/devel/p5-namespace-autoclean/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-namespace-autoclean/pkg-descr
===================================================================
--- trunk/devel/p5-namespace-autoclean/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-namespace-autoclean/pkg-descr	2018-07-25 23:11:44 UTC (rev 23686)
@@ -0,0 +1,14 @@
+When you import a function into a Perl package, it will naturally also
+be available as a method.
+
+The namespace::autoclean pragma will remove all imported symbols at the
+end of the current package's compile cycle.  Functions called in the
+package itself will still be bound by their name, but they won't show up
+as methods on your class or instances.
+
+This module is very similar to namespace::clean, except it will clean
+all imported functions, no matter if you imported them before or after
+you used the pragma.  It will also not touch anything that looks like a
+method, according to Class::MOP::Class::get_method_list.
+
+WWW: https://metacpan.org/release/namespace-autoclean


Property changes on: trunk/devel/p5-namespace-autoclean/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-namespace-autoclean/pkg-plist
===================================================================
--- trunk/devel/p5-namespace-autoclean/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-namespace-autoclean/pkg-plist	2018-07-25 23:11:44 UTC (rev 23686)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/namespace/autoclean.pm
+%%PERL5_MAN3%%/namespace::autoclean.3.gz


Property changes on: trunk/devel/p5-namespace-autoclean/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list