Add p5-B-Keywords 0.05, lists of reserved barewords and symbol names.

PR:		54175
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Erwin Lansing 2003-07-19 00:40:39 +00:00
parent 64e91e8afa
commit 78ee6f8b48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85157
5 changed files with 46 additions and 0 deletions

View File

@ -476,6 +476,7 @@
SUBDIR += p5-AtExit
SUBDIR += p5-Attribute-Handlers
SUBDIR += p5-B-Graph
SUBDIR += p5-B-Keywords
SUBDIR += p5-BSD-Resource
SUBDIR += p5-BSD-stat
SUBDIR += p5-C-Scan

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-B-Keywords
# Date created: 7 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= B-Keywords
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= B
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Lists of reserved barewords and symbol names
PERL_CONFIGURE= yes
MAN3= B::Keywords.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e '$$_ = "" if /use warnings|use 5.006/;' \
${WRKSRC}/lib/B/Keywords.pm
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (B-Keywords-0.05.tar.gz) = 27be41dd7419d41accf2412a068b8d2e

View File

@ -0,0 +1,9 @@
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
@Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
@Barewords adds a few non-function keywords (like __DATA__, NULL) to the
@Functions array.
All additions and modifications are welcome.
WWW: http://search.cpan.org/dist/B-Keywords/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/B/Keywords.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Keywords/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Keywords
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/B 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/B 2>/dev/null || true