Commit graph

13 commits

Author SHA1 Message Date
mef
1d617fdb5b Update 0.10 to 0.11 (following info from Changes at github)
-------------------
0.11- B. Estrade (1):
   Adding new test for signatures as part of Feb 2015 PRC.
   Rafael Garcia-Suarez (8):
   Bump version to 0.10
   Merge pull request #6 from estrabd/Issue-5-add-signature-test
   Fix skipping tests on earliers perls
   Add new test to MANIFEST
   Do not let get_code_location() segfault on XSUBs
   Add a test for calling get_code_location on XSUBs
   Add a pure-perl version of last test
   Bump version
2015-09-06 06:46:22 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
9afddb97ce Update 0.04 to 0.10 (Changes does not mention for 0.10)
-------------------
0.09- A. Sinan Unur (1):
      Fix test failure due to hard-coded filenames.

0.08- Rafael Garcia-Suarez (2):
      Require at least perl 5.8.0
      Improve docs beyond a really terse synopsis

0.07- Rafael Garcia-Suarez (1):
      Require B unconditionally on older perls

0.06- Rafael Garcia-Suarez (4):
      Remove perl version requirement
      Skip tests that rely on perls more recent than 5.14.0
      Update ppport.h
      Use the pure-perl version of is_sub_constant on perls earlier than 5.16

0.05- Rafael Garcia-Suarez (13):
      Add test for function prototypes
      Require at least perl 5.14.1
      Better, simpler code for testing if we can load the XS version
      Add gitignore file
      Experimental implementation of get_code_location
      Add XS implementation of get_code_location()
      Add test for the prototype of get_code_location
      Make get_code_location work on undefined subs
      Add link to github repo in the meta file
      Add TODO file
      Add pure-perl implementation of is_sub_constant()
      Add XS implemetation of is_constant_sub()
      Add documentation
2015-02-16 14:49:01 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
c45a869f60 Revision bump after updating perl to 5.14.1 2011-08-07 12:52:28 +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
he
9272dcf95f Update from version 0.03nb1 to 0.04.
Pkgsrc changes:
 o Add USE_LANGUAGES=c since the build now uses the C compiler

Upstream changes:

0.04- Rafael Garcia-Suarez (9):
      First stab as a dual implementation XS / pure Perl
      Update MANIFEST and add ppport.h from bleadperl
      Bump version to 0.04
      Add license to Makefile.PL
      Re-add "use strict"
      Mortalize return values
      Add tests for a bug reported on P5P by Renée Bäcker
      Fix segfault / compilation error by returning nothing for a
        sub being compiled
      Regenerate META.yml
2008-12-20 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
seb
1c5ba579d4 Add DESTDIR support. 2008-07-27 22:37:54 +00:00
seb
c4bf8e661e Initial import of p5-Sub-Identify version 0.03 into The NetBSD
Packages Collection.

The Perl 5 module Sub::Identify allows you to retrieve the real
name of code references.
2008-07-26 09:25:46 +00:00