Often Perl modules are written to wrap functionallity found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actually build the module. Objects in this class provide an extension around ExtUtils::CBuilder to simplify the creation of a .c file, compiling, linking and running it, to test if a certain feature is present. WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
itetcu 2010-03-04 17:05:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-ExtUtils-CChecker Makefile distinfo pkg-descr pkg-plist Log: Often Perl modules are written to wrap functionallity found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actually build the module. Objects in this class provide an extension around ExtUtils::CBuilder to simplify the creation of a .c file, compiling, linking and running it, to test if a certain feature is present. WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/ PR: ports/144196 Submitted by: Sahil Tandon <sahil at tandon.net> Feature safe: yes Revision Changes Path 1.3827 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-ExtUtils-CChecker/Makefile (new) 1.1 +3 -0 ports/devel/p5-ExtUtils-CChecker/distinfo (new) 1.1 +10 -0 ports/devel/p5-ExtUtils-CChecker/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-ExtUtils-CChecker/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!