[Midnightbsd-cvs] mports: mports/devel: add p5-B-Keywords

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:19:47 EDT 2008


Log Message:
-----------
add p5-B-Keywords

Modified Files:
--------------
    mports/devel:
        Makefile (r1.193 -> r1.194)

Added Files:
-----------
    mports/devel/p5-B-Keywords:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.193
retrieving revision 1.194
diff -L devel/Makefile -L devel/Makefile -u -r1.193 -r1.194
--- devel/Makefile
+++ devel/Makefile
@@ -126,6 +126,7 @@
     SUBDIR += p5-Algorithm-Diff
     SUBDIR += p5-Algorithm-C3
     SUBDIR += p5-AppConfig
+    SUBDIR += p5-B-Keywords
     SUBDIR += p5-BSD-Resource
     SUBDIR += p5-Cache-Cache
     SUBDIR += p5-Carp-Clan
--- /dev/null
+++ devel/p5-B-Keywords/pkg-descr
@@ -0,0 +1,9 @@
+B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
+ at Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
+the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
+ at Barewords adds a few non-function keywords (like __DATA__, NULL) to the
+ at Functions array.
+
+All additions and modifications are welcome. 
+
+WWW: http://search.cpan.org/dist/B-Keywords/
--- /dev/null
+++ devel/p5-B-Keywords/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/B/Keywords.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Keywords/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Keywords
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B
+ at dirrmtry %%SITE_PERL%%/B
--- /dev/null
+++ devel/p5-B-Keywords/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	p5-B-Keywords
+# Date created:	   7 july 2003
+# Whom:		   Mathieu Arnold <m at absolight.net>
+#
+# $MidnightBSD: mports/devel/p5-B-Keywords/Makefile,v 1.1 2008/03/21 20:19:45 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-B-Keywords/Makefile,v 1.10 2007/10/27 06:26:15 mat Exp $
+#
+
+PORTNAME=	B-Keywords
+PORTVERSION=	1.08
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Lists of reserved barewords and symbol names
+
+PERL_CONFIGURE=	yes
+
+MAN3=		B::Keywords.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-B-Keywords/distinfo
@@ -0,0 +1,3 @@
+MD5 (B-Keywords-1.08.tar.gz) = 92f0d9d63d6ee2a6a2d4c5e1a90c5367
+SHA256 (B-Keywords-1.08.tar.gz) = afe39fd7cb3708985e57b4ce38e6125107d08aa87299f8ad61b1777b0afbeda3
+SIZE (B-Keywords-1.08.tar.gz) = 5096


More information about the Midnightbsd-cvs mailing list