NOTICE: This package has been removed from pkgsrc

./devel/p5-Class-XSAccessor-Array, Perl 5 module to generate fast XS accessors for array based objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.04nb2, Package name: p5-Class-XSAccessor-Array-1.04nb2, Maintainer: pkgsrc-users

The Perl 5 module Class::XSAccessor::Array 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 works only with objects that are
implemented as arrays.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-AutoXS-Header]

Master sites: (Expand)

SHA1: ddd9eb3fc92109339efd2e8c44e3c600e851fa60
RMD160: 17dfb048ef94f213785ae11139b951b4a1f7f1cd
Filesize: 52.045 KB

Version history: (Expand)


CVS history: (Expand)


   2012-02-01 21:11:38 by Ulrich Habel | Files touched by this commit (3) | Package removed
Log message:
Removed packages p5-Class-XSAccessor-Array.

Changes:

This package has been merged into p5-Class-XSAccessor by the author in
version 1.04_1

1.04_01  Mon Sep  7 11:35 2009
[..]
  - Merge Class::XSAccessor::Array into this distribution.
   2011-08-10 08:43:12 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Revision bump after updating perl to 5.14.1
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2009-12-05 00:57:33 by Stoned Elipot | Files touched by this commit (3) | Imported package
Log message:
Initial import of p5-Class-XSAccessor-Array version 1.04 in the
NetBSD Packages Collection.

The Perl 5 module Class::XSAccessor::Array 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 works only with objects that are
implemented as arrays.