cvs commit: ports/devel Makefile ports/devel/p5-Class-XSAccessor-Array Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sun Mar 15 10:16:37 PDT 2009


miwi        2009-03-15 17:16:37 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-XSAccessor-Array Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  The Class::XSAccessor::Array module implements fast XS accessors both
  for getting at and setting an object attribute. Additionally, the module
  supports mutators and simple predicates (has_foo() like tests
  for definedness of an attributes). The module works only with objects that
  are implemented as arrays.
  
  A simple benchmark showed more than a factor of two performance advantage over
  writing accessors in Perl.
  
  WWW: http://search.cpan.org/dist/Class-XSAccessor-Array/
  
  PR:             ports/132406
  Submitted by:   Cezary Morga <cm at therek.net>
  
  Revision  Changes    Path
  1.3416    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-Class-XSAccessor-Array/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Class-XSAccessor-Array/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Class-XSAccessor-Array/pkg-descr (new)
  1.1       +10 -0     ports/devel/p5-Class-XSAccessor-Array/pkg-plist (new)


More information about the cvs-ports mailing list