From owner-cvs-ports@FreeBSD.ORG Wed Feb 8 05:17:36 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13CC81065670; Wed, 8 Feb 2012 05:17:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D89BE8FC0A; Wed, 8 Feb 2012 05:17:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q185HZda079633; Wed, 8 Feb 2012 05:17:35 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q185HZMY079632; Wed, 8 Feb 2012 05:17:35 GMT (envelope-from sunpoet) Message-Id: <201202080517.q185HZMY079632@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Feb 2012 05:17:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Devel-CallChecker Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 05:17:36 -0000 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)