Commit graph

162585 commits

Author SHA1 Message Date
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
manu
22ee1e59e9 LP64 fixes 2010-09-06 04:34:52 +00:00
wiz
794a966e6d Remove unused variable pointing to non-existent dir.
pkglint is now much happier.
2010-09-05 23:01:48 +00:00
wiz
c9c8a67927 Fix build on Solaris, from Aleksey Cheusov in PR 43841. 2010-09-05 23:00:55 +00:00
wiz
3b3a043a98 Add VDPAU support, from Aleksey Cheusov. 2010-09-05 22:55:58 +00:00
wiz
4150508a35 Add RCS Id. 2010-09-05 22:55:24 +00:00
wiz
c5e719de52 pkglint cleanup. 2010-09-05 22:55:18 +00:00
adam
ac7c71825e Updated net/openvpn to 2.1.3 2010-09-05 20:34:46 +00:00
adam
8b26ff69b3 Changes 2.1.3:
* Fixed potential local privilege escalation vulnerability in
  Windows service.
* Added Python-based based alternative build system for Windows using
  Visual Studio 2008 (in win directory).
* When aborting in a non-graceful way, try to execute do_close_tun in
  init.c prior to daemon exit to ensure that the tun/tap interface is
  closed and any added routes are deleted.
* Fixed an issue where AUTH_FAILED was not being properly delivered
  to the client when a bad password is given for mid-session reauth,
  causing the connection to fail without an error indication.
* Don't advance to the next connection profile on AUTH_FAILED errors.
* Fixed an issue in the Management Interface that could cause
  a process hang with 100% CPU utilization in --management-client
  mode if the management interface client disconnected at the
  point where credentials are queried.
* Fixed an issue where if reneg-sec was set to 0 on the client,
  so that the server-side value would take precedence,
  the auth_deferred_expire_window function would incorrectly
  return a window period of 0 seconds.  In this case, the
  correct window period should be the handshake window period.
* Modified ">PASSWORD:Verification Failed" management interface
  notification to include a client reason string:
    >PASSWORD:Verification Failed: 'AUTH_TYPE' ['REASON_STRING']
* Enable exponential backoff in reliability layer retransmits.
* Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after
  socket is created rather than waiting until after connect/listen.
* Management interface performance optimizations:
  1. Added env-filter MI command to perform filtering on env vars
     passed through as a part of --management-client-auth
  2. man_write will now try to aggregate output into larger blocks
     (up to 1024 bytes) for more efficient i/o
* Fixed minor issue in Windows TAP driver DEBUG builds
  where non-null-terminated unicode strings were being
  printed incorrectly.
* Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support
  was not being compiled in.
* Proxy improvements:
* Implemented http-proxy-override and http-proxy-fallback directives to make it
  easier for OpenVPN client UIs to start a pre-existing client config file with
  proxy options, or to adaptively fall back to a proxy connection if a direct
  connection fails.
* Implemented a key/value auth channel from client to server.
* Fixed issue where bad creds provided by the management interface
  for HTTP Proxy Basic Authentication would go into an infinite
  retry-fail loop instead of requerying the management interface for
  new creds.
2010-09-05 20:33:48 +00:00
wiz
c2469f1f61 + bftpd-3.0, cvsd-1.0.20, eric4-4.4.8, gdb-7.2, kdevelop-4.0.2,
mkvtoolnix-4.3.0.
2010-09-05 20:29:44 +00:00
wiz
21dca98e01 + ImageMagick-6.6.4.0, docbook-xsl-1.76.0, gnumeric110-1.10.10,
goffice0.8-0.8.10, gst-plugins0.10-bad-0.10.20,
  gst-plugins0.10-ugly-0.10.16, libproxy-0.4.6, libv4l-0.8.1,
  mc-4.7.0.8, p5-Module-Signature-0.65, p5-PerlMagick-6.6.4.0,
  p5-WWW-Curl-4.13, scmgit-base-1.7.2.3, scmgit-docs-1.7.2.3,
  vala-0.9.8, x264-devel-20100904.
2010-09-05 17:12:13 +00:00
tron
dd28c7068b Require at least version 3.1.3 of the "rpm2pkg" package to make sure we
support RPM package files which use LZMA compression for the data section.
2010-09-05 16:13:41 +00:00
tron
c5e2f8fdaa Note update of the "rpm2pkg" package to version 3.1.3. 2010-09-05 15:55:51 +00:00
sno
b78b97558b Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.43 2010-09-05 15:55:24 +00:00
sno
c275eb62f1 Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.40nb1 to 0.43
pkgsrc changes:
- adjust dependencies

Upstrean changes:
0.43  Sun Jul 25 01:00:34 UTC 2010
        - add dep for MooseX::NonMoose for the use_moose=1 option

0.42  Sat Jul 24 23:14:27 UTC 2010
        - add use_moose=1 to loader options by default for create=static

0.41  Wed Apr 28 08:42:13 EDT 2010
        - allow configuring ResultSets using the SchemaProxy trait
2010-09-05 15:55:12 +00:00
tron
0f55267aed Update "rpm2pkg" package to version 3.1.3:
- Avoid handling RPMs with uncompress data via "lzcat -f".
- Improve handling of LZMA compression via "lzcat":
  - Fail early if the child process fails to start "lzcat".
  - Don't try to kill the chld process blindly when we close the parent
    end of the pipe. Check first whether it already terminated which
    is the normal case.

Handling of RPM files with LZMA compression is now tested.
2010-09-05 15:51:56 +00:00
sno
a4faab94c7 Updated www/p5-Catalyst-Devel to 1.28 2010-09-05 15:34:12 +00:00
sno
827082271b Updating www/p5-Catalyst-Devel from 1.27nb1 to 1.28
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.28 2010-06-16 02:43:00
        - Fix generated Pod tests so that the first check is if the TEST_POD
          environment variable is set. (RT#58433)
        - Fix link in the Pod for Catalyst::Restarter (RT#57362)
        - Fix the pod-coverage version required by the generated app tests.
        - Fix the restarter to only act upon file events (and ergo ignore
          the creation of empty directories).
2010-09-05 15:34:00 +00:00
sno
604d3ac80c Updated databases/p5-CatalystX-CRUD to 0.51 2010-09-05 15:20:30 +00:00
sno
41f2e42dd3 Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.49    11 April 2010
        * uri_for_view_on_single_result() will return uri for 'view' action,
          regardless of value of can_write().

0.50    13 May 2010
        * fix make_primary_key_string() to get rid of bad sprintf() call

0.51    19 May 2010
        * added use_request_uri_for_path to test MyApp to fix
          test failures with Catalyst::Runtime 5.80024
2010-09-05 15:20:19 +00:00
sno
94f7a7fdf9 Updated www/p5-CatalystX-CRUD-YUI to 0.024 2010-09-05 15:19:01 +00:00
sno
c05009f423 Updating www/p5-CatalystX-CRUD-YUI from 0.023nb1 to 0.024
Upstream changes:
0.024   18 Mar 2010
        * check for field.description.length, since localization object
	  will return true.
2010-09-05 15:18:47 +00:00
jakllsch
0092bd8aa6 Updated multimedia/mplayer to 1.0rc20091017nb3 2010-09-05 15:08:49 +00:00
jakllsch
bd7fcfc0b0 Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.
While here, finish enabling libXvMC.  XXX libXvMC needs real builtinifying.
2010-09-05 15:07:39 +00:00
sno
8fccdd8074 Updated www/p5-CatalystX-LeakChecker to 0.06 2010-09-05 15:05:48 +00:00