The NetBSD Project

CVS log for pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Devel-PPPort

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40, Fri Sep 4 11:03:15 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +1 -1 lines
FILE REMOVED

p5-Devel-PPPort: remove, part of perl since 2004

Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:53 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Aug 16 01:01:11 2020 UTC (3 years, 7 months ago) by wen
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Update to 3.60

Upstream changes:
3.60 - 2020-08-11
 * Restore PERL_BCDVERSION helper which is used on CPAN
 * A few API elements were not properly found, like IVTYPE

 3.59 - 2020-08-10

 * Add PERL_VERSION_* compare macros
 * Rename PERL_BCDVERSION to internal name to discourage future use
 * Stop versioning generated test files
 * Enforce strict & warnings
 * Avoid indirect calls
 * scanprov: multiple improvements
 * Use ivers() in tests
 * Update POD documentation and HACKERS file
 * Change ppport.h --api-info to not output non-API info unless that is the
   only match
 * Find more elements to be listed in the --api-info option (and similar) to
   ppport.h

Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 21 13:08:46 2020 UTC (4 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

(devel/p5-Devel-PPPort) Updated to 3.57

 3.58 - 2020-03-09

 * Safer definition of UVCHR_SKIP
 * Make sure WIDEST_UTYPE is unsigned
 * Avoid Pax Header in tarballs

 3.57 - 2020-01-31

 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali)
 * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali)
 * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali)
 * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson)
 * Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali)
 * Avoid generating warnings on early Perls (Karl Williamson)
 * Backport memCHRs (Karl Williamson)
 * Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali)
 * Implement UTF8f format and its UTF8fARG macro (Pali)

Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 27 12:23:36 2019 UTC (4 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

(devel/p5-Devel-PPPort) Udated 3.54 to 3.56

 3.56 - 2019-11-25

 * mktests.PL: use FindBin for INC setup
 * devel/regenerate: Adjust POD line length
 * Fix compilation with Visual C++ bugs introduced in 3.55 (Tomasz Konojacki)
 * Fix mess.t failures when on VC++ when $0 contains backslashes (Tomasz Konojacki)
 * Fix failing builds on 5.20.[1-3] introduced in 3.55 (Karl Williamson)
 * Change tests to accept and use Test::More-like functions (Karl Williamson)

 3.55 - 2019-11-07

  * Fix p5-Text-Xslate on Perl 5.8.5 (Nicolas R)
  * Fix EBCDIC build problem (Karl Williamson)
  * Fix isGRAPH_L1() bug (Karl Williamson)
  * utf8_to_uvchr_buf: Fix error checking on early EBCDICs and proper length (Karl Williamson)
  * HACKERS: fix typos and clarification (Karl Williamson)
  * Update bugtracker and repository URLs (Nicolas R)  (upstream/urls)
  * Add warning about UTF-8 unreliable in early perls (Karl Williamson)
  * Add withinCOUNT and inRANGE (Karl Williamson)
  * Implement G_RETHROW for eval_sv (Pali)
  * Backport some isFOO_LC macros (Karl Williamson)
  * Backport isFOO_LC_utf8_safe() (Karl Williamson)
  * Backport toFOO_uvchr() (Karl Williamson)
  * Backport isFOO_uvchr() (Karl Williamson)
  * Backport isFOO_utf8_safe() macros (Karl Williamson)
  * Backport toLOWER_utf8_safe and kin (Karl Williamson)
  * Backport UTF8_MAXBYTES_CASE (Karl Williamson)
  * Backport UTF8_CHK_SKIP (Karl Williamson)
  * Backport UTF8_SKIP (Karl Williamson)
  * Backport UNI to/from NATIVE (Karl Williamson)

Revision 1.35 / (download) - annotate - [select for diffs], Tue Oct 15 14:34:16 2019 UTC (4 years, 5 months ago) by mef
Branch: MAIN
Changes since 1.34: +3 -4 lines
Diff to previous 1.34 (colored)

(devel/p5-Devel-PPPort) Updated 3.52 to 3.54

 3.54 - 2019-09-27

  * Fix Unix-format path in Devel::PPPort's Makefile.PL
  * Fix utf8_to_uvchr_buf for 5.7.0
  * Add hint for utf8_to_uvchr()
  * Fix hints for is_ascii_string
  * Use numeric comparisons with $]
  * Fix 'for loops' to work on early perls
  * Can't use GCC brace groups before 5.4
  * Add script to regenerate ppport.fnc
  * Suppress useless warning
  * Fix mktests.PL for Perl 5.8.0
  * Implement sv_len_utf8_nomg() and sv_len_utf8()
  * Fix eval_pv for Perl versions prior to 5.31.2
  * Consolidate UTF-8 functions/macros into new file
  * Implement sv_mortalcopy_flags()
  * Implement newSVsv_flags()
  * Enable Perl compile-time warnings at all place
  * Improve Makefile.PL
  * Add tests for IVdf, UVuf, IV_MAX and UV_MAX

 3.53 - 2019-09-27

  * Rename PPPort_xs.PL to RealPPPort_xs.PL
  * Fix compilation issues with version older than 5.010
  * Fix compilation issues with version older than 5.010

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 11 13:19:18 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jun 30 20:14:55 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jun 2 03:04:49 2019 UTC (4 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Update to 3.52

Upstream changes:
3.52 - 2019-05-14

   * fix utf8_to_uvchr_buf retval in 5.30

Revision 1.31 / (download) - annotate - [select for diffs], Wed May 8 02:19:16 2019 UTC (4 years, 10 months ago) by wen
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

Update to 3.51

Upstream changes:
3.51 - 2019-05-01

    * include the module version in metadata for proper PAUSE indexing

 3.50 - 2019-04-30

    * Order warn before uv for packWARN (shown in 5.6.1)

 3.49 - 2019-04-29

    * Fix tests for 64bit int, 32bit ptr platforms

 3.48 - 2019-04-28

    * Order misc before uv for UNLIKELY (<=5.8.8)

 3.47 - 2019-04-27

    * re-fix leaky code (used only in tests)

Revision 1.30 / (download) - annotate - [select for diffs], Sat Apr 27 07:31:48 2019 UTC (4 years, 11 months ago) by wen
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Update to 3.46

Upstream changes:
 3.46 - 2019-04-20

    * Fix the isFOO character type classification macros to work properly on
       all versions, as follows:
         * Fixed isALNUM, isALPHA, isDIGIT, isIDFIRST, isLOWER, and isUPPER on
           very early perls to not be locale-dependent
         * Fixed isASCII on early perls to work with signed char arguments
         * Fixed isCNTRL on early perls to know that DEL is a control
         * Fixed isSPACE on perls before 5.20 to know that VERTICAL TAB is a
           space
         * Added isALPHANUMERIC, synonym for isALNUMC
         * Added isIDCONT, to match legal non-initial characters in an
           identifier
         * Added isOCTAL, to match [0-7]
         * Added isWORDCHAR, synonym for isALNUM
         * Make all the character classification isFOO macros work on EBCDIC
           platforms on all versions
         * Added isFOO_A synonyms for all character classification isFOO
           macros
   * Provide LIKELY/UNLIKELY branch prediction
   * Provide av_tindex/av_top_index
   * Provide __ASSERT_ for assertions inside macros
   * Provide UTF8_SAFE_SKIP
   * Provide my_strnlen()
   * Provide utf8_to_uvchr_buf()
   * Replace utf8_to_uvchr() with a safer version
   * Provide UNICODE_REPLACEMENT

Revision 1.29 / (download) - annotate - [select for diffs], Fri Apr 19 10:23:44 2019 UTC (4 years, 11 months ago) by wen
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Update to 3.45

Upstream changes:
3.45 - 2019-03-19

   * Restore missing unit tests from the previous release.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 16 23:44:15 2019 UTC (5 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Update to 3.44

Upstream changes:
3.44 - 2019-02-20

   * Fix D_PPP_FIX_UTF8_ERRSV macro to use errsv value from passed argument

Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 31 12:21:06 2018 UTC (5 years, 4 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

Update to 3.43

Upstream changes:
3.43 - 2018-09-19

    * Fix Devel::PPPort with Visual Studio by quoting $0.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:55 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Recursive bump for perl5-5.28.0

Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 23 06:53:14 2018 UTC (5 years, 11 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

Update to 3.42

Upstream changes:
3.42 - 2018-04-21

    * Include 'Changes' (this file) in the distribution.

3.41 - 2018-04-21

    * Fix security problem: CWE-134: Use of Externally-Controlled Format String.
    * Fix WIDEST_UTYPE.
    * Add the following functions:
      croak_sv, die_sv, mess_sv, warn_sv, mess, vmess, warn_nocontext,
      croak_nocontext, croak_no_modify, croak_memory_wrap, croak_xs_usage.
    * Delist functions listed as deprecated or unstable.
    * (perl #132876) define API macros on if the NEED_ macro is defined.
    * (perl #132876) only define croak_xs_usage()'s assert macro if cxu requested.
    * (perl #132761) updates for older perls.
    * Do not define PERL_MAGIC_qr more times.
    * Do not mask Perl_warn_nocontext and Perl_croak_nocontext.
      (Fixes compile errors on older threaded Perl versions.)
    * Skip ASCII tests on non-ASCII platforms.
    * Skip tests invalid on EBCDIC.
    * Will now compile under C++11.
    * Documentation improvements.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:53 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.23 / (download) - annotate - [select for diffs], Fri May 26 13:26:26 2017 UTC (6 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Updated devel/p5-Devel-PPPort to 3.36
-------------------------------------
3.36 - 2017-05-14
    * Support Perl 5.26.* which no longer has '.' in @INC

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jul 15 12:58:37 2016 UTC (7 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update to 3.35

Upstream changes:
3.35 - 2016-06-17

    * Fix compilation in bleadperl by removing a bad test.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jun 18 20:18:53 2016 UTC (7 years, 9 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Updated devel/p5-Devel-PPPort to 3.34
-------------------------------------
3.34 - 2016-06-04
    * Fix compilation on Windows with certain compilers.
      (__attribute__ not recognized. (#GH 36)

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:50 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 5 11:50:37 2016 UTC (7 years, 9 months ago) by mef
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Updated devel/p5-Devel-PPPort to 3.33
-------------------------------------
3.33 - 2016-06-03

    * Add PERL_OP_PARENT related macros, and cBOOL
    * Add SvRXOK/SvRX/PERL_MAGIC_qr
      (Thanks to arc)
    * sort files from all_files_in_dir (GH #28, https://bugs.debian.org/801523
      (Thanks to ntyni)
    * Fix coverity finding in test (GH #25)
      (Thanks to jhi)
    * Add PERL_UNUSED_RESULT and a test (GH #20)
    * Don't redefine MUTABLE_PTR if it's already there (GH #23)
    * Add C_ARRAY_LENGTH and C_ARRAY_END (GH #16)
    * Fix gv_fetchpvn_flags and add init_gv_pvn (#GH 32)
      (Thanks to leont)
    * Fix compiler warnings
      (Thanks to Dave M.)

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 23 08:56:32 2016 UTC (8 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Update to 3.32

Upstream changes:
3.32 - 2015-09-30

    * Lexical topic no longer works as of perl 5.23

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:08 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 15 13:45:55 2015 UTC (9 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update 3.28 to 3.31
-------------------
3.31 - 2015-03-12
    * Regen todo files to sync with blead

3.30 - 2015-03-05
    * Update typemap to account for STRLEN added in
      3.29, which prevented compiling on older Perls

3.29 - 2015-03-05
    * Fix issue found by Coverity
      (Thanks to Dave M. for patch)

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 29 05:18:44 2015 UTC (9 years, 2 months ago) by mef
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

3.28 - 2015-01-16

    * Update MANIFEST for regened base/todo files

3.27 - 2015-01-13

    * Regen base and todo files.
    * Fix isASCII and isCNTRL for <5.6.0
    * Other minor fixups.

    (Thanks to mhx for all of the work on this release)

3.26 - 2015-01-07

    * Silence some warnings on compilation in perl core
      (Thanks to Dave M. for patches)

3.25 - 2014-12-02

    * Add caller_cx (works back to Perl 5.6.0)
      (Thanks to Ben Morrow for patch)
    * Silence compiler and coverity warnings
      (Thanks to jhi for patches)

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 16 00:10:22 2014 UTC (9 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

Update to 3.24. From the changelog:

* Remove SvREFCNT_dec_NN until it can be implemented
  properly.
  (Thanks to bulk88 for reporting GH #10)
* Fix GH #11 - compiler warning under clang
  (Thanks to jhi for reporting it)
* Fix GH #12 - compiler warnings
  (Thanks to jhi for reporting it)
* Add support for HeUTF8
* Add GetFileContents() to retrieve the contents of the
  ppport.h file
* Update MAX_VER to be 5.20
* Update issue tracker to GitHub
* Add support for the following API
    SvREFCNT_dec_NN
    mg_findext
    sv_unmagicext
* Update META
    Move bug tracker to github
    Provide link to repository
* Avoid syntax disallowed by C++11
  (Thanks to Tony C for the patch)
* Fix cpan #87870: Merge core perl commit 90b0dc0e2e
  (Thanks to Father Chrysostomos for the original patch and
   to Steve Hay for forwarding it)
* Fix cpan #86975: Deterministically order API elements in POD
  (Thanks to Karl Williamson for providing a patch.)
* Fix cpan #81796: my $_ is deprecated
  (Thanks to Nicholas Clark for providing a patch)
* Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
  (Thanks to Karl Williamson for providing a patch)
* Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
* Fix cpan #79814: Install to 'site' for perl 5.11+
  (Thanks to Robert Sedlacek for providing a patch)
* Fix cpan #78271: Need SvPV_nomg_nolen
* Adapt buildperl.pl for newer Perl releases
* Update masked_versions regex for 5.005 thread builds
* Some tweaks needed to support 5.003 on 64-bit platforms

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 29 23:35:50 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 31 12:40:15 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 31 11:18:01 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:54 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 21 08:44:48 2011 UTC (12 years, 4 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored)

Update p5-Devel-PPPort to 3.20.

Changes from previous:
3.20 - 2011-09-10

    * fix CPAN #56749: isASCII and isCNTRL macros are buggy
      (thanks to Karl Williamson for providing a patch and patiently
       waiting almost two years for me to integrate it)
    * fix CPAN #70427: RealPPPort.xs:1587: error: lvalue required as unary ãàãàoperand

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 6 10:02:34 2011 UTC (12 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.7: +4 -5 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:35 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

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!

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 14 23:58:40 2009 UTC (14 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 12 01:16:23 2009 UTC (14 years, 11 months ago) by sno
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

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)

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 28 17:43:38 2009 UTC (15 years, 2 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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()

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 19 23:55:35 2009 UTC (15 years, 2 months ago) by he
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:52 2008 UTC (15 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

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=...").

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 11 12:28:01 2008 UTC (15 years, 7 months ago) by he
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.


Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 11 12:28:01 2008 UTC (15 years, 7 months ago) by he
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>