cvs commit: ports/devel Makefile ports/devel/p5-Devel-CallChecker Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 8 05:17:36 UTC 2012


sunpoet     2012-02-08 05:17:35 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Devel-CallChecker Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  - Add p5-Devel-CallChecker 0.004
  
  Devel::CallChecker makes some new features of the Perl 5.14.0 C API available to
  XS modules running on older versions of Perl. The features are centred around
  the function cv_set_call_checker, which allows XS code to attach a magical
  annotation to a Perl subroutine, resulting in resolvable calls to that
  subroutine being mutated at compile time by arbitrary C code. This module makes
  cv_set_call_checker and several supporting functions available. (It is possible
  to achieve the effect of cv_set_call_checker from XS code on much earlier Perl
  versions, but it is painful to achieve without the centralised facility.)
  
  Devel::CallCheckerprovides the implementation of the functions at runtime (on
  Perls where they are not provided by the core). It also, at compile time,
  supplies the C header file and link library which provide access to the
  functions. In normal use, "callchecker0_h" and "callchecker_linkable" should be
  called at build time (not authoring time) for the module that wishes to use the
  C functions.
  
  WWW: http://search.cpan.org/dist/Devel-CallChecker/
  
  Revision  Changes    Path
  1.4827    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/p5-Devel-CallChecker/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Devel-CallChecker/distinfo (new)
  1.1       +17 -0     ports/devel/p5-Devel-CallChecker/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Devel-CallChecker/pkg-plist (new)


More information about the cvs-ports mailing list