import p5-Variable-Magic
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.
This commit is contained in:
parent
895821ef6f
commit
654c45e001
20
devel/p5-Variable-Magic/Makefile
Normal file
20
devel/p5-Variable-Magic/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/02 00:58:07 simon Exp $
|
||||
|
||||
COMMENT = associate user-defined magic to variables from Perl
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Variable-Magic-0.28
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Variable-Magic/distinfo
Normal file
5
devel/p5-Variable-Magic/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Variable-Magic-0.28.tar.gz) = W6yeS1qvWpqUy43Ssv3nPw==
|
||||
RMD160 (Variable-Magic-0.28.tar.gz) = i7JAE18vGDFvYgi2B8yweXe8aiE=
|
||||
SHA1 (Variable-Magic-0.28.tar.gz) = pMAXPbIF/mwmACcoZepZeaPwzvs=
|
||||
SHA256 (Variable-Magic-0.28.tar.gz) = zLf8MOFTEyJsMRIVRqbtsnqAgXhDY+YFA90NG7Tf5mw=
|
||||
SIZE (Variable-Magic-0.28.tar.gz) = 34303
|
5
devel/p5-Variable-Magic/pkg/DESCR
Normal file
5
devel/p5-Variable-Magic/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Magic is Perl way of enhancing objects. This mechanism let the user add
|
||||
extra data to any variable and hook syntaxical operations (such as
|
||||
access, assignation or destruction) that can be applied to it. With
|
||||
this module, you can add your own magic to any variable without the pain
|
||||
of the C API.
|
10
devel/p5-Variable-Magic/pkg/PLIST
Normal file
10
devel/p5-Variable-Magic/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/02 00:58:07 simon Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Variable/
|
||||
${P5ARCH}/Variable/Magic.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Variable/
|
||||
${P5ARCH}/auto/Variable/Magic/
|
||||
${P5ARCH}/auto/Variable/Magic/Magic.bs
|
||||
${P5ARCH}/auto/Variable/Magic/Magic.so
|
||||
@man man/man3p/Variable::Magic.3p
|
Loading…
Reference in New Issue
Block a user