Commit graph

8 commits

Author SHA1 Message Date
tron
3d7a7c86c1 Update p5-Devel-PPPort to version 3.19.03. Chance since version 3.19.03:
- fix CPAN #50763: mistaken use of $[
      (thanks to Zefram for spotting this)
- remove spurious PUSHMARK from Perl_ppaddr_t
      (thanks to Gerard Goossen for providing a patch)
- improved support for newer compilers in buildperl.pl
      (thanks to Philippe Bruhat (BooK) for providing a patch)
- added support for the following API
  memEQs
  memNEs
- lots of small toolchain updates
- fix a warning emitted by the test suite with older perls
- added support for the following API
  newSVpvs_share
  get_cvn_flags
  get_cvs
      (thanks to Goro Fuji for providing a patch to
      implement all of these, fixes CPAN #47174)
- keep up with latest core changes
2011-08-06 10:02:34 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
d73749a20e pkgsrc changes:
- Updating package of p5 module Devel::PPPort from 3.17 to 3.19
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
3.19 - 2009-06-14
    * updated base/todo files

3.18_01 - 2009-06-12
    * fix CPAN #44614: Please support XSBODY
    * fix CPAN #44655: Please support SVfARG
    * added support for the following API
        gv_fetchpvn_flags
        gv_fetchpvs
        gv_stashpvs
        GvSVn
        HvNAME_get
        HvNAMELEN_get
        isGV_with_GP
        newSV_type
        PL_error_count
        PL_in_my
        PL_in_my_stash
        SVfARG
        XSPROTO
      (thanks to Goro Fuji for providing a patch to
      implement almost all of these, fixes CPAN #44087)

3.18 - 2009-06-12
    * remove MAN3PODS option from Makefile.PL, which is
      no longer needed (thanks to Nicholas Clark for
      providing a patch)
    * adapt mktests.PL for new layout of ext modules in
      the core
2009-06-14 23:58:40 +00:00
sno
4b600f376b PkgSrc changes:
- Updating package to 3.17

Upstream changes:
3.17 - 2009-03-15

    * rework PTR macros, fixing PTR2ul for 5.6.1
      (fixes CPAN #39802, thanks to CHOCOLATE for
       reporting and providing a patch)
    * added support for the following API
        PTR2nat
      (second part of fix for CPAN #39802)
2009-04-12 01:16:23 +00:00
he
755e0d5cab Update from version 3.15 to 3.16. For some inexplicable reason the
distfile for 3.15 is no longer available via CPAN.

Upstream changes:

3.16 - 2009-01-23

    * fix DEFSV_set() for threaded 5.005 perls
    * add G_METHOD support to call_sv()
2009-01-28 17:43:38 +00:00
he
1127a36cdc Update from version 3.14nb1 to 3.15.
Upstream changes:

3.15 - 2009-01-18

    * added support for the following API
        DEFSV_set
    * fix --unstrip for development versions
2009-01-19 23:55:35 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
d944d94b84 Import devel/p5-Devel-PPPort version 3.14. ("Perl/Pollution/Portability")
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C
namespace environment (reduced pollution). The header file written
by this module, typically ppport.h, attempts to bring some of the
newer Perl API features to older versions of Perl, so that you can
worry less about keeping track of old releases, but users can still
reap the benefit.

Devel::PPPort contains a single function, called WriteFile. Its
only purpose is to write the ppport.h C header file. This file
contains a series of macros and, if explicitly requested, functions
that allow XS modules to be built using older versions of Perl.
Currently, Perl versions from 5.003 to 5.10.0 are supported.

This module is used by h2xs to write the file ppport.h.
2008-08-11 12:28:01 +00:00