Commit graph

18 commits

Author SHA1 Message Date
wiz
096f56b675 Update to 1.23:
2015-06-09  Gisle Aas <gisle@ActiveState.com>

   Release 1.23

   Avoid "Negative repeat count does nothing"-warnings from perl-5.22

   Typo fixes by David Steinbrunner
2015-08-06 08:35:54 +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
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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
wen
048e5caedc Update to 1.22
Upstream changes:
2013-05-10  Gisle Aas <gisle@ActiveState.com>

   Release 1.22

   Deal with class names containing '=' [RT#72415]

   Filters now get access to $ctx->expr; the textual expression
   denoting the current object.
2013-12-12 07:54:29 +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
rhaen
0e445fda65 Updated to 1.21
Changes:

2011-10-15  Gisle Aas <gisle@ActiveState.com>

   Release 1.21

   Make dump($1) work when $1 was integer [RT#63883]

   Dump floats without quoting



2011-10-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.20

   Add depth() method to FilterContext

   Make dump($1) work [RT#63883]

   Limit our temp listen socket to localhost [RT#63534]
2012-01-26 18:45:10 +00:00
adam
90f3160fb4 Changes 1.19:
* Add skips to tests to make perl-5.8 happy

Changes 1.18:
* Don't downgrade is_utf8-strings with MIME::Base64
* Deal with the perl-5.13 (?^:...) regex construct
* croak on bad add_dump_filter argument
2011-08-11 17:14:09 +00:00
sno
2acb9fd380 Updating devel/p5-Data-Dump from 1.15nb1 to 1.17
Upstream changes:
2010-06-12 - Release 1.17 - Gisle Aas <gisle@ActiveState.com>
   Fix dump of "1\n" (the newline was lost) [RT#56595]

   Start using the range operator to shorten list dumps.
   For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.

   CODE references now dumped as 'sub { ... }'.
   Potetential compatibility issue as perl-5.12 or better
   to eval such strings.

   Fix how multiline hash values are indented.

   Make indentation configurable

   Improved documentation

2010-06-09 - Release 1.16 -  Gisle Aas <gisle@ActiveState.com>
   Add support for filter callbacks
      - filters can modify how selected objects are dumped
   Various enhancements to how/when hash keys are quoted
      - don't quote keywords
      - don't quote words prefixed with "-"
      - don't quote long identifier keys
      - quote all hash keys if one needs quoting for better alignment
   Use case-insensitive sorting for hash keys
2010-08-31 20:33:29 +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
230f728e46 Updating package for p5 module Data::Dump from 1.14 to 1.15
pkgsrc changes:
  - Adjusting license to ${PERL5_LICENSE}

Upstream changes:
2009-07-26  Gisle Aas <gisle@ActiveState.com>

   Release 1.15

   Fixed regexp that determines if hash keys are numeric [RT#48003]
2009-07-28 06:20:14 +00:00
sno
61db014192 PkgSrc changes:
- Updating package for p5 module Data::Dump to 1.14 from 1.08
  - Setting license to gnu-gpl-v2

Upstream changes:
2009-01-12  Gisle Aas <gisle@ActiveState.com>

   Release 1.14

   Data::Dump::Trace enhancements:
      - trace() function
      - prototypes

2009-01-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.13

   Added the Data::Dump::Trace module

2008-10-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.12

   Documentation tweaks.

2008-08-23  Gisle Aas <gisle@ActiveState.com>

   Release 1.11

   Documentation tweaks.

2008-08-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.10

   Add the functions quote(), dd() and ddx().

   Fix segfault when duming large repeated strings [RT#33520]

   Incorporated documentation improvements from Mark Stosberg

   Apply Data-Dump-1.08-ANDK-01.patch from CPAN.  Might do some
   good on older perls I guess.
2009-04-29 20:01:21 +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
heinz
99eaffe7d3 Updated to version 1.08.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 1.06:
=====================================
2006-11-29  Gisle Aas <gisle@ActiveState.com>
   Release 1.08
   By popular demand; don't put underscore into dumped integers
   to group thousands.

2006-11-24  Gisle Aas <gisle@ActiveState.com>
   Release 1.07
   Remove unused code.
   Add some more tests.
2008-01-09 01:21:49 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
412c348436 Import devel/Data-Dump-1.06
This module provides a single function called dump() that takes a
list of values as its argument and produces a string as its result.
The string contains Perl code that, when evaled, produces a deep
copy of the original arguments. The string is formatted for easy
reading.

If dump() is called in a void context, then the dump is printed on
STDERR instead of being returned.

If you don't like importing a function that overrides Perl's
not-so-useful builtin, then you can also import the same function
as pp(), mnemonic for "pretty-print".
2006-08-10 14:15:29 +00:00