[Midnightbsd-cvs] mports [21684] trunk/devel: add barewood filehandlers (perl)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 16 00:03:48 EDT 2016


Revision: 21684
          http://svnweb.midnightbsd.org/mports/?rev=21684
Author:   laffer1
Date:     2016-08-16 00:03:45 -0400 (Tue, 16 Aug 2016)
Log Message:
-----------
add barewood filehandlers (perl)

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-bareword-filehandles/
    trunk/devel/p5-bareword-filehandles/Makefile
    trunk/devel/p5-bareword-filehandles/distinfo
    trunk/devel/p5-bareword-filehandles/pkg-descr
    trunk/devel/p5-bareword-filehandles/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-08-16 04:01:33 UTC (rev 21683)
+++ trunk/devel/Makefile	2016-08-16 04:03:45 UTC (rev 21684)
@@ -377,6 +377,7 @@
 SUBDIR += p5-UNIVERSAL-moniker
 SUBDIR += p5-UNIVERSAL-require
 SUBDIR += p5-Variable-Magic
+SUBDIR += p5-bareword-filehandles
 SUBDIR += p5-common-sense
 SUBDIR += p5-namespace-clean
 SUBDIR += p5-parent

Added: trunk/devel/p5-bareword-filehandles/Makefile
===================================================================
--- trunk/devel/p5-bareword-filehandles/Makefile	                        (rev 0)
+++ trunk/devel/p5-bareword-filehandles/Makefile	2016-08-16 04:03:45 UTC (rev 21684)
@@ -0,0 +1,29 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD: head/devel/p5-bareword-filehandles/Makefile 415662 2016-05-23 03:50:19Z sunpoet $
+# $MidnightBSD$
+
+PORTNAME=	bareword-filehandles
+PORTVERSION=	0.004
+PORTREVISION=	2
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ILMARI
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Disables bareword filehandles
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
+		p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS+=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends
+
+USE_PERL5=	configure
+USES=		perl5
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-bareword-filehandles/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-bareword-filehandles/distinfo
===================================================================
--- trunk/devel/p5-bareword-filehandles/distinfo	                        (rev 0)
+++ trunk/devel/p5-bareword-filehandles/distinfo	2016-08-16 04:03:45 UTC (rev 21684)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463656761
+SHA256 (bareword-filehandles-0.004.tar.gz) = e3a11671739a1b2ce35631e1ef2c5bd44f8026d18c4decfe920e511ca2f0a5e9
+SIZE (bareword-filehandles-0.004.tar.gz) = 54723


Property changes on: trunk/devel/p5-bareword-filehandles/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-bareword-filehandles/pkg-descr
===================================================================
--- trunk/devel/p5-bareword-filehandles/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-bareword-filehandles/pkg-descr	2016-08-16 04:03:45 UTC (rev 21684)
@@ -0,0 +1,5 @@
+bareword::filehandles lexically disables the use of bareword filehandles with
+builtin functions, except for the special builitin filehandles STDIN, STDOUT,
+STDERR, ARGV, ARGVOUT and DATA.
+
+WWW: http://search.cpan.org/dist/bareword-filehandles/


Property changes on: trunk/devel/p5-bareword-filehandles/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-bareword-filehandles/pkg-plist
===================================================================
--- trunk/devel/p5-bareword-filehandles/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-bareword-filehandles/pkg-plist	2016-08-16 04:03:45 UTC (rev 21684)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/auto/bareword/filehandles/filehandles.so
+%%SITE_ARCH%%/bareword/filehandles.pm
+%%PERL5_MAN3%%/bareword::filehandles.3.gz


Property changes on: trunk/devel/p5-bareword-filehandles/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