Commit graph

149673 commits

Author SHA1 Message Date
sno
d60f969558 Updated www/p5-CGI to 3.48 2009-10-25 13:16:35 +00:00
sno
6539b2f45d Updating www/p5-CGI from 3.47 to 3.48
Upstream changes:
Version 3.48

  [BUG FIXES]
  1. <optgroup> default values are now properly escaped.
     Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
  2. The change to exception handling in CGI::Carp introduced in 3.47 has been
     reverted for now. It caused regressions reported in RT#49630.
     Thanks to mkanat for the report.

  [DOCUMENTATION]
  1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
  2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
  3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
2009-10-25 13:16:21 +00:00
sno
925c657385 Updated graphics/p5-Image-Size to 3.2.1 2009-10-25 13:11:30 +00:00
sno
cd68c69139 Updating graphics/p5-Image-Size from 3.2 to 3.2.1
pkgsrc changes:
  - Correcting license definition
  - Adjusting dependencies

Upstream changes:
3.210	Wednesday October 21, 2009, 06:50:00 PM -0700
	* t/magick.t
	Removed a stray colon causing errors with some Perl versions.

	* t/00_load.t (added)
	* t/00_signature.t (deleted)
	* t/01_pod.t (added)
	* t/02_pod_coverage.t (added)
	* t/03_meta.t (added)
	* t/04_minimumversion.t (added)
	* t/05_critic.t (added)
	* t/magick.t
	* t/pod.t (deleted)
	* t/pod_coverage.t (deleted)
	Removed useless signature test, added QA tests, removed a
	duplicate test.

	* lib/Image/Size.pm
	Moved around some conditionally-needed libs to delay loading
	until/unless needed. Also made a small fix per Perl::Critic.
2009-10-25 13:11:16 +00:00
sno
948936ea93 Updated devel/p5-IO-Compress to 2.022 2009-10-25 13:01:04 +00:00
sno
3540bf45e1 Updating devel/p5-IO-Compress from 2.021 to 2.022
Upstream changes:
  2.022 9 October 2009
      * IO::Compress - Makefile.PL
        Fix for core.
2009-10-25 13:00:48 +00:00
sno
215365b03c Updated devel/p5-Carp-Clan to 6.04 2009-10-25 12:56:16 +00:00
sno
743fa23793 Updating devel/p5-Carp-Clan from 6.03 to 6.04
pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 6.04  24.10.2009
 + Solved RT ticket #50796 (inform type of license)
 + Made the test suite compatible with Perl versions < v5.6.0
2009-10-25 12:56:04 +00:00
ahoka
4ea48e596a It seems that <tnn> had an actual fix for the configure bug
in his pockets, thanks!
2009-10-25 12:49:04 +00:00
ahoka
74ae4ab615 Disable autoreconf to make it build again (sorry hasso). 2009-10-25 12:30:36 +00:00
sno
8031e6cf85 Updated devel/p5-Test-Perl-Critic to 1.02 2009-10-25 12:18:16 +00:00
sno
aea507fecf Updating devel/p5-Test-Perl-Critic from 1.01nb1 to 1.02
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
[1.02] Released on 2009-10-22
     Documentation changes.  META.yml "enhancements".  Moved author
     tests out of the way of normal testing.

     Now requires Perl-Critic version 1.105 or newer.  Fixed source
     code to be compliant with this version. Reported by Xavier Caron.
2009-10-25 12:18:04 +00:00
tnn
3e6cf370a0 More build fixes for non-GNU cpp(1) which usually doesn't grok -undef.
From Alexander Nasonov in PR pkg/39879.
2009-10-25 12:15:54 +00:00
sno
44dc0d8d2b Updated devel/p5-Test-Differences to 0.5000 2009-10-25 11:44:25 +00:00
sno
966ed175b7 Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000
pkgsrc changes:
  - Adding license definition

Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
    - Production release.

0.49_02 Sat Aug  2 13:00:21 GMT 2008
    - Added support for all diff styles supplied by Text::Diff.  Requested by
      Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
    - Add Build.PL.
    - Convert to universally use Test::More instead of Test.

0.49_01 Fri Aug  1 09:04:58 GMT 2008
    - Convert to modern Perl distribution.
    - Applied doc suggestion from Slaven Rezic
      (http://rt.cpan.org/Ticket/Display.html?id=24297)
    - Bumped up version number higher than normal because I forgot to quote
      the "developer release" number last time.
    - Applied Mark Stosberg's  patch which fixed the { a => 1 } versus
      { a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
2009-10-25 11:44:13 +00:00
sno
4ac280da34 Updated devel/p5-Test-Aggregate to 0.36.1 2009-10-25 11:36:44 +00:00
sno
529497cd9e Updating devel/p5-Test-Aggregate from 0.35 to 0.36.1
pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies according to META.yml (choosing the higher
    versions in case of duplicated entries)

Upstream changes:
0.361   20/10/2009
        - Keep Makefile.PL in synch.

0.36    18/10/2009
        - Mark for production.
        - Removed 'dump.t' files in tests.
        - Improve Test::Aggregate::Nested docs.
        - Removed some dead code.
        - Suppress multiple plans (#48352, Chisel Wright)

0.35_07 19/08/2009
        - Added missing files to MANIFEST.

0.35_06 28/06/2009
        - Added support for nested TAP via Test::Aggregate::Nested.
        - I really, really need to get a real release out.

0.35_05 20/05/2009
        - Removed bogus test file throwing my counts off.  No wonder all tests
          were failing for people!
        - Remove development lib links.

0.35_04 Unreleased.
        - Unlink dump files in tests.

0.35_03 15/05/2009
        - Don't run done_testing() in tests if it doesn't exist.

0.35_02 14/05/2009
        - Deprecate tests run in BEGIN/END/CHECK/INIT.
          See http://use.perl.org/~Ovid/journal/38974 for more information.
        - check_plan, if set, is now done at the end of each test instead of
          the end of all tests.
        - Make it work with the Test::Builder 0.88 and previous versions.
        - Embed the calling test script name in a comment at the top of the
          dump file.
        - Fix a doc typo (thanks to Offer Kaye for the report)
        - Cleaned up some tests.

0.35_01 18/11/2008
        - Make 'exit()' scream loudly if called.
        - Move Test::Aggregate::Builder globals into a hashref in the object.
          Further encapsulation to come later.
        - Export &run_this_test_program from Test::Aggregate to make dump
          files cleaner.
        - Reorganize the test suite to avoid false negatives.
2009-10-25 11:36:32 +00:00
sno
5c69a756bf Updated www/p5-Catalyst-Action-RenderView to 0.13 2009-10-25 11:06:49 +00:00
sno
e2c1f591e0 Updating www/p5-Catalyst-Action-RenderView from 0.11nb1 to 0.13
Upstream changes:
0.13 2009-10-24 04:48:03 PDT
    - Re-release 0.12 without changes for reindexing by CPAN/PAUSE.

0.12 2009-10-18 19:10:00 BST
    - Fixup copyright information
2009-10-25 11:06:35 +00:00
ahoka
acaebe6e6a This needs dbus-glib. 2009-10-25 10:48:09 +00:00
heinz
020c243672 After discussion on tech-pkg@ I decided to add the license file for the
2-clause BSD license.
This license does not just use slightly different words from the 3-clause
BSD license but adds a new clause to prohibit certain forms of promotion
without the copyright holders permission.
2009-10-24 21:33:24 +00:00
tnn
27abb173ac remove unused var 2009-10-24 20:16:02 +00:00
tnn
38cc084785 Turn native language support into an option and disable it by default
everywhere but on NetBSD (where we know it doesn't add any run-time
dependencies)
2009-10-24 20:15:05 +00:00
sno
75e0dc145b Updated mail/p5-MIME-Lite to 3.027 2009-10-24 17:05:15 +00:00
sno
890831fba8 Updating mail/p5-MIME-Lite from 3.026 to 3.027
Upstream changes:
Version 3.027
    Add send_to_testfile method (Thanks, AlexanderBecker)
2009-10-24 17:05:00 +00:00
sno
6e4d2eddcc Updated devel/p5-version to 0.7800 2009-10-24 17:01:13 +00:00
sno
453519960d Updating devel/p5-version from 0.7702 to 0.7800
Upstream changes:
2009-10-22  John Peacock <jpeacock@cpan.org>
	Forgot to edit the README

2009-10-15  John Peacock <jpeacock@cpan.org>
	Make sure we override the system version.pm in the core for perl5.10.x

2009-10-15  John Peacock <jpeacock@cpan.org>
	Bump $VERSION in all files and add README text

2009-10-15  John Peacock <jpeacock@cpan.org>
	Smarter handling of non-magic v-strings.
	Resolves https://rt.cpan.org/Ticket/Display.html?id=50347
2009-10-24 17:00:53 +00:00
sno
58920d90aa Added devel/p5-Date-Calc-XS version 6.2 2009-10-24 16:54:44 +00:00
sno
ed5ce6a047 After Date::Calc 6.2 came without XS implementation, importing
devel/p5-Date-Calc-XS version 6.2:

XS wrapper and C library plug-in for Date::Calc.
You never use this module directly. Use Date::Calc(3) instead!
2009-10-24 16:53:49 +00:00
sno
2d87598ccb Updated devel/p5-Date-Calc to 6.2 2009-10-24 16:42:56 +00:00
sno
92399a14a7 Updating devel/p5-Date-Calc from 6.0 to 6.2
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
Version 6.2   16.10.2009
 +  Split the "Date::Calc" distribution into a pure-Perl and a C/XS part

Version 6.1   15.10.2009
 +  United "Date::Calc" and "Date::Pcalc" into a single distribution
 +  Fixed Polish names of months and days of week (RT ticket #14159)
2009-10-24 16:42:40 +00:00
sno
9fb1698abd Updated devel/p5-Class-Method-Modifiers to 1.05 2009-10-24 16:37:15 +00:00
sno
d3a94d97db Updating devel/p5-Class-Method-Modifiers from 1.04 to 1.05
Upstream changes:
1.05    Wed Oct 21 14:01:11 2009
        Add install_modifier as a public API (Goro Fuji)
2009-10-24 16:37:01 +00:00
sno
ca1cc66775 Updated devel/p5-Class-Accessor-Grouped to 0.09002 2009-10-24 16:36:11 +00:00
sno
f0c970c514 Updating devel/p5-Class-Accessor-Grouped from 0.09001 to 0.09002
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.09002 Tue Oct 20 23:16:28 2009
    - removing Class::XSAccessor usage for now
2009-10-24 16:33:27 +00:00
sno
88cfea1287 Updated devel/p5-Devel-Leak-Object to 1.00 2009-10-24 16:25:57 +00:00
sno
3a0110d367 Updating devel/p5-Devel-Leak-Object from 0.92 to 1.00
pkgsrc changes:
  - Adding license definition
  - Handling bundled Module::Install

Upstream changes:
1.00 Thu 22 Oct 2009
	- Upgrading to Module::Install::DSL 0.91
	- Switching to a prod version (finally)
	- Optionally track where leaked objects come from
	- Fix dumping to STDERR at END (previously dumped to STDOUT)
	- Tests for that
2009-10-24 16:25:43 +00:00
sno
4f9292a74b Updated devel/p5-Carp-Clan to 6.03 2009-10-24 16:21:31 +00:00
sno
ec06087d88 Updating devel/p5-Carp-Clan from 6.00nb1 to 6.03
Upstream changes:
Version 6.03  18.10.2009
 + Re-release to resolve confusion in CPAN caused by intermediate release
   of Carp::Clan 5.4 (backport of bugfix #50560 below for Perls < v5.6.0)

Version 6.02  17.10.2009
 + Forgot to fix the bug of duplicated prefixes in _longmsg as well

Version 6.01  16.10.2009
 + Fixed bug of duplicated prefixes (RT ticket #50560)
2009-10-24 16:21:15 +00:00
sno
22dd172767 Updated devel/p5-Cache-Memcached to 1.28 2009-10-24 16:13:26 +00:00
sno
c3d467c7bc Updating devel/p5-Cache-Memcached from 1.27 to 1.28
Upstream changes:
2009-10-21: version 1.28
	* IPv6 support (https://rt.cpan.org/Ticket/Display.html?id=50577)
	* Add Encode.pm requirement to Makefile.PL for perl 5.6.x (Ask)
2009-10-24 16:13:08 +00:00
sno
00504b20a9 Updated www/p5-libwww to 5.833 2009-10-24 16:08:59 +00:00
sno
faf017d46c Updating www/p5-libwww from 5.832 to 5.833
Upstream changes:
2009-10-06  Release 5.833


Gisle Aas (5):
      Deal with cookies that expire far into the future [RT#50147]
      Deal with cookies that expire at or before epoch [RT#49467]
      Pass separate type for https to LWP::ConnCache [RT#48899]
      Improved handling of the User-Agent header [RT#48461]
      HTTP::Cookies add_cookie_header previous Cookies [RT#46106]

Andreas J. Koenig (1):
      Improve diagnostics from LWP::UserAgent::mirror [RT#48869]

Slaven Rezic (1):
      mirror should die in case X-Died is set [RT#48236]

Ville Skytt"a (1):
      Increase default Net::HTTP max line length to 8k.
2009-10-24 16:08:44 +00:00
sno
86db261eef Updated www/p5-HTML-Parser to 3.63 2009-10-24 16:07:31 +00:00
sno
8fcfcc186b Updating www/p5-HTML-Parser from 3.62 to 3.63
Upstream changes:
2009-10-22  Release 3.63

Gisle Aas (2):
      Take more care to prepare the char range for encode_entities [RT#50170]
      decode_entities confused by trailing incomplete entity
2009-10-24 16:07:15 +00:00
sno
df2b6b9a1c Updated www/p5-URI-Escape-XS to 0.06 2009-10-24 16:06:20 +00:00
sno
14e66eda1b Updating www/p5-URI-Escape-XS from 0.05 to 0.06
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
+ t/05-null.t
! XS.xs lib/URI/Escape/XS.pm
  Addressed:
  #45392: First invocation of encodeURIComponentIDN loses the path
  #49375: decodeURIComponent() influences references from a regexp
  #45855: Problems with undef
  http://rt.cpan.org/Public/Bug/Display.html?id=45392
  http://rt.cpan.org/Public/Bug/Display.html?id=49375
  http://rt.cpan.org/Public/Bug/Display.html?id=45855
2009-10-24 16:06:07 +00:00
sno
5532249a5f Updated www/p5-Catalyst-Plugin-Static-Simple to 0.25 2009-10-24 15:58:07 +00:00
sno
94b5bd39a7 Updating www/p5-Catalyst-Plugin-Static-Simple from 0.22nb1 to 0.25
Upstream changes:
0.25   2009-10-22 21:40:00 BST
        - Fix bug where old unrelated $@ values would result in an error.

0.24   2009-10-18 19:10:00 BST
        - Fixup copyright information

0.23   2009-10-06 17:40:39
        - Move actions out of TestApp into a Root controller as
          this is now deprecated.
2009-10-24 15:57:53 +00:00
sno
23fad2116b Updated www/p5-Catalyst-Plugin-StackTrace to 0.11 2009-10-24 15:53:50 +00:00