Commit graph

136665 commits

Author SHA1 Message Date
abs
e36dbc9b63 Updated databases/pear-MDB2_Driver_mysql to 1.5.0b2
1.5.0b2

- fixed bug #12117: disconnect() does not work as documented
- fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs
- fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions
- request #13657: in setCharset(), use mysql_set_charset() if available [cwiedmann]
- fixed bug #13928: Invalid triggers created for 'ON UPDATE'
- fixed bug #15051: Cannot create constraints with field length
- add index on FK column(s) or a FK constraint cannot be created in some cases

1.5.0b1

- fixed bug #11831: createTable() now supports tables with a multi-field PRIMARY KEY
where one field is defined as AUTO_INCREMENT
- request #11204: support AUTO_INCREMENT for FLOAT data type and UNSIGNED option
for FLOAT and DECIMAL data type [afz]
- fixed bug #11692: value of $db->supports('transactions') changes after query [afz]
- request #12731: added truncateTable() in the Manager module
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction
- request #12800: added alterDatabase() in the Manager module [afz]
- fixed quoting in createDatabase() in the Manager module
- fixed bug #12924: correctly handle internal expected errors even with custom error handling
- added standaloneQuery() and databaseExists()
- request #13106: added unixtimestamp() in the Function module
- fixed regexp in listTableConstraints() in the Manager module to list FOREIGN KEY constraints
- fixed bug #13180: MySQL driver tells SAVEPOINT is supported for MyISAM tables
- fixed bug #13283: replace() doesn't respect quote_identifiers option
- request #13313: setCharSet() supports 'COLLATE' too
- fixed bug #13370: some capabilities depend on user options, so check them after
a setOption() call
- when triggers are supported, two triggers are created to emulate ON UPDATE / ON DELETE actions
for FOREIGN KEY constraints. Known limitation: since mysql doesn't support multiple triggers
with the same action time and event for one table, if there are multiple table referencing
the same table, only the first one will have the triggers created.

1.5.0a2

- fixed bug #12516: error in FK constraint creation query
- request #12012: added charset/collation support in createDatabase()

1.5.0a1

- fixed bug #10024: Added new option 'lob_allow_url_include' (default false) to
[dis]allow inserting a LOB from an url (file, http, ...).
- fixed bug #10986: Using more random statement names (request #11625)
- fixed bug #11055: Using placeholders with := variable assignment fails [bekarau]
- initial support for FOREIGN KEY constraints in the Manager and Reverse modules
- request #11389: added many new MySQL 5.1 error codes in errorInfo()
- fixed bug #11428: propagate quote() errors with invalid data types
- fixed bug #11590: _getServerCapabilities() has to be called once per connection
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x
- fixed some E_STRICT errors with PHP5
- fixed bug #12010: MDB2_PORTABILITY_RTRIM option was ignored
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,
as documented
- fixed bug #12217: mysql_num_rows() returns FALSE on failure, not NULL (thanks to zaa@zaa.pp.ru)
- fixed bug #12242: missing charset info in the Reverse module (patch by Carsten Wiedmann)
- fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type
as first option
- fixed bug #12336: supply default value for NOT NULL timestamp fields
2009-01-19 20:13:38 +00:00
abs
859bcb30b6 Updated databases/pear-MDB2 to 2.5.0b2
2.5.0b2

- fixed bug #12117: disconnect() does not work as documented
- fixed bug #12912: replace() documentation
- fixed bug #13811: _skipDelimitedStrings() fails on empty strings
- fixed bug #13898: more tolerant check for 'new_link' DSN option
- request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate'
options for default FOREIGN KEY constraints actions
- fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments
inside quoted strings
- fixed bug #14179: declaration of MDB2_Driver_Common::raiseError() must be
compatible with that of PEAR::raiseError()
- fixed doc bug #14290: connect should mention the type of object returned
- fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak]

2.5.0b1

- request #12731: added truncateTable() in the Manager module
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction
- request #12800: added alterDatabase() in the Manager module [afz]
- fixed bug #12924: correctly handle internal expected errors even with custom error handling
- fixed bug #12991: new error code in errorInfo() [afz]
- added databaseExists() method [afz]
- request #13106: added unixtimestamp() in the Function module
- added max_identifiers_length option

2.5.0a2

- fixed bug #12358: E_STRICT changes in latest alpha broke PHP4 compatibility
- fixed bug #12351: wrong case for function PEAR::isError() in the Reverse module
[was: IsError()]
- fixed bug #12530: MDB2_Extended::autoPrepare() gives error if $types is null
- request #12012: added charset/collation support in createDatabase() for the
drivers that support this feature
- added bindname_format option (this is the regexp used to recognize named
placeholders in prepared statements)

2.5.0a1

- fixed bug #10024: Security fix for LOBs. Added an option to turn lob_allow_url_include off by default
- fixed bug #11179: prepared statements with named placeholders fail if extra values are provided
- request #11297: added support for "schema.table" (or "owner.table") notation in the Reverse module
- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules
- fixed bug #11428: propagate quote() errors with invalid data types
- added new test cases in the test suite
- added LENGTH() function in the Function module
- fixed bug #11612: raiseError() must be compatible with PEAR::raiseError() [PHP6]
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x
- fixed bug #11906: quoteIdentifier fails for names with dots
- fixed bug #11975: Extended::autoExecute() does not work with Oracle when using LOBs
(patch by Pieter Meulen, van der)
- fixed some E_STRICT errors with PHP5
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,
as documented
- fixed bug #12246: wrong check in MDB2::isStatement() (thanks to zaa@zaa.pp.ru)
2009-01-19 20:13:17 +00:00
abs
3b173ae359 Allow a directory to be excluded from PEAR_DIRRM by specifying PEAR_DIRRM_EXCLUDE 2009-01-19 19:55:02 +00:00
abs
525e56a285 Added www/p5-Catalyst-Component-InstancePerContext version 0.001001
Added time/p5-Time-modules version 2006.0814
Added devel/p5-B-Hooks-OP-PPAddr version 0.02
Added devel/p5-B-Hooks-Parser version 0.08
Added devel/p5-Method-Signatures-Simple version 0.03
Added devel/p5-signatures version 0.03
2009-01-19 18:06:46 +00:00
abs
72cc250cdd +p5-Catalyst-Component-InstancePerContext 2009-01-19 18:05:48 +00:00
abs
78bb41ade1 +p5-Time-modules 2009-01-19 18:05:34 +00:00
abs
72b21f6b43 + p5-B-Hooks-OP-PPAddr
+ p5-B-Hooks-Parser
+ p5-Method-Signatures-Simple
+ p5-signatures
2009-01-19 18:05:13 +00:00
abs
8a07ec7386 Added devel/p5-signatures version 0.03
With this module, we can specify subroutine signatures and have
variables automatically defined within the subroutine.
2009-01-19 18:04:07 +00:00
abs
faa0abebea Added devel/p5-Method-Signatures-Simple version 0.03
This module provides a basic method keyword with simple signatures.
It's intentionally simple, and is supposed to be a stepping stone
for its bigger brothers MooseX::Method::Signatures and Method::Signatures.
It only has a small benefit over regular subs, so if you want more
features, look at those modules. But if you're looking for a small
amount of syntactic sugar, this might just be enough.
2009-01-19 18:03:37 +00:00
abs
726869df2c Added devel/p5-B-Hooks-Parser version 0.08
This module provides an API for parts of the perl parser. It can
be used to modify code while it's being parsed.
2009-01-19 18:02:57 +00:00
abs
f29838bfd9 Added devel/p5-B-Hooks-OP-PPAddr version 0.02
This module provides a c api for XS modules to hook into the
execution of perl opcodes.
2009-01-19 18:02:22 +00:00
abs
2034fde531 Set USE_LANGUAGES= # empty 2009-01-19 18:00:59 +00:00
abs
6bd2134f41 Added time/p5-Time-modules version 2006.0814
This package contains the following perl5 modules:

	Time::CTime.pm
		ctime, strftime, and asctime
	Time::JulianDay.pm
		Julian Day conversions
	Time::ParseDate.pm
		Reverses strftime and also understands relative times
	Time::Timezone.pm
	Time::DaysInMonth.pm
2009-01-19 17:59:42 +00:00
abs
a7dee12f2b Added www/p5-Catalyst-Component-InstancePerContext version 0.001001
Uses Moose to return a new instance of a specified component on
each Catalyst request
2009-01-19 17:59:05 +00:00
tnn
1d4350e30d add RCS id 2009-01-19 17:53:15 +00:00
shattered
bf09602a7e Fix a couple of places where 32-bit values were being used for 64 bit
values (i.e. pointers).  From PR 40257.

OK by wiz@.
2009-01-19 16:36:40 +00:00
wiz
2a9bbe656d + atf-0.6, gnumeric-1.8.4, goffice0.6-0.6.6, libmp3splt-0.5.4,
mkvtoolnix-2.4.2, mp3splt-2.2.3, musicpd-0.14.1, tea-22.2.0,
  tokyocabinet-1.4.0, transcode-1.1.0.
2009-01-19 16:13:19 +00:00
jmcneill
af2103d4d7 Updated audio/pulseaudio to 0.9.14 2009-01-19 14:19:32 +00:00
jmcneill
5680c10755 Update pulseaudio to 0.9.14.
Colin Guthrie (2):
      Fix a potential C++/C99 ism, add a log message on error condition
      Fix two typos that broke tunnels

Lennart Poettering (46):
      Initialize exit_idle_time to -1 instead of 0  when in system mode.
      instead of resetting virtual_volume unconditionally on initialization, do so only when no volume was set before
      use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as channel map for sink inputs/source outputs in case no map is specified
      if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the specified volume properly
      define 0dB in PA as maximum amplification
      properly remove dbus matches an filters when unloading m-b-d
      always check for libtool prefix binary name to avoid confusion when using both installed and run-from-build-tree versions of PA in parallel
      Fix spelling of privilige
      Make missing git-changelog.perl non-fatal
      fix invalid validity check
      convert argument to boolean int in PA_UNLIKELY, too
      include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly
      Try to catch certain driver errors
      make the debug trap macro a proper macro in macro.h
      don't set the volume of pacat unless it is explicitly set
      warn if ALSA wakes us up and there is actually nothing to do
      fix build
      make sure to use 64bit rounding even on 32bit machines when converting to pa_usec_t
      make shm marker architecture independant, patch from michich, closes #401
      Make sure libpulse never gets unloaded
      Check if environ is actually set before we use it
      Fix return value of --dump-resample-methods
      Don't mix front-center into rear channels
      Pass GDBM_NOLOCK to gdbm
      Load module-volume-restore and module-device-restore before all other modules
      introduce new function pa_module_unload_request_by_index
      Don't store pointer to pa_module
      actually unload the modules from a new stack frame
      unload tunnel modules from a new stack frame
      it's better to always use the index of a module instead of the pa_module*
      downgrade a few warnings
      Make sure we drop CAP_NICE if RT is not allowed
      Allow access("/dev/dsp", W_OK) succeed
      Use FIONREAD instead of TIOCINQ
      Implement PA_SOURCE_MESSAGE_GET_LATENCY
      make sure we don't hit an assert when we issue two rewind requests in a
      If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry without
      fix a gcc warning
      Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
      A few minor cleanups and updates
      add a few missing parens
      show maximum usable slot size
      Make sure we don't drop any data on the client side
      for record streams fill in the latency as the fragsize
      Fix suspending of all sinks/sources
      bump version/soname

Luiz Augusto von Dentz (7):
      Unload module-bluetooth-device if the remote device disconnects.
      Fix possible invalid read while attempting to load module-bluetooth-device.
      Fix bug walking on module list.
      Update module-bluetooth-device to the new ipc.
      Send packets with proper size.
      Fix send and recv message sizes.
      Fix sending wrong codec capability length.

Sean McNamara (1):
      --check: Updated manpage slightly and pulseaudio --help slightly.

Tom Bamford (1):
      Multicast SDP packets sent with same IP TTL as RTP packets

chocolateboy (1):
      Fix typo in log message: s/Recevied/Received/
2009-01-19 14:19:00 +00:00
obache
867afc2eb6 Solaris's md4.h and sha1.h are not good enough for this package,
and MD5_* is in libmd5.
Fixes build failure reported by PR 40434.
2009-01-19 12:00:03 +00:00
sketch
e15a7ef63d Note net/djbdns bump for djbdns-cachestats option. 2009-01-19 10:28:44 +00:00
sketch
ae75a2a7ad Add djbdns-cachestats option, show cache hits/misses in stats output. 2009-01-19 10:27:31 +00:00
sketch
df951fa190 Note chat/irssi-icb bump for /brick 2009-01-19 10:21:15 +00:00
sketch
c7a9b9848a Add the all-important /brick command. 2009-01-19 10:20:03 +00:00
wiz
0aac3538f6 Sort. 2009-01-19 06:44:20 +00:00
obache
2e18e5bbab Add DESTDIR support. 2009-01-19 06:16:38 +00:00
agc
1becf59115 Note addition of net/unworkable-0.51 2009-01-19 05:42:49 +00:00
agc
b465b8cca7 Add and enable unworkable 2009-01-19 05:41:41 +00:00
agc
f7591bcfd9 Initial import of unworkable-0.51 into the Packages Collection.
Unworkable is a BSD-licensed BitTorrent implementation written by
	Niall O'Higgins <niallo@p2presearch.com>.  Goals of this project
	include efficiency, simplicity and high code quality.

	Unworkable is single threaded and asynchronous, written in portable
	ANSI C using libevent and mmap() for performance.
2009-01-19 05:40:39 +00:00
obache
e44ba19fba include rubyversion.mk to resolve RUBY_PKGPREFIX. 2009-01-19 04:12:55 +00:00
obache
5d606e4615 Need to buildlink ruby, pango and ruby-gnome2-glib for ruby.h, pango/pano.h and
rbgobject.h.
2009-01-19 04:07:54 +00:00
obache
0440ebbf6e Need to buildlink ruby for ruby.h. 2009-01-19 04:01:52 +00:00
obache
4a9f0b290e Include rubyversion.mk to resolve RUBY_PKGPREFIX. 2009-01-19 02:41:19 +00:00
christos
e67f71b6ae mention java and ant 2009-01-19 00:40:29 +00:00
christos
7ac5dd9a82 welcome to 1.7.1 2009-01-19 00:38:17 +00:00
christos
0613ba0c5c enable 1.6 for x86_64 too, and make it the default. 2009-01-19 00:34:53 +00:00
he
823fa389b5 Today's set from this corner:
Updated converters/p5-JSON-Any to 1.19
Updated databases/p5-CatalystX-CRUD to 0.39
Updated databases/p5-DBD-postgresql to 2.11.8
Updated devel/p5-App-Cmd to 0.203
Updated devel/p5-AutoLoader to 5.68
Updated devel/p5-B-Hooks-EndOfScope to 0.05
Updated devel/p5-Curses to 1.26
2009-01-19 00:17:39 +00:00
he
b3dfbf3c6a Update from version 1.24nb1 to 1.26.
Pkgsrc changes:
 o Add commands to remove leftover Curses.i and Curses.s from distribution

Upstream changes:

New in 1.26 (Released January 3, 2009)

  newterm() is available and putwin() and getwin() work in newer Perl (with
  PerlIO).  We now use PerlIO_findFile().

1.25 doesn't exist (The name got burned in a CPAN upload mistake).
2009-01-19 00:16:26 +00:00
christos
1c762f0ab2 welcome to 6u11 2009-01-18 23:49:06 +00:00
he
8efef25eba Update from version 0.04 to 0.05.
Pkgsrc changes:
 o Update dependencies according to changed requirements.

Upstream changes:

0.05  Sun, 04 Jan 2009 20:46:07 +0100
  * Use Variable::Magic and cast %^H instead Scope::Guard and relying
    on a timely destruction of objects within %^H. This fixes using
    on_scope_end in blocks where string evals are compiled as those
    increment the refcount of objects in %^H on 5.10.
2009-01-18 23:21:21 +00:00
he
a66d03c913 Update from version 5.67 to 5.68.
Upstream changes:

5.68  Mon Jan  5 17:50 2009
  - VMS fixes for the AutoSplit tests (John Malmberg, RT #42137)
2009-01-18 23:16:25 +00:00
he
b29801e5b5 Update from version 0.202 to 0.203.
Upstream changes:

0.203     2009-01-16
          add repo info to metadata
2009-01-18 23:12:15 +00:00
shattered
89ba7f0fcc Updated pkgtools/rc.subr to 20090118. 2009-01-18 23:09:46 +00:00
he
d567df8fb1 Update from version 2.11.7 to 2.11.8.
This despite one of the selftests still fail.

Upstream changes:

2.11.8 Released December 28, 2008

  - Fix minor bug in t/12placeholders.t test (CPAN bug #41723)
2009-01-18 23:09:00 +00:00
he
36732da02f Update from version 0.37 to 0.39.
Upstream changes:

0.39    14 Jan 2009
        * add missing file to MANIFEST that causes tests to fail in 0.38

0.38    12 Jan 2009
        * use maybe::next::method
        * fix view_on_single_result bug in Test::Controller
2009-01-18 22:59:30 +00:00
he
4ea16cc598 Update from version 1.18 to 1.19.
Upstream changes:

1.19    2009-01-15
        * Make JSON::Syck optional and deprecated. (perigrin)
        * Added tests for string escapes. (semifor)
2009-01-18 22:52:42 +00:00
shattered
02dcf45d24 On some operating systems (Linux, FreeBSD -- see their problem report
82430) ps might list process names in square brackets.  Fix regex in
_find_processes() accordingly.

OK by wiz@.
2009-01-18 22:35:35 +00:00
christos
adc05f9d7a more PLIST fixes. 2009-01-18 21:52:25 +00:00
christos
c919f79dcc welcome to 6u11 2009-01-18 21:45:26 +00:00
jmmv
97fe5e1bc6 monotone and monotone-server updated to 0.42. 2009-01-18 21:26:09 +00:00