Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2012 05:17:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Devel-CallChecker Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201202080517.q185HZMY079632@repoman.freebsd.org>

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



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