Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-06 20:25:50 UTC Now

2017-09-17 20:31:21 UTC MAIN commitmail json YAML

p5-Net-eBay: update to 0.61.

Revision history for Net-eBay

0.60    Added support for submitFindingRequest function to work with eBay finding API. In Progress
0.61    added submitPaginatedFindingRequest with obvious functionality (takes all work out of pagination).

(wiz)

2017-09-17 20:29:39 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS-Resolver-Programmable to 0.009

(wiz)

2017-09-17 20:29:30 UTC MAIN commitmail json YAML

p5-Net-DNS-Resolver-Programmable: update to 0.009.

--- 0.009 (2017-07-24)
  + Cleaner way to handle both arrays of strings and Net::DNS::Packet objects,
    courtesy of NLNETLABS (Dick Franks) in RT 122542 - thanks!
  + Extend tests to cover non-mocked queries too

--- 0.008 (2017-07-21)
  * Add Scalar::Util to deps

--- 0.007 (2017-07-19)
  * Fix handling pre-prepared ::Packet objects passed to send()
  + Additional tests

--- 0.006 (2017-07-16)
  * Don't demand 5.10, work on perl >= 5.6
  * No taint mode flag in t/01-basic.t
  * Avoid problems with our $VERSION = '...' on one line
  All these courtesy of Dick Franks (rwfranks) - thanks!

--- 0.005 (2017-07-13)

  * Remove debian/ subdir as per RT #108522
  * Regenerate README via pod2readme
  * Fix version number in changelog entry below - d'oh - and remove
    use of deprecated qv()
  * Import rcode list from Net::DNS - RT 96390

--- 0.004 (2017-07-13)

  * BIGPRESH taking over maintainership of this seemingly orphaned but
    very useful distribution.  Plan to fix various RT tickets.
  * Fix RT 109266 - avoid deprecated make_query_packet() call

(wiz)

2017-09-17 20:25:41 UTC MAIN commitmail json YAML

doc: Updated multimedia/p5-GStreamer to 0.20

(wiz)

2017-09-17 20:25:29 UTC MAIN commitmail json YAML

p5-GStreamer: update to 0.20.

Overview of changes in GStreamer 0.20
=====================================

* GStreamer.pm: Announce/link to new GStreamer1 module
* README: Add note for and link to new GStreamer1 module
* copyright.pod: updated copyright year
* perl-GStreamer.doap: update project short description

Overview of changes in GStreamer 0.19
=====================================

* Avoid misusing the macro PL_na, thus preventing potential issues when
  GStreamer is used in conjunction with certain XS modules, among them
  XML::Parser and String::Approx.

Overview of changes in GStreamer 0.18
=====================================

* Add GStreamer::Buffer::data_ptr() to access the buffer's data without copying
  it. (RT#82826)
∗ Make a few tests more robust
* Created %meta_merge which follows v2 of CPAN Meta Spec
  - %meta_merge is used for generating metadata via
    ExtUtils::MakeMaker/CPAN::Meta

(wiz)

2017-09-17 20:23:25 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Mac-PropertyList to 1.412

(wiz)

2017-09-17 20:23:14 UTC MAIN commitmail json YAML

p5-Mac-PropertyList: update to 1.412.

Add missing dependency.

1.412 2017-07-30T18:27:33Z
* Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466
and GitHub #5 (as a pull request)
* Note that this module does not handle ASCII or JSON formats (but they
are in the wishlist now) (anonymous Yahoo! user)

1.411 2017-07-19T02:10:42Z
* Bram Stappers fixed a regression with XML comments

1.41_01 2015-01-29T04:41:09Z
- RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant)
- RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)

(wiz)

2017-09-17 20:19:50 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-libintl to 1.28

(wiz)

2017-09-17 20:19:40 UTC MAIN commitmail json YAML

p5-Locale-libintl: update to 1.28.

    bumped version number to 1.28
    git ignore in sample
    editorial changes
    use new class methods for xgettext options
    quote import tags in docs
    updated copyright date
    git ignore
    updated FAQ
    new class methods options, flags, and keywords
    This will produce the default keyword and flag definitions for xgettext
    for Locale::TextDomain.
    updated ChangeLog
    updated NEWS
    updated fsf address
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=114731
    updated NEWS
    do not require modules from relative paths
    Fixes https://security-tracker.debian.org/tracker/CVE-2016-1238
    updated ChangeLog
    do not generate files in distribution
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=119014
    bumped version number to 1.27
    fix building on Perl without "." in @INC
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=120446
    updated
    typo
    generate README from markdown file

(wiz)

2017-09-17 20:16:22 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-Codes to 3.54

(wiz)

2017-09-17 20:16:12 UTC MAIN commitmail json YAML

2017-09-17 20:13:12 UTC MAIN commitmail json YAML

doc: Updated math/p5-Spreadsheet-Read to 0.74

(wiz)

2017-09-17 20:13:01 UTC MAIN commitmail json YAML

p5-Spreadsheet-Read: update to 0.74.

0.74 - 27 Aug 2017, H.Merijn Brand
    * Re-enable opening files with bad characters in the filename (issue#14)

0.73 - 30 Jul 2017, H.Merijn Brand
    * Spreadsheet::XLSX::Reader::LibXML support completely dropped
    * New options for ss2tk (font specs and SS labels)
    * Safer xls2csv option parsing/passing
    * Pass unknown command-line options to the parser
    * Fix ReadData ("a,b,c\n1,2,3\n", parser => "csv")
    * Drop 5.8.0 support. 5.8.1 is now minimum

0.72 - 25 May 2017, H.Merijn Brand
    * get_active_sheet is only available as of Spreadsheet::ParseExcel 0.61
    * Support password protected spreadsheets (implementation just for Excel)
    * Do not warn on undefined labels (xlscat)

0.71 - 13 May 2017, H.Merijn Brand
    * Use -w as intended
    * Add option pivot
    * No trailing spaces on xlscat -L
    * Lexicalize code snippet (issue#12)
    * Add attr method
    * Remove special chars from worksheet name component (Windows, PR#13)
    * Add refresh to ss2tk / csv2tk
    * Add shortcut for UTF-8 output to xlscat
    * Upgrade recommended modules to required for cpancover

(wiz)

2017-09-17 20:11:09 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-Prime-Util to 0.66

(wiz)

2017-09-17 20:11:00 UTC MAIN commitmail json YAML

p5-Math-Prime-Util: update to 0.66.

0.66 2017-09-12

    [ADDED]

    - random_semiprime                random n-bit semiprime (even split)
    - random_unrestricted_semiprime  random n-bit semiprime
    - forderange { ... } n            derangements iterator
    - numtoperm(n,k)                  returns kth permutation of n elems
    - permtonum([...])                returns rank of permutation array ref
    - randperm(n[,k])                random permutation of n elements
    - shuffle(...)                    random permutation of an array

    [FUNCTIONALITY AND PERFORMANCE]

    - Rewrite sieve marking based on Kim Walisch's new simple mod-30 sieve.
      Similar in many ways to my old code, but this is simpler and faster.

    - is_pseudoprime, is_euler_pseudoprime, is_strong_pseudoprime changed to
      better handle the unusual case of base >= n.

    - Speedup for is_carmichael.

    - is_frobenius_underwood_pseudoprime checks for jacobi == 0.  Faster.

    - Updated Montgomery inverse from Robert Gerbicz.

    - Tighter nth prime bounds for large inputs from Axler 2017-06.
      Redo Ramanujan bounds since they're based on nth prime bounds.

    - chinese objectifies result (i.e. big results are bigints).

    - Internal support for Baillie-Wagstaff (pg 1402) extra Lucas tests.

    - More standardized Lucas parameter selection.  Like other tests and the
      1980 paper, checks jacobi(D) in the loop, not gcd(D).

    - entropy_bytes, srand, and csrand moved to XS.

    - Add -secure import to disallow all manual seeding.

(wiz)

2017-09-17 20:07:10 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-GMP to 2.15

(wiz)

2017-09-17 20:07:00 UTC MAIN commitmail json YAML

p5-Math-GMP: update to 2.15.

2.15  2017-06-25 Shlomif
    - Bump required perl version to 5.10.x.
        - There were test failures with 5.8.x and even 5.10.x is old enough.
        - http://www.cpantesters.org/cpan/report/256184b2-58bf-11e7-a074-e1beba07c9dd

(wiz)

2017-09-17 20:05:21 UTC MAIN commitmail json YAML

doc: Updated math/p5-Algorithm-Cluster to 1.53

(wiz)

2017-09-17 20:05:11 UTC MAIN commitmail json YAML

p5-Algorithm-Cluster: update to 1.53.

Changes not found.

(wiz)

2017-09-17 20:03:14 UTC MAIN commitmail json YAML

doc: Updated mail/p5-User-Identity to 0.97

(wiz)

2017-09-17 20:03:03 UTC MAIN commitmail json YAML

p5-User-Identity: update to 0.97.

version 0.97: Thu  2 Feb 15:52:27 CET 2017

Improvements:
- spell checks from Debian.
  rt.cpan.org#118328 [Angel Abad]
- share podtail with MailBox

version 0.96: Mon Sep 19 23:15:07 CEST 2016

Fixes:
- include examples in the manual-pages

version 0.95:

Improvements:
- move t/99pod.t to xt/ and remove dependency on Test::Pod
- spell checks from Debian.
  rt.cpan.org#92483 [Salvatore Bonaccorso]

(wiz)

2017-09-17 20:02:10 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Net-ManageSieve to 0.13

(wiz)

2017-09-17 20:01:59 UTC MAIN commitmail json YAML

p5-Net-ManageSieve: update to 0.13.

0.13 Mon Jan  4 11:44:52 CET 2016
-fix: Escape braces in regexp / Debian bug#809102 / CPAN bug #110664
Unescaped braces in regexp are deprecated and issue a warning when used in Perl 5.22.
-fix: typo CPAN bug #110668 Debian

(wiz)

2017-09-17 20:00:16 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-SPF-Query to 1.999.1

(wiz)

2017-09-17 20:00:06 UTC MAIN commitmail json YAML

p5-Mail-SPF-Query: update to 1.999.1.

--- 1.999.1 (2006-02-26 18:00)

  Mail::SPF::Query:
  * Do not use \p{} named properties in the "a" and "mx" mechanisms' argument
    validation code, since Perl 5.6 requires (flaky) "use utf8" for them to
    work, and [a-z]/[a-z0-9] should work just as well (closes rt.cpan.org bug
    #17815).
  * Some minor documentation formatting improvements.

  Debian:
  + Added watch file.

(wiz)

2017-09-17 19:57:26 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Sendmail to 0.80

(wiz)

2017-09-17 19:57:17 UTC MAIN commitmail json YAML

p5-Mail-Sendmail: update to 0.80.

0.80 2017-08-20 NEILB
    - NEILB got co-maint to do a release that includes META.yml and META.json.
    - Switched to Dist::Zilla.
    - Added COPYRIGHT section to pod.
    - Fixed the NAME section in pod to follow expected format.
    - Added "use warnings" and fixed all the warnings.
    - Manually set $VERSION, as it's used in the code

0.79_16 2006-07-08 MIVKOVIC
    - experimental SMTP AUTH support (LOGIN PLAIN CRAM-MD5 DIGEST-MD5)
    - Fix bug where one refused RCPT TO: would abort everything
    - send EHLO, and parse response (for later AUTH implementation)
    - better handling of multi-line responses, and better error-messages
    - Also normalize line endings in headers
    - Now keeps the Sender header if it was used. Previous versions
      only used it for the MAIL FROM: command and deleted it.
    - No space between "MAIL FROM:" or "RCPT TO:" and address.

(wiz)

2017-09-17 19:55:43 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-IMAPClient to 3.39

(wiz)

2017-09-17 19:55:33 UTC MAIN commitmail json YAML

p5-Mail-IMAPClient: update to 3.39.

version 3.39: Fri Feb  3 00:43:00 UTC 2017
- rt.cpan.org#115726: uninitialized value via fetch_hash
  [Malte Stretz]
- rt.cpan.org#119523: better error reporting on failed TLS connections
  [Matthew Horsfall]
- rt.cpan.org#114904: document noop()
  [Glenn Golden]
- rt.cpan.org#97718: (redux) never retry DONE
  [Laurence Darby]
- _imap_command() new doretry => 0|1 option to suppress/allow retry
- updated copyright for 2017

(wiz)

2017-09-17 16:17:46 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-DKIM to 0.42

(wiz)

2017-09-17 16:17:36 UTC MAIN commitmail json YAML

p5-Mail-DKIM: update to 0.42.

Version 0.42

  * Fix tests failing due to dns changes elsewhere
  * Moved sample_mime_lite.pl to scripts directory

(wiz)

2017-09-17 16:15:31 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Box to 3.003

(wiz)

2017-09-17 16:15:19 UTC MAIN commitmail json YAML

p5-Mail-Box: update to 3.003.

version 3.003: Thu 29 Jun 15:18:15 CEST 2017

Fixes:
- change license back to "perl" after accidental change
  rt.cpan.org#120319 [Jitka Plesnikova]

version 3.002: Fri 31 Mar 14:22:17 CEST 2017

Fixes:
- repair test on Windows again :(
- error while global destruction of locker
- show installed version of POP3, not POP4 (of course)
  rt.cpan.org#120651 [Kent Fredric]

version 3.001: Mon  6 Feb 17:07:53 CET 2017

Fixes:
- test on windows, cause the path syntax differences
- posix lock on BSD [Slaven Rezic]
- SEE ALSO links broken.
  rt.cpan.org#120119 [Christophe Deroulers]
- do not test multi-lock on BSDs

Improvements:
- Mail::Box::Locker* cleaner OO
- ::Locker::Multi uses FcntlLock, not POSIX by default

version 3.000: Thu  2 Feb 15:50:36 CET 2017

Changes:
- split Mail::Box 2* into separate distributions:
Mail::Box            basic and simple mail folders
    Mail::Message        only message handling
    Mail::Transport      sending messages
    Mail::Box::IMAP4      net-imap folders
    Mail::Box::POP3      pop3(s) folders
    Mail::Box::Dbx        Outlook express folders (unpublished)
- simplify structure of tests
- do not ask questions during installation
- shared footer

(wiz)

2017-09-17 16:09:16 UTC MAIN commitmail json YAML

doc: Added mail/p5-Mail-Message version 3.002

(wiz)

2017-09-17 16:09:04 UTC MAIN commitmail json YAML

mail/Makefile: + p5-Mail-Message

(wiz)

2017-09-17 16:08:45 UTC MAIN commitmail json YAML

mail/p5-Mail-Message: import p5-Mail-Message-3.002

Packaged for wip by Angel M. Adames and myself.

PERL5 Mail-Message module containing:
Mail::Message, Mail::Box, etc.

(wiz)

2017-09-17 16:01:48 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Email-MIME to 1.946

(wiz)

2017-09-17 16:01:38 UTC MAIN commitmail json YAML

p5-Email-MIME: update to 1.946.

1.946    2017-08-31 09:29:41-04:00 America/New_York
        - propagate encode_check to subparts (thanks, Michael McClimon)
        - use the new parse_content_disposition function in
          Email::MIME::ContentType (thanks, Pali Roh叩r)
        - fix a bug in AddressList handling (thanks, Pali Roh叩r)

(wiz)

2017-09-17 16:00:07 UTC MAIN commitmail json YAML

doc: Added mail/p5-Email-Address-XS version 1.00

(wiz)

2017-09-17 15:59:56 UTC MAIN commitmail json YAML

mail/Makefile: + p5-Email-Address-XS

(wiz)

2017-09-17 15:59:30 UTC MAIN commitmail json YAML

mail/p5-Email-Address-XS: import p5-Email-Address-XS-1.00

This module implements RFC 2822 parser and formatter of email
addresses and groups. It parses an input string from email headers
which contain a list of email addresses or a groups of email addresses
(like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate
a string value for those headers from a list of email addresses
objects.

Parser and formatter functionality is implemented in XS and uses
shared code from Dovecot IMAP server.

(wiz)

2017-09-17 15:54:18 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Email-MIME-ContentType to 1.022

(wiz)

2017-09-17 15:54:08 UTC MAIN commitmail json YAML

p5-Email-MIME-ContentType: update to 1.022.

1.022    2017-08-31 09:16:58-04:00 America/New_York
        - add parse_content_disposition (thanks, Pali Roh叩r)

(wiz)

2017-09-17 15:52:33 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-GraphViz2 to 2.46

(wiz)

2017-09-17 15:52:21 UTC MAIN commitmail json YAML

p5-GraphViz2: update to 2.46.

2.46  2017-05-11T09:57:00
- Change the default value for the 'graph' attribute within GraphViz2::Parse::ISA from {} to ''.
This makes it match the default for each other module in the GraphViz2::Parse::* namespace.
The problem was reported by Kevin Ryde (RT#121599) who used GraphViz2::Parse::ISA all by
itself, without using it via GraphViz2, and the BUILD sub has a check on the pre-existing
value of $self -> graph, which returned {} instead of the empty string, so the code did
not initialize $self -> graph properly with a new GraphViz2 object.

2.45  2017-04-16T10:03:00
- In stringify_attributes(), check for undefined hash entries before processing them. If
detected, they are set to ''. Reported by Raphael Crochet. See RT#121122.
- Bump pre-req version of File::Which from V 1.09 to 1.21. This should solve issues of which()
not finding *.exe files under Cygwin. See File::Which's Changes file for details.
Reported by Raphael Crochet. See RT#121090.
- Reduce pre-req version of Test::More from 1.001014 to 1.001002.

2.44  2016-10-24:08:52:00
- The patch in V 2.43 assumed one of the output files had no path, and used that name as a
file name within a temporary directory to generate a *.gv file for dot. The code now just
uses 'temp.gv'. Thanx to jahagirdar for reporting this via the github repo.

2.43  2016-10-20T18:20:00
- Alongside the parameters format and output_file, add im_format and im_output_file for image
maps.
- Add docs for the new parameters.
- User Types::Standard to tighten constraints on parameters passed to new().
- Add maps/ containing various demos.

2.42  2016-08-02T12:29:00
- Seems I misunderstood something simple. This time, I've eliminated shape 'square'.
Thanx again to Daran Davis.

2.41  2016-08-02T09:00:00
- To preempt more problems, I've made the same change as in V 2.40, in
report.nodes.and.edges.pl, html.labels.1.pl, sub.graph.pl, sub.sub.graph.pl, trivial.pl
and sub.graph.frames.pl. I can't explain why the tickets mentioned in 2.40 did not
include these examples.

2.40  2016-08-02T08:41:00
- In scripts/rank.sub.graph.*.pl, change shape 'box' to 'doublecircle'. Some users have
reported errors with 'box'. See RT#81467 (Reported by D. Thomas on 2012-11-26, which I
rejected. My apologies to D. Thomas), and RT#116628 (Reported by Daran Davis on 2016-08-01,
which I now accept). I tested firstly by using 'rect' instead of 'box', and that also
works for me (the output is the same as with 'rect'), but using 'doublecircle' is visually
more impressive. Also, I hope all versions of Graphviz in use will support 'doublecircle'.
I can't see anything in the changelog for Graphviz to say when 'box' became available, but
it must have been years ago now.

2.39  2016-05-23T12:24:00
- Escape { in regexp in t/test.t to keep recent Perls happy.
- Add a dependency on Perl V 5.10.1.

2.38  2016-05-03T15:22:00
- Remove confusing para about $label in docs for add_edge(). See RT#105861. Thanx BOBMATH.
- Change licence to Perl. See LICENSE file.
- Update some pre-reqs.
- Adopt new repo format.
- Wind back min Perl version from 5.14.2 to 5.10.1 and File::Copy from 2.21 to 2.14.
- Remove t/version.t in order to get rid of Test::Version.

2.37  Sun Oct 11 12:19:00 2015
- Fix the default for the graph parameter in GraphViz2::Parse::*, to be '' instead
of {}. See notes for V 2.36 for more info. GraphViz2::Parse::Regexp was fixed in V 2.36.
This versions fixes all the other modules in lib/GraphViz2/Parse/.
- Rename the internal attribute and method 'isa' to 'is_a', to avoid clashing with
UNIVERSAL::isa. Thanx to Kevin Ryde to suggesting this.
- In scripts/html.labels.2.pl, rename palegreen to palegreen.
- Re-generate the demo page with the new version #.

2.36  Tue Oct  6 20:43:00 2015
- Fix the default for the graph parameter in GraphViz2::Parse::Regexp, to be '' instead
of {}. The {} tricked the 'if' in sub BUILD into not initializing the 'graph' attribute
and hence forced the caller to provide a value. See RT#107566. Reported by Kevin Ryde.
- Remove .gitignore from MANIFEST. Add it to MANIFEST.SKIP.

2.35  Wed Feb 18 16:32:00 2015
- Rename CHANGES to Changes as perl CPAN::Spec::Changes.
- Add github repo to Build.PL.
- Add LICENSE to disto and MANIFEST.

2.34  Mon Oct 27 13:31:00 2014
- Expand the algorithm used to find a primary table/key pair for a given foreign table/key.
- Expand the FAQ to explain this algorithm. It's the first Q/A in the FAQ.
- Reformat the docs to have a max of 100 chars per line.
- Reformat this file to have a max of 100 chars per line.

2.33  Sat Aug 30 08:27:00 2014
- Stop emitting empty node labels. Thanx to Fjodor Fedov (see RT#98426).
- Update docs on how to download AT&T's Graphviz. Thanx to Alex Becker (see RT#98405).

2.32  Mon Aug 18 15:57:00 2014
- In subs add_edge() and add_node(), remove leading and trailing whitespace from HTML tables.
This is formatting sugar, but it also affects the regexp used later when
stringify_attributes() is called. The same patch was put into stringify_attributes() in
V 2.20, but there are cases when this whitespace processing must take place somewhat before
that sub is called. See RT#98098. Many thanx to Andrew Beverley for reporting this.
- Add scripts/html.labels.3.pl to test the above.
- Replace Perl6::Slurp with File::Slurp, as part of my policy to reduce the # of modules used.

2.31  Fri Aug  8 11:37:00 2014
- Re-write the code which splits port (and compass) off node names. A single regexp was not good
enough.

2.30  Tue Aug  5 16:22:00 2014
- Expand GraphViz2::DBI to associate foreign keys column names with the corresponding primary
table's primary key name. Fallback is to the previous behaviour. See the FAQ for
GraphViz2::DBI for details.
- The new code requires DBIx::Admin::TableInfo V 3.00, and Lingua::EN::PluralToSingular V 0.14.
- Add sequential numbers to the column names. There are actually the Graphviz port numbers.
The table name is port 0.
- Make foreign key edges point to the table name, rather than the primary key name.
This shifts such edges from entering the right-hand side of the table to entering via the
left, simplifying the image, since they no longer overlap with edges entering or leaving the
right-hand side.

2.29  Wed Jul  9 16:46:00 2014
- Add exclude => [qw/table_1 table_2 .../] and include => [qw/table_3 table_4 .../] options
to GraphViz2::DBI.create().

2.28  Tue Feb 18 15:25:00 2014
- Remove the method get_column_info().
- Patch GraphViz2::DBI method create() to use DBIx::Admin::TableInfo, rather than approximately
duplicate the code.
- The hashref returned by table_info() has some changed some keys:
o New:      attributes
o Changed:  column_names => columns
o Unchanged: foreign_keys
o New:      primary_keys
Further, 'column_names' used to point to an array. 'columns' now points to a hashref.
- Remove 'use utf8' from modules, because it's global (affects all modules loaded I gather).
- Remove 'use open qw(:std :utf8)'.
- Remove 'use charnames qw(:full :short)' because it is never used.
- Update scripts/dbi.schema.pl to use $ENV{DBI_SCHEMA} for Postgres, if set.

2.27  Tue Feb 11 13:40:00 2014
- Stop using bare word file handles (again).
- Change sub BUILD() in all sub-classes to check whether or not a 'graph' parameter was supplied
to new(). If so, use it rather than instantiating a new GraphViz2 object.
This fixes a problem with those script/*.pl demos which use this feature.
- Fiddle t/sample.recdescent.1.dat, since the original test data happened to look like HTML,
and that stopped GraphViz2.stringify_attributes() adding double-quotes to protect the label.
That in turn caused dot to issue a syntax error when the generated DOT data was read.

2.26  Thu Jan 30 12:44:00 2014
- Stop using bare word file handles.
- Remove these lines from GraphViz2.pm (because utf8 is global and the others are not needed):
use utf8;
use open      qw(:std :utf8);    # Undeclared streams in UTF-8.
use charnames qw(:full :short);  # Unneeded in v5.16.

2.25  Mon Jan  6 17:06:00 2014
- Remove debug printing of the output of 'dot -T?' (a list of valid output formats).
- Fix typos in output names in rank.sub.graph.1.pl and rank.sub.graph.2.pl.
rank.sub.graph.1.pl was outputting to html/rank.sub.graph.2.svg and visa versa.

2.24  Mon Dec  2 09:30:00 2013
- Rewrite scripts/extract.output.formats.pl, which used to download a page of documentation from
graphviz.org, and parse it to build a list of output formats. The problems are:
(1) Forgetting to run the script; (2) the on-line docs being out-of-date.
So, as of this version, I now parse the output of 'dot -T?', which will not just be more
accurate, but will also include the formats supported by locally-installed plugins. It's a
win-win result.
- Put that new logic into GraphViz2's load_valid_attributes() method.
- Expand the FAQ to discuss the above operation.

2.23  Sun Dec  1 09:42:00 2013
- Update lists of valid attibutes by running scripts/extract.*.pl, and incorporating the changes
into the source code of GraphViz2.pm (at the end). I use Data::Section::Simple to read this
data. These lists now correspond to Graphviz V 2.34. Changes:
o Remove 'aspect' as an attribute 'graph'.
o Add 'inputscale' as an attribute of 'graph'.
o Add 'overlap_shrink' as an attribute of 'graph'.
o Add 'star' as an attribute of 'node shape'.
o Add 'underline' as an attribute of 'node shape'.
o Add 'xdot1.2' as an attribute of 'output format'.
o Add 'xdot1.4' as an attribute of 'output format'.
See RT#91073. Many thanx for Kent Fredric for bringing this to my attention.
- Add t/version.t, which uses Test::Version.
- Update pre-reqs.
- Add use strict/warnings to Build.PL and Makefile.PL.

2.22  Fri Sep  6 16:03:00 2013
- Fix handling of graph attributes which are for clusters but not for subgraphs.
See scripts/sub.graph.frames.pl for sample code.
See the demo page for the output of that script.
See the new FAQ item 'How do I specify attributes for clusters?' for details.
Many thanx to Bill Hollingsworth (private email) for prompting me to investigate this bug.
- Document method default_subgraph().

2.21  Fri Sep  6 13:00:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long.
Changed files: GraphViz2::Config, scripts/copy.config.pl, scripts/find.config.pl, Build.PL
and Makefile.PL. See: RT#88435 (for Tree::DAG_Node) for an explanation.

2.20  Tue Aug 27 16:22:00 2013
- In sub stringify_attributes(), remove leading and trailing whitespace from HTML tables like
so: s/^\s+(<)/$1/ and s/(>)\s+$/$1/. This is formatting sugar, but it also affects the next
regexp.
- In the same sub, change a regexp from /^<.+>$/ to /^<.+>$/s. Note trailing 's'.
This allows '.' to match newlines within HTML lables. This fixes a bug (not yet reported).
- Both these changes allow HTML labels to be more nicely formatted in the source code of the
module which uses GraphViz2 (such as MarpaX::Grammar::GraphViz2).
- Split scripts/html.labels.pl into scripts/html.labels.1.pl and scripts/html.labels.2.pl.
These demonstrate the 2 types of HTML labels.
- Document sub escape_some_chars().
- Add an FAQ item on using whitespace in HTML labels.

2.19  Tue Aug 20 10:44:00 2013
- Remove the global graph attribute 'record_orientation', as forewarned in V 2.10, in June.
- Fix handling of some global attributes.
Previously, some options mentioned in the call to new(...) were not set by that call.
The options affected were: 'driver', 'format', 'strict', 'subgraph' and 'timeout'.
The options 'driver', 'format', and 'timeout' could be set in the call to run(...),
but in new(...), the value of 'format' was ignored, and the value of 'subgraph' generated an
error referring to '... not a valid attribute ...'.
Thanx to Larry Knibb for reporting this problem, for 'driver'.
- Remove reference to GraphViz2::Parse::Marpa from scripts/pod2html.sh. See comment below for
V 2.15. This module has been replaced by MarpaX::Grammar::GraphViz2, which depends on
MarpaX::Grammar::Parser.

2.18  Wed Aug  7 09:22:00 2013
- Remove print from sub BUILD() left over from debugging.
- Update Build.PL and Makefile.PL to include bugtracker and license items.
Also replace the Perl version checking code with a simple 'require 5.014.002; # For the utf8
stuff.'.

2.17  Sat Aug  3 08:58:00 2013
- Fix handling of record shapes. E.g. label => [] ignored global default shape 'Mrecord'.
Thanx to Kent Fredric for this report. See RT#87560.
- Fix handling of the graph's default name. This is used in 'digraph $name {...}'.
Previously, names like '' or '0' were ignored, and such values defaulted to 'Perl'.
- Add scripts/record.4.pl to demonstrate setting record-style node attributes.
- Fix names of html/utf8*.svg and png files, as output by scripts/utf8*.pl.
- Fix scripts/generate.sh.pl which generates scripts/generate.(png,svg).sh.

2.16  Fri Aug  2 10:54:00 2013
- Patch GraphViz2.pm to handle both SVG and (eg) PNG output. I failed to test this properly.
Thanx to Kent Fredric for this report. See RT#87525.
- Patch scripts/Heawood.pl to use font ArialMT instead of Arial when running under Darwin (OSX).
Thanx to David Jack Olrik for this report. See RT#87478.
- Remove special case code in scripts/jointed.edges.pl. It used png:gd instead of png, to work
round an unknown Graphviz problem. Let's hope /your/ version of Graphviz is up-to-date.
- Patch scripts/circo.pl: Add comment searched for by t/test.t, which is used to label
html/index.html.
- Add scripts/generate.sh.pl to generate scripts/generate.png.sh and scripts/generate.svg.sh.
This adds 2 tests, and 2 images to the demo page, and fixes various typos in those *.sh
files.
- Switch from Hash::FieldHash to Moo.
- Add config/.htgraphviz2 to help the author generate the demo.
- Add GraphViz2::Config.pm, and split GraphViz2::Filer off from GraphViz2::Utils, which alsp
helps generate the demo.
- Switch from Hash::FieldHash to Moo.
- Use File::Slurp except where I need Perl6::Slurp's utf8 option. I needed File::Slurp's
write_file() for the new script scripts/generate.sh.pl, so I decided to use it in most
places.
- Rename scripts/utf8.pl to scripts/utf8.1.pl.
- Rename scripts/utf8.test.pl to scripts/utf8.2.pl.
- Rename html/utf8.svg to html/utf8.1.svg.
- Rename html/utf8.test.svg to html/utf8.2.svg.

2.15  Mon Jul 29 14:42:00 2013
- Remove GraphViz2::Parse::Marpa, until it's re-written to use Jeffrey Kegler's code to dump a
grammar.
- Add scripts/circo.pl and it's output html/circo.svg.
- For non-HTML labels, escape double-quotes if they are not already escaped.
This allows pathological labels such as '\"'.
- For all labels, escape '[' and ']' if they are not already escaped.
The rationale for this is shrouded in the mists of time :-(.
- Put author tests in xt/author.
- Add Algorithm::Dependency::Source::HoA V 1.110 to the pre-reqs to keep my home-grown Build.PL
and Makefile.PL checker a bit quieter.
- Add Config V 0, channames V 0 and open V 0 to the pre-reqs.
- Move t/pod.t to xt/author/.
- Switch from IPC::Run to IPC::Run3. This after a discussion with Larry Knibb re the fact that
his code is hanging under Apache (mod_cgi) on Windows. He suggested using qx//, but I've
gone for IPC::Run3. The other reason to switch is the overly-long bug list for IPC::Run,
including Larry's report RT#87397.
I went thru the same issues with Lee when switching from system() to IPC::Run for V 2.02.
See RT#76459. IPC::Run3 has the advantage of letting me set binmode on various file handles.
- For all modules and some scripts, convert:
use strict;
use warnings;
into:
use strict;
use utf8;
use warnings;
use warnings  qw(FATAL utf8);    # Fatalize encoding glitches.
use open      qw(:std :utf8);    # Undeclared streams in UTF-8.
use charnames qw(:full :short);  # Unneeded in v5.16.

2.14  Mon Jul  1 10:09:00 2013
- Patch push_subgraph() to correctly handle the case of an unnamed subgraph.
The code was outputting 'subgraph "" {...}'. The extra "" are now suppressed.
The code also handles the case of the name being undef.
There are no doc changes because the docs described precisely what should have happened,
thusly:
So, without $name, 'subgraph {' is written to the output stream.
With $name, 'subgraph "$name" {' is written to the output stream.
Many thanx (again) to Larry Marso for reporting this, with sample code.
- Add scripts/unnamed.sub.graph.pl.

2.13  Fri Jun 28 12:02:00 2013
- Oops - Patch scripts/record.1.pl as was allegedly done for V 2.11.

2.12  Thu Jun 27 14:40:00 2013
- Add scripts/plaintext.pl, which generates a 'Use of uninitialized value...' error under V 2.11
and, after the fix, does not do so under V 2.12. Many thanx to Larry Marso for the (private
email) report.

2.11  Thu Jun 27 09:21:00 2013
- Correct spelling of Kent Fredric's name below, with apologies.
- Patch scripts/record.1.pl and scripts/record.2.pl to use '\\n' to get a literal '\n' in the
output dot file. The original works my Debian machine, but needs fixing in case there's
someone out there not using Debian :-).
- Remove debug log message from add_edge().

2.10  Mon Jun 24 11:05:00 2013
- Overview: Re-work the label and port handing code.
- Note: the global graph attribute 'record_orientation' no longer does anything. The new label
syntax, (next, and in detail in the FAQ
(https://metacpan.org/module/GraphViz2#How-labels-interact-with-ports) ),
is now the recommended way of using labels to specify both ports and orientation.
Using 'record_orientation' will not cause parameter validation to fail, it just won't have
any effect. The attribute will be removed in a future version, so prepare now by deleting it
from your code.
- Labels can be a string, an arrayref of strings, or an arrayref of hashrefs. The latter
alternative is new. The keys to the hashrefs are 'text' and 'port', with the latter being
optional. See the FAQ topic mentioned above. See scripts/record.2.pl for sample code.
Many thanx to Kent Fredric for the report (RT#85976), and the list of suggestions.
- Add scripts/record.3.pl and add it to the demo generating code scripts/generate.*.sh.
It demonstrates deeply nested record structures using a string as a label. The same effect
could be achieved by using an arrayref of hashrefs, of course. scripts/record.2.pl shows
how.
- Stop escaping the 2 label characters { and }, since they are used to orient fields within
records. On the demo page http://savage.net.au/Perl-modules/html/graphviz2/, see
scripts/record.*.pl. Expand the FAQ discussion of escaping to cover this issue.
- Remove restriction that port names in calls to add_edge() had to start with 'port'.
This was due to my misreading of the Graphviz docs, where all examples used a 'port' prefix.
The code also now checks for '*::*', in case the program is using Perl classes for node
names, in which case we don't want the first ':' to be taken as the introduction for a port
name.
- Update words/tokens (arrow shapes etc) stored within the source code, by running
scripts/extract.*.pl and storing the output in lib/GraphViz2.pm after the __DATA__ token.
Yes, I know this is hard-coding.
See the amazing module Data::Section::Simple for details.
The set of words/tokens matches Graphviz 2.30.1, as of today, 2013-06-24.
- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
- Reformat the POD in lib/GraphViz2.pm slightly.
- Remove scripts/parse.marpa.pl and t/sample.marpa.1.dat, as a step in removing all
Marpa-related material, because it uses the deprecated NAIF interface. All new Marpa work
should use the scanless interface (SCIF).
- Change Build.PL and Makefile.PL to check for Perl being at least V 5.14.0. If you are using an
earlier version, you can forgo utf8 support by editing the files to relax this restriction.
Some tests (utf8.pl, utf8.test.pl) will presumably fail as a consequence.
Lastly, my attention has been drawn to Unicode::Semantics::up(), but I've chosen not to use
it.

2.09  Fri May 31 09:57:00 2013
- Re-write the code in Build.PL and Makefile.PL which checks for Graphviz (dot) being installed,
since the previous code, using a pipe, was failing on some versions of Windows.
- Assume Config.pm is installed, and hence remove it from the pre-reqs.
This also stops a warning message generated because Config's version # is undef.
- Likewise assume File::Spec and File::Temp are installed, and 'recent enough'.
This is because the new code uses these 3 modules before specifying the pre-reqs.
- Bump the pre-req for Perl from 5.10.0 to 5.14, since we 'use feature qw/unicode_strings/.
- Re-write the code in Build.PL and Makefile.PL which checks for Perl being 'recent enough',
since the previous code, using a pre-req of "perl => '5.10.0'" generates a warning message
when using Makefile.PL (for my current Perl V 5.14.2). Now we analyze $Config{version}.
- One CPAN Tester found tests failing even though Graphviz was installed.
The problem was that the Times font was missing. The new code should fail during
'perl Build.PL', or 'perl Makefile.PL', rather than during testing, which is good.

2.08  Thu Mar 21 13:16:00 2013
- Add $ENV{DBI_SCHEMA} to scripts/dbi.schema.pl.
- For the MusicBrainz database, use DBI_SCHEMA=musicbrainz,cover_art_archive,report,statistics.
See http://musicbrainz.org/doc/MusicBrainz_Database for details.
Users of cpanm will want 'cpanm Carton' instead of 'sudo cpan Carton' in Perl dependencies.
See https://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL.md for details.

2.07  Wed Mar 13 13:24:00 2013
- Extend GraphViz2::DBI to handle SQLite using pragma foreign_key_list($table_name).
- Add scripts/sqlite.foreign.keys.pl to help analyze that pragma's output.
- Remove the string 'App-Office-CMS' from scripts/dbi.schema.pl. That is, the create() method is
called as $g -> create(name => ''). This has the effect of removing the global node from the
resultant graph. All tables were descendents of this node, but with schemas of dozens or
hundreds of tables, it became confusing.
- Patch dbi.schema.pl to set the DBI connect attr sqlite_unicode and foreign_keys pragma if
using SQLite.

2.06  Thu Nov  8 12:38:00 2012
- No code changes.
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.

2.05  Tue Oct  2 10:20:00 2012
- No fundamental code changes, so no need to upgrade, unless you need the following new
features.
- After a request from Jack Maney, author of the Perl module Hypatia:
o Document the mutator node_hash(), which returns a hashref keyed by node name.
Use this to get a list of all nodes and their attributes.
o Add a new mutator, edge_hash(), which also returns a hashref keyed by node name.
The node is the one at the arrow/tail/ end of the edge, i.e. where the edge starts from.
Use this to learn all sorts of things about the edge.
o Add scripts/report.nodes.and.edges.pl (a version of scripts/html.labels.pl) to demonstrate
how to access this data.
o Update to POD to match.

2.04  Fri Aug 17 10:48:00 2012
- Add Perl V 5.14.2 to the pre-reqs, for the utf8 stuff.
- Re-write the subgraph handling code, which was broken up to V 2.03.
Add samples, script/rank.sub.graph.[1234].pl, to demonstrate subgraph name effects and node
rankings. script/rank.sub.graph.[12].pl use subgraphs to force a set of nodes to be
horizontally aligned. script/rank.sub.graph.[34].pl show the effects of subgraph name
changes on the same data.

2.03  Mon Jun 18  9:47:00 2012
- Switch from double to single quotes in line 22 of GraphViz2::Parse::Regexp, so the resultant
string, treated as Perl code, runs on Windows. Reported by Max Maischein as RT#77869.
- Also, slightly reformat line 39 of that module.

2.02  Thu Apr 19 11:51:00 2012
- Accept patch from Lee as in RT#76459, to replace the code which writes the dot input file to
a file with binmode, and just pass the data to dot via IPC::Run.
Happily, this allows me to eliminate 'use open qw/:encoding(UTF-8) :std/;' in t/test.t.
- Update the pre-reqs in Build.PL and Makefile.PL.
- Add scripts/utf8.test.pl to the list of scripts shipped with this module.
- Add scripts/utf8* to scripts/generate.*.sh.
- Make scripts/generate.*.sh emit a warning when DBI_DSN is not set.

2.01  Wed Mar  7 08:50:00 2012
- I only tested V 2.00 by outputting to SVG (a text format), but outputting to a binary format
such as PNG was broken.
So, remove the 'use open qw/:encoding(UTF-8) :std/;', and restore binmode, in
GraphViz2.pm.
- Remove log to screen in utf8.pl, since Log::Handler doesn't accept utf8 as a logger option.
- Copy scripts/utf8.pl to scripts/utf8.test.pl and edit to display just 5 delta characters.
See html/utf8.test.svg. PNG is ok too.
This demonstrates (hopefully) we can get the correct output on a binary format despite
the 'Wide character in print...' message.
- Add FAQ topic regarding this 'Wide character in print...' problem.

2.00  Tue Mar  6 16:02:00 2012
- Support utf8 in labels. This required changes to GraphViz2.pm. See scripts/utf8.pl and
html/utf8.svg. I'm using Perl V 5.14.2.
  Sample output is online at http://savage.net.au/Perl-modules/html/graphviz2/utf8.svg.
- Add an item to the FAQ about how to write scripts using utf8.
- Re-write GraphViz2::Parse::ISA to draw multiple class hierarchies on 1 graph. This means the
API for that class has changed. Specifically, create() no longer exists. Call add() 1 or
more times instead. Then, call generate_graph(). See the docs for details.
Sample output is online at
http://savage.net.au/Perl-modules/html/graphviz2/parse.isa.svg.

1.13  Sun Dec 25 10:33:00 2011
- Change <img...> to <object...> in the demo creation code, to keep poor old FireFox happy.
- Change various things in html/graphviz2.index.tx to we validate as XHTML 1.0 Strict.
- Unreleased.

(wiz)

2017-09-17 15:41:15 UTC MAIN commitmail json YAML

doc: Updated devel/p5-glib2 to 1.326

(wiz)

2017-09-17 15:41:06 UTC MAIN commitmail json YAML

p5-glib2: update to 1.326.

Overview of changes in Glib 1.326 (stable)
============================================
* lib/Glib/GenPod.pm: Allow overriding of current time in generated man-pages

Overview of changes in Glib 1.325 (stable)
============================================
* Try to avoid a possible hang in t/9.t
* Handle removing '.' in @INC for perl-5.26.0 compatibility

Overview of changes in Glib 1.324 (stable)
============================================

* Fix a POD error in the Glib::ParamSpec whatis entry
* Fix POD for the benefit of whatis (Bugzilla #772329)
* Fix typos in error message and POD (Bugzilla #772328)

(wiz)

2017-09-17 15:39:53 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-cairo to 1.106

(wiz)

2017-09-17 15:39:44 UTC MAIN commitmail json YAML

p5-cairo: update to 1.106.

Overview of changes in Cairo 1.106
==================================

* Generate cairo-perl-auto.typemap and cairo-perl-auto.h in a deterministic
  fashion
* Use the pthread compatibility workaround on NetBSD as well
* Fix a test failure in t/CairoFont.t

Overview of changes in Cairo 1.105
==================================

* Fix libpthread-related building issues on OpenBSD

(wiz)

2017-09-17 15:37:21 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-GDGraph to 1.54

(wiz)

2017-09-17 15:37:11 UTC MAIN commitmail json YAML

p5-GDGraph: update to 1.54.

1.54 21 Nov 2016

- Disable two Y axes alignment when any y[12]_{min,max}_value is defined
  RT#62665

(wiz)

2017-09-17 15:35:56 UTC MAIN commitmail json YAML

doc: Updated filesystems/p5-MooseX-Types-Path-Tiny to 0.012

(wiz)

2017-09-17 15:35:46 UTC MAIN commitmail json YAML

p5-MooseX-Types-Path-Tiny: update to 0.012.

0.012    2017-04-05 23:17:14Z
    - repository migrated to the github moose organization
    - switch from Test::Requires to Test::Needs in tests
    - add MooseX::Getopt option type maps when MooseX::Getopt is installed
      (thanks, Gregory Oschwald!)

(wiz)

2017-09-17 15:33:45 UTC MAIN commitmail json YAML

doc: Updated editors/p5-PPIx-EditorTools to 0.19

(wiz)

2017-09-17 15:33:32 UTC MAIN commitmail json YAML

p5-PPIx-EditorTools: update to 0.19.

0.19 2014.09.03
    - Update the link to the GitHub repository.

0.18 2012.10.20
- Including Module::Install 1.06
  http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04
- Add test using Test::CPAN::Changes

(wiz)

2017-09-17 15:31:55 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-Git to 0.12

(wiz)

2017-09-17 15:31:43 UTC MAIN commitmail json YAML

p5-Padre-Plugin-Git: update to 0.12.

0.12 2013-09-15
- various tweaks after running xt's
- add typo found by perlbotics++
- remove an unwanted 0.11, that crepped in from an update-version script,
  this is also a test (BOWTIE)
- turn off message echo to term [0e2335e]
- tweak contents, remove core modules [cd5db46]
- update POD
- Update Version [30df3d8]

0.11 2012-11-29
- silly me forgot to add install share to Makrfile.PL (BOWTIE)

0.10 2012-11-29
- silly me left some test code visable (BOWTIE)

0.09 2012-11-29
- Oops Add Artistic accreditation (BOWTIE)
- use 64x64 in About Dialogue (BOWTIE)
- Add Local Stage Patch for dod++ (BOWTIE)
- Add Local Commit Patch to complement the Stage Patch (BOWTIE)
- Add Message Dialogue for commit messages,
- also offer to load previous message from .git/COMMIT_EDITMSG (BOWTIE)

0.08 2012-11-25
- Unescaped left brace in regex is deprecated, passed through in regex
  (BOWTIE)
- Add a plugin icon for use in Plugin Manager (BOWTIE)
- Add blame for current file for dod++ (BOWTIE)
- Add a git icon to About Dialog (BOWTIE)
- Add Perl programming -> TIOBE (BOWTIE)

0.07 2012-11-03
- Fix-typo use of pbp return in sub cause a clocaking effect of menu
  (BOWTIE)

0.06 2012-11-01
- Add some Branching
- Make Dialogue Bigger (BOWTIE)
- Add auto update Changes on git commit if {{$NEXT}} exists (BOWTIE)
- Update Makefile.PL with requirments (BOWTIE)

0.05 2012-09-26
- Add missing dependencies (BOWTIE)

0.04 2012-09-08
- Update to Padre-Plugin Api 2.2 (BOWTIE)
- event_on_context_menu now works, short cut (BOWTIE)
- switch to menu_plugins_simple all items work (BOWTIE)
- git local functions, done (BOWTIE)
- git remote functions, using padre-task (BOWTIE)
- enable git-hub pull request with external credentials (BOWTIE)

(wiz)

2017-09-17 15:26:28 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-Encrypt to 0.12

(wiz)

2017-09-17 15:26:16 UTC MAIN commitmail json YAML

p5-Padre-Plugin-Encrypt: update to 0.12.

0.12  2010.12.06
        Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)

0.11  2010.10.29
        Removed Test::NeedsDisplay dependency (AZAWAWI)

0.10  2010.10.27
        t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI)

0.09    2010.10.22
        Added missing meta resources after switching to Dist::Zilla (AZAWAWI)

0.08    2010.10.22
        Switched to Dist::Zilla (AZAWAWI)
        Fixed 00-load.t failure when $ENV{DISPLAY} is not set (AZAWAWI)

0.07    2010.10.19
        Make sure it works on latest Padre (RT #61657, RENEEB++).  (AZAWAWI)
        Added i18n and some error handling to prevent crashes.  (AZAWAWI)
        Fixed some build issues.  (AZAWAWI)
        Handled various text encodings properly while decrypting.  (AZAWAWI)
        Encrypt/Decrypt in hexadecimal to prevent data loss.  (AZAWAWI)
        Added Arabic translation (AZAWAWI)
        Translation files are now copied to share folder using Module::Build's share_dir

(wiz)

2017-09-17 15:22:06 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-Ecliptic to 0.23

(wiz)

2017-09-17 15:21:56 UTC MAIN commitmail json YAML

p5-Padre-Plugin-Ecliptic: update to 0.23.

0.23  2010.12.06
Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)

0.22  2010.10.29
Removed Test::NeedsDisplay dependency (AZAWAWI)

0.21  2010.10.27
t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI)

0.20  2010.10.23
Switched to Dist::Zilla
Fixed Compatibility with the latest Padre
Share directory is now accessible via File::ShareDir

(wiz)

2017-09-17 15:20:06 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-DataWalker to 0.04

(wiz)

2017-09-17 15:19:56 UTC MAIN commitmail json YAML

p5-Padre-Plugin-DataWalker: update to 0.04.

0.04  2010.12.06
    Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)

0.03  2010.11.01
    Switched to Dist::Zilla (AZAWAWI)
    Compatibility with the latest Padre (CHORNY, AZAWAWI)

(wiz)

2017-09-17 15:13:23 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-Catalyst to 0.13

(wiz)

2017-09-17 15:13:12 UTC MAIN commitmail json YAML

p5-Padre-Plugin-Catalyst: update to 0.13.

0.13  2010.12.08
    Fixed another test failure (AZAWAWI)

0.12  2010.12.08
    Fixed a t/01-perl_interpreter.t failure when DISPLAY is not set (AZAWAWI)

0.11  2010.12.06
    Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
    Switched to Dist::Zilla (AZAWAWI)
    Code cleanup (AZAWAWI)
    Removed unused ExtUtils::Install (AZAWAWI)
    Fixed 'Update Application Scripts' on win32 (AZAWAWI)

(wiz)

2017-09-17 14:50:52 UTC MAIN commitmail json YAML

doc: Updated editors/p5-Padre-Plugin-Autoformat to 1.22

(wiz)

2017-09-17 14:50:41 UTC MAIN commitmail json YAML

p5-Padre-Plugin-Autoformat: update to 1.22.

Revision history for Padre-Plugin-Autoformat

1.22  2010.12.06
- Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)

1.21  2010.11.01
- Switched to Dist::Zilla (AZAWAWI)
- Added proper share folder support using File::ShareDir (AZAWAWI)

1.2.0 Sat Aug 14 19:41:54 CEST 2010
- Renamed to the new Padre 0.43 PO naming scheme (azawawi)
- updated to make it work with padre 0.68 api
- added translations:
  - Chinese (Traditional) (BLUET)
  - brazilian portuguese
  - french
  - polish
  - Arabic (azawawi)
  - Spanish (BRUNOV)

(wiz)

2017-09-17 14:42:16 UTC MAIN commitmail json YAML

p5-Wx: use matching version of p5-Alien-wxWdigets

(wiz)

2017-09-17 14:41:33 UTC MAIN commitmail json YAML

doc: Updated x11/p5-Wx to 0.9932nb1

(wiz)

2017-09-17 14:41:22 UTC MAIN commitmail json YAML

p5-Wx: switch to wxGTK30

Bump PKGREVISION.

(wiz)

2017-09-17 14:31:38 UTC MAIN commitmail json YAML

doc: Updated x11/wxGTK30 to 3.0.3.1

(wiz)

2017-09-17 14:31:27 UTC MAIN commitmail json YAML

wxGTK30: update to 3.0.3.1

This is almost exactly the same as the last release but includes
the missing wxPropertySheetDialog::SetInnerSize() method which was
mistakenly removed from 3.0.3.

Please notice that this method is undocumented and not supposed to
be used from outside the library and it is declared as inline and
thus is not part of the library ABI, so its absence in 3.0.3 normally
shouldn't affect the library users, so there is no need to update
unless, for some reason, you need to recompile existing code using
this method with the latest sources, as is the case when building
wxPerl, for example.

(wiz)

2017-09-17 13:55:38 UTC MAIN commitmail json YAML

doc: Updated x11/p5-Alien-wxWidgets to 0.69

(wiz)

2017-09-17 13:55:28 UTC MAIN commitmail json YAML

p5-Alien-wxWidgets: update to 0.69.

Switch to wxGTK30.

0.69  Tue Apr 18 2017
    - added build dependency on LWP::Protocol::https - it is always
    - necessary due to sourceforge redirect to https

0.68  Sat Apr 8 2017
    - RT:120887 - patch from Jim Keenan for '.' no longer in@INC
    - RT:94367  - allow ENV setting for wx-config
    - Fix current OSX builds

(wiz)

2017-09-17 13:36:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Plugin-NoWarnings to 0.06

(wiz)

2017-09-17 13:36:30 UTC MAIN commitmail json YAML

p5-Test2-Plugin-NoWarnings: update to 0.06.

0.06    2017-06-04

- Warnings inside a subtest were not emitted as TAP events, breaking the TAP
  and making for great confusion. This is because of a bug in the core TAP
  formatter - see https://github.com/Test-More/test-more/issues/776 for
  details. Warnings are now emitted as Ok events instead of Warning events.

(wiz)

2017-09-17 13:35:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Trap to 0.3.3

(wiz)

2017-09-17 13:35:24 UTC MAIN commitmail json YAML

p5-Test-Trap: update to 0.3.3.

0.3.3  Tue Aug 22 02:06:09 CEST 2017
For this release, many thanks go to Slaven Rezic, who found
        that Test::More::is() (or Test2::Formatter::TAP::write())
        clobbers $^E on Windows.
        - RT #105125 is addressed:  The tests now use a copy of $^E
          taken before Test::More gets a chance to touch it.
- Further, the Test::Trap test methods might also clobber $^E
          (via Test::More or other modules), so they now localize $^E
          before invoking the callback.
        - Regression tests have been added for this.

(wiz)

2017-09-17 13:34:11 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Spec to 0.53

(wiz)

2017-09-17 13:34:02 UTC MAIN commitmail json YAML

p5-Test-Spec: update to 0.53.

0.53 Wed Aug 16 09:49:00 BST 2017
  - POD links are clickable
    Contributed by @manwar (issue #42)

0.52 Tue Aug 15 10:20:00 BST 2017
  - Pass example instance to each test
    Contributed by @jamhed (issue #30, #41)
  - Fix runtests to run all examples that match any of the patterns
    Contributed by @mpw96 (issue #37, #38)
  - Ensure META.json includes requirements
    Reported by @joelrebel (issue #39)

(wiz)

2017-09-17 13:33:13 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Simple to 1.302096

(wiz)

2017-09-17 13:33:03 UTC MAIN commitmail json YAML

p5-Test-Simple: update to 1.302096.

1.302096  2017-09-10 21:16:18-07:00 America/Los_Angeles

    -Fix to work with subref-in-stash optimisation (Father C.)

1.302095  2017-08-31 20:35:22-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Make several tests work with preload

1.302094  2017-08-30 21:27:23-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix Test::Builder in a preload scenario

1.302093  2017-08-29 21:05:20-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Make sure Test::Builder does not initialize Test2 too soon.

1.302092  2017-08-28 21:30:06-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix bug in Facets for TodoDiag
    - Add API command to reset after a fork
    - Add 'important' flag to info event facet

1.302091  2017-08-08 19:50:55-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add 'new_root' constructor for formatters
    - Add intercept_deep() to the API
    - Fix bug in Version event
    - Add 'number' attribute to assertion facet

1.302090  2017-07-09 21:10:08-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix test that unintentionally required Test2::Suite

1.302089  2017-07-09 20:51:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix plan in buffered subtest so that the facts say it is buffered

1.302088  2017-06-28 21:55:21-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix tests on perl 5.25+ with newer Data::Dumper

1.302087  2017-06-26 20:32:21-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Introduce 'Facets' for events
    - Performance enhancements
    - Upgrade inline HashBase
    - Move Test2::Util::Trace to Test2::EventFacet::Trace
    - Track hub id in Trace
    - Remove Info event
    - Add Pass and Fail events
    - Remove Event JSON interface

(wiz)

2017-09-17 13:31:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Script to 1.23

(wiz)

2017-09-17 13:31:08 UTC MAIN commitmail json YAML

p5-Test-Script: update to 1.23.

1.23      2017-07-18 03:12:24 -0400
  - Production release identical to 1.22_01 release.

1.22_01  2017-07-14 07:21:00 -0400
  - Fix testing failures on Windows introduced in 1.21_01

1.21_01  2017-07-13 13:37:09 -0400
  - Migrate to using Test2::V0 internally

1.20      2017-07-13 11:17:42 -0400
  - Production release identical to 1.19_08 release.

1.19_08  2017-07-12 08:22:41 -0400
  - Diagnostic release

1.19_07  2017-07-12 07:53:55 -0400
  - Diagnostic release

1.19_06  2017-07-11 05:34:30 -0400
  - Diagnostic release

1.19_05  2017-07-09 11:35:59 -0400
  - Diagnostic release

1.19_04  2017-07-07 16:26:41 -0400
  - Add support for stdin option that was lost in the Capture::Tiny migration
  - Officially drop support for Perl 5.6 (support for 5.6 was already
    implicitly dropped when we migrated to Capture::Tiny).
  - A near term future version will also drop support for the old pre-Test2
    Test::Builder.

1.19_03  2017-07-07 10:14:25 -0400
  - Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests

1.19_02  2017-06-21 17:06:47 -0400
  - Identical to 1.19_01

1.19_01  2017-05-01 06:12:01 -0400
  - Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
  - Minor documentation fixes (Paul Cochrane/PTC++)

(wiz)

2017-09-17 13:29:45 UTC MAIN commitmail json YAML

p5-Test2-Suite: p5-Term-Table also is a full dependency

(wiz)

2017-09-17 13:28:42 UTC MAIN commitmail json YAML

p5-Test2-Suite: p5-Sub-Info is a full dependency

Ride update.

(wiz)

2017-09-17 13:23:15 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000077

(wiz)

2017-09-17 13:23:04 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000077.

0.000077  2017-09-12 07:49:16-07:00 America/Los_Angeles

    - No changes since last TRIAL release

0.000076  2017-09-11 15:21:07-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add Test2::Tools::GenTemp

0.000075  2017-09-10 21:22:17-07:00 America/Los_Angeles

    - Add version to Test2::Event::Times

0.000074  2017-08-31 20:37:47-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add Test2::Event::Times
    - Fix some tests that were failing in yath

0.000073  2017-08-30 23:11:28-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Add Test2::Plugin::Times

0.000072  2017-06-17 21:48:14-07:00 America/Los_Angeles

    - No change since last trial

0.000071  2017-06-10 13:40:27-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Introduce Test2::V# bundles
    - Deprecate Test2::Bundle::Extended
    - Test2::V0 added
    - Fix Test2::Mock doesn't accept non-ref values (Mike Raynham)
    - Fix isa_ok overload issue (Mike Raynham)

(wiz)

2017-09-17 13:15:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-MockModule to 0.12

(wiz)

2017-09-17 13:15:45 UTC MAIN commitmail json YAML

p5-Test-MockModule: update to 0.12.

v0.12
    - Added the `noop()` function to make mocking noops easier. Thanks for the PR,
      Ali Zia!

(wiz)

2017-09-17 13:15:09 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-LeakTrace to 0.16

(wiz)

2017-09-17 13:14:59 UTC MAIN commitmail json YAML

p5-Test-LeakTrace: update to 0.16.

Revision history for Perl extension Test::LeakTrace

0.16 2017-06-17
    - Fix build and test issues with perl5.26 due to removal of . from @INC
      (PR #4 - thanks to jkeenan)

(wiz)

2017-09-17 13:13:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-EOL to 2.00

(wiz)

2017-09-17 13:13:31 UTC MAIN commitmail json YAML

p5-Test-EOL: update to 2.00.

2.00      2017-05-03 22:38:59Z
  - Update documentation for starting point change in version 1.5
  - Check *.pod files as well as *.pm, *.pl and *.t (RT#82032)
  - repository has moved to GitHub

(wiz)

2017-09-17 13:11:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Term-ProgressBar to 2.21

(wiz)

2017-09-17 13:11:25 UTC MAIN commitmail json YAML

p5-Term-ProgressBar: update to 2.21.

2.21  2017-08-02 MANWAR
      - Added key 'clean' to Makefile.PL script.

2.20  2017-07-11 MANWAR
      - silent mode avoids uninitialized value messages (GFIREBALL)

2.19  2017-07-10 MANWAR
      - Fixed inconsistent version as reported by CPANTS.

(wiz)

2017-09-17 13:09:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Shell-Perl to 0.004

(wiz)

2017-09-17 13:08:50 UTC MAIN commitmail json YAML

p5-Shell-Perl: update to 0.004.

0.004  Tue May 02 17:19 PT 2017
    - only set ornaments if term supports it

0.003  Mon Feb 20 12:12 PT 2017
    - exit & quit works as :exit & :quit at top level
    - on_quit attribute https://github.com/aferreira/pirl/issues/4

(wiz)

2017-09-17 13:07:10 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Safe-Isa to 1.000006

(wiz)

2017-09-17 13:07:00 UTC MAIN commitmail json YAML

p5-Safe-Isa: update to 1.000006.

1.000006 - 2016-10-31
  - now falling back to $obj->isa if DOES/does is not implemented on the
    object, to avoid fatal errors on perls too old to have their own DOES
    (RT#100866)

(wiz)

2017-09-17 13:02:10 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Return-MultiLevel to 0.05

(wiz)

2017-09-17 13:01:57 UTC MAIN commitmail json YAML

p5-Return-MultiLevel: update to 0.05.

0.05    2017-09-10
        - formally recommend Scope::Upper be installed in the distribution
          metadata
        - mention / link to bug tracker in module documentation

(wiz)

2017-09-17 13:01:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Regexp-Parser to 0.22

(wiz)

2017-09-17 13:00:50 UTC MAIN commitmail json YAML

p5-Regexp-Parser: update to 0.22.

  0.22 -- Todd Rinaldo Sept 12, 2017
  - Adjust broken issue tracker URL
  - Release to public.

(wiz)

2017-09-17 13:00:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Regexp-Assemble to 0.38

(wiz)

2017-09-17 12:59:48 UTC MAIN commitmail json YAML

p5-Regexp-Assemble: update to 0.38.

0.38  2017-06-20T08:51:00
        - Fix test prereqs; pod tests moved to xt (RT#122136, RT#122137)
                Many thanx to Karen Etheridge for these patches.
                Note: I (Ron) have no idea where the version 2.07 originally comes from, although I have
                seen it before. It was not in the very first distro I got my hands on. Anyway, I've
                reverted Karen's patch to 0.38 to match the current sequence of version #s. Apart from
                that, all these fine improvements are hers. If this version # causes difficulties, I'll
                just bump it to 2.08.
        - Adopt new repo structure. For details, see
                http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html. Specifically:
                o Delete MANIFEST and META.yml, and hereafter auto-generate them.
                o Modernize .gitignore and MANIFEST.SKIP.
                o The code says Perl licence but the LICENCE file says Artistic, so replace LICENCE file
                        with LICENSE (so spelled), which says Perl.

(wiz)

2017-09-17 12:58:45 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Proc-InvokeEditor to 1.13

(wiz)

2017-09-17 12:58:35 UTC MAIN commitmail json YAML

p5-Proc-InvokeEditor: update to 1.13.

1.08 03 Aug 2017
  - Patch from Max Maischein for windows support.

1.09 03 Aug 2017
  - Disable author tests for now.

1.10 15 Aug 2017
  - Move to dzil to update packaging to modern standards

1.11 15 Aug 2017
  - Fix stupid mistake

1.12 15 Aug 2017
  - Properly generate META.json

1.13 16 Aug 2017
  - Add LICENSE to docs and meta tests

(wiz)

2017-09-17 12:57:37 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PPIx-Regexp to 0.052

(wiz)

2017-09-17 12:57:27 UTC MAIN commitmail json YAML

p5-PPIx-Regexp: update to 0.052.

0.052 2017-09-07 T. R. Wyant
    RT 122715: Clarify Node->find_parents() documentation. Thanks to
    Salvatore Bonaccorso for letting me know about this problem..

    Further deprecate tokenizer method prior() in favor of
    prior_significant_token().

    Add requirements_for_perl(). This is analogous to the
    CPAN::Meta::Requirements method requirements_for_module(), though
    the output is formatted differently. Also put in the actual
    requirements for an un-escaped literal left curly after a constant,
    which was removed in 5.25.1 and reinstated in 5.27.1.

    Add accepts_perl(). This is analogous to
    CPAN::Meta::Requirements->accepts_module(). I decided that
    CPAN::Meta;:Requirements was overkill, but this may turn out to be
    the wrong decision, so I will be careful what I expose.

    Document behavior of perl_version_introduced() and
    perl_version_removed() when a feature is re-introduced after
    removal, or re-removed after re-introduction.

    \N{} (empty curlys) removed in 5.27.1.

(wiz)

2017-09-17 12:56:26 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PerlIO-gzip to 0.20

(wiz)

2017-09-17 12:56:16 UTC MAIN commitmail json YAML

p5-PerlIO-gzip: update to 0.20.

0.20  Wed Jun 21 21:29:59 CEST 2017
      Patch from Slaven to fix test skip count on Win32 (#76335)
      Really this should have been in 0.19.

(wiz)

2017-09-17 12:53:07 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Perl-Tidy to 20170521

(wiz)

2017-09-17 12:52:57 UTC MAIN commitmail json YAML

p5-Perl-Tidy: update to 20170521.

  2017 05 21
      - Fixed debian #862667: failure to check for perltidy.ERR deletion can lead
        to overwriting abritrary files by symlink attack. Perltidy was continuing
        to write files after an unlink failure.  Thanks to Don Armstrong
        for a patch.

      - Fixed RT #116344, perltidy fails on certain anonymous hash references:
        in the following code snippet the '?' was misparsed as a pattern
        delimiter rather than a ternary operator.
            return ref {} ? 1 : 0;

      - Fixed RT #113792: misparsing of a fat comma (=>) right after
        the __END__ or __DATA__ tokens.  These keywords were getting
        incorrectly quoted by the following => operator.

      - Fixed RT #118558. Custom Getopt::Long configuration breaks parsing
        of perltidyrc.  Perltidy was resetting the users configuration too soon.

      - Fixed RT #119140, failure to parse double diamond operator.  Code to
        handle this new operator has been added.

      - Fixed RT #120968.  Fixed problem where -enc=utf8 didn't work
        with --backup-and-modify-in-place. Thanks to Heinz Knutzen for this patch.

      - Fixed minor formatting issue where one-line blocks for subs with signatures
        were unnecesarily broken

      - RT #32905, patch to fix utf-8 error when output was STDOUT.

      - RT #79947, improved spacing of try/catch/finally blocks. Thanks to qsimpleq
        for a patch.

      - Fixed #114909, Anonymous subs with signatures and prototypes misparsed as
        broken ternaries, in which a statement such as this was not being parsed
        correctly:
            return sub ( $fh, $out ) : prototype(*$) { ... }

      - Implemented RT #113689, option to introduces spaces after an opening block
        brace and before a closing block brace. Four new optional controls are
        added. The first two define the minimum number of blank lines to be
        inserted

        -blao=i or --blank-lines-after-opening-block=i
        -blbc=i or --blank-lines-before-closing-block=i

        where i is an integer, the number of lines (the default is 0).

        The second two define the types of blocks to which the first two apply

        -blaol=s or --blank-lines-after-opening-block-list=s
        -blbcl=s or --blank-lines-before-closing-block-list=s

        where s is a string of possible block keywords (default is just 'sub',
        meaning a named subroutine).

        For more information please see the documentation.

      - The method for specifying block types for certain input parameters has
        been generalized to distinguish between normal named subroutines and
        anonymous subs.  The keyword for normal subroutines remains 'sub', and
        the new keyword for anonymous subs is 'asub'.

      - Minor documentation changes. The BUGS sections now have a link
        to CPAN where most open bugs and issues can be reviewed and bug reports
        can be submitted.  The information in the AUTHOR and CREDITS sections of
        the man pages have been removed from the man pages to streamline the
        documentation. This information is still in the source code.

(wiz)

2017-09-17 12:51:13 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Perl-Critic to 1.130

(wiz)

2017-09-17 12:51:02 UTC MAIN commitmail json YAML

p5-Perl-Critic: update to 1.130.

1.130  Thu Jul 20 23:16:34 CDT 2017
    [New Features]
    * Policies which ensure that system calls are checked such as
      RequireCheckedSystemCalls now have an "autodie_modules" setting which
      allows you to tell the policy about other modules which export
      autodie. Fixes #699. PR #747. Thanks to Dave Rolsky.

(wiz)

2017-09-17 12:47:07 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Parse-Yapp to 1.21

(wiz)

2017-09-17 12:46:56 UTC MAIN commitmail json YAML

p5-Parse-Yapp: update to 1.21.

1.20 Wed Jun 14 2017
    - Bug Fix, CPAN Version Dependencies Failure,
      Enable Module Version In Parse::Yapp,
      Not Just Distribution Version In Parse::Yapp::Driver
    - Bump Version
1.21 Fri Aug 04 2017
    - Typo Fixes, POD Spelling (thanks to Gregor Herrmann)
    - Bug Fix, Missing POD Encoding (thanks to Gregor Herrmann)

(wiz)

2017-09-17 11:55:12 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Parse-ErrorString-Perl to 0.27

(wiz)

2017-09-17 11:55:02 UTC MAIN commitmail json YAML

p5-Parse-ErrorString-Perl: update to 0.27.

0.27    2017.07.09 MANWAR
        - Added README file as reported by CPANTS.

0.26    2017.06.25 MANWAR
        * Merged PR #7, thanks @majlo.

0.25    2017.06.24 MANWAR
        * Merged PR #6, thanks @majlo.

0.24    2017.06.23 MANWAR
        * Merged PR #5, thanks @knileuh.

0.23    2017.06.22 MANWAR
        * Merged PR #4, thanks @nephila-nacrea.

(wiz)

2017-09-17 11:52:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Differences to 0.6400nb3

(wiz)

2017-09-17 11:52:07 UTC MAIN commitmail json YAML

p5-Test-Differences: p5-Text-Diff is a runtime dependency, make it so

Bump PKGREVISION.

(wiz)

2017-09-17 11:50:25 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Params-Classify to 0.015

(wiz)

2017-09-17 11:50:15 UTC MAIN commitmail json YAML

p5-Params-Classify: update to 0.015.

version 0.015; 2017-07-29

  * update for changed S_croak_xs_usage() prototype in ExtUtils::ParseXS
    3.30, requiring the new version of that module in order to build
    the XS implementation

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * correctly classify ExtUtils::ParseXS dependency as a recommendation
    rather than a requirement

  * avoid some compiler warnings

version 0.014; 2017-07-16

  * port to Perl 5.19.4, where the C type of array indices has changed

  * update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later
    (which is the default from Perl 5.25.1)

  * trigger custom op generation via Devel::CallChecker rather than by
    hooking the underlying op checker

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * no longer include a Makefile.PL in the distribution

  * correct dynamic_config setting to 0

  * use boolSV() where appropriate in XS code

  * use cBOOL() where appropriate

  * consistently use THX_ prefix on internal function names

  * include META.json in distribution

  * convert .cvsignore to .gitignore

  * add MYMETA.json to .cvsignore

(wiz)

2017-09-17 11:48:39 UTC MAIN commitmail json YAML

doc: Updated devel/p5-OOTools to 2.40

(wiz)

2017-09-17 11:48:26 UTC MAIN commitmail json YAML

p5-OOTools: update to 2.40.

Changes not found.

(wiz)

2017-09-17 11:46:42 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Net-LDAP-Server-Test to 0.22

(wiz)

2017-09-17 11:46:31 UTC MAIN commitmail json YAML

p5-Net-LDAP-Server-Test: update to 0.22.

0.22 10 Dec 2016
- missing from CPAN. No code changes, just re-release of 0.21 with version bump.

0.21 19 July 2016
- fix for INET6 via Shawn Moore https://rt.cpan.org/Ticket/Display.html?id=116304

0.20 01 July 2016
- use Net::LDAP::SID instead of custom methods

(wiz)

2017-09-17 11:44:46 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Net-LDAP-Class to 0.27

(wiz)

2017-09-17 11:44:36 UTC MAIN commitmail json YAML

p5-Net-LDAP-Class: update to 0.27.

0.27 01 July 2016
- use Net::LDAP::SID (with fixed AD SID manipulation)
  fixes https://rt.cpan.org/Ticket/Display.html?id=115702

(wiz)

2017-09-17 11:36:06 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MooX-Options to 4.103

(wiz)

2017-09-17 11:35:51 UTC MAIN commitmail json YAML

p5-MooX-Options: update to 4.103.

4.103 2017-08-22
    * fix broken shortname split (Thanks to Burak G端rsoy for reporting the issue)
    * fix copy/paste issue in tests of shortname
    * fix some typo's in tests
    * declare honestly the state of Mo support

4.102 2017-08-21
    * fix out-of-order abbrev (analyzed and reported by
      Jean-Damien Durand <jeandamiendurand@free.fr>)

4.101 2017-07-24
    * remove fatalized warnings for all categories and rely on wise
      strictures maintainer instead
    * remove dynamic_config from META files (fix RT#122349)

(wiz)

2017-09-17 11:16:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-Starter to 1.730

(wiz)

2017-09-17 11:15:50 UTC MAIN commitmail json YAML

p5-Module-Starter: update to 1.730.

1.73    Fri Aug 11 01:46:00 EDT 2017
        * Fix case where a distro name of '0' would be replaced by the first
          module name, confusing the tests (Dan Book)
        * Use Module::Runtime instead of string eval (Dan Book)

(wiz)

2017-09-17 11:14:21 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-ScanDeps to 1.24

(wiz)

2017-09-17 11:14:12 UTC MAIN commitmail json YAML

p5-Module-ScanDeps: update to 1.24.

1.24  2017-06-28

- Merge pull request from Salvador Fandi単o (salva), thx!
  Specio::PartialDump uses unicore

- Fix RT#119737: Problems with detecting DateTime::Format::Natural dependencies
  ... by adding a %Preload rule

(wiz)

2017-09-17 11:12:22 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-CoreList to 5.20170821

(wiz)

2017-09-17 11:12:07 UTC MAIN commitmail json YAML

p5-Module-CoreList: update to 5.20170821.

5.20170821
  - Updated for v5.27.3

5.20170720
  - Updated for v5.27.2

5.20170715_24
  - Updated for v5.24.2

5.20170715_22
  - Updated for v5.22.4

5.20170621
  - Updated for v5.27.1

(wiz)

2017-09-17 11:08:55 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MetaCPAN-Client to 2.017000

(wiz)

2017-09-17 11:08:45 UTC MAIN commitmail json YAML

p5-MetaCPAN-Client: update to 2.017000.

2.017000    25.6.17
            * reverse_dependencies: update link to new API endpoint (Mickey, GH#89)

(wiz)

2017-09-17 11:00:07 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MetaCPAN-API to 0.51

(wiz)

2017-09-17 10:59:53 UTC MAIN commitmail json YAML

p5-MetaCPAN-API: update to 0.51.

0.51  2017-06-07
            * switch to v1 API
              - old complex query forms may stop working with new API
            * stop relying on . being in @INC
            * drop URI::Escape prereq
            * switch from JSON to JSON::MaybeXS
            * test cleanups

(wiz)

2017-09-17 10:55:17 UTC MAIN commitmail json YAML

fetch/sites.mk: ftp.tuwien.ac.at times out, remove it

(wiz)

2017-09-17 10:53:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Make to 1.1.5

(wiz)

2017-09-17 10:53:02 UTC MAIN commitmail json YAML

p5-Make: update to 1.1.5.

Changes in 1.1.4
    Fix META information to modernize Makefile.PL and META.JSON. (Chase Whitener)
    Remove .git info from the build. (Chase Whitener)
    Split things out into their proper module files. (Chase Whitener)

(wiz)

2017-09-17 10:48:59 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Dispatch to 2.66

(wiz)

2017-09-17 10:48:49 UTC MAIN commitmail json YAML

p5-Log-Dispatch: update to 2.66.

Add missing dependency.

2.66    2017-08-14

- Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael
  Schout. GitHub #48 and #49.

(wiz)

2017-09-17 10:46:53 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Dispatch-FileRotate to 1.34

(wiz)

2017-09-17 10:46:42 UTC MAIN commitmail json YAML

p5-Log-Dispatch-FileRotate: update to 1.34.

1.34 Wed 55 13 2017
    - We now use a a global Mutex object for each open file that gracefully
      handles locking between threads and across forks.  This fixes the
      following deadlock scenarios:
        - a $SIG{__WARN__} handler is installed that logs to
          Log::Dispatch::FileRotate and log_message issues a warning.
        - multiple dispatchers are in logit() at the same time.
    - Abstract locking functions into Log::Dispatch::FileRotoate::Flock module.
    - Remove flock()'ing of the logfile filehandle.  Rely on the lock that
      we hold on the "lockfile" instead to synchronize writes. [Github #12]
      holding a lock on the lockfile when writing the log message.
    - Various pod cleanups and enhancements (Thanks Emanuele Tomasi)
    - Avoid multiple stat() calls on the same filehandle (Thanks Emanuele Tomasi)
    - Add user_constraint option to use a custom function to determine when
      rotation happens (Thanks Emanuele Tomasi).
    - Move rotation code into its own function (Thanks Emanuele Tomasi)

1.30 Thu Aug 03 2017
    - Docs: fix synopsis usage to "name" (incorrect) instead of filename
      (correct) (Thanks Emanuele Tomasi)
    - improve debug() routine so that all debug messages have the same layout
      (Thanks Emanuele Tomasi)
    - fix race condition in lockfile-race-condition.t [sic] (Thanks Emanuele
      Tomasi)

1.29 Fri Jul 28 2017
    - Fix deadlock on Windows due to the fact that stat() on a filehandle vs a
      path doesn't return the same device field on Windows.

1.28 Thu Jul 27 2017
    *** Multiple fixes to locking code:
    - flock() can be interrupted by a syscall. work around by using a
      safe_flock() wrapper that retries if errno is EAGAIN (and also
      EWOULDBLOCK).
    - handle several possible race conditions between open() and flock().
    - DESTROY() was unlinking the lockfile (.logfile.LCK).  This was the cause
      of a race condition where multiple processes could enter the critical
      seciton at the same time.  Avoided by leaving .LCK files in place.
      Probably fixes #77075 (Thanks Emanuele Tomasi).
    - add author test for DESTROY lockfile race condition.

1.27 Thu Jul 06 2017
    - add "check_both" configuration option which allows the use of both time and
      size based rotation at the same time.  If either conditions require a
      rotation, a rotation will happen.  Default is false (previous behaviour).
      Thanks Emanuele Tomasi.  PR #6.
    - make signature test an "author" test and make Test::Signature optional

(wiz)

2017-09-17 10:45:08 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Lexical-SealRequireHints to 0.011

(wiz)

2017-09-17 10:44:57 UTC MAIN commitmail json YAML

p5-Lexical-SealRequireHints: update to 0.011.

version 0.011; 2017-07-15

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * no longer include a Makefile.PL in the distribution

  * update op-munging code to the PERL_OP_PARENT-compatible style
    (though none of it is actually used on Perls new enough to support
    PERL_OP_PARENT)

  * rename internal gen_*_op() functions into a better style

  * consistently use THX_ prefix on internal function names

(wiz)

2017-09-17 10:42:03 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-Tee to 0.65

(wiz)

2017-09-17 10:41:51 UTC MAIN commitmail json YAML

p5-IO-Tee: update to 0.65.

0.65 2017-08-16 NEILB
    - Added "use warnings", changed "use vars ..." to our $VERSION, etc.
    - Switched to Dist::Zilla
    - Link to the github repo in the pod doc.
    - Changed README to a short overview of module, how to install, etc
    - Moved original testsuite test.pl to t/original.t
    - Moved Tee.pm to lib/IO/Tee.pm
    - Changed the order of entries in Changes to be newest to oldest.

(wiz)

2017-09-17 10:40:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-All to 0.87

(wiz)

2017-09-17 10:40:07 UTC MAIN commitmail json YAML

p5-IO-All: update to 0.87.

0.87 Tue Jul 18 14:05:40 PDT 2017
- Fix io($dir)->all when files have unicode in names (GH#95)
- Stop trampling $!
- Add cmp overload to fix some windows problems (GH#74)

(wiz)

2017-09-17 10:35:25 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Function-Parameters to 2.001001

(wiz)

2017-09-17 10:35:16 UTC MAIN commitmail json YAML

p5-Function-Parameters: update to 2.001001.

2.001001  2017-07-12
          - fix duplicate type check on invocant:
                method foo(T $self: $x) { ... }
                # every call to foo() performs T->check($self) twice
          - clean up how type errors refer to parameters (now it's
            "parameter $N" for non-invocant parameters and "invocant $N" for
            invocants (or just "invocant" if there is exactly one))
          - rewrite pragma implementation and the way %^H is used
          - remove several internal package variables

2.000007  2017-05-15
          - no real code changes
          - extend bug #129090 workaround to perl 5.25.5
          - try to detect broken Moose installs earlier
          - fix declaration of developer dependencies

(wiz)

2017-09-17 10:30:55 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-ParseXS to 3.35

(wiz)

2017-09-17 10:30:45 UTC MAIN commitmail json YAML

p5-ExtUtils-ParseXS: update to 3.35.

3.35 - Mon Jul 31 17:50:00 CET 2017
  - Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
  - Remove impediment to compiling under C++11 (Karl Williamson)
  - Make build reproducinle (Chris Lamb)
  - (perl #127834) remove . from the end of @INC if complex modules
    are loaded (Tony Cook)
  - Replace :: with __ in THIS like it's done for parameters/return
    values (Mattia Barbon)

(wiz)

2017-09-17 10:20:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-MakeMaker-CPANfile to 0.08

(wiz)

2017-09-17 10:20:36 UTC MAIN commitmail json YAML

p5-ExtUtils-MakeMaker-CPANfile: update to 0.08.

0.08  2017/06/18
    - fixed to convert META_ADD/MERGE properly when 2.0 elements
      are found (RT-122124)

(wiz)

2017-09-17 10:19:38 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-CBuilder to 0.28.02.26

(wiz)

2017-09-17 10:19:28 UTC MAIN commitmail json YAML

p5-ExtUtils-CBuilder: update to 0.28.02.26.

0.280226 - 2017-07-14

  Fixed:

  - Fix C++ compiler detection (RT #131749)
    (thanks to stphnlyd)

0.280225 - 2016-01-04

  Fixed:

  - New location of libperl on Win32 when building core (RT #126632)

(wiz)

2017-09-17 10:18:44 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Dist-Zilla to 6.010

(wiz)

2017-09-17 10:18:34 UTC MAIN commitmail json YAML

p5-Dist-Zilla: update to 6.010.

6.010    2017-07-10 09:22:16-04:00 America/New_York
        - a few documentation improvements (thanks, Chase Whitener, Mary
          Ehlers, and Jonas B. Nielsen)
        - improve behavior under a noninteractive terminal
        - empty file finders should now consistently return []

(wiz)

2017-09-17 09:50:33 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-Confess to 0.009004

(wiz)

2017-09-17 09:50:23 UTC MAIN commitmail json YAML

p5-Devel-Confess: update to 0.009004.

0.009004 - 2017-02-14
  - prevent handlers from recursing, such as if our handlers are wrapped by other
    code.  IO::All for example will do this.

0.009003 - 2016-11-18
  - more complete prereq list
  - fix inf handling
  - work around UNIVERSAL::isa and UNIVERSAL::can

0.009002 - 2016-09-04
  - fix test failures on perl 5.10.0
  - fix regex warnings in perl 5.6
  - work around threads issue in Carp in Safe compartments
  - don't skip dump test on Carp versions that use Carp::Heavy
  - test diagnostic and formatting improvements
  - avoid triggering overloads when checking for exception existence

(wiz)

2017-09-17 09:48:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-CPANPLUS to 0.9170

(wiz)

2017-09-17 09:48:45 UTC MAIN commitmail json YAML

p5-CPANPLUS: update to 0.9170.

0.9170      Wed Sep 13 19:40:37 BST 2017

* Fix RT#122849 problems with parse_module()

(wiz)

2017-09-17 09:46:21 UTC MAIN commitmail json YAML

doc: Updated devel/p5-CPAN-Perl-Releases to 3.34

(wiz)

2017-09-17 09:46:11 UTC MAIN commitmail json YAML

p5-CPAN-Perl-Releases: update to 3.34.

-----------------------------------------
version 3.34 at 2017-09-10 19:36:53 +0000
-----------------------------------------

    Add 5.24.3-RC1 and 5.26.1-RC1

-----------------------------------------
version 3.32 at 2017-08-21 22:34:58 +0000
-----------------------------------------

    Fix v5.27.2 and add v5.27.3

-----------------------------------------
version 3.30 at 2017-07-20 19:35:56 +0000
-----------------------------------------

    Updated for v5.27.2

-----------------------------------------
version 3.28 at 2017-07-15 18:44:39 +0000
-----------------------------------------

    Updated for v5.22.4 && v5.24.2

-----------------------------------------
version 3.26 at 2017-07-02 10:33:16 +0000
-----------------------------------------

    Updated for v5.22.4-RC1 and v5.24.2-RC1

-----------------------------------------
version 3.24 at 2017-06-20 07:09:56 +0000
-----------------------------------------

    Updated for v5.27.1

(wiz)

2017-09-17 09:45:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Context-Preserve to 0.02

(wiz)

2017-09-17 09:44:52 UTC MAIN commitmail json YAML

p5-Context-Preserve: update to 0.02.

0.02      2017-05-11 13:28:50Z
        - convert packaging to Dist::Zilla, resolving RT#120824

(wiz)

2017-09-17 09:32:32 UTC MAIN commitmail json YAML

doc: Updated devel/p5-circular-require to 0.12

(wiz)

2017-09-17 09:32:22 UTC MAIN commitmail json YAML

p5-circular-require: update to 0.12.

0.12  2016-03-17
      - test changes only; elininate some order-of-loading problems

(wiz)

2017-09-17 09:30:19 UTC MAIN commitmail json YAML

doc: Added devel/p5-Devel-OverrideGlobalRequire version 0.001

(wiz)

2017-09-17 09:30:09 UTC MAIN commitmail json YAML

devel/Makefile: + p5-Devel-OverrideGlobalRequire

(wiz)

2017-09-17 09:29:55 UTC MAIN commitmail json YAML

devel/p5-Devel-OverrideGlobalRequire: import version 0.001

This perl module overrides CORE::GLOBAL::require with a code reference
in a way that plays nice with any existing overloading and ensures
the right calling package is in scope.

(wiz)

2017-09-17 09:19:55 UTC MAIN commitmail json YAML

doc: Updated devel/p5-B-Hooks-OP-PPAddr to 0.06

(wiz)

2017-09-17 09:19:44 UTC MAIN commitmail json YAML

p5-B-Hooks-OP-PPAddr: update to 0.06.

Revision history for B-Hooks-Parser

0.06      2017-08-26 20:47:27Z
  - fix builds on older MSVC (PR#1; thanks, Stephan Loyd!)

(wiz)

2017-09-17 09:18:50 UTC MAIN commitmail json YAML

doc: Updated devel/p5-App-CLI to 0.45

(wiz)

2017-09-17 09:18:40 UTC MAIN commitmail json YAML

p5-App-CLI: update to 0.45.

0.45  Wed Jun 28 23:05:58 CEST 2017

  * use a version number in the original style

0.4.5  Wed Jun 28 22:59:33 CEST 2017

  * put VERSION back in main module file

0.4.4  Wed 28 Jun 2017 22:52:33 CEST

  * remove 'provides' metadata

0.4.3  Wed 28 Jun 2017 22:37:58 CEST

  * put VERSION back into only Makefile.PL
  * updated author information

0.4.2  Wed 28 Jun 2017 22:25:29 CEST

  * add VERSION to all .pm files

0.4.1  Wed 28 Jun 2017 21:44:06 CEST

  * move version number into Makefile.PL

0.4  Wed 28 Jun 2017 21:37:23 CEST

  * version bump; PAUSE thinks that 0.313 is higher than 0.32

0.32 Wed 28 Jun 2017 20:30:19 CEST

  * Fix RT#122101: unskip META.yml
  * Fix RT#120982: can't find inc/Module/Install.pm; replaced
    Module::Install with ExtUtils::MakeMaker
  * Fix RT#63798: fix typo in manpage
  * Fix RT#62241: signature broken (signature has been removed)
  * Fixed more typos in POD
  * Fixed some PerlCritic issues
  * Updated dependencies, specified repository and provides metadata,
    specified minimum Perl version

(wiz)

2017-09-17 09:08:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-AnyEvent-RabbitMQ to 1.19

(wiz)

2017-09-17 09:08:32 UTC MAIN commitmail json YAML

p5-AnyEvent-RabbitMQ: update to 1.19.

Add missing dependencies.

1.19  Sat Mar 21 16:49:24 GMT 2015
        - Add 'no_ack' as an optional argument to the ->consume method
          (Dave Mueller).
        - Fill in some missing documentation (Moritz Lenz).

(wiz)

2017-09-17 09:01:43 UTC MAIN commitmail json YAML

p5-Net-AMQP: update HOMEPAGE

(wiz)

2017-09-17 08:50:02 UTC MAIN commitmail json YAML

doc: Updated databases/p5-Parse-Dia-SQL to 0.30

(wiz)

2017-09-17 08:49:52 UTC MAIN commitmail json YAML

p5-Parse-Dia-SQL: update to 0.30.

0.30 Thu, 11 May 2017 19:09:19 +0200
    Set "aggregate" attribute for Dia version=2 associations when
    in ERD mode. Thanks to djerius@cpan.org
    https://github.com/aff/Parse-Dia-SQL/pull/7

(wiz)

2017-09-17 08:47:39 UTC MAIN commitmail json YAML

doc: Updated databases/p5-MARC-Record to 2.0.7

(wiz)

2017-09-17 08:47:28 UTC MAIN commitmail json YAML

p5-MARC-Record: update to 2.0.7.

2.0.7 Tue May 23 20:41:13 EDT 2017
        [FIXES]
        - RT#108123: clean up MANIFEST.SKIP
        - GH#1: marcdump now prints warnings (Johann Rolschewski)
        - remove a reference to SourceForge
        - fix a reference to the per4lib mailing list

(wiz)

2017-09-17 08:45:19 UTC MAIN commitmail json YAML

doc: Updated databases/p5-Fsdb to 2.63

(wiz)

2017-09-17 08:45:09 UTC MAIN commitmail json YAML

p5-Fsdb: update to 2.63.

  2.63, 2017-02-03 Re-add some features supposedly in 2.62 but not, and add
      more --header options.
      ENHANCEMENT
          The option -j is now a synonym for --parallelism.  (And several
          documention bugs about this option are fixed.)

      ENHANCEMENT
          Additional support for "--header" in dbcolmerge, dbcol, dbrow, and
          dbroweval.

      BUG FIX
          Version 2.62 was supposed to have this improvement, but did not
          (and now does): dbfilepivot now allows the --possible-pivots
          option, and if it is provided processes the data in one pass.

      BUG FIX
          Version 2.62 was supposed to have this improvement, but did not
          (and now does): dbroweval logs are now quoted.

(wiz)

2017-09-17 08:40:25 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBM-Deep to 2.0014

(wiz)

2017-09-17 08:40:14 UTC MAIN commitmail json YAML

p5-DBM-Deep: update to 2.0014.

2.0014 Jul 27 22:15:00 2017 EDT
    - Fix for tests failing on 5.26 (Thanks, DrHyde!)

(wiz)

2017-09-17 08:38:17 UTC MAIN commitmail json YAML

doc: Updated databases/p5-DBIx-Class-Candy to 0.005003

(wiz)

2017-09-17 08:38:06 UTC MAIN commitmail json YAML

p5-DBIx-Class-Candy: update to 0.005003.

0.005003  2017-07-14 09:29:22-07:00 America/Los_Angeles
- Stop depending on String::CamelCase (closes GH#15)
  (Good find Peter Rabbitson!)

(wiz)

2017-09-17 08:36:19 UTC MAIN commitmail json YAML

doc/TODO: + basket-2.11b, ffmpeg2-2.8.13, jasper-2.0.14, khal-0.9.7,
  libcdr-0.1.4, libzmf-0.0.2, pvs-6.0, py-asn1-0.3.5, py-cffi-1.11.0,
  py-setuptools-36.5.0, py-test-mock-1.6.3, vim-share-8.0.1118,
  waf-2.0.0, x264-devel-20170916.

(wiz)

2017-09-17 08:29:52 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal to 3.015

(wiz)

2017-09-17 08:29:42 UTC MAIN commitmail json YAML

p5-Sereal: update to 3.015.

3.015 Thu Sep  1 20:18:44 CEST 2016
  * Fix builds under 5.25+
  * Fix various buffer overun bugs found using AFL (thanks to dgryski)
  * Fix issue in decode_from_file()

3.014 Dec  7 2015
  * Fix builds under 5.8.9

3.012 Dec  6 2015
  * Yet another release related to broken META files.
    ExtUtils::MakeMaker and CPAN::Meta need to be up to date
    or the META files miss stuff.

3.011 Dec  6 2015
  * No significant changes. Doc typo fixes, and build tweaks.

3.010 Nov 30 2015
  * Fix silly build issue for Sereal. We do some magic so that things
    "Just Work" when building from withing the git repo, but that magic
    was failing due to a precedence issue in the magic detection logic.
    This mean that users building in a git based .cpan dir would see
    breakage.

3.009 Nov 30 2015
  * Re-relase 3.008 with updated META files.

3.008 Nov 27 2015
  * [ENCODER] FIX: Make sure that reserializing a data structure created
    using alias_varint_under does not produce a corrupted dataset.
    Thanks to Iskra for the report.
  * [ENCODER] FIX: Precedence issue related to sort keys options.
    Thanks to Petr Písař <ppisar@redhat.com> for the report and fix.
  * [ENCODER/DECODER] FIX: Win32 build issues.

3.007 Nov 26 2015
  * [DECODER] Build fixes for boxes without any Sereal installed (it seems
    to be common on certain types of smokers, and not on others).
  * [ENCODER]: Base sort order changed, new sort orders added.
    Rework sort logic to be more efficient, fix sorted tied hashes,
    define new sort order.
    See Sereal::Encoders CHANGES files.
  * [ENCODER] Handle PVLV undefs
  * [ENCODER] General optimizations.
  * [ENCODER] Build fixes for 5.8.9
  * [ENCODER] Doc patches
  * Win32 build fixes.

3.006 Nov 14 2015
  * [DECODER] fix segfaults from heavily corrupted data. Guards
    against various pathological cases which could cause segfaults
    fixed. Thanks to Damian Gryski and "fuzzing sereal with afl"
    for finding these cases.
  * [ENCODER] Various subtle fixes to how we choose whether to serialize
    the string or numeric version of a value, in particular to
    ensure that "00" always round trips as "00", and related issues.
    Note this fix has correctness and performance consequences. In
    some cases values that used to serialized as integers (arguably
    incorrectly) will be serialized as strings instead, and some code
    maybe be slower to serialize.
    NOTE: Some issues related to this subject are not fixable without
    a protocol change. In particular this change may affect the behavior
    of code that uses binary logical operators on values serialized
    with Perl.
    Thanks to Zefram, Tom, and others for help with this issue.
  * Fixups for cast warnings under -Wint-to-ptr builds by using
    using PTR2INT and INT2PTR for casting our objects.
  * Win32 fixes
  * Build improvements
  * Changes to how we generate constants

3.005 Jan 05 2015
  * Build improvements related to char signedness being platform
    dependent.

3.004 Dec 27 2014
  * Performance optimizations and other miscellaneous changes.
  * Build improvements.
  * Win32 fixes for weakrefs.

3.003 Oct 19 2014
  * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!)
  * Setup META.yml correctly so that certain dependencies are
    marked as being test dependencies and not build or run-time
    dependencies.
  * Allow one to build against an externally supplied version
    of csnappy or miniz. Thanks to Petr Písař <ppisar@redhat.com>

3.002 Aug 20 2014
  Summary of changes from 3.001 - 3.002
  - Encoder: Introduce "canonical" option to encoder
  - Encoder: Introduce "canonical_refs" option to encoder
  - Decoder: Introduce "set_readonly" option to decoder
  - Decooder: Introduce "set_readonly_scalars" option to decoder

  * Decoder Bug fixes
  - Fix assertion fails in DEBUG perls (Brian Fraser)
  - Fix segfault with "into" interface when decoding references and
    strings into the same target SV. See new test t/550_decode_into.t

  * Test Infra Changes
  - Split up bulk tests to speed up testing and make it easier
    to see when a failure is restricted to a specific option.

  * Big-Endian Support
  - Improved support for Big-Endian machines. We now build and pass test
    on Sparc and HP-UX and other platforms with big-endian or strict
    alignedness requirements. Much thanks to Jarkko Hietaniemi,
    Gregor Herrmann, and H. Merijn Brand for for their assistance with
    this.
  - We still have issues with s390x (Z/Os) with Sereal. If someone wants
    to help it would be appreciated.

3.001
  - Production release 1 of protocol version 3
  - Zlib support
  - CANONICAL_UNDEF,
  - new magic header to make it easier to detect
    UTF8 encoded data.
  - Minor changes to how scalar values are serialized
    to favour more compact representations.

(wiz)

2017-09-17 08:25:26 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal-Encoder to 3.015

(wiz)

2017-09-17 08:25:14 UTC MAIN commitmail json YAML