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:
simon 2009-02-02 00:58:07 +00:00
parent 895821ef6f
commit 654c45e001
4 changed files with 40 additions and 0 deletions

View 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>

View 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

View 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.

View 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