summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-24Update "gal" to version 0.12. The list of bug fixes and new featurestron3-21/+23
since version 0.10 is several pages long and can be found in the "ChangeLog" file.
2001-09-24Change dependency on kdebase to >= 2.1skrll1-2/+2
2001-09-24Update "xchat" package to version 1.8.3. Changes since version 1.8.2:tron2-5/+5
- xtext: marked text goes to clipboard aswell as primary selection. - xtext: some speedup optimizations. - xtext: fixed a problem when rendering a fixed-width font with missing chars. - Fixed hints for "You're kicked" text event, which showed the $ vars incorrectly. - When a user is seen to quit or join a channel you're in, your notify list will be modified instantly. No notify textevent is shown if it happened in the front-most tab (Alexander Hvostov). - Fixed binding server connects to different interface/address (ipv4 only) (Claus Riemann). - Avoid negative ping timeout when system clock changes. - Updated Italian translation (Stefano Fava). - Updated Spanish translation (Antonio de la Torre). - Added text event "Channel Notice" so you can differentiate between private and channel notices (Fuentes Xavier). - Added ability to dcc send filenames with spaces. See "Fill Spaces" setting in Setup->File Transfer (Fuentes Xavier). - Included some makefiles for ms visual c.
2001-09-24Wildcard dependency on kdebase to >= 2.1. Addresses pkg/14056.wiz1-2/+2
2001-09-24Update prcs to 1.2.15. Changes: Lots of bug fixes.hubertf4-16/+15
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-2/+2
in PR pkg/14005.
2001-09-24Put a "@" in front of the recently added "${LN}" command so that thetron1-2/+2
"post-extract" target is quiet again.
2001-09-24Add and enable SDL-mixerrh1-1/+2
2001-09-24Initial import of SDL-mixer-1.2.0, a multichannel audio mixer library forrh5-0/+89
SDL.
2001-09-24Add patch missing in previous commitrh1-0/+54
2001-09-24Update SDL to 1.2.2. Changes include:rh8-37/+51
* Native NetBSD audio support * Now gets correct keyboard state when starting up on X11 * Improved the DGA 2.0 and framebuffer console drivers * Improved OSS audio driver support, thanks to 4Front Tech. * Improved X11 fullscreen support, works better with KDE
2001-09-24Updated rrdtool to 1.0.33wulf19-235/+107
Several bugfixes since 1.0.28 Fixed libgd interdependency problems that caused execution of perl scripts to fail.
2001-09-24Use "${PKGVERSION}" instead of hard coded version number.tron2-1374/+1374
2001-09-24Fix cut and paste error in last commit.tron1-3/+3
2001-09-24"PKGVERSION" is now in "PLIST_SUBST" by default.tron3-8/+4
2001-09-24Add "PKGVERSION" to "PLIST_SUBST" by default. Trailing package sourcetron1-1/+2
version numbers (e.g. "nb1") are automatically removed.
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-1/+2
in PR pkg/14045.
2001-09-24Adapt the documentation for bsd.pkg.defaults.mkagc1-17/+26
2001-09-24Correct spelling of "eBay" in comment.tron1-4/+2
2001-09-24libibex needs to be linked without -static, because it's pulled in wholesalemycroft3-2/+21
into other shared libraries. XXX There should probably be a libibex-static (a la libeutil-static) for linking into evolution-mail, but someone else can change that.
2001-09-24Update namazu2 to namazu 2.0.7.taca15-53/+369
Overview of Changes in Namazu 2.0.7 - Sep 13, 2001 * Bug fix release. * Fix nmz_is_lang_ja() to return correct value. * Fix header files installation. * Fix mknmz checkpoint bug. * Added extensions of Ichitaro 7 and 8. * Fixed the bug when target directories contain the current directory. (Only Win32 Platforms) * Fixed the AND query bug that namazu ignores the keywords which don't match at all. * Lookup both environment variables of SCRIPT_NAME and DOCUMENT_URI (instead of DOCUMENT_NAME). (namazu.cgi) * More portability improvements. I've also applied those bug fixes after 2.0.7 released. (All URL bellow are in Japanese.) http://www.namazu.org/ml/namazu-users-ja/msg02073.html pl/util.pl http://www.namazu.org/ml/namazu-devel-ja/msg02024.html pl/htmlsplit.pl http://www.namazu.org/ml/namazu-devel-ja/msg02030.html scripts/mknmz.in
2001-09-23Use predefined variable "${PKGVERSION}" in "PLIST_SUBST".tron1-2/+2
2001-09-23Don't include "lib/zsh/libzsh-4.0.2.so" into package list under SunOS.tron3-3/+8
This fixes PR pkg/14032 by Stoned Elipot.
2001-09-23Don't hardcode package version number into package lists.tron3-403/+402
2001-09-23Remove redundant "@dirrm" commands from "PLIST.dynamic" and reordertron2-6/+3
multiple package list so that deinstallation works smoothly.
2001-09-23Fix oversights in last commit.tron5-10/+10
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail if thetron5-10/+10
last entry is removed.
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail iftron4-8/+13
"/etc/shells" doesn't exist or is empty after removing entries for cerntain shell. These problems show up e.g. under SunOS.
2001-09-23Add and enable "mplex". This fixes PR pkg/14030 bytron1-1/+2
<collver@linuxfreemail.com>.
2001-09-23Import new "mplex" package:tron9-0/+213
Multiplexes MPEG component streams into system layers This package is based on the package contributed by <collver@linuxfreemail.com> in PR pkg/14030.
2001-09-23Update fetchmail{conf} to 5.9.0 and apply patch provided in pr 14031frueauf4-7/+66
by Xavier HUMBERT <xavier@xavhome.fr.eu.org>.
2001-09-23Update nxtvepg to 0.6.3magick2-5/+5
Changes from 0.6.2 to 0.6.3 - Added daemon mode to allow background acquisition without GUI. Added new command line options -daemon and -acqpassive - Signal HUP can now be used to toggle acquisition on and off (with GUI only; the daemon terminates when acquisition is disabled). Before, the signal used to disable acquisition only. - Fix: catch death of acquisition slave process (i.e. after deadly signal) and mark acquisition as disabled in the master process.
2001-09-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Thisjlam1-6/+11
package is strongly-buildlinked.
2001-09-23Add docs tar file.mycroft1-1/+3
2001-09-23Tight VNC, from www.tightvnc.com.mycroft14-0/+1028
2001-09-23Fix library linkage.mycroft2-5/+15
2001-09-23Tight VNC, from www.tightvnc.com.mycroft5-0/+66
2001-09-22bump version to 1.0nb1 - the bw_pipe pipe descriptor fixjdolecek1-2/+2
2001-09-22fix the bw_pipe to actually apply cleanlyjdolecek2-5/+5
2001-09-22add HOMEPAGEhubertf2-2/+7
2001-09-22Fix typo (gkd-pixbuf --> gdk-pixbuf). Overriding the dependency patternjlam1-3/+3
variable BUILDLINK_DEPENDS.gdk-pixbuf in gqview now works properly.
2001-09-22UseRgbTxt should be YES, since this is what we use with both XF86 3 and XF86 4.mycroft2-72/+141
2001-09-22 * Note in the manpage that there's a problem in the jpeg handling codehubertf4-4/+20
* Install the manpage * Bump version to mpeg_encode-1.5bnb1 Fixes PR 14043
2001-09-22Remove "connect4.gnutellanet.com" from host list which doesn't exist intron2-5/+5
DNS although it is listed on the web page.
2001-09-22Instead "connect1.gnutellanet.com" to "connect4.gnutellanet.com" insteadtron3-5/+31
of the dead "gnutellahosts.com" as initial host list server to access the Gnutella network. Bump package version to 0.1nb1.
2001-09-22bw_pipe.c: close pipe descriptors as appropriatejdolecek2-1/+32
2001-09-22Changes to kcontrol/info/info_netbsd.cpp:jdolecek2-1/+258
GetDmesgInfo(): - changed to support '^foobar' in the filter string - the filter function is now supposed to add the appropriate stuff to passed QListView immediatelly, opaque/final is not passed any more Couple fixes to kcontrol Information stuff: - fix the display of IRQs, simplify the AddIRQLine(), use the QListView sort facilities instead separate QStrList - remove the 'waiting x seconds for devices to settle' on SCSI display - fix the display of audio devices - include Total Size and Free Size on Partition display, remove parentheses in Mount Options The patch will be fed to KDE Team for inclusion in future KDE versions.
2001-09-22Create an empty dir (${PREFIX}/share/empty) for the daemon to chroot to.wiz2-2/+13
Bump to 0.4.9.4nb1.
2001-09-22Allow overriding of MASTER_SITES and do so for kdelibs - the distributionskrll2-3/+7
tarball is in its own directory.
2001-09-22Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:jlam5-34/+71
* Bug fixes! * Update and additions to translations. * Improved look of GUI. * Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) * New plugin events: event_im_displayed_sent and event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) * Can specify hosts/ports for Yahoo * Can view/set chat topic in Jabber * Can view/set chat topic in IRC * Improved Jabber chat support (it whispers now, too) * Zephyr can do Subscriptions now * MSN can now change your 'friendly name' * More IRC improvements [colors, etc] * Can turn on/off Yahoo! Mail announcements