Commit graph

135099 commits

Author SHA1 Message Date
jmcneill
0571076d99 Added audio/pulseaudio version 0.9.13 2008-12-18 14:44:31 +00:00
jmcneill
85a4ab4d8e + pulseaudio 2008-12-18 14:43:31 +00:00
jmcneill
7bf9ad743b Import pulseaudio version 0.9.13.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
basically a proxy for your sound applications. It allows you to do advanced
operations on your sound data as it passes between your application and your
hardware. Things like transferring the audio to a different machine, changing
the sample format or channel count and mixing several sounds into one are
easily achieved using a sound server.
2008-12-18 14:42:56 +00:00
hira
8780a48cd3 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:21:43 +00:00
hira
075f3904d8 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:09:26 +00:00
hira
80cb8c4848 Add missing entires to PLIST. Bump PKGREVISION. 2008-12-18 14:07:45 +00:00
hira
dd6ef440e8 Fix PLIST again. 2008-12-18 13:56:38 +00:00
joerg
29a5e3e5a4 user-destdir support, fix build on netbsd-5+ 2008-12-18 13:55:24 +00:00
hira
8a17e457d0 Fix PR pkg/40218. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:51:51 +00:00
hira
8df928a8d8 Fix PR pkg/40217. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:50:42 +00:00
hira
3be9f0817c Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:49:19 +00:00
hira
2ca0e94f91 Fix PR pkg/40216. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:46:51 +00:00
hira
3c5a293d4e Fix PR pkg/40215. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:45:58 +00:00
obache
880a09f5a0 + amaya-11.0 2008-12-18 13:37:58 +00:00
reinoud
970e47aeb4 Fix float reading by using a union instead of a cast. Newer gcc's would
generate incorrect code effectively breaking the package.

I know this solution is still lame but its fix comes from the still uncomitted
lib3ds version 2.0.0. Should one day be fixed/done correctly for non i386.
2008-12-18 13:15:10 +00:00
obache
f4d46298fd Add NetBSD-5 support. 2008-12-18 12:02:34 +00:00
rillig
cf4e946701 Updated games/cgoban-java to 3.3.23 2008-12-18 09:28:01 +00:00
rillig
cd633281d9 Updated cgoban-java from 3.3.22 to 3.3.23.
Changes since 3.3.22:
- Fixed ctrl+L bug.
- Fixed "user info always acts changed" and "user info says it is
  too full when it isn't" bugs.
2008-12-18 09:27:48 +00:00
he
db434a7c18 Today's set:
Updated devel/p5-Tie-File to 0.96nb2
Updated devel/p5-PAR-Dist to 0.40nb1
Updated databases/p5-DBD-postgresql to 2.11.7
Updated databases/p5-DBD-Oracle to 1.22
2008-12-18 01:18:48 +00:00
he
15c9e3433b Update from version 1.19nb1 to 1.22.
Based on diffs and testing done by Jens Rehsack, while following
up on PR#39232, patch also submitted there.

Pkgsrc changes:
 o Support different oracle library options
 o Add HOMEPAGE using search.cpan.org


Upstream changes:

Changes in DBD-Oracle 1.21(svn rev 11067) 11th April 2008 ^

  Added Notes to README.win32.txt on installing Instant Client
    11.1.0.6.0 from John Scoles
  Added the oci_typecode_name method to get the name rather than
    just the number of an OCI_TYPECODE from John Scoles
  Fixed a unreported bug with Embedded Objects from John Scoles
  Fixes for #34621 & 33791 from RT cpan
  Added patch to allow faster fetch from REF CURSORs from Biswadeep Chowdhury
  Updated the Todo file for next version from John Scoles
  Added support for the 10.2 Data Interface for Persistent LOBs by John Scoles
  Changed the way pre-fetching is done by John Scoles
  Added support for Scrollable cursors from John Scoles
  Changed the max size of cache_rows to a sb4 rather than a int
    and or a ub4 from John Scoles
  Added support for Lobs in select of OCI Embedded Objects from
    John Scoles with a big thankyou to  Paul Weiss
  Fixed for embedded object in object from Paul Weiss
  Added support for direct insert of large XML data into XMLType
    fields from Hendrik Fuss & John Scoles
  Fixed memory leak (not releasing Temp Lob with OCILobFreeTemporary)
    when created for a bind from John Scoles
  Added support for bind_param_inout_array for use with execute_array
    from John Scoles
  Added enhancement for Embedded Objects handling from Paul G. Weiss
  Fixed to Makefile.PL let it read makefiles from other makes from
    Alexander V Alekseev
  Updated POD to tell users to Avoid Using "SQL Call" from Charles Jardine
  Updated POD to account for rt.cpan.org #30910: "DBD-Oracle crashes
    when trying to read empty LOB" from John Scoles
  Added DBD::Oracle impdata/threads patch from Jeffrey Klein

Changes in DBD-Oracle 1.20(svn rev 10517) 11th January 2008 ^

  Fixed lob test so it skips the one test that relies on it if v$
    session. from Rafael Kitover
  Fixed // with /* */ in dbdimp.c from John Scoles
  Fixed for execute_for_fetch in Oracle.pm returning 0 instead of
    0E0.  from Martin J. Evans
  Added README.64bit.txt that contains help for compiling on 64
    bit boxes from John Scoles
  Fixed typo in Oracle.pm from Tom R.
  Added support for ora_charset, ora_ncharset from Stephen J. Smith
  Fixed Makefile.PL for better handling of empty array in
    File::Find::find from Slaven Rezic
  Fixed references to README.clients.txt in Makefile.PL from  John Scoles
  Added PERL_NO_GET_CONTEXT for better multi-threaded support from John Scoles
  Changed required version of DBI to be 1.51 from John Scoles
  Fixed bug in 31lob.t from John Scoles
  Added notes on installing Instantclient .rpm to README.Lunix.txt
  Added support for OCI array bind from Alexander V Alekseev
  Added support for select of OCI Embedded Objects from John Scoles
  Added a tip in README.64bit.txt from cartmanltd
  Added fix to Makefile.PL for finding SQLplus for Ubuntu Server
    (but should work for others) from Martin J. Evans
  Added fix to Makefile.PL for Gentoo AMD64 from Tom R.
  Added fix to dbdimp.c for speed up of Null-Operations from Andreas Behal
  Added fix to dbdimp.c for SQLCS_NCHAR index use on varchar2s from
    Peter J. Holzer
2008-12-18 01:13:03 +00:00
abs
d8bf77e822 Updated devel/cpuflags to 1.26 2008-12-18 01:02:09 +00:00
abs
28acedb13f Updated devel/cpuflags to 1.26
Ensure we use `` on Solaris - PR 40176
2008-12-18 01:01:33 +00:00
he
0ae1d146a8 Update from version 2.2.2nb3 to 2.11.7.
This despite one of the self-tests failing.

Pkgsrc changes:
 o Change HOMEPAGE to using search.cpan.org


Upstream changes:

2.11.7 Released December 13, 2008

  - Fix placeholder parsing logic (CPAN bug #41582)

2.11.6 Released November 30, 2008 (subversion r12126)

  - Only set UTF8 flag on array items after UTF8 test. (CPAN bug #41253)
    [Armando Santos]

2.11.5 Released November 24, 2008 (subversion r12102)

  - Clear prepared_statement name on failure to prepare: prevents
    the wrong error when using prepare_cached. [GSM]

2.11.4 Released November 12, 2008

  - Don't set LC_MESSAGES unless superuser in tests. Remove all
    language-specific string checking for tests. (CPAN bug #40604)

2.11.3 Released November 3, 2008 (subversion r12031)

  - Force LC_MESSAGES to 'C' inside tests (CPAN bug #40604)
  - Minor compiler tweaks.
  - Fix small POD error (CPAN bug #40209)
  - Tweak Perl::Critic policy list (CPAN bug #40130)

2.11.2 Released October 15, 2008 (subversion r11983)

  - Fix core dump when invalid placeholders used. (CPAN bug #40075) [GSM]

2.11.1 Released October 14, 2008 (subversion r11980)

  - $sth->{ParamTypes} returns 'TYPE' when possible.

2.11.0 Released October 13, 2008 (subversion r11976)

  - $sth->{ParamTypes} now returns a hashref per the DBI docs. [GSM]
  - Adjustment of Makefile.PL to fix problem with Strawberry Perl.
    Thanks to Martin Evan (martin.evans@easysoft.com) and Brian
    (elspicyjack@gmail.com) on the dbi-users list.

2.10.7 Released September 22, 2008 (subversion r11869)

  - Fix test issue when dbname contains dashes.
    [Rainer Tammer]
  - Revert META.yml to 1.0, until such time as tools
    can handle 1.1 (CPAN bug #39461) [Taro Nishino]

2.10.6 Released September 19, 2008 (subversion r11830)

  - Correctly quote all bytea characters. (CPAN bug #39390) [Rod Taylor]
  - Prevent core dump when checking $dbh->{standard_conforming_strings}
    on older servers. [GSM]
  - Skip unicode tests if server is set to 'LATIN1' [GSM]

2.10.5 Released September 16, 2008 (subversion r11800)

  - Fix SIGNATURE file

2.10.4 Released September 16, 2008 (subversion r11797)

  - Force use of math library when compiling. Per report
    of AIX problems by Rainer Tammer.

2.10.3 Released August 31, 2008 (subversion r11706)

  - Previous version had wrong SIGNATURE file

2.10.2 Released August 31, 2008 (subversion r11704)

  - Fix minor problem in t/99_yaml.t

2.10.1 Released August 31, 2008 (subversion r11697)

  - Minor testing fix.

2.10.0 Released August 26, 2008 (subversion r11678)

  - Add the 'DBD' trace setting to output only non-DBI trace messages,
    and allow 'dbd_verbose' as a connection attribute for the same
    effect. [GSM]
  - Fix a minor problem with testing against 7.4 databases [GSM]
  - Allow multi-statement do() calls with parameters to work if pg_server_prepare
    is set to 0 (CPAN bug #38623) [GSM]

2.9.2 Released August 18, 2008 (subversion r11664)

  - Empty Postgres arrays should return empty Perl arrays, not undef.
    (CPAN bug #38552) [David E. Wheeler]

2.9.1 Released August 17, 2008 (subversion r11660)

  - Return undef when mapping Postgres array to Perl array and
    the array is empty '{}'. (CPAN bug #38552) [GSM]
  - Minor documentation improvements. [GSM]

2.9.0 Released August 3, 2008 (subversion r11624)

  - Add support for database handle attribute "ReadOnly". This allows
    use of $dbh->{ReadOnly} = 1 to enforce read only mode at
    the server level. [GSM]
  - Move PQexec structures to statement handle, to prevent
    excessive malloc and free within execute function. [GSM]
  - Add more attribute tests, improve testing system. [GSM]
  - Many documentation improvements. [GSM]
  - Win32 build improvements [T.J. Ferraro]

2.8.7 Released July 24, 2008 (subversion r11582)

  - Modify test scripts to work better on FreeBSD boxes. [GSM]
  - Much documentation improvement and POD tweaking. [GSM]

2.8.6 Released July 21, 2008 (subversion r11558)

  - More testing improvements to increase odds of all tests being
    run, especially when testing as root. [GSM]

2.8.5 Released July 13, 2008 (subversion r11529)

  - Fix an obscure bug in which a coredump occurs if client_min_messages
    is set to DEBUG3 or greater, and we then exit without disconnecting
    while AutoCommit is off. The new behavior is to simply not attempt to
    output the debugging information about the final 'rollback'. [GSM]
  - More documentation improvements. [GSM]

2.8.4 Released July 10, 2008 (subversion r11520)

  - Minor Perl::Critic test adjustments. [GSM]
  - Documentation enhancements. [GSM]
  - Yet more minor testing tweaks. [GSM]

2.8.3 Released July 6, 2008 (subversion r11495)

  - Minor testing functionality tweaks, lots of test cleanups, minor doc enhancements. [GSM]

2.8.2 Released June 29, 2008 (subversion r11466)

  - Minor testing tweaks, doc fixes. [GSM]

2.8.1 Released June 11, 2008 (subversion r11417)

  - Force testing to use a custom socket dir, to avoid
    permission problems. Thanks to Frank Wiegand for
    help in uncovering this. [GSM]

2.8.0 Released June 1, 2008 (subversion r11366)

  - Added in payload strings for LISTEN/NOTIFY in 8.4
    via $dbh->pg_notifies() [GSM]
  - Fixed problem preventing some pg_type bind_arrays
    from working [GSM]
  - Fix tests in t.04misc.t to handle Windows newlines.
    (CPAN bug #36237) [Ian Macdonald]
  - Clean up get_info() information. [GSM]

2.7.2 Released May 14, 2008 (subversion r11269)

  - Handle embedded commas in quotes properly when destringifying
    arrays.(CPAN bug #35862) [GSM]
  - Fix typo in docs with trace_parser_flags() (Martin J. Evans)
  - More testing tweaks [GSM]

2.7.1 Released May 11, 2008 (subversion r11250)

  - Yet more minor testing tweaks. [GSM]

2.7.0 Released May 10, 2008 (subversion r11239)

  - Have $dbh->quote() return E'' when server is >= 8.1 and string contains
    backslashes. Fixes any problems with standard_conforming_strings.
    (CPAN bug #27538) [GSM]

2.6.6 Released May 7, 2008 (subversion r11214)

  - Fix minor problem in t/99_spellcheck.t [GSM]

2.6.5 Released May 7, 2008 (subversion r11209)

  - Add spell checker to tests. [GSM]
  - More tweaks to the testing suite. [GSM]

2.6.4 Released May 2, 2008 (subversion r11186)

  - More tweaks to the test suite. [GSM]

2.6.3 Released May 1, 2008 (subversion r11169)

  - Minor tweaks to the test suite. [GSM]

2.6.2 Released April 30, 2008 (subversion r11161)

  - Fix coredump when pg_getcopydata copies 0 rows into a
    freshly created var. (CPAN bug #35556) [David Harris]
  - Allow 'make test' create a test database from scratch if
    it cannot find an existing one to use. [GSM]

2.6.1 Released April 22, 2008 (subversion r11133)

  - Don't free placeholder section, fixes problem when using
    more than one named placeholder with the same name.
    (CPAN bug #35303) [GSM]

2.6.0 Released April 16, 2008 (subversion r11095)

  - Make pg_notifies a true function, so that you can now
    use $dbh->pg_notifies instead of $dbh->func('pg_notifies') [GSM]
  - Various performance improvements [GSM]
  - Fix minor build and compilation issues with Strawberry Perl [GSM]
  - Add Bundle::DBD::Pg [GSM]

2.5.1 Released April 7, 2008 (subversion r11056)

  - Correctly handle negative PID numbers on Win32 systems when
    generating prepared statement names (CPAN bug # 34738) [GSM]

2.5.0 Released March 23, 2008 (subversion r10990)

  - Add pg_enum_values to $dbh->column_info()
    [Dave Rolsky] (CPAN ticket #34351)
  - Minor test fixes. [GSM]

2.4.0 Released March 21, 2008 (subversion r10974)

  - Remove problematic and unneeded Test::Warn test from 00basic.t.
  - Add $sth->{pg_current_row} [GSM]

2.3.0 Released March 19, 2008 (subversion r10951)

  - Add $sth->{pg_bound} and $sth->{pg_numbound} [GSM]
  - Fix broken call to $sth->{pg_segments} [GSM]
2008-12-18 01:00:43 +00:00
abs
024ef1389c Updated devel/cpuflags to 1.25 2008-12-18 00:57:35 +00:00
abs
cbeaf9d18f Updated devel/cpuflags to 1.25
Add "Intel(R) Pentium(R) 4 CPU 2.80GHz" from Alaric Snell-Pym
Add "Intel(R) Celeron(TM) CPU                1400MHz" from Bernhard Riedel
2008-12-18 00:57:12 +00:00
jmcneill
5b78794abc Added multimedia/totem-browser-plugin version 2.24.3 2008-12-18 00:48:12 +00:00
jmcneill
343bfcf848 + totem-browser-plugin 2008-12-18 00:47:16 +00:00
jmcneill
d11e7ce39f Import totem-browser-plugin 2.24.3.
Totem is simple movie player for the GNOME desktop based on GStreamer and
Xine.  It features a playlist, a full-screen mode, seek and volume controls,
as well as a pretty complete keyboard navigation.

This package contains a mozilla plugin for playing back media from a
web page.
2008-12-18 00:46:44 +00:00
jmcneill
1292ee150e Allow browser plugin to build on NetBSD. Not built by this package, so
no need to bump PKGREVISION.
2008-12-18 00:45:44 +00:00
ahoka
2407e64d1c Fix PLIST.
Add libunique support.
2008-12-18 00:40:42 +00:00
ahoka
7b0802f3f2 Added x11/libunique version 1.0.4 2008-12-18 00:39:56 +00:00
he
117d01e9cc Update from version 0.40 to 0.40nb1.
Pkgsrc changes:
 o Make it possible to select between different YAML modules this module
   should depend on, and depend on p5-YAML by default.  Patch from
   PR#39556 -- thanks!
2008-12-18 00:35:24 +00:00
ahoka
38be6d66f8 add libunique 2008-12-18 00:35:21 +00:00
ahoka
d12302c17c Import libunique-1.0.4 as x11/libunique.
Unique is a library for writing single instance application. If you launch a
single instance application twice, the second instance will either just quit or
will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing a base
class, taking care of all the IPC machinery needed to send messages to a
running instance, and also handling the startup notification side.

Unique aims to replace the BaconMessageConnection code that has been copied by
many projects and the code using Bonobo and D-Bus.
2008-12-18 00:32:14 +00:00
roy
a7304d6ffe Does not parallel build safely.
ok: ahoka
2008-12-18 00:29:19 +00:00
he
8e8f185427 Update from version 0.96nb1 to 0.96nb2.
Pkgsrc changes:
 o Add patch-aa from PR#40184, restoring "pass" status for "make test"
2008-12-18 00:20:10 +00:00
ahoka
16584aec8c A security issue has been reported in cmus, which can be exploited by
malicious, local users to perform certain actions with escalated
privileges.

The security issue is caused due to the "cmus-status-display" script using
temporary files in an insecure manner. This can be exploited to
e.g. overwrite arbitrary files via symlink attacks.

This commit fixes this issue.
2008-12-17 23:49:57 +00:00
tnn
64aea2a207 -Really- make it use sqlite3 from pkgsrc.
This should finally close PR pkg/39085.
Bump PKGREVISION for this change.
2008-12-17 23:16:50 +00:00
tnn
297f53dde6 revert the sqlite3 change while I try to figure out a real fix. 2008-12-17 20:06:43 +00:00
joerg
6fd969a86f Django 1.0.2. 2008-12-17 19:56:42 +00:00
joerg
0841d2bac1 Update to Django 1.0.2:
- various bugfixes
- improved documentation and i18n
2008-12-17 19:55:38 +00:00
tnn
c037eae1dd - Fix PLIST for mozilla-jemalloc option
- eliminate some duplicate files (reachover to www/seamonkey/files again)
2008-12-17 19:50:42 +00:00
tnn
4db24ad46e add ${JEMALLOC} to PLIST substitution 2008-12-17 19:37:40 +00:00
tnn
2e319c7c24 remove obsolete comment 2008-12-17 18:30:09 +00:00
tnn
03ab7af62b Be more explicit wrt the mozilla-jemalloc PKG_OPTION.
It turns out that if neither --enable-jemalloc or --disable-jemalloc
is given, the outcome depends on what platform we're on.
If you were on NetBSD and had the mozilla-jemalloc option enabled
you weren't actually building with the mozilla jemalloc replacement.
I've now enabled the mozilla-jemalloc option by default only
on Linux and Solaris, where we know it's needed.
This is part of PR pkg/39085.

XXX need to research whether mozilla-jemalloc has any advantage on NetBSD.
2008-12-17 18:27:53 +00:00
joerg
612a95e59e Add updates of ldns, nsd, drill and unbound. 2008-12-17 18:15:46 +00:00
joerg
50af0740e7 Update to unbound-1.1.1:
- improve chroot handling
- even stricter validation
- support for blocking DNS rebinding attacks
- DLV support
- bugfixes

The package now uses the normal net/ldns package instead of the local
copy.
2008-12-17 18:14:01 +00:00
joerg
2950e11249 Update to drill-1.4.0:
Sync with ldns-1.4.0 release.

Add DESTDIR support.
2008-12-17 17:53:26 +00:00
joerg
ceca7b3521 Update to ldns-1.4.0:
- better TCP fallback, improved TSIG support
- namespace cleanup
- bugfixes

Require the new version and switch to normal runtime dependencies as it
is normally linked dynamically.
2008-12-17 17:52:33 +00:00
joerg
524f91692a Update to nsd-3.2.0:
- improved IXFR support
- support for hmac-sha1 and hmac-sha256 in TSIG
- selection of source ip for notifies and zone requests
- NSEC3 is enabled by default
- option to disable CHAOS version support
- bugfixes
2008-12-17 17:22:56 +00:00