Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 17:16:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Class-XSAccessor-Array Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200903151716.n2FHGbZv046458@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903151716.n2FHGbZv046458>