summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-28Fix compilation on DragonFly (errno, missing types from regex.h).joerg3-1/+23
2006-04-28Add DragonFly support. Override all libtool instances.joerg4-2/+44
2006-04-28mention some updatesdrochner1-1/+8
2006-04-28Add a mechanism to extend the rpm file list of suse9.1 packages.joerg3-3/+20
Use it to include the shared library symlinks in suse91_x11, they have been created and removed by ldconfig before. Bump revision.
2006-04-28Honor PKGMANDIR.jlam1-5/+5
2006-04-28k3b, kdepim, kmplayer updates.markd2-3/+5
2006-04-28Update kmplayer to 0.9.2markd3-8/+12
Compared to the 0.9.1 series, the differences are RealPix image format support, updated gstreamer backend from 0.8 to the latest stable 0.10 version, a recorder that uses the Xine's mrl extension which, unlike the others, shows video while recording, a central timing registration that allows more accurate SMIL animations which enables animation to pause (including running gif/realpix animations and/or videos), and a simple playlist editor that edits the raw XML at any point in the tree.
2006-04-28Update k3b to 0.12.15markd2-7/+6
* Write more metadata tags in the default setup of the external encoder plugin. * Fixed on-the-fly Video DVD creation. * Fixed data project verification in case filenames had to be shortened due to Joliet limitations. * Use -dvd-compat parameter to close DVDs in on-the-fly mode. * Fixed libdvdcss handling (again), no crashes anymore. * Fixed the "invalid url" bug. * Use SG IO for scsi commands with newer linux kernels. This should fix problems with scsi device detection. * Warn about shortened filenames due to Joliet restrictions before starting the burning process.
2006-04-28Back out part of the 3.5.1 -> 3.5.2 update as its causing korganisermarkd4-4/+31
to crash when you try to add a new event (or edit an existing one). Bump PKGREVISION.
2006-04-27We don't need to set PKG_GECOS.<user> since the new defaults injlam2-7/+2
pkgsrc/mk/install/usergroupfuncs:1.7 already handle this case.
2006-04-27Use a better default user comment if none is specified -- if the usernamejlam3-6/+18
matches ${PKGBASE}, then use "${PKGBASE} user", otherwise we use "${PKGBASE} $user user".
2006-04-27+ goffice-0.3.0, gok-1.0.8, wine-0.9.11.wiz1-2/+4
- ast-ksh-20040229 (thanks, hubertf).
2006-04-27update to 2.14.1drochner6-110/+115
changes: bugfixes and documentation improvements
2006-04-27I'm now the maintainer of this package. Agreed with cube.rpaulo1-2/+2
2006-04-27update to 2.14.1drochner5-28/+11
changes: * Some performance fixes for sftp * Mark CD volumes as readonly (HAL) * Portability and build fixes
2006-04-27update to 1.12.2drochner2-7/+6
changes: * Fix incorrect rendering when in x86 64-bit precision mode https://bugs.freedesktop.org/show_bug.cgi?id=5200 * Misc bug fixes.
2006-04-27update to 2.14.1drochner3-8/+9
changes: translation updates
2006-04-27update to 0.12.1drochner3-8/+9
changes: bugfixes
2006-04-27update to 1.0.10drochner2-7/+6
changes: * Added 64bit library path for Firefox to start script * Added fix a timezone parsing problem * Added a workaround for a problem caused by installing the gconf schemes from earlier Liferea version, which caused a HTML view zoom level of 0.
2006-04-27update to 2.8.6drochner2-7/+6
changes: - Allow None to be set in gtk.TreeSortable.set_default_sort_func() - 327778: Increase property size limit to G_MAXLONG - 334027: Fix leaks in enum/flags - 334188: Call g_log_default_handler when python isn't initialized.
2006-04-27Updated sysutils/libol to 0.3.18adrianp1-1/+2
2006-04-27Update to 0.3.18adrianp2-6/+6
> 2006-03-27 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * configure.in: bumped to 0.3.18 > > 2006-03-13 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c: removed fd counting loop, cache maximum number of fds > and allocate the fds array dynamically > > 2006-01-23 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c (do_write): added support for platforms without an > MSG_DONTWAIT flag
2006-04-27Use 3rd person for DESCR.ghen1-1/+1
2006-04-27hyperestraier updated to 1.2.3.wiz2-3/+3
2006-04-27Added multimedia/mplayer-plugin-seamonkey(,gtk1) version 2.70.ghen1-1/+3
2006-04-27Update to 1.2.3, provided by OBATA Akio in PR 33252:wiz4-13/+13
2006-04-20 Mikio Hirabayashi * estraier.c (est_db_edit_doc): a bug of ID assignment was fixed. * estraier.c (est_db_get_doc_attr): attribute indexes were to be used. * estraier.c (est_regex_new): case insensitive mode was added. * estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed. * estwaver.c: new file. * wavermod.c: new file. * Makefile.in: a bug about compilation on Mac OS X was fixed. - Release: 1.2.3 2006-04-15 Mikio Hirabayashi * estraier.c (est_check_strand, est_check_stror): checking rules were changed. * estraier.c (est_search_union): a bug about memory allocation with regex was fixed. * estraier.c (est_check_stroreq): new function. * estmaster.c (startup): "attrindex" attribute was added. * mastermod.c (log_rotate): new function. * estcmd.c (runcreate, runput, rungather): "-tr" option was added. - Release: 1.2.2
2006-04-27Add mplayer-plugin-seamonkey and mplayer-plugin-seamonkey-gtk1.ghen1-1/+3
2006-04-27Plugin for Gecko based browsers that uses mplayer to play videos from websites.ghen1-0/+11
This one is for www/seamonkey-gtk1.
2006-04-27Plugin for Gecko based browsers that uses mplayer to play videos from websites.ghen1-0/+10
This one is for www/seamonkey.
2006-04-27Fixed a build error on Solaris, where the function login_tty does notrillig4-12/+44
exist. The code only checked for HAVE_UTMP_H, not for HAVE_LOGIN_TTY.
2006-04-27qdbm updated to 1.8.49.wiz1-1/+2
2006-04-27Update to 1.8.49, provided by OBATA Akio in PR 33369:wiz2-6/+6
2006-04-19 Mikio Hirabayashi - A parameter of dynamic linking library on Mac OS X was modified. - The utility API was enhanced. - Release: 1.8.49
2006-04-27Note update of "dircproxy-devel" package to version 1.2.0nb1.tron1-1/+2
2006-04-27Add patch from "dircproxy" ticket #44 which stops "dircproxy" fromtron3-8/+19
crashing if it has to reconnect to the server. Bump package revision because of this bug fix.
2006-04-27Update {static-,}ast-ksh to 2005-02-02 version.hubertf5-18/+18
Changes: too many (500) to list, mostly platform-dependent, and many added regression tests.
2006-04-27Note update of evilwm to 0.99.25.sketch1-1/+2
2006-04-27Update evilwm to 0.99.25. Changes:sketch3-27/+6
[0.99.24] * Remove unused def_cmap field from ScreenInfo struct. * Added -nosoliddrag option (thanks to Erik Auerswald). * Rewrite grab_keysym() macro as a function. [0.99.25] * Regrab keys on receipt of MappingNotify event * Make spawn() use find_current_screen() * Fix build errors/warnings when VWM not defined * Track vdesk separately on each managed screen * Remove is_sticky tests when only need to check vdesk * Only snap against clients on the same screen * Fix configure requests containing sibling information * Move unused variable workarounds after declarations * Flesh out some switches with default cases * Remove redundant call to XShapeSelectInput() * Move grab_keysym() to main.c, make static * Make recalculate_sweep() static * Wrap client_update_current into select_client * Restructure client_update_current() * Wrap fetching of mwm_hints property into init_geometry * Omit some unneeded code when VWM not defined EWMH atoms mostly, also some keymap defines. * Code tidy Dead declarations removed from evilwm.h. Some reordering of other declarations. Nothing that should affect anything. * Use XQueryPointer to find pointer root instead of trying to track it * Macro-ise get_mouse_position() * Declare some of opt_* as static in main.c * Don't track bounding_shaped This is never used outside set_shape and I'm not convinced that XShapeQueryExtents refers to the old values. * Fix foolish lookup of screen number where it's already known * Expose events not needed on frame windows * Grab buttons when making client instead of every enter event * Refactored handle_key_event()
2006-04-27Updated lang/tcl;x11/tk to 8.4.13adam2-4/+4
2006-04-27Changes 8.4.13:adam17-220/+143
* Win NT/XP: unicode console support taken back out. * ${prefix}/share addition to ::tcl_pkgPath undone. * Warning message for packages with incorrect index scripts silenced. * Correct syntax error in configure script (bash 3.1 exposes it). * Tk incompatibilities with SCIM resolved. * Improved [file writable] support of Windows conventions. * Tcl_GetIndexFromObj() support for exact matching of empty key. * Tk Portuguese localization support (pt.msg). * Tk more robust when X server does not recognize color name "Black". * Tk_PhotoPutBlock() performance improvement. * [lsearch -start $pastEnd] no longer finds match at end of list. * Correct [expr abs($LONG_MIN)] result. * Correct [string range] failures on some strings containing \x00. * TCL_EVAL_GLOBAL and [uplevel 0] agreement when traces or [unknown] active. * Corrections to context of auto-loading the target of an interp alias. * Corrected some interference between enter and enterstep traces. * Correct [$img configure -data] failure to change X display. * Tk_GetBitmapFromData() thread safety. * Crashes in [grid] for some invalid index arguments. * Crash when all content of a [text] is elided. * Crash in [$text edit undo/redo]. * Crash in animated GIF display with variable frame size. * Crash related to pipe usage in thread-enabled Tcl on Windows. * Crash when [$text dump -command] changes contents while dumping. * Crash reading utf-8 when multibyte char spans multiple buffers at EOF. * Several finalization crashes corrected.
2006-04-27Updated gnuradio packages to reflect latest release of gnuradio-2.8wulf1-1/+10
2006-04-27Updated gnuradio to 2.8: Synchronized meta-pkg with actual release ofwulf2-12/+16
gnuradio-2.8
2006-04-27Update usrp to 0.12:wulf4-213/+185
* simplified installation of fpga files * fixed make distcheck failure * added support for specifying firmware and fpga files * added method to retrieve serial number
2006-04-27Updated gnuradio-wxgui to 0.6:wulf4-11/+13
* now uses system configuration file * manual or auto scaling
2006-04-27Updated gnuradio-usrp to 0.8:wulf3-15/+10
* replaced 64e6 with fpga_master_clock_frequency * allow specification of firmware and fpga files to load * added method to retrieve serial number
2006-04-27Updated to version 0.6: New tarball release for gnuradio-2.8wulf2-7/+6
2006-04-27Updated gnuradio-gsm to 0.3: Ensure that local copy of swig is used whenwulf2-7/+6
building from tarballs
2006-04-27Update gnuradio-examples to 0.7:wulf3-10/+12
* added dboard supoprt * new multi-usrp examples * new xmit example using 2 daugherboars * doc fixes
2006-04-27Updated gnuradio-audio-oss to 0.9: Now install and uses system configurationwulf3-10/+13
2006-04-27Updated gnuradio-core to 2.8: new features and many bug fixeswulf4-4954/+5609
* new squelch block * support for hierachical blocks * new block gr_rms_cf and gr_rms_ff * new forecast method to gr_simple_framer * new block gr_filter_delay_fc * new gmsk
2006-04-26+ dspam-3.6.5, gcalctool-5.8.9, gdm-2.14.4, hyperestraier-1.2.3wiz1-6/+8
[pkg/33252], qdbm-1.8.49 [pkg/33369], rhythmbox-0.9.4.1, tin-1.8.2.