aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-ParseXS
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.07Mathieu Arnold2004-02-242-2/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=101965
* Update to 2.03Mathieu Arnold2003-08-273-7/+6
| | | | | | | | | fixup plist Approved by: maintainer Notes: svn path=/head/; revision=87784
* This port requires perl 5.6.Dmitry Sivachenko2003-07-031-1/+7
| | | | | | | | PR: 53954 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84156
* New port: ExtUtils::ParseXS.Dmitry Sivachenko2003-06-294-0/+36
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values. Notes: svn path=/head/; revision=83806