summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02add py-omniORBpy-3.4, Python bindings for omniORB, fromdrochner5-0/+379
Tonnerre Lombard per pkgsrc-wip
2010-09-02Updated inputmethod/ibus-m17n to 1.3.1obache1-1/+2
2010-09-02Update ibus-m17n to 1.3.1.obache3-10/+10
* Implement setup UI. * some bug fixes and improvements.
2010-09-02work around a configure check which looks for bind_textdomain_codeset(3)drochner1-1/+4
only in libc but not in libintl: assume it is always there on NetBSD (unbreaks gnome-sudoku and glchess of gnome-games) bump PKGREVISION
2010-09-02update to 1.9drochner3-13/+71
changes: many feature additions, bugfixes
2010-09-02revbump for sip API changedrochner3-6/+6
2010-09-02sync w/ base pkgdrochner2-6/+6
2010-09-02update to 2.4.5drochner2-6/+6
This is a bug fix release.
2010-09-02update to 4.7.5drochner4-13/+24
changes: added QStringRef.__str__() and QStringRef.__unicode__() to the QString v1 API the destruction by Qt of internally constructed QObject instances is now automatically detected a signal defined with pyqtSignal() can now be used with methods that make an internal call to QObject::connect(), e.g. QTimer.singleShot() added the --from-imports command line argument to pyuic4 and the from_imports argument to PyQt4.uic.compileUi() added support for Python v3.2
2010-09-02update to 4.11drochner3-8/+8
changes: added the %UnitPostIncludeCode directive /KeepReference/ will now accept a key to track when the same object is passed to more than one method operator() and __call__() can now accept keyword arguments added support for Python v3.2 pkgsrc note: runtime API changed, client pkgs need to be rebuilt
2010-09-02Updated security/gnupg2 to 2.0.16nb1obache2-3/+3
2010-09-02Some fixes at update to 2.0.16.obache5-9/+25
* not using autogen.sh anymore, so remove some tools from USE_TOOLS. * patch-ak does not effect anymore for above reason, add patch-ao for it. this patch is required to avoid conflict with security/gnupg. Bump PKGREVISION.
2010-09-02Updated databases/p5-DBIx-DBSchema to 0.39sno1-1/+2
2010-09-02Updating databases/p5-DBIx-DBSchema from 0.38nb1 to 0.39sno2-7/+7
Upstream changes: 0.39 Fri Mar 26 20:24:58 PDT 2010 - mysql: TEXT->LONGTEXT - mysql: when reverse engineering, transform a default of CURRENT_TIMESTAMP into the more common NOW() - mysql: fix reverse-engineering of empty string default
2010-09-02Updated databases/p5-DBIx-Class-TimeStamp to 0.13sno1-1/+2
2010-09-02Updating databases/p5-DBIx-Class-TimeStamp from 0.12nb1 to 0.13sno2-7/+7
Upstream changes: 0.13 2010-05-21 18:20:00 - Changing resolution of tests to not use seconds, RT #48385 - Changing comparison in tests to support Test::More 0.96, RT #57746
2010-09-02Updated databases/p5-DBIx-Class-EncodedColumn to 0.00010sno1-1/+2
2010-09-02Updating databases/p5-DBIx-Class-EncodedColumn from 0.00009nb1 to 0.00010sno2-7/+7
Upstream changes: 0.00010 2010-08-27 - Support for crypt()
2010-09-02Revert last change.obache1-13/+1
Setting LD_LIBRARY_PATH is not required on Interix-3.5.
2010-09-02Note eekboard and xtest option.obache1-0/+2
2010-09-02Updated security/ruby-oauth to 0.4.3obache1-1/+2
2010-09-02Update ruby-oauth to 0.4.3.obache2-6/+6
== 0.4.3 2010-09-01 * Fix for em-http proxy (ichverstehe)
2010-09-01Updated textproc/p5-Text-FindIndent to 0.09sno1-1/+2
2010-09-01Updating textproc/p5-Text-FindIndent from 0.08nb1 to 0.09sno2-7/+7
Upstream changes: 0.09 - Add vim-commands output.
2010-09-01Describe vdpau. From Aleksey Cheusov.wiz1-0/+1
2010-09-01Updated www/p5-Alien-GvaScript to 1.22sno1-1/+2
2010-09-01Updating www/p5-Alien-GvaScript from 1.21nb1 to 1.22sno3-7/+23
pkgsrc changes: - add patch to remove useless bits from generated GvaScript.js Upstream changes: 1.21 18.01.2010 - bug in Builder, Gvascript.js was written to wrong location
2010-09-01Updated net/p5-NetPacket to 0.43.1sno1-1/+2
2010-09-01Updating net/p5-NetPacket from 0.41.1nb1 to 0.43.1sno2-7/+12
pkgsrc changes: - add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954) - add homepage - clarify that it requires a c compiler and Module::Build Upstream changes: 0.43.1 2010-06-11 21:45:15 America/Montreal * Change a test to use explicit number of tests instead of 'done_testing'. 0.43.0 May 23rd, 2010 * Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235) * Added Joel Knight's code for IPv6 support from http://www.packetmischief.ca/code/netpacket/. Thanks to Doug Farley for the bug report. (RT#57560) 0.42.0 March 25th, 2010 * Updated license to Artistic 2.0 * Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov. (RT#52627)
2010-09-01Add vdpau option, on the platforms where it is supported.wiz1-2/+13
From Aleksey Cheusov in PR 43658.
2010-09-01s/wip/multimedia/gwiz1-3/+3
2010-09-01Added multimedia/libvdpau version 0.4wiz1-1/+2
2010-09-01+ libvdpau.wiz1-1/+2
2010-09-01Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.wiz6-0/+96
The Video Decode and Presentation API for Unix (VDPAU) provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams. These video streams may be combined (composited) with bitmap content, to implement OSDs and other application user interfaces. This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware.
2010-09-01Updated textproc/p5-YAML to 0.72sno1-1/+2
2010-09-01Updating textproc/p5-YAML from 0.71nb1 to 0.72sno2-7/+7
Upstream changes: version: 0.72 date: Wed Sep 1 11:54:00 AEST 2010 changes: - Upgrade to Module::Install 1.00 - Upgraded author tests via new ADAMK release automation - Normalise Ingy's name to ASCII in Makefile.PL so that we don't have Unicode in our own META.yml
2010-09-01Updated devel/p5-Config-IniFiles to 2.58sno1-1/+2
2010-09-01Updating devel/p5-Config-IniFiles from 2.57nb1 to 2.58sno2-9/+8
pkgsrc changes: - remove deprecated homepage Upstream changes: Version 2.58: ( Mon May 17 10:43:06 IDT 2010 ) ------------------------------------------------ * Incorporated a fix for some broken POD. - https://rt.cpan.org/Ticket/Display.html?id=51617 - Thanks to Frank Wiegand for reporting it. * Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm . - It interfered with applying a patch. * Applied a patch to get rid of indirect object notation in the documentation and code ("new Config::IniFiles") and replace it with Config::IniFiles->new(). - https://rt.cpan.org/Ticket/Display.html?id=57536 - Thanks to Tom Molesworth for the patch.
2010-09-01Updated devel/p5-Config-INI to 0.015sno1-1/+2
2010-09-01Updating devel/p5-Config-INI from 0.014nb1 to 0.015sno2-7/+8
pkgsrc changes: - add license definition Upstream changes: 0.015 2010-08-22 documentation improvements (thanks, castaway)
2010-09-01Updated time/p5-DateTime-Format-Flexible to 0.16sno1-1/+2
2010-09-01Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16sno2-7/+9
pkgsrc changes: - add build dependency Upstream changes: 0.16 Thu Aug 25 2010 - make sure 'now' means now and not when the module loaded unless user has set a base (thanks Ryan Voots rt #60731)
2010-09-01update to 2.0.16drochner5-93/+10
changes: -bugfixes -New command --passwd for GPG -Make use of libassuan 2.0 which is available as a DSO -The gpg-agent commands KILLAGENT and RELOADAGENT are now available on all platforms
2010-09-01update to 1.1.0drochner3-43/+10
changes: -bugfixes -Make use of libassuan 2.0 which is available as a DSO
2010-09-01update to 1.0.8drochner2-6/+6
change: Fixed a CMS parsing bug exhibited by Lotus Notes
2010-09-01update to 1.9drochner2-7/+6
change: New function gpg_err_deinit
2010-09-01update to 2.10.1drochner9-60/+58
many fixes and API extensions, but still binary compatible afaict
2010-09-01+omniORBdrochner1-1/+2
2010-09-01sync w/ base pkgdrochner1-3/+2
2010-09-01update to 0.11.13drochner8-22/+138
This is basically to switch to libassuan2. other changes: minor fixes