summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-26Disable MMX support if USE_MMX != [Yy][Ee][Ss].xtraeme1-1/+3
2004-07-26Finish move of misc/gpsd and misc/gpsdrive to geography/.wiz17-586/+4
Closes PR 26422 by Iain Hibbert.
2004-07-26Re-add Alistair's gcc3 fixes for gpsdrive (sorry for that).wiz5-2/+43
2004-07-26- fix invoke_copy_to_stack() for PRBooltaya3-6/+13
- Use socklen_t for 5th arg. of getsockopt() instead of size_t Now mozilla runs on sparc64. But It's not complete (e.g. can't connect to IPv6 site)
2004-07-26Reimport misc/gpsdrive as geography/gpsdrive.wiz7-0/+495
2004-07-26Re-import misc/gpsd as geography/gpsd.wiz5-0/+46
2004-07-26Note addition of mail/mess822, a library for parsing Internet mail messages.schmonz1-1/+2
2004-07-26Add and enable mess822.schmonz1-1/+2
2004-07-26Initial import of mess822-0.58.schmonz5-0/+163
mess822 is a library for parsing Internet mail messages. The mess822 package contains several applications that work with qmail: * ofmipd rewrites messages from dumb clients. It supports a database of recognized senders and From lines, using cdb for fast lookups. * new-inject is an experimental new version of qmail-inject. It includes a flexible user-controlled hostname rewriting mechanism. * iftocc can be used in .qmail files. It checks whether a known address is listed in To or Cc. * 822header, 822field, 822date, and 822received extract various pieces of information from a mail message. * 822print converts a message into an easier-to-read format. mess822 supports the full complexity of RFC 822 address lists, including address groups, source routes, spaces around dots, etc. It also supports common RFC 822 extensions: backslashes in atoms, dots in phrases, addresses without host names, etc. It extracts each address as an easy-to-use string, with a separate string for the accompanying comment.
2004-07-26Note asapm-2.11nb3 update.wiz1-1/+2
2004-07-26Add patch from Michael Eriksson in PR 26438:wiz3-10/+12
The patches for asapm to try sysmon if APM fails, only support battery info in units of Watts and Watt hours. However, some machines like my Compaq Presario X1007EA laptop uses units of Amperes and Ampere hours. Bump PKGREVISION.
2004-07-26Note update of gkrellm-xmms to version 2.1.20.cube2-3/+3
2004-07-26Update to version 2.1.20. Fixes PR 26428 from Joel CARNAT.cube2-7/+8
2.1.20: - Improve the string to utf8 translation function 2.1.19: - When both g_filename_to_utf8 and g_locale_to_utf8 fail, use the unconverted string. Don't know if it's the right way, but fixes crashes with broken filenames. - Don't try to convert NULL. Fixes crash on empty playlist - Use special gkrellm 2.2.0 api for scrolling text. Patch by Bill Wilson <billw@wt.net> - Use a g_spawn function instead of system to launch xmms, so xmms doesn't inherit all open gkrellm file descriptors Patch by Bill Wilson <billw@wt.net> 2.1.18: - When g_filename_to_utf8 fails fall back to g_locale_to_utf8. Fixes 100% cpu usage when playing files with filenames in locale encoding. 2.1.17: - Fixed memory leaks introduced in previous version. - Patch by Bill Wilson <billw@wt.net> to fix dependency on GdkFont and some other cleanups 2.1.16: - Fixed crash when updating playlist Thanks to Jan Tomasek <jan@tomasek.cz> for the pointer - Use the filename for title if we don't load the info - Add an item in the rmb menu to popup the gkrellmms config tab 2.1.15: - Off by one error in the playlist updating code, caused the wrong title to show. Found and patched by Andrew Kemp <ajwk@pell.uklinux.net>
2004-07-26note SDL pkgrevision bump (audio delay fixes)dillo1-1/+2
2004-07-26Added entry for updating gcc34shannonjr1-1/+2
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr4-9/+44
2) Added include statment for zlib/buildlink3.mk to Makefile to go with CONFIGURE_ARGS+=--with-system-zlib already there. Thank you Georg Schwarz <geos@epost.de> for pointing out this ommision. 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-26Reduce audio delay in the *BSD audio driver (by configuring audiodillo3-7/+17
device with shorter block size and lower water marks). PKGREVISION++
2004-07-26Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.schmonz1-2/+12
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26Enable pkgviews installation.schmonz3-3/+15
2004-07-26note emulator improvements and additionsdillo1-1/+7
2004-07-26Note update of security/keychain.schmonz1-1/+2
2004-07-26Update to 2.3.4. From the changelog:schmonz3-31/+6
* keychain 2.3.4 (24 Jul 2004) 24 Jul 2004; Aron Griffis <agriffis@gentoo.org>; Fix bug 28599 reported by Bruno Pelaia; ignore defunct processes in ps output * keychain 2.3.3 (30 Jun 2004) 30 Jun 2004; Aron Griffis <agriffis@gentoo.org>; Fix bug reported by Matthew S. Moore in email; escape the backticks in --help output Fix bug reported by Herbie Ong in email; set pidf, cshpidf and lockf variables after parsing command-line to honor --dir setting Fix bug reported by Stephan Stahl in email; make spaces in filenames work throughout keychain, even in pure Bourne shell Fix operation on HP-UX with older OpenSSH by interpreting output of ssh-add as well as the error status * keychain 2.3.2 (16 Jun 2004) 16 Jun 2004; Aron Griffis <agriffis@gentoo.org>; Fix bug 53837 (keychain needs ssh-askpass) by unsetting SSH_ASKPASS when --nogui is specified * keychain 2.3.1 (03 Jun 2004) 03 Jun 2004; Aron Griffis <agriffis@gentoo.org>; Fix bug 52874: problems when the user is running csh * keychain 2.3.0 (14 May 2004) 14 May 2004; Aron Griffis <agriffis@gentoo.org>; Rewrite the locking code to avoid procmail * keychain 2.2.2 (03 May 2004) 03 May 2004; Aron Griffis <agriffis@gentoo.org>; Call loadagent prior to generating HOSTNAME-csh file so that variables are set. * keychain 2.2.1 (27 Apr 2004) 27 Apr 2004; Aron Griffis <agriffis@gentoo.org>; Find running ssh-agent processes by searching for /[s]sh-agen/ instead of /[s]sh-agent/ for the sake of Solaris, which cuts off ps -u output at 8 characters. Thanks to Clay England for reporting the problem and testing the fix. * keychain 2.2.0 (21 Apr 2004) 21 Apr 2004; Aron Griffis <agriffis@gentoo.org>; Rewrote most of the code, organized into functions, fixed speed issues involving ps, fixed compatibility issues for various UNIXes, hopefully didn't introduce too many bugs. This version has a --quick option (for me) and a --timeout option (for carpaski). Also added a Makefile and converted the man-page to pod for easier editing. See perlpod(1) for information on the format. Note that the pod is sucked into keychain and colorized when you run make.
2004-07-26USB joystick driver rewritten, will be in next xmame release.dillo6-20/+796
okayed by kristerw. PKGREVISION++
2004-07-26add and enable gensdillo1-1/+2
2004-07-26import gens 2.12rc3 from pkgsrc-wip:dillo15-0/+1099
Gens is an emulator of Sega's 16 bit consoles: Genesis (a.k.a Megadrive) and Sega CD (a.k.a Mega CD). For Sega CD, you will need BIOS ROM images.
2004-07-26Enable joystick input by default. PKGREVISION++dillo3-5/+23
If you ran fceu before, you have to delete ~/.fceultra/fceu98.cfg for the changes to take effect.
2004-07-26mathomatic update was done.minskim1-2/+1
2004-07-26Update mathomatic to 11.3b.minskim4-9/+10
Changes: Proper exit after error reading files on the command line. Added code to preserve roots of integers, if the result is irrational. Fixed "calculate >filename". Made "+/-2^.5" work as expected. Code cleanup. Full simplify added for every loop of taylor command. Removed "replace temp" option, so that the "temp" variable can be renamed.
2004-07-26Added entry for update of gcc34-adashannonjr1-1/+2
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr4-4/+43
2) Added CONFIGURE_ARGS+=--with-system-zlib logic to Makefile for consistency with gcc34 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-26various improvements:dillo12-3/+930
- enable fullscreen support - enable PNG screenshots - only use esound if USE_ESOUND is yes - add USB joystick support (okayed by kristerw) PKGREVISION++
2004-07-26add and enable gnuboy-sdldillo1-1/+2
2004-07-26SDL port of gnuboy, a Nintendo Gameboy / Gameboy Color emulator.dillo5-0/+119
2004-07-26Add and enable crypto++.minskim2-2/+4
2004-07-26Import crypto++ from pkgsrc-wip. Packaged by Sergio Jimenez andminskim7-0/+235
slightly modified by me. Crypto++ Library is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it (except for a few exceptions listed in the license) are in the public domain.
2004-07-26+ efax-gtk-2.2.9, getmail-4.0.0, gkrellm-xmms-2.1.20 [pkg/26428],wiz1-3/+10
gpsdrive-2.09, libstatgrab-0.10.1, mathomatic-11.3b, mkvtoolnix-0.9.4, msmtp-1.2.0 [pkg/26425], xplanet-1.1.1.
2004-07-26Add the 'et_EE' and 'it_NA' locale directories, used by amule-2.0.minskim11-11/+99
2004-07-26fix a dependency in the tracer Makefile.aimk to hopefully fix compiledmcmahill2-10/+30
problems noted in NetBSD-2.0 branch bulk builds.
2004-07-26change the order in do-install: a bit to install libtool libraries beforedmcmahill1-18/+19
binaries which link to them.
2004-07-26Updated doxygen to 1.3.8martti1-1/+2
2004-07-26Updated doxygen to 1.3.8martti3-8/+14
Changes * Rewrote doxywizard. It should be more easy to use and has much better support for running doxygen from the GUI. Feedback is welcomed! * Members of a namespace are now also added to the file in which they appear * Included patch by Mikhail Glushenkov that fixed item 5 on the todo list (titles of html pages are now internationalized). * A macro defined in the config file can now be undefined in the source code via a #undef. * Optimized calling of dot using multiple -T flags at a couple of places New features * New option FILTER_PATTERNS which can be used to specify multiple input filters, and let doxygen select the right one based on matching the source file name with a specified pattern. * id 142939: New commands \protocol and \category which can be used to document Objective-C protocols and categories in the same way the \class command does for classes. * Included patch that removes some cosmetic annoyances in the man page output * Added internationalization support for Afrikaans and Lithanian. Included language updates for Dutch, Czech, Italian, Brazilian, Croatian, Japanese, Norwegian and Russian. Bug fixes
2004-07-26Make pgaccess depend on tk-postgresql73 to unbreak the build.recht1-2/+2
(We currently don't have tk-postgresql74.) spotted by kristerw
2004-07-26Update liferea to 0.5.2b.minskim3-9/+12
Changes: * Fixes a bug that permanently destroys your subscription URLs when favicons are updated or initially downloaded.
2004-07-25Correct path to ../../databases/tcl-postgresql73kristerw1-2/+2
2004-07-25New HOMEPAGE.salo1-2/+3
2004-07-25Actually, as of 1.3.1_05ish, this no longer works on sun-jdk13 because Suntv1-2/+2
removed some of the external JIT compiler hooks. So now it only works on blackdown-jdk13. (I may simply remove this package in the future, as its usefulness is quickly dropping.)
2004-07-25This package only works on i386 Linux/NetBSD (linux emul), and only withtv1-3/+5
the Java 1.3 Sun (or Sun-based, i.e. Blackdown) JVMs.
2004-07-25Add and enable anise.minskim2-2/+4
2004-07-25Import anise-0beta10. Packaged by Lee Jae-Hong (pyrasis at chol dot com).minskim4-0/+28
ANISE is an open source implementation of the adventure game scripting engine (AISV) used by popular adventure games from Elf and Silky's.
2004-07-25freenet-tools -> 0.2.23tv1-1/+2