summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-08Changes 0.11.53:adam3-9/+9
* Polish translation updated, thanks to S. Mikula. * Fixed bug that caused GetSize to abort thinking it failed when it really didn't. * New versions of autoconf and automake adopted.
2004-11-08Updated sane-backeds to 1.0.15adam1-1/+2
2004-11-08Changes 1.0.15:adam4-15/+14
* New backends: niash. * Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp, coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek, mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2, umax, umax_pp, u12, v4l. * Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms). * sane-find-scanner detects more chipsets now. * Added Finnish translation. Updated other translations. * Several saned fixes. * Build system updates. * Documentation updates. * Bugfixes.
2004-11-08Updated wmakerconf to 2.9.2adam2-3/+3
2004-11-08Changes 2.9.2:adam7-63/+43
* Improved handling of specific workspaces (WorkspaceSpecificBack attribute), fixing segfaults and previews * Panels are now shown sorted alphabetically instead of in the previous haphazard order Changes 2.9.1: * Updated Danish translation (Morten Bo Johansen <mojo@image.dk>) and German translation (Florian Ernst <florian@uni-hd.de>) * Various segfaults fixed * Fixed bug causing non-alphanumeric keyboard shortcuts to be ignored * Fixed bug where middle and right mouse buttons were swapped in dialog * Installing a theme now puts it in GNUstep/Library/WindowMaker/Themes as one would expect * New themes websites in "Themes" menu to replace those that have ceased to exist
2004-11-08Erm, cannot use a shared options.mk file for xmame/xmess...xtraeme2-2/+27
2004-11-08Convert xmame and xmess to use bsd.options.mk.xtraeme3-20/+29
Available options are: sdl opengl esound. sdl and opengl options are used to specify default display method, if none of them is specified, x11 is used as before.
2004-11-08SunOS PLIST that got left off yesterday.markd1-0/+121
2004-11-08Remove patch-ai, which is the same file than DragonFly.cf in ${FILESDIR},xtraeme2-285/+1
noted by hira@ in private email.
2004-11-08note flodo v4 updatemrg1-1/+2
2004-11-08update to flodo v4. it now shows in vs. out statistics on *BSD/linux.mrg3-8/+10
2004-11-08Trim some inappropriately placed comment lines from one of the generatedmarkd1-1/+7
Makefiles. Fixes build on NetBSD 1.6.2.
2004-11-07Derive PKGNAME from DISTNAME.epg1-2/+2
2004-11-07No real need to set USE_X11 here.jmmv1-3/+1
2004-11-07Fix indentation of PKGREVISION.jmmv1-2/+2
2004-11-07Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splittingjmmv7-64/+92
wistumbler2 in two packages: wistumbler2, with console support only, and wistumbler2-gtk, with GTK2 and console support. This provides a choice for users of binary packages and lets us catch build problems in both cases during bulk builds. While here, fix several issues: - In the GTK case, depend on pkg-config, needed during the build. - Patch files during pre-configure, not post-patch. - Fix the CONF_FILES stuff; it was pointing to non-existent files. - Reword DESCR. Because of these changes, that affect the binary package, bump the revision of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk package is at version 2.00pre9.
2004-11-07Note PKGREVISION bump for gxmame.kristerw1-1/+2
2004-11-07Make this work with xmame 0.87 by applying patches from Miguel Mendezkristerw4-5/+95
in PR 27090 (with a minor tweak for issues from yesterday's update of the xmame pkg.) This does also solve part of PR 27011. Bump PKGREVISION.
2004-11-07make non-GTK2 mode compile (not sure if it is fully functional)itojun2-1/+26
2004-11-07Add and enable bmon.minskim1-1/+2
2004-11-07Import bmon from pkgsrc-wip. Packaged by hsaliak at gmail dot com, andminskim5-0/+95
slightly modified by me. Bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: The overview diagram which is a list of all interfaces and their send/receive rates. A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets and so on.
2004-11-07This pkg need devel/p5-Module-Build to build.kristerw1-1/+2
2004-11-07Needs <sys/bufq.h> on 2.99.10kim3-1/+45
2004-11-07Add share/lsof/sort_res.perl5kim1-1/+2
2004-11-07Update HOMEPAGE.kristerw1-2/+2
2004-11-07Add and enable uisp.wiz1-1/+2
2004-11-07Perl updated to 5.8.5.wiz1-1/+2
2004-11-07Update to 5.8.5:wiz6-44/+24
Incompatible Changes There are no changes incompatible with 5.8.4. Core Enhancements Perl's regular expression engine now contains support for matching on the intersection of two Unicode character classes. You can also now refer to user-defined character classes from within other user defined character classes. Modules and Pragmata * Carp improved to work nicely with Safe. Carp's message reporting should now be anomaly free - it will always print out line number information. * CGI upgraded to version 3.05 * charnames now avoids clobbering $_ * Digest upgraded to version 1.08 * Encode upgraded to version 2.01 * FileCache upgraded to version 1.04 * libnet upgraded to version 1.19 * Pod::Parser upgraded to version 1.28 * Pod::Perldoc upgraded to version 3.13 * Pod::LaTeX upgraded to version 0.57 * Safe now works properly with Carp * Scalar-List-Utils upgraded to version 1.14 * Shell's documentation has been re-written, and its historical partial auto-quoting of command arguments can now be disabled. * Test upgraded to version 1.25 * Test::Harness upgraded to version 2.42 * Time::Local upgraded to version 1.10 * Unicode::Collate upgraded to version 0.40 * Unicode::Normalize upgraded to version 0.30 Utility Changes Perl's debugger The debugger can now emulate stepping backwards, by restarting and rerunning all bar the last command from a saved command history. h2ph h2ph is now able to understand a very limited set of C inline functions -- basically, the inline functions that look like CPP macros. This has been introduced to deal with some of the headers of the newest versions of the glibc. The standard warning still applies; to quote h2ph's documentation, you may need to dicker with the files produced. Installation and Configuration Improvements Perl 5.8.5 should build cleanly from source on LynxOS. Selected Bug Fixes * The in-place sort optimisation introduced in 5.8.4 had a bug. For example, in code such as @a = sort ($b, @a) the result would omit the value $b. This is now fixed. * The optimisation for unnecessary assignments introduced in 5.8.4 could give spurious warnings. This has been fixed. * Perl should now correctly detect and read BOM-marked and (BOMless) UTF-16 scripts of either endianness. * Creating a new thread when weak references exist was buggy, and would often cause warnings at interpreter destruction time. The known bug is now fixed. * Several obscure bugs involving manipulating Unicode strings with substr have been fixed. * Previously if Perl's file globbing function encountered a directory that it did not have permission to open it would return immediately, leading to unexpected truncation of the list of results. This has been fixed, to be consistent with Unix shells' globbing behaviour. * Thread creation time could vary wildly between identical runs. This was caused by a poor hashing algorithm in the thread cloning routines, which has now been fixed. * The internals of the ithreads implementation were not checking if OS-level thread creation had failed. threads->create() now returns undef in if thead creation fails instead of crashing perl. New or Changed Diagnostics * Perl -V has several improvements o correctly outputs local patch names that contain embedded code snippets or other characters that used to confuse it. o arguments to -V that look like regexps will give multiple lines of output. o a trailing colon suppresses the linefeed and ';' terminator, allowing embedding of queries into shell commands. o a leading colon removes the 'name=' part of the response, allowing mapping to any name. * When perl fails to find the specified script, it now outputs a second line suggesting that the user use the -S flag: $ perl5.8.5 missing.pl Can't open perl script "missing.pl": No such file or directory. Use -S to search $PATH for it. Changed Internals The Unicode character class files used by the regular expression engine are now built at build time from the supplied Unicode consortium data files, instead of being shipped prebuilt. This makes the compressed Perl source tarball about 200K smaller. A side effect is that the layout of files inside lib/unicore has changed. pkgsrc: fails the same test that 5.8.4 fails (sigaction).
2004-11-07Note update of xmess.kristerw2-4/+3
2004-11-07Update xmess to 0.87.kristerw5-36/+24
Changes since 0.86: - Everything from MAME 0.87 (http://x.mame.net/changes-mame.html) and MESS 0.87 (http://x.mame.net/changes-mess.html). - Reworked the video mode functions (Hans de Goede): * Unified and moved the aspect ratio calculations from xgl, fx, and x11_window to mode.c since all display targets that support arbitrary scaling through hardware make use of this. * Modified the code to use the aspect ratio supplied by the game driver instead of doing all kinds of magic. This corrects, for example, the aspect ratio of 1942. * Added a new option, "-perfectaspect (-pa)", which automatically sets yarbsize to honor the aspect ratio provided by the game driver. This is disabled by default because it can cause scaling artifacts. * When video modes are matched, the aspect ratio is now taken into account. - Made changes to the X11 targets (Hans de Goede): * Restored widthscale == 2 yuy2 code for perfect yuy2 blitting. * Fixed a bug introduced by the aspect ratio patches which caused the Xv fallback code to not detect an error case and crash later on instead of falling back to MITSHM. * The Xv window is now resized with the correct aspect ratio after a user resize; this prevents black borders from appearing. * Renamed "-perfect-yv12" to "-perfect-yuv". * Enabled perfect blitting by default for yuy2, since it fixes the ugly color bleeding in, for example, pacman. * Fixed colors being way off in Xv for 15bpp direct games, e.g., vector games with artwork disabled. * Current mouse values are now initialized in xinput_open, which should fix the problem of the visor going to the lower right corner in starwars when the video mode is switched from windowed X11 to DGA fullscreen while the mouse is grabbed. * Fixed the display of a 32bpp source on a 24bpp packed pixel window. * Fixed a bug in the DGA2 target which caused it to throw an XError when it failed to find a suitable mode, causing xmame to abort. * XInput now maps controls to mice 2 - 5 and leaves mouse 1 free for the default mouse. (Hans de Goede) * Fixed a bug which caused the window to disappear with Xv windowed mode under KDE. - Added a missing "Rapid Fire" string to the configuration menu. This fixes problems with the configuration of player controls. (Sylvain Trosset) - Cleaned up the sound code (Hans de Goede): * Cleaned up the ALSA driver. * The ALSA driver now reports the actual sample rate to the caller rather than the requested one. * Removed the "-alsa-pcm" command line option; the ALSA driver now supports "-auviodevice (-ad)". (Hans de Goede) * Removed "-fakesound (-fsnd)". Now sound is always faked since certain games won't run without it. * Changed the default sample rate to 44100, moving us into the Third Millennium. * Removed the "-[no]sound" option; if you really want to disable sound, specify a bogus device with "-audiodevice". - Removed the "-[no]mouse" option. (Hans de Goede) - Split aspect and mode settings so that all targets can use the aspect settings. (Hans de Goede) - Fixed the mapping of analog sticks' min..max ranges to the core's range. This fixes games that use analog controls, such as Out Run, as well as the jittery movement of the mouse cursor in games such as Missile Command. - Audio should work much better on Mac OS X. (anonymous) - The MMX assembly language version of the 6-tap filter now works for 16 and 32bpp source and destination bitmaps; previously, only the 32bpp screen depth was accelerated. (Richard Goedeken) - Corrected some of the out-of-date information in the documentation. Fixes Bugzilla bug 604. - Light guns should work again. Also added support for the triggers on an ACT LABS USB PC Monitor model that didn't work previously.
2004-11-07Add and enable gimp-warp-sharp.minskim2-2/+4
2004-11-07Sort.minskim1-2/+2
2004-11-07Initial import of gimp-warp-sharp.minskim5-0/+55
Sharpening images with traditional methods increases the amount of noise in the image. This script implements a method to sharpen images described by Joern Loviscach in the german computer magazine c't, 22/1999. Basically it "squeezes" unsharp edges. This method is a simplified Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by Image-Dependent Warping", IEEE Transactions on Image Processing, 1999, Vol. 8, No. 8, S. 1063.
2004-11-07Note update of seahorse to 0.7.5.jmmv2-3/+3
2004-11-07Update to 0.7.5. While here, apply a patch from shannonjr@ that avoids thejmmv4-22/+45
use of a deprecated gpgme function. Changes in this version: * Loading large key rings is now many orders of magnitude faster * A simple panel with common tasks shows up in the key manager the first time a new user starts [Adam Schreiber] * Gnome HIG (Human Interface Guidelines) compliancy fixes * gedit plugin compiles with GNOME 2.8 * gedit plugin now works on BSD [Julio M. Merino Vidal] * seahorse-agent now works properly on BSD [Julio M. Merino Vidal] * disable password caching prefs when using a different agent * seahorse-agent restores gpg.conf when exiting * seahorse-agent icon now shows properly in the notification area * Properly detect mlock for secure memory usage. * Fixed crash when changing expiry date on a subkey * Fixed crash when using 'Encrypt To Self' without a default key * Default key selection now works properly in edge cases. * Updated RPM spec file * A multitude of smaller bug fixes
2004-11-07Ew... also let this work if getenv_r returns no errors...jmmv2-4/+4
2004-11-07Note revision bump for gpgme to 2.jmmv1-1/+2
2004-11-07Now that librfuncs' getenv_r returns ENOENT when the variable is not definedjmmv3-7/+7
in the environment, we can handle this case properly from here. I.e., treat ENOENT as if no error happened, and return NULL in the 'value' parameter (as the function documentation says). Finally fixes PR pkg/27884. Bump PKGREVISION to 2.
2004-11-07Add support for building XFree86 packages on Solaris.markd7-16/+88
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it).
2004-11-07Solaris should be doing 5.09 as well.markd1-2/+2
2004-11-07Fix build with gcc2.markd3-5/+36
2004-11-07This pkg need devel/p5-Module-Build to build.kristerw1-1/+2
2004-11-07Added entry for updating librfuncs to 1.0.4shannonjr1-1/+2
2004-11-07Re: pkg/27884: Use of librfuncs breaks gpgmeshannonjr3-7/+7
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if the string name was not found in the environment.
2004-11-07Note update of "mpg123", "mpg123-esound" and "mpg123-nas" package.tron1-1/+4
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron5-11/+55
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-11-07suse_gtk2 updated again.wiz1-1/+2
2004-11-07This also depends on suse_libjpeg (similar reason as for suse_libpng);wiz1-2/+3
bump PKGREVISION.
2004-11-06note addition of malint-0.2, an MPEG audio stream validatordillo1-1/+2
2004-11-06add malintdillo1-1/+2