Commit graph

162559 commits

Author SHA1 Message Date
wiz
d64897924d Updated graphics/p5-Image-Size to 3.230 2010-09-06 11:27:57 +00:00
wiz
d92701a4b1 Update to 3.230/3.2.3.0:
3.230	Sunday August 29, 2010, 04:00:00 PM -0700

	* imgsize
	* lib/Image/Size.pm
	perlcritic clean-ups from new rules.

	* lib/Image/Size.pm
	* t/Test_emf_small.emf (added)
	* t/all.t
	RT #59995: Added support for Windows Enhanced Metafile Format
	(EMF).

	* t/00_load.t (deleted)
	* t/01_pod.t (deleted)
	* t/02_pod_coverage.t (deleted)
	* t/03_meta.t (deleted)
	* t/04_minimumversion.t (deleted)
	* t/05_critic.t (deleted)
	* xt/00_load.t (added)
	* xt/01_pod.t (added)
	* xt/02_pod_coverage.t (added)
	* xt/03_meta.t (added)
	* xt/04_minimumversion.t (added)
	* xt/05_critic.t (added)
	Move the author/distro-sanity tests to an "xt" directory.

3.221	Sunday April 25, 2010, 02:10:00 PM -0700

	* imgsize
	* lib/Image/Size.pm
	Large-scale code and documentation clean-up based on perlcritic
	and visual review.
2010-09-06 11:27:48 +00:00
wiz
32b62cfffa Updated graphics/p5-Image-Imlib2 to 2.03 2010-09-06 11:26:54 +00:00
wiz
7bde11335c Update to 2.03, set LICENSE. Same number of test failures as in 2.02:
Failed 5/7 test programs. 5/7 subtests failed.

2.03 Tue Nov 24 21:40:49 GMT 2009
    - add a new_transparent method
    - add a create_rotated_image method
    - add a human-readable license
2010-09-06 11:26:44 +00:00
wiz
9858048d6d Updated graphics/p5-GD to 2.45 2010-09-06 11:24:14 +00:00
wiz
3c59dfd1f6 Update to 2.45, same number of test failures as before:
Failed 1/2 test programs. 1/13 subtests failed.

2.45	Clarified the GD license. There is now a formal LICENSE file in the package.
2010-09-06 11:24:05 +00:00
wiz
0e922e5b3a Updated x11/p5-gtk2 to 1.222 2010-09-06 11:22:07 +00:00
wiz
9bc1c4da35 Update to 1.222:
Overview of changes in Gtk2 1.222
=================================

* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0
* Fix some build and test failures.
2010-09-06 11:21:57 +00:00
wiz
45a51c2bba Updated www/p5-WWW-Curl to 4.13 2010-09-06 11:10:43 +00:00
wiz
dc583b0079 Update to 4.13:
4.13 Wed Sep 01 2010: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed WWW::Curl::Form (again, formadd and formaddfile working now).
    - Made constant constant handling more robust and added tests [Fuji, Goro].
    - Modernized *.pm and AUTOLOAD now throws an error on unknown method calls [Fuji, Goro].
    - Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
2010-09-06 11:10:26 +00:00
wiz
57950b2885 Updated misc/p5-Locale-Maketext-Lexicon to 0.82 2010-09-06 11:09:18 +00:00
wiz
745c6b2cd2 Update to 0.82:
[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
    - fixed some spelling errors - thanks to Ansgar Burchardt for the patch

[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
    - the plugin now understands YAML of the form:
        mesage_loc: ['Max files: [_1]', 10]

      Thanks to Charlie Garrison for the patch

[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
    - Added the _preload option, which forces parsing of the lexicon
      as soon as it is loaded. Improves memory usage and performance
      in a prefork environment

      Thanks to Ruslan Zakirov for the patch
2010-09-06 11:09:09 +00:00
wiz
66b21724b4 Updated misc/p5-Locale-Codes to 3.13 2010-09-06 11:08:34 +00:00
wiz
02d40f85b7 Update to 3.13:
3.13  2010-06-04 sbeck
        * NEW CODE(s)

3.12  2010-04-06 sbeck
        * NEW CODE(s)
        * Renamed test.pl to testfunc.pl to avoid causing an error
          when built as part of perl.
2010-09-06 11:08:25 +00:00
wiz
703c264a72 Updated misc/p5-File-MMagic-XS to 0.09006 2010-09-06 11:07:48 +00:00
wiz
2afd3e1ec9 Update to 0.09006, set LICENSE.
0.09006 - 19 May 2010
   - Should fix errors in t/003_error.t
     http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f

0.09005 - 17 May 2010
   - Should fixe problems with t/005_clone.t
   - Minor XS tweaks

0.09004 - 11 May 2010
   - Disable MSWin32 (patches welcome)

0.09003_03 - 10 May 2010
   - Explicitly test add_file_ext
   - Add thread safety test

0.09003_02 - 26 Apr 2010
   - Ah, typemaps! I guess I didn't know about it when I first wrote this
   - Add many tests
   - Fix a memory leak under clone()
   - Fix a memory leak under fhmagic()
   - Update function declarations to a more modern style
     * move all functions out of XS section, and make use of
       automatic linkage by xsubpp
   - Add a memory leak test
     * only runnable when running under author mode
     * set TEST_MEMLEAK=1
     * ignore any leaks that does not directly show a Perl_*
       namespace.

0.09003_01 - 07 Apr 2010
   - Fix memory corruption (Martin Blapp)
   - Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
   - Fix how SV returned by error() is handled.
   - Add a clone() method.
2010-09-06 11:07:39 +00:00
wiz
f941258ea3 Updated devel/p5-glib2 to 1.223 2010-09-06 11:05:28 +00:00
wiz
e838abfaec Update to 1.223:
Overview of changes in Glib 1.223
=================================

* Fix a few test failures.
2010-09-06 11:05:19 +00:00
wiz
608a25b7e4 Updated textproc/p5-Text-vCard to 2.09 2010-09-06 11:04:04 +00:00
wiz
99200abd2d Update to 2.09:
2.09 Thu 19 Aug 2010 16:08:20 BST
    - Add set_encoding() for export - Stefan

2.08 Tue Jul 13 08:47:58 BST 2010
    - Doc fix (Blair Christensen)
2010-09-06 11:03:55 +00:00
wiz
ae3d60819b Updated textproc/p5-Text-vFile-asData to 0.07 2010-09-06 11:03:15 +00:00
wiz
6f14fcbe52 Update to 0.07, please pkglint:
0.07    Wednesday 25th August, 2010
        Switch to ExtUtils::MakeMaker as Module::Build got
        uppity and started generating bad Makefile.PL files

0.06	Friday 20th August, 2010
	Fix case with ' in entities (Richard Russo)
2010-09-06 11:03:06 +00:00
wiz
9f0548c61f Updated math/p5-Set-Crontab to 1.03 2010-09-06 11:01:29 +00:00
wiz
1dbf7f50e5 Update to 1.03, set LICENSE.
1.03    2010-05-08

    * Return list elements in sorted order.
2010-09-06 11:01:20 +00:00
wiz
c53ca3168b Updated multimedia/p5-GStreamer to 0.15 2010-09-06 11:00:34 +00:00
wiz
5385cb28aa Update to 0.15, less test failures than 0.14 (2/31, 4/429 instead
of 3/31, 5/425). Set LICENSE.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* lib/GStreamer.pm
	* NEWS: Release 0.15.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* MANIFEST
	* GStreamer.pm (removed)
	* lib/GStreamer.pm (added): Move GStreamer.pm into the new lib
	directory.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstPad.t
	* xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query,
	gst_pad_iterate_internal_links, and
	gst_pad_iterate_internal_links_default.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to
	undef.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstFormat.xs (SvGstFormat): Throw an exception if
	gst_format_get_by_nick failed to convert the string to a format.
	This means that unregistered format strings now cause errors
	instead of being silently turned into GST_FORMAT_UNDEFINED.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstClock.t: Make the clock resolution and master clock tests
	more robust.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstIndex.t: Make the GstIndexEntry tests more robust and correct.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIndex.xs: We don't own the GstIndexEntry objects returned
	by the various GstIndex methods, so don't use the _own typemap
	variant.
2010-09-06 11:00:23 +00:00
wiz
0ed1f14be1 Updated geography/p5-Geo-Coordinates-UTM to 0.09 2010-09-06 10:56:57 +00:00
wiz
64767232d8 Update to 0.09, set LICENSE, fix typo in COMMENT.
0.09  Mon May 17 16:30:32
	- Patched mgrs_to_utm to handle short MGRS strings
2010-09-06 10:56:48 +00:00
wiz
31b43f6f0a Updated converters/p5-MIME-Base32 to 1.02a 2010-09-06 10:55:11 +00:00
wiz
d91b15c326 Update to 1.02a, set LICENSE.
Version 1.02 provides minor changes only:
- added COPYRIGHT according to FEDORA & DEBIAN community requests
- test.pl - extended test string (just for sure ;)
2010-09-06 10:55:01 +00:00
wiz
8c8e98ebb0 Updated comms/p5-Device-Gsm to 1.55 2010-09-06 10:52:36 +00:00
wiz
37d680d8c5 Update to 1.55:
1.55  Sun Jun 27 18:07:11 CEST 2010
	- Fixed RT #58869, incorrect decoding of text7 messages.
	  Thanks to Alexander Onokhov.
2010-09-06 10:52:27 +00:00
wiz
fb39d5dcc4 Updated comms/p5-Device-Modem to 1.53 2010-09-06 10:52:05 +00:00
wiz
1b7067bbaa Update to 1.53:
1.53  Thu Apr 01 13:49:00 CET  2010
    - ***CHANGED*** default log file position
      from /var/log/modem.log to /tmp/modem.log.
      Too many failed tests and user reports made me
      reconsider my poor default choice.
    - Added voice dialing. Just dialing though.
      You can't perform real voice calls through Device::Modem (yet :)
      Thanks to Marek Jaros.
    - Added ';' (voice dialing) and 'p' (pause) as valid values
      for dial() number.

1.52  Sun Mar 28 15:50:00 CET  2010
	- Added automatic port reconnection in the port() method.
	  This should improve connection reliability and reduce risk
	  of "Can't call method XXXXXX on undefined value YYYYYY" errors.
2010-09-06 10:51:56 +00:00
wiz
836d223c23 Set LICENSE. 2010-09-06 10:51:13 +00:00
wiz
da20ee00ce Updated chat/p5-POE-Component-IRC to 6.39 2010-09-06 10:49:13 +00:00
wiz
e5ec9e104b Update to 6.39:
6.39  Sat Sep 4 02:16:28 UTC 2010
    - AutoJoin.pm: Allow channel keys to be undefined
    - Make the 'nickserv' command do the right thing on ratbox ircds
    - Add a server_version() method

6.38  Fri Sep 3 18:33:50 UTC 2010
    - Only process the first CTCP chunk we find in a message. This prevents
      someone from flooding our outgoing queue by having us e.g. reply to 20
      VERSION requests at a time.
    - CTCP.pm: Reply to VERSION with "dev-git" when no version is available.

6.37  Tue Aug 17 22:53:22 GMT 2010
    - Make all warnings fatal
    - Use real temp files in tests instead of littering the dist directory

6.36  Mon Jul 26 03:53:50 GMT 2010
    - Added a logged_in() method to see if we're logged into IRC

6.35  Sun Jun 27 09:32:22 GMT 2010
    - Disconnecting.pod: Mention when it is appropriate to use
      C<< $irc->yield('shutdown') >>.
    - Connector.pm: Clear the reconnect timer when the plugin is deleted so
      that we can actually shut down the IRC component.
    - Depend on POE::Component::Pluggable 1.26 for irc_plugin_error

6.34  Fri Jun 25 18:16:40 GMT 2010
    - CTCP.pm: Do "use POE::Component::IRC;" to avoid weird failures when
      this plugin is compiled by code which hasn't done the same.

6.33  Mon Jun 21 20:27:42 GMT 2010
    - BotCommand.pm: Allow user to choose how help messages are delivered
    - BotCommand.pm: Require the command prefix in private messages
    - BotCommand.pm: Make the help messages more context-sensitive
    - BotCommand.pm: Add support for custom auth checks
    - BotCommand.pm: If Eat == 1, we eat everything that looks like a command
    - Cookbook: Add Gtk2 example by Damian Kaczmarek
    - Logger.pm: Support a hook for custom log storage
    - IRC.pm: Remove redundant version() method
    - Convert distribution over to Dist::Zilla
2010-09-06 10:49:03 +00:00
wiz
03db5ad542 Updated audio/p5-CDDB to 1.220 2010-09-06 10:42:02 +00:00
wiz
aca92e4131 Update to 1.220:
================================
2010-03-08 01:18:09 -0500 v1_220
================================
    Prepare for git based distribution toolchain.
    Rearrange repository for git.
    Create an OSX example program for Max Wassermann.
2010-09-06 10:41:53 +00:00
wiz
dae3acb739 Updated audio/p5-Audio-Wav to 0.12 2010-09-06 10:40:33 +00:00
wiz
2fd143a8f2 Update to 0.12:
0.12  Sun May 30 08:45:03 GMT 2010
  - don't use values > MAXINT. +2147483648 is not a valid unsigned
    int32 (it's MAXINT+1). while we're at it, put all constants in
    the XS in hex format for clarity. possibly fixes:
      http://www.cpantesters.org/cpan/report/6945385
  - fall back to pureperl when Inline::C is installed but not functional
    as reported by Michel Lanne.

0.11  Fri Mar 12 04:12:44 GMT 2010
  - fix two bugs triggered with inline on win32 - one related to assuming
    C99 support and one related to lack of stdint.h or equivalent. tested
    with strawberry perl, should work with msvc too. bug report here:
      http://www.cpantesters.org/cpan/report/6920668
    same smoker reports tests with 0.11 here:
      http://www.cpantesters.org/cpan/report/6930825

0.10  Sun Feb 14 04:09:00 GMT 2010
  - add COPYRIGHT information for debian folks
  - include xt/

0.09  Thu Feb 11 14:58:37 GMT 2010
  - Support 24 and 32 bit wav reading w/o Inline::C (from Wolfram humann)
    ( see https://rt.cpan.org/Public/Bug/Display.html?id=36452 )
  - add a META.yml and some other easy kwalitee tweaks
  - Audio::Wav::Read::_has_inline moved to Audio::Wav::_has_inline so
    it can be queried before instantiating a reader (and later be used
    internally for Audio::Wav::Write)
2010-09-06 10:40:16 +00:00
wiz
8395372638 Updated audio/p5-Audio-Scan to 0.84 2010-09-06 10:39:22 +00:00
wiz
465b70c562 Update to 0.84:
0.84    2010-08-27 19:10:00
        - Added an optional audio_md5 info value, this is the MD5 checksum of the
          first N audio bytes of the file.  This is useful in determining if a file
          is the same even when tags have been changed.  See the documentation for details.
        - Added audio_size info value to all formats.
        - Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so
          image data may be extracted directly from the file if needed.  See the
          documentation for specific details.
        - AAC: Fixed samplerate values for AACplus files. The samplerate in the header
          needs to be doubled to obtain the actual playback samplerate.
        - ID3: Bug 16452, Don't add null strings as array entries for T* frames.

0.83    2010-06-10 14:15:00
        - APE: Tag could be ignored when ID3v1 tag is present.
        - Fixed error handling for invalid RVAD tags.
        - Win32: Added binmode for all open files and filehandles.
2010-09-06 10:39:13 +00:00
wiz
73d159db14 On NetBSD, pull in perfuse. 2010-09-06 10:30:43 +00:00
wiz
18dc8c76ff Remove -Werror from compiler flags until code is clean enough. 2010-09-06 10:18:10 +00:00
manu
456552d5f4 Missing commit for checksum update 2010-09-06 08:41:16 +00:00
obache
be36270dab Updated inputmethod/ibus-pinyin to 1.3.11 2010-09-06 07:56:38 +00:00
obache
e01d00e3c4 Update ibus-pinyin to 1.3.11.
Fix make distcheck errors.

    Tiny modification to m4/boost.m4.

    Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy.

    Remove sqlite3 in create_db.py

    Remove duplicated EXTRA_DIST value in lua/Makefile.am

    Add PY prefix of all file names to avoid name conflict on some file
    system than is case insensitive.

    change the default fuzzy settings
2010-09-06 07:56:24 +00:00
sno
fd3fef25df Updated devel/p5-Test-WWW-Selenium to 1.23 2010-09-06 05:04:01 +00:00
sno
630817c953 Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23
Upstream changes:
1.23 - So Sep  5 2010
  - 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
  - Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
  - http_method now defaults to POST but can be set to GET.

1.22 - Fri Apr  2 10:51:58 PDT 2010
  - Update URI::Encode dependency so we can depend on a consistent
    encoding of *firefox to %2Afirefox.
  - No code changes, just test fixes.
2010-09-06 05:03:48 +00:00