Initial import of p5-Class-XSAccessor version 1.03 in the NetBSD
Packages Collection. The Perl 5 module Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes.
This commit is contained in:
parent
a455a977c5
commit
f5ec179e4c
3 changed files with 31 additions and 0 deletions
5
devel/p5-Class-XSAccessor/DESCR
Normal file
5
devel/p5-Class-XSAccessor/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Perl 5 module Class::XSAccessor implements fast read, write and
|
||||
read/write accessors in XS. Additionally, it can provide predicates
|
||||
such as has_foo() for testing whether the attribute foo is defined
|
||||
in the object. It only works with objects that are implemented as
|
||||
ordinary hashes.
|
21
devel/p5-Class-XSAccessor/Makefile
Normal file
21
devel/p5-Class-XSAccessor/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/26 18:10:17 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-XSAccessor-1.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-XSAccessor/
|
||||
COMMENT= Perl 5 module to generate fast XS accessors
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DEPENDS+= p5-AutoXS-Header:../../devel/p5-AutoXS-Header
|
||||
|
||||
PERL5_PACKLIST= auto/Class/XSAccessor/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Class-XSAccessor/distinfo
Normal file
5
devel/p5-Class-XSAccessor/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/26 18:10:17 seb Exp $
|
||||
|
||||
SHA1 (Class-XSAccessor-1.03.tar.gz) = dada273b38d928b0dcc5b84585806f9fb87186e6
|
||||
RMD160 (Class-XSAccessor-1.03.tar.gz) = 75c27c7ec76079031790edb8ba992b7321277177
|
||||
Size (Class-XSAccessor-1.03.tar.gz) = 53054 bytes
|
Loading…
Reference in a new issue