Commit graph

281168 commits

Author SHA1 Message Date
wiz
9ebd33a18a doc: Updated devel/p5-Test2-Suite to 0.000114 2018-05-02 12:17:39 +00:00
wiz
cabdffe055 p5-Test2-Suite: update to 0.000114.
0.000114  2018-04-19 08:39:56-07:00 America/Los_Angeles

    - Fix missing manual section

0.000113  2018-04-19 08:03:42-07:00 America/Los_Angeles

    - Fix typo

0.000112  2018-04-19 07:15:40-07:00 America/Los_Angeles

    - Switch spec to use the testing_done callback
    - Update copyright dates
    - Finish the Anatomy manual section
    - Finish the Tooling manual section
2018-05-02 12:17:30 +00:00
wiz
c357cf8385 doc: Updated devel/p5-Test-Version to 2.09 2018-05-02 12:13:50 +00:00
wiz
de578c4a47 p5-Test-Version: update to 2.09.
2.09      2018-04-25
  - Production release identical to 2.08_02 release

2.08_02   2018-04-24
  - Handle common special characters on Windows in taint mode

2.08_01   2018-04-23
  - Diagnostic release
2018-05-02 12:13:42 +00:00
wiz
0ee269aa5d doc: Updated devel/p5-Test-Simple to 1.302136 2018-05-02 12:13:02 +00:00
wiz
9f7b58a56c p5-Test-Simple: update to 1.302136.
1.302136  2018-04-19 05:40:11-07:00 America/Los_Angeles

    - Add test2_add_callback_testing_done to Test2::API
2018-05-02 12:12:53 +00:00
wiz
255baa258a doc: Updated devel/p5-Test-Pod to 1.52 2018-05-02 12:11:24 +00:00
wiz
f0fd9f4d40 p5-Test-Pod: update to 1.52.
1.52  2018-04-19
    * *.psgi files are now recognized as pod-containing files (thanks, Tom
      Hukins!)
    * explicit perl 5.8 dependency removed
2018-05-02 12:11:15 +00:00
wiz
6bbf66f623 doc: Updated devel/p5-Test-NoTabs to 2.02 2018-05-02 12:10:40 +00:00
wiz
aed36259f9 p5-Test-NoTabs: update to 2.02.
2.02      2018-04-21 13:57:54Z
     - no changes since trial release

2.01      2017-06-08 23:38:48Z (TRIAL RELEASE)
     - altered a test to not bake @INC into -I options for a subprocess, to
       avoid too-long commands
2018-05-02 12:10:31 +00:00
wiz
792ba02b67 doc: Updated devel/p5-Test-Deep to 1.128 2018-05-02 12:10:02 +00:00
wiz
8a95abe64c p5-Test-Deep: update to 1.128.
1.128     2018-04-18
        - numerous small improvements to documentation; thanks to
          Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall
        - improved CI setup; thanks to eadjei and Philip J. Ludlam
2018-05-02 12:09:53 +00:00
wiz
c8dda697e6 doc: Updated devel/p5-Storable to 3.11 2018-05-02 12:09:16 +00:00
wiz
9834df6047 p5-Storable: update to 3.11.
2018-04-27 20:40:00 xsawyerx
    version 3.11
        * Fix Strawberry Perl build failures.

2018-04-21 22:00:00 xsawyerx
    Version 3.10
        * Fix binary artifacts from distribution.
2018-05-02 12:09:05 +00:00
markd
ad46d4874c update some tex packages to texlive 2018 versions 2018-05-02 12:05:01 +00:00
wiz
9c9237886d doc: Updated devel/p5-Safe-Isa to 1.000010 2018-05-02 12:03:17 +00:00
wiz
e526a033ba p5-Safe-Isa: update to 1.000010.
1.000010 - 2018-04-25
  - fix DOES tests on 5.8.x

1.000009 - 2018-04-21
  - Fix handling of DOES and does (they no longer fall back to isa in most
    situations outside of Moo/Moose)
2018-05-02 12:03:08 +00:00
wiz
d3f740d4a7 doc: Updated devel/p5-Safe-Hole to 0.14 2018-05-02 12:02:36 +00:00
wiz
3c193f4929 p5-Safe-Hole: update to 0.14.
0.14 April 13 2018
    - Update issue tracker to github
    - Tidy all the things
    - README.md for github
2018-05-02 12:02:27 +00:00
wiz
bf4b0b7e50 doc: Updated devel/p5-Ref-Util to 0.204 2018-05-02 12:01:49 +00:00
wiz
bb0d931528 p5-Ref-Util: update to 0.204.
0.204     2018-04-19 13:21:49+02:00 Europe/Oslo

        * fix Makefile.PL so that the 'install' sub is patched before
          WriteMakefile() is called (issue #41).
2018-05-02 12:01:39 +00:00
markd
9fe78742f3 tex-arsclassica{,-doc}: update to 20171031
Added compatibility with ClassicThesis 4.4
2018-05-02 12:01:13 +00:00
wiz
ff4facaab0 doc: Updated devel/p5-PPIx-Regexp to 0.058 2018-05-02 12:01:11 +00:00
wiz
355a50bcae p5-PPIx-Regexp: update to 0.058.
0.058		2018-04-26	T. R. Wyant
    Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
    non-ASCII digits.

    Explain the negated POSIX character classes. Also tweak some of the
    asserted explanations -- mostly for readability and parallel
    construction with the negated explanations, but it turns out
    [[:digit:]] is NOT equivalent to [0-9].

0.057		2018-04-17	T. R. Wyant
    Allow ->asserts( 'a*' ). This modification actually allows wild
    cards in asserts() on all match semantic modifiers, but it is
    probably only useful in the case of 'a*', because that is the only
    one that can be doubled.

    Explain grouping structure as 'Grouping', not 'Capture or grouping'.

    Caret modifier was not turning off /n. This was complicated by the
    fact that (?^) was introduced in 5.13.6, but (?n) was not introduced
    until 5.21.8. The solution was to include -n in the expansion of the
    caret if and only if /n had been seen in the scope of the caret.

    Recognize caret in /(?^)x/.

    Acknowledge Regexp::Parsertron in SEE ALSO
2018-05-02 12:00:59 +00:00
markd
e42bbcb89c tex-animate{,-doc}: update to 20180228
changes unknown
2018-05-02 11:55:54 +00:00
wiz
56027dbc09 doc: Updated devel/p5-MooX-File-ConfigDir to 0.007 2018-05-02 11:51:17 +00:00
markd
cbb0330578 tex-amsmath{,-doc}: update to 2.17a.47349
changes unknown
2018-05-02 11:51:11 +00:00
wiz
81b6302266 p5-MooX-File-ConfigDir: update to 0.007.
0.007	2018-04-30
    - Spelling fixes triggered by Mohammed Anwar's PR for
      File::ConfigDir
    - CI improvements to ensure constant high software quality
    - add license files
2018-05-02 11:51:09 +00:00
wiz
235b4e858e doc: Updated devel/p5-MooX-ConfigFromFile to 0.009 2018-05-02 11:49:34 +00:00
wiz
52f722a1c2 p5-MooX-ConfigFromFile: update to 0.009.
0.009	2018-05-01
    - ensure maximal test coverage
    - improve test diagnostics
    - fix distribution META data
    - add license files
    - introduce sorted_loaded_config to allow implementation
      of different sort strategies
    - allow tune merge behavior
    - improve documentation
2018-05-02 11:49:25 +00:00
wiz
e2ba82b6e6 doc: Updated devel/p5-Module-FromPerlVer to 0.021000 2018-05-02 11:47:03 +00:00
wiz
3c6c97afac p5-Module-FromPerlVer: update to 0.021000.
-   v0.21.0 Mon Apr 30 15:14:58 CDT 2018

    Repair Makefile.PL, version spec's lost in the
    regression at v0.20.

-   v0.20.1  Fri Apr 27 18:47:30 CDT 2018

    Makefile.PL cleanups.

-   v0.20.0  Thu Apr 26 22:45:15 CDT 2018

    Bump version.

-   v0.11   Tue Apr 24 17:34:45 CDT 2018

    Add back file-based tests for a variety of version
    strings.

    Replace join on '/' with File::Spec::Functions to allow
    use on systems with volumes -- anyone with VMS kindly
    test this for me.

    Removed anything git-ish from the module & tests.

-   v0.10  Sun Apr 22 19:08:47 CDT 2018

    There is simply no way to get a consistent shell interface to
    git across different platforms; every fix for one breaks another.
    Going back to the original approach of supporting only the
    perl-version dir's, which has reliably worked throughout.
2018-05-02 11:46:54 +00:00
markd
8e1b805060 tex-amscls{,-doc}: update to 2018
changes unknown
2018-05-02 11:45:41 +00:00
wiz
e95642c5f6 doc: Updated devel/p5-Module-Compile to 0.37 2018-05-02 11:45:21 +00:00
wiz
da968d6efb p5-Module-Compile: update to 0.37.
0.37 Sun Apr 29 19:31:11 PDT 2018
 - Apply PR/10 @mohawk2++

0.36 Sun Apr 29 17:09:53 PDT 2018
 - Apply PR/8 @knowledgejunkie++
 - Apply PR/9 @mohawk2++
2018-05-02 11:45:13 +00:00
wiz
5f76d952cd doc: Updated devel/p5-Module-CPANfile to 1.1004 2018-05-02 11:44:15 +00:00
wiz
f60de566eb p5-Module-CPANfile: update to 1.1004.
1.1004  2018-04-26 02:07:14 PDT
        - Fix a bug in to_strings with empty feature block (charsbar) #50
        - Explicitly add . in tests for perl 5.26
2018-05-02 11:44:02 +00:00
wiz
0212fc161f doc: Updated devel/p5-Log-Any-Adapter-Log4perl to 0.09 2018-05-02 11:43:02 +00:00
wiz
6bd9f085eb p5-Log-Any-Adapter-Log4perl: update to 0.09.
0.09      2018-04-22 13:41:19+02:00 Europe/Oslo

    [Added]

    - Added support for mapping Log::Any structured logging (added in
      Log-Any 1.700) to the Mapped Diagnostic Context. Thanks @dakkar!
      [Github #5]
2018-05-02 11:42:52 +00:00
wiz
2eefefb697 doc: Updated devel/p5-File-ConfigDir to 0.021 2018-05-02 11:42:00 +00:00
wiz
be2619f643 p5-File-ConfigDir: update to 0.021.
0.021 2018-05-01
    - more MSWin32 related fixups
    - include locallib_cfg_dir in config_dirs

0.020 2018-04-30
    - spelling fixes (Thanks to Mohammed Anwar for the reminder
      and pull request)
    - dependencies correctly expressed
    - tests for and implementation of _find_common_base_dir
      fixed
    - MSWin32 related fixups
    - add license texts

0.019 2018-04-27
    - fix local::lib handling and suggest use local::lib
    - find a users homedir even without File::HomeDir
    - add Travis and Coverage status badges
    - add more tests for proving edge cases to improve test coverage
    - add perlcritic rules and tests
    - introduce perltidy ensurance
    - simplify Travis-CI runs, add coverage test
2018-05-02 11:41:51 +00:00
markd
375c88f4d4 tex-alegreya{,-doc}: update to 2018
changes unknown
2018-05-02 11:37:37 +00:00
adam
7c4b6ebdbc wxGTK30: fix installation of wx-config; pkglint fixes 2018-05-02 11:33:44 +00:00
markd
9f74fb0ffd tex-adrconv{,-doc}: update to 1.4
changes unknown
2018-05-02 11:32:49 +00:00
markd
8fa3fec3b0 tex-adobemapping: update to 2018
changes unknown
2018-05-02 11:27:31 +00:00
markd
7e7bd4ca25 tex-adjustbox{,-doc}: update to 1.1
changes unknown
2018-05-02 11:24:39 +00:00
markd
3cc533f57c tex-academicons{,-doc}: update to 1.8.3
changes unknown
2018-05-02 11:19:37 +00:00
markd
eb43cd9446 tex-a2ping{,-doc}: update to 2.83p
* Lots of new features (introduced in 2007-03-07, but it somehow
   never made it to CTAN)

* Bugfixes to make it work with Ghostscript 8.22.
2018-05-02 11:15:20 +00:00
markd
1081ff3d83 py-requests-kerberos: s/pykerberos/kerberos/
Make sure python requires matches dependencies, to keep pip happy.
2018-05-02 10:59:49 +00:00
markd
f3279557b2 py-openpyxl: remove et_xmlfile from requires.txt
et_xmlfile is only used if lxml isn't and we have dependency on py-lxml
so remove from requires.txt to keep pip happy.
2018-05-02 10:53:26 +00:00