Add p5-Devel-Pointer 1.00, fiddle around with pointers.
This commit is contained in:
parent
84837be692
commit
6651ddd6e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98560
5 changed files with 48 additions and 0 deletions
|
@ -665,6 +665,7 @@
|
|||
SUBDIR += p5-Devel-Modlist
|
||||
SUBDIR += p5-Devel-ObjectTracker
|
||||
SUBDIR += p5-Devel-Peek
|
||||
SUBDIR += p5-Devel-Pointer
|
||||
SUBDIR += p5-Devel-Profile
|
||||
SUBDIR += p5-Devel-Profiler
|
||||
SUBDIR += p5-Devel-Size
|
||||
|
|
28
devel/p5-Devel-Pointer/Makefile
Normal file
28
devel/p5-Devel-Pointer/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: Devel-Pointer
|
||||
# Date created: 19 January 2004
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-Pointer
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Devel
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Fiddle around with pointers
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Devel::Pointer.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
devel/p5-Devel-Pointer/distinfo
Normal file
1
devel/p5-Devel-Pointer/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Devel-Pointer-1.00.tar.gz) = 724cb6f04750530eabfb7a2e8a8a3e0e
|
11
devel/p5-Devel-Pointer/pkg-descr
Normal file
11
devel/p5-Devel-Pointer/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
The primary purpose of this is to turn a smashed reference address back
|
||||
into a value. Once a reference is treated as a numeric value, you can't
|
||||
dereference it normally; although with this module, you can.
|
||||
|
||||
Be careful, though, to avoid dereferencing things that don't want to be
|
||||
dereferenced.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-Pointer/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
7
devel/p5-Devel-Pointer/pkg-plist
Normal file
7
devel/p5-Devel-Pointer/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Pointer/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Pointer/Pointer.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Pointer/Pointer.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Devel/Pointer.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Pointer
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
|
Loading…
Reference in a new issue