summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-07* Mark these packages Ruby 1.8.x support only.taca19-26/+67
* Add some comments and a little clean up. No functional change.
2010-09-07avoid python version encoded in extension lib name, bump PKGREVISIONdrochner2-4/+6
2010-09-07mention py/qt related updatesdrochner1-1/+6
2010-09-07update to 0.2.4drochner3-19/+14
changes: -fixes many bugs and performance problems -adds two Czech translations
2010-09-07update to 5.2.1drochner4-83/+85
changes: -bugfixes -qwt.pro: CONFIG += ordered added for using make -j CONFIG += silent added
2010-09-07update to 4.4.8drochner2-6/+6
It is a maintenance release fixing some bugs.
2010-09-07update to 4.7.6drochner2-6/+6
This is a minor bug fix release. (fixes problems with the help viewer of devel/eric4)
2010-09-07update to 4.11.1drochner2-6/+6
This is a minor bug fix release. (fixes problems with the help viewer of devel/eric4)
2010-09-07bump PKGREV for recent change, requested by trondrochner1-1/+2
2010-09-07Mark as bmake 20100808joerg1-2/+2
2010-09-07Remerge man page. Cleanup old version.joerg3-1951/+30
2010-09-07Merge for bmake-20100808joerg15-317/+567
2010-09-07+sudo-1.7.4p4.taca1-2/+2
2010-09-07Import bmake-20100808:joerg1-1/+5
- boot-strap (TOOL_DIFF): set this to ensure tests use the same version of diff that configure tested - in jobs mode, when we discover we cannot make something, call PrintOnError before exit. - formatting fixes for ignored errors - ensure jobs are cleaned up regardless of where wait() was called. - os.sh (MACHINE_ARCH): watch out for drivel from uname -p - call PrintOnError from JobFinish when we detect an error we are not ignoring. - use bmake_signal() which is a wrapper around sigaction() in place of signal() - add .export-env to allow exporting variables to environment without tracking (so no re-export when the internal value is changed). - fix for .info et al being greedy. - back to using realpath on argv[0] but only if contains '/' and does not start with '/'.
2010-09-07Updated audio/squeezeboxserver to 7.5.1nb3wiz1-1/+2
2010-09-07Updated audio/p5-Audio-Scan to 0.84wiz1-1/+2
2010-09-07Make squeezeboxserver accept p5-Audio-Scan-0.84.wiz3-4/+18
Bump PKGREVISION. Ok cube@
2010-09-07Update to 0.84 again.wiz2-7/+6
2010-09-07don't install the pthread drop-in emulation header and library in casedrochner2-9/+16
native pthreads are present and used, to avoid surprises due to conflicting implementations mixed up (in case of no bl3 use), from Rumko per followup mail on PR pkg/43845 bump PKGREVISION
2010-09-07Remove update line for p5-Audio-Scan.wiz1-2/+1
2010-09-07Downgrade for now -- squeezeboxserver does not allow 0.84.wiz2-6/+7
2010-09-07Upgrade parrot from version 2.5.0 to 2.6.0.he3-9/+11
Pkgsrc changes: o Adapt to new content being installed (PLIST) and new perl script which needs tweaking. Upstream changes: - Core + Plug some memory leaks + As always, bug fixes and some optimizations - Runtime + added (experimental) URI::Escape - Testing + Improved test coverage of core parrot - Documentation + Updated the Squaak tutorial to use modern NQP-rx and PCT - Platforms + The Fedora package 'parrot-devel' install the files for syntax-highlighting and automatic indenting for the vim editor - NQP-rx + Updated version included from http://github.com/perl6/nqp-rx includes new or improved: regex backtracking, named assertions, interactive mode, and setting (a minimal but useful runtime library)
2010-09-07Updated inputmethod/input-pad to 0.1.2obache1-1/+2
2010-09-07Update input-pad to 0.1.2obache3-81/+6
* Added some acronyms. * Fixed the default selection in GtkTreeView. * Don't load kbdui/foo.so in addition to kbdui/foo.la. * Added debian build. * Fixed #1 input-pad.pc doesn't include gtk+-2.0
2010-09-07Updated databases/p5-Rose-DBx-Garden-Catalyst to 0.15sno1-1/+2
2010-09-07Updating databases/p5-Rose-DBx-Garden-Catalyst from 0.14nb1 to 0.15sno2-19/+16
pkgsrc changes: - adjust dependency version numbers to match versions of packages in pkgsrc Upstream changes: 0.15 31 Aug 2010 * pod patches from movingtarget@mackler.org * remove .yml config file and plugin dependency
2010-09-07Updated databases/p5-Rose-DBx-Object-MoreHelpers to 0.08sno1-1/+2
2010-09-07Updating databases/p5-Rose-DBx-Object-MoreHelpers from 0.06nb1 to 0.08sno2-8/+10
pkgsrc changes: - adjust dependencies - add license definition Upstream changes: 0.07 13 May 2010 * change primary_key_uri_escaped() implementation to avoid sprintf(). 0.08 13 May 2010 * change primary_key_uri_escaped() (again) to match CatalystX::CRUD::Controller, also escaping any / marks.
2010-09-07Updated databases/py-psycopg2 to 2.2.2adam2-4/+3
2010-09-07Changes 2.2.2:adam2-8/+7
* psycopg/cursor_type.c: executemany() propagates exceptions raised by the iterable to the caller. * lib/pool.py: dropped logging.basicConfig() call. It messes up with projects using logging but where no handler is installed on the root logger. * psycopg/cursor_type.c: exceptions raised in the columns iterator of the copy methods propagated to the caller. * psycopg/typecast_datetime.c: Round seconds in historical timezones to the nearest minute. * lib/extras.py: register_tstz_w_secs() is now no-op. Changes 2.2.1: * Builds again on Windows. Changes 2.2.0: * typecast.c: Fixed problem related to receiving None from Python when a string was expected. * psycopg/adapter_datetime.c: Fixed TimestampFromTicks for second values > 59.5. * psycopg/adapter_datetime.c: Fixed same bug for TimeFromTicks. * Added typecasters for arrays of specific MX/Py time-related types. * psycopg/adapter_[mx]datetime.c: Explicit cast of the SQL representation of time-related objects. * psycopg/adapter_binary.c: Adapt buffer objects using an explicit cast on the string literal * lib/pqpath.c: Fixed reference leak in notify reception. * Notifies are collected if available after every query execution. * lib/extensions.py: DECIMAL typecaster imported from _psycopg. * lib/extensions.py: PY* and MX* time typecaster imported from _psycopg. * psycopg/connection_type.c: Correctly parse keywords in connect(). * psycopg/pqpath.c: Ensure running COPY in blocking mode. * psycopg/pqpath.c: Free the GIL in blocking operations in V2 COPY FROM. * psycopg/pqpath.c: Evaluate Python objects only once outside the COPY I/O loops. * Fixed problem with asynchronous NOTIFYs. * Integrated async pacthes from Jan's git tree.
2010-09-07Updated databases/p5-Rose-DBx-Garden to 0.18sno1-1/+2
2010-09-07Update databases/p5-Rose-DBx-Garden from 0.17nb1 to 0.18sno2-7/+7
Upstream changes: 0.18 23 March 2010 * tweek ->remarks check when mapping to description.
2010-09-07Updated databases/p5-Rose-DB-Object to 0.789sno1-1/+2
2010-09-07Updating databases/p5-Rose-DB-Object from 0.786nb1 to 0.789sno2-7/+7
Upstream changes: 0.789 (06.23.2010) - John Siracusa <siracusa@gmail.com> * Added support for SELECT FOR UPDATE and other forms of locking (Initial patch by Kostas Chatzikokolakis) * Fixed some POD typos (RT 58405) 0.788 (05.22.2010) - John Siracusa <siracusa@gmail.com> * Fixed a bug that prevented function calls like now() from being properly inlined, even when allow_inline_column_values was set to a true value. (Reported by David Bourget) * The Loader/auto-init system will now automatically set the allow_inline_column_values attribute to a true value when a column has a default value that looks like a function call. * Fixed a non-numeric warning with development releases of Math::BigInt. * Fixed SQL reserved word quoting bug. (Reported by Taric Mirza) * Avoid stringifying exception objects when setting error(). (Suggested by Kostas Chatzikokolakis) 0.787 (04.27.2010) - John Siracusa <siracusa@gmail.com> * Added remarks column attribute. (Patch by Adam Mackler) * Improved error message generated by get_objects_from_sql() when an unknown column is encountered. * Added support for Rose::DB's keyword_function_calls attribute. * Added dedicated timestamp with time zone column type. * Inflate triggers now work correctly with lazy-loaded columns. (Reported by Alex Karelas) * Failure to have any valid registered data sources no longer causes a fatal error when looking up default column sequence names during class setup.
2010-09-07Updated databases/p5-Rose-DB to 0.762sno1-1/+2
2010-09-07Updating databases/p5-Rose-DB from 0.758nb1 to 0.762sno2-7/+8
pkgsrc changes: - import package for newly introduced dependency DateTime::Format::Oracle Upstream changes: 0.762 (06.23.2010) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.789. 0.761 (05.22.2010) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.788. * Detect and report problems caused by DBD::mysql versions that fail to set the Active database handle attribute back to a true value when mysql_auto_reconnect is set. (Reported by Matt S. Trout and Kostas Chatzikokolakis) 0.760 (04.28.2010) - John Siracusa <siracusa@gmail.com> * Moved version number back to three places after the decimal in order to placate Unix package management systems. (Suggested by Matt S. Trout) 0.7591 (04.27.2010) - John Siracusa <siracusa@gmail.com> * Corrected skip counts in MySQL tests. 0.759 (04.27.2010) - John Siracusa <siracusa@gmail.com> * Fixed some inheritance dead ends (Reported by Matt S. Trout) * Corrected parse_array()'s value unescaping (RT 56112) * Added timestamp with time zone parsing/formating methods. * Improved Oracle date/time parsing and formatting. * DateTime::Format::Oracle is now a prerequisite (see above).
2010-09-07Added time/p5-Convert-NLS_DATE_FORMAT and time/p5-DateTime-Format-Oraclesno1-1/+3
2010-09-07Added time/p5-DateTime-Format-Oracle version 0.05sno1-1/+2
2010-09-07Importing package for p5 module DateTime::Format::Oracle version 0.05sno3-0/+43
into time/p5-DateTime-Format-Oracle. This module may be used to convert Oracle date and timestamp values into DateTime objects. It also can take a DateTime object and produce a date string matching the NLS_DATE_FORMAT. Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable. Date values will be returned from Oracle according to the current value of that variable. Date values going into Oracle must also match the current setting of NLS_DATE_FORMAT. Timestamp values will match either the NLS_TIMESTAMP_FORMAT or NLS_TIMESTAMP_TZ_FORMAT session variables. This module keeps track of these Oracle session variable values by examining environment variables of the same name. Each time one of Oracle's formatting session variables is updated, the %ENV hash must also be updated.
2010-09-07Added time/p5-Convert-NLS_DATE_FORMAT version 0.02sno1-1/+2
2010-09-07Importing package for p5 module Convert::NLS_DATE_FORMAT version 0.02sno3-0/+29
into time/p5-Convert-NLS_DATE_FORMAT. Convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse.
2010-09-07Updated time/p5-Rose-DateTime to 0.534sno1-1/+2
2010-09-07Updating time/p5-Rose-DateTime from 0.533nb1 to 0.534sno2-7/+7
Upstream changes: 0.534 (03.22.2010) - John Siracusa <siracusa@gmail.com> * Updated to avoid calling methods that were deprecated in DateTime::Locale version 0.44 and later.
2010-09-07Updated databases/p5-DBIx-Class-TimeStamp to 0.14sno1-1/+2
2010-09-07Updating databases/p5-DBIx-Class-TimeStamp from 0.13 to 0.14sno2-9/+9
pkgsrc changes: - adjusting dependencies Upstream changes: 0.14 2010-09-05 15:00:00 - Release with fixed-up Module::Install/META.yml - Bump run-time dependencies to minimal usable level
2010-09-07Update to perfuse-20100907: fix perfused auto-start, cleanup debug messages,manu3-14/+9
fix warnings
2010-09-06+ cairo-1.10.0, ed-1.5, libssh-0.4.6.wiz1-3/+4
2010-09-06Note update of emacs-snapshot.minskim1-1/+2
2010-09-06Update emacs-snapshot to 24.0.50.20100903.minskim3-27/+9
Changes: - Use SMIE's blink-paren for octave-mode. - Provide blink-matching support to SMIE. - Use `declare' in defmacros.
2010-09-06Restrict Python versions to match py-gtk2joerg1-1/+3