Commit graph

13 commits

Author SHA1 Message Date
wen
534c28fae8 Update to 1.18
Upstream changes:
version 1.18; 2013-09-21

  * bugfix: store peep chain link reliably under threads

  * update tests for Perl 5.19.4's removal of the special treatment of
    aliased undef in arrays

  * in doc, switch to consistent use of British English spellings

  * doc typo fix

version 1.17; 2013-08-04

  * bugfix: correct the dtrace-related macro squashing for Perls prior
    to 5.13.8, where the macros had the wrong number of parameters and
    prevented compilation

  * bugfix: use core's PL_no_localize_ref string constant as data string
    rather than format string

  * update to handle the new padrange op type in Perl 5.17.6

  * update to handle the new op allocation mechanism in Perl 5.17.2

  * clarify and expand documentation around list-like assignments

  * clarify documentation of deref() regarding lvalueness

  * remove the bulk of the documentation from the README file
2013-12-12 07:23:56 +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
wiz
f30f29065b Revert unintended commit. 2012-07-07 18:07:25 +00:00
wiz
09348cf025 Add p5-Autodia-2.14:
AutoDia is an open-source, auto-documentation and auto-diagramming
system allowing you to automatically generate Images, XML, HTML or Dia files.

It has been written to make GNOME Dia and any Diagram Application that
can use similar XML more powerful. I hope to make Dia more popular than
the commercial equivilents because of the ability to vastly extend it in
this way.

AutoDia's design goals have been good Object Orientation such as
plenty of abstraction, use of inheritance, extensability, robustness
and elegance. Speed and security are not concerns as this application is
designed to generate xml for documents in a batch processing manner, not
an interactive manner, and is a single user application for use from the
console.

AutoDia has been previously known as autodial. The output file is still
called autodia.out.dia by default. The executable files are now called
autodia.pl and autodia_java.pl, the only difference being an additional
section near the start of the latter to enable INLINE::Java.
2012-07-07 11:39:00 +00:00
sno
765ae0b637 Updating package in devel/p5-Data-Alias for CPAN module Data::Alias from
1.15 to 1.16.

pkgsrc changes:
- Add USE_LANGUAGES=c to remark it's an XS module requiring a C compiler

Upstream changes:
version 1.16; 2011-11-17
  * bugfix: use supported API to put destructor calls on the save stack
    (the unsupported way used before was wrong for 64-bit systems on
    perl 5.13.1 and later)

  * document the behaviour of "alias return" in more detail

  * convert .cvsignore to .gitignore
2012-01-31 07:59:27 +00:00
adam
e4998732f2 Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
  aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser

Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
  to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
  mutant Perl 5.8 that has it
* test POD syntax and coverage
2011-08-11 17:09:33 +00:00
obache
703a624ab5 Update p5-Data-Alias to 1.08.
1.08  Fri Oct 22 09:39 BST 2010
	- Updated to work with Perl versions 5.11.0 up to 5.13.0,
	  including particularly the major change in when rv2cv ops get
	  built in 5.11.2
2010-11-17 08:27:07 +00:00
sno
46b43100cd Data::Alias seems to be known being broken since 5.11.5 (see RT#36165 at
https://rt.cpan.org/Ticket/Display.html?id=36165) and there is no public
available patch.
2010-08-22 05:32:33 +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
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
99b0db6d25 Import p5-Data-Alias version 1.07.
Data::Alias provides a comprehensive set of aliasing operations.

Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl
would normally make copies instead. You can use this to improve
efficiency and readability, when compared to using references.
2008-07-22 23:52:21 +00:00