aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-ParseXS
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.19, add WWW to pkg-descr.Dmitry Sivachenko2008-02-213-6/+7
| | | | | | | | PR: 120901 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=207712
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 2.18Dmitry Sivachenko2007-05-032-4/+4
| | | | | | | | PR: 109820 Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> Notes: svn path=/head/; revision=191460
* Update to 2.17.Dmitry Sivachenko2006-12-232-4/+5
| | | | | | | | PR: 107066 Submitted by: chinsan Notes: svn path=/head/; revision=180602
* Update to 2.16.Dmitry Sivachenko2006-10-312-4/+3
| | | | | | | | PR: 103727 Submitted by: leeym Notes: svn path=/head/; revision=175887
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to version 2.15.Dmitry Sivachenko2005-10-182-3/+3
| | | | Notes: svn path=/head/; revision=145739
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* 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