summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-15Add and enable aspell.wiz1-1/+2
2002-01-15Initial import of aspell:wiz9-0/+334
Aspell is an Open Source spell checker designed to eventually replace Ispell. Its main feature is that it does a much better job of coming up with possible suggestions than Ispell does. In fact recent tests shows that it even does better than Microsoft Word 97's spell checker in some cases. In addition it has both compile time and run time support for other non English languages. Aspell is also a library however the recommend way to use aspell is through the Pspell library as the actual interface to the aspell library is constantly changing.
2002-01-15Fix compilation with libpspell-0.12.2.wiz2-1/+14
2002-01-15Update to 0.12.2; also buildlink'ify and add buildlink.mk.wiz4-21/+61
Changes since 0.11.2: * Added a length parameter to many Pspell functions which should cut down on unnecessary copying of words with some programs that use Pspell. Unfortunately this also breaks sourcecode compatibility. But it is easy to fix, see section 2.3.4 for what to do. * Added support for mapping the county code to a spelling for the English language. For example the language tag ``en_GB'' will now get the British dictionary if it is available. * Rewrote the ``Usage'' section of the manual to use the C interface instead of the C++ one as I recommend using the C interface even in C++ code to avoid some of the nasty issues associated with C++ linkage. * Libltdl is now enabled by default. * Switched to the multi-language branch of libtool. * Added support for iso-8859-13 and 14. And some of bugfixes.
2002-01-15Rearrange code so that if EXTRACT_CMD is defined, then it is used tojlam1-10/+18
extract all of the files listed in ${EXTRACT_ONLY}. This is so that a package author doesn't have to grub through bsd.pkg.mk in order to find how to override the extraction method. Problem noted by Antti Kantee in private email.
2002-01-14Update openldap to 2.0.20. Notable changes since version 2.0.19(nb1):kleink3-13/+11
Fixed slapd ACL empty replace bug (ITS#1530) Fixed slapd ACL peername/sockname exact match bug (ITS#1516) Fixed back-passwd db_config bug Fixed -lldap cache debug bug (ITS#1501) Fixed -lldap dnssrv free bug Fixed -lldap Start TLS first op bug Fixed slurpd TLS non-critical/critical bug (ITS#1527) Fixed slurpd SASL password bug (ITS#1528) Build environment Fixed repl_user build error (ITS#1503) Updated BerkeleyDB 4 support Updated schema files Updated Windows NT/2000 MSVC5 port
2002-01-14new in silc-client 0.7.2hubertf1-0/+13
2002-01-14 - update to silc-client package, version 0.7.2hubertf3-22/+14
- cleaned up CONFIGURE_ARGS - revised patches/patch-aa to follow change in the Makefile.in - removed post-configure target from Makefile, fix to this issue has been moved into patches/patch-ac file (inspired by chat/irssi package, thanks to mutru!) Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15147
2002-01-14Update gqmpeg to 0.12.0. Changes:hubertf5-15/+19
+ Added bitrate etc. information and comment support for ogg files, including a comment editor. + Song titles and comments are now customizable, and are saved in the playlist (to customize use right click menu in playlist). + Added Traditional Chinese translation (zh_TW). - Added help window (displays README). - Basic read-only support for m3u 3.0 titles saved in a playlist. * Fix (at least improved) --dockwm behavior. * Several misc fixes. Update submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 15242
2002-01-14Fix MASTER_SITES path.wiz1-2/+2
XXX: 3.04 is out.
2002-01-14Add one (from bulk build leftover list).wiz1-1/+2
2002-01-14Fix rpath (typo in patch-ae). Fixes bulk build failure.wiz2-6/+6
2002-01-14Add one.wiz1-1/+2
2002-01-14Add a bulk build leftover.wiz1-1/+2
2002-01-14Add some man pages.wiz1-1/+3
2002-01-14Add some man pages (I wonder how those got overlooked...).wiz1-1/+9
2002-01-14Update MASTER_SITES.wiz1-2/+2
2002-01-14Fix ONLY_FOR_PLATFORM pattern.wiz1-2/+2
2002-01-14Comment out some unneeded code that produced errors, in contrast towiz4-1/+37
what the comment above it claims. Should fix bulk build failure.
2002-01-14Fix an incorrect usage of ${MAKE_ENV} which was keeping cocoon from buildingjwise1-2/+2
on systems (such as the bulk build system) where ${JAVA_HOME} was not set in the invoker's environment.
2002-01-14Fix hidden assumption that ${JAVA_HOME}/bin was in invoking users path.jwise3-3/+14
Should fix bulk build.
2002-01-14Mark as only for 1.5ZA and newer [since that is when we got radio(4)].wiz1-1/+3
2002-01-14Fix configure script gmake detection to be more resilient.jwise2-13/+15
2002-01-14There's no need to quote the comment text.skrll1-2/+2
2002-01-14Updated vim to 6.0.130martti2-13/+25
* in an expression used for ":s" "~" was replaced * the python library was linked statically * alternate screen color wrong after using external command * scrollbars and mouse pointer not updated when moving a window * crash with ":ls" while editing a file with a very long name * redraw problem in quickfix window
2002-01-14Use wildcard dependence on "curl" package to fix problems after thattron1-2/+2
package has been updated.
2002-01-14Updated uvscan-dat to 4180martti2-5/+5
* new virus definitions
2002-01-14- Sorted PLISTmartti3-17/+22
- Updated xfce to 3.8.7 * Bug fixes * Add french default config file * Add support for env DISABLE_XFCE_USER_CONFIG * Change default panel location
2002-01-14Added a couple of official mirror sites as per PR 15102.seb1-2/+4
2002-01-14Update to version 7.9.2. PR 15102 by Shell Hung <shell@shellhung.org>seb3-5/+19
Trivial patch on configure which fixes compilation on NetBSD/!i386 added. Fixed in 7.9.2 - compiles and builds on the good old Mac OS (in addition to Mac OS X) - bugfixed persistant connections over proxy with multiple protocols - --disable-epsv is a new option to the curl command line tool - bugfixed verbose ftp output on Tru64 unix - added CURLOPT_FTP_USE_EPSV - passive ftp download works with IPv6 - always return proper error code on failed connects - bugfixed FTP response reader - bugfixed verbose telnet - added CURLINFO_STARTTRANSFER_TIME - bugfixed conditional HTTP fetches based on time - multiple calls to curl_global_init() is now treated better - bugfixed multiple ftp requests - made -p/--proxytunnel work for plain HTTP as well - "current speed" progress meter bugfix - improved the name resolver configure check - libcurl now restores signal handlers and timeouts properly - improved SSL over HTTP-proxy when using weird proxies(!) - added the -1/--TLSv1 option - bugfixed LDAP transfers
2002-01-13Update pine to 4.44. Changes:hubertf4-12/+11
Version 4.44 is a bug-fix release that addresses bugs found in the previous release. Bugs that have been addressed in this release include: * URL handler allows embedded commands
2002-01-13Update the cadaver package to version 0.19.0.agc2-10/+7
Provided in PR 15223 by "Eric Gillespie, Jr." <epg@pretzelnet.org> Changes since previous version (0.17.0): + Use the neon package (also from "Eric Gillespie, Jr." <epg@pretzelnet.org>) + Changes from 0.17 to 0.19.0: * Remote filename completion from Sean Treadway. * Cosmetic and bug fixes for 'steal' and 'discover' commands. * Added 'propdel' command to remove properties. * Added 'overwrite', 'lockdepth', 'lockscope' options. * Fix for resolving paths passed to 'ls' command (e.g. ".."). * Retry authentication once if it fails. * Fixes for readline 4.2 compatibility: * may have broken readline 2 compatibility; please shout if so! * Add mkstemp() replacement for platforms where necessary. * Incorporate RPM spec file changes from Red Hat (by Nalin Dahyabhai). * Updated to neon 0.18: * timezone handling fixes in date parsing on some platforms * fixes for lock handling * portability fixes * Added 'logout' command, to clear cached authentication details. * Added 'propnames' command. * Added 'utf8' option, to presume terminal I/O is UTF-8. e.g. xterm -u8 mode. * Handle UTF-8 encoding/decoding of property names/values better when not in utf8 mode. * Added FAQ entry on how to read your HotMail e-mail using cadaver. * Updated to neon 0.16: * libxml2, expat2 support (can force with --with-libxml[12]) * Untested SOCKSv5 support (--with-socks) * Fix 'ls' listing the 'executable' property. * Disable i18n support by default to prevent portability problems. * Added FAQ entry on using 'edit' with gvim.
2002-01-13add rpdump, rpload - forgot that last time when the Makefile was changedhubertf1-1/+3
2002-01-13Add and enable scmxx.kleink1-1/+2
2002-01-13Initial import of scmxx-0.5.8 into the NetBSD Packages Collection.kleink5-0/+86
SCMxx is a data exchange utility for certain Siemens mobile phone models. Data types handled include logo bitmaps, MIDI files, vCalendars, address books, phonebook entries and SMS. Support for phones includes the S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
2002-01-13Add and enable neon.agc1-1/+2
2002-01-13Initial import of neon-0.18.3 into the NetBSD Packages Collection.agc5-0/+113
neon is an HTTP and WebDAV client library. It provides lower-level interfaces which directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Provided in PR 15222 by "Eric Gillespie, Jr." <epg@pretzelnet.org>. The only modification was to use pkgsrc's libtool.
2002-01-13Update to 1.5.27. Changes are mostly bugfixes including a fix for theskrll5-22/+21
format string vulnerability described in http://www.securityfocus.com/bid/3498 Closes pkg/15149 from <naoki@fukaumi.org>
2002-01-13patthern -> patternwiz4-8/+8
2002-01-13fix a joke introduced in previous commit by Thomas: I'm not the maintaineraymeric1-2/+2
of this package. :-) After agreement, assign it to Stoned.
2002-01-13An update from Dieter Baron, adding mkobexcard.augustss3-6/+9
2002-01-12Make xmess compile for new systems that have libusbhid.so instead of libusb.so.kristerw4-5/+86
Remove mame.dk as master site, since it is awfully slow.
2002-01-12Add xtelbouyer1-1/+2
2002-01-12Initial import of Xtel, a Minitel emulator. Probably not of much use outsidebouyer12-0/+511
France :)
2002-01-12update to Event-0.83explorer2-5/+5
2002-01-12Add and enable nvi.wiz1-1/+2
2002-01-12Initial import of nvi 1.81.5.wiz5-0/+118
Nvi is an implementation of the ex/vi text editor originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley. The source code to nvi is freely available, and nvi may be freely redistributed.
2002-01-12Update games/crafty to 18.13. Changes from version 18.12 include:jlam3-13/+13
* Deep Blue extension limit removed and restored to one ply of extension per ply of search. * pruning in q-search fixed so that a capture will be considered if it takes the total material on the board down to a bishop or less for the opponent, as that can greatly influence the evaluation with the EvaluateWinner() code. * as the 50 move rule draws near, the hash table scores are marked as invalid every 5 moves so that hashing can't hide potential 50-move-rule draws. * lazy evaluation code modified to be more conservative, since in endgames the positional score can be a large change. * EvaluatePassedPawnRaces() fixed so that if one side has two pawns that are far enough apart, it will recognize that even though the king is "in the square" of either, it can't always stay in the square of one if it has to capture the other. * pawn hash signature restored to 64 bits after testing proved that 32 was producing an unacceptable number of collisions. * search node counter is now 64 bits as well to avoid overflows. * in the outside passed pawn code fixed (bad mask).
2002-01-12add the OBJHOSTNAME functionality that appeared in 1.901 of bsd.pkg.mk.dmcmahill1-20/+22
When OBJHOSTNAME is set, the various cache files and log files will include the hostname in their names. Useful when multiple machines of the same architecture share pkgsrc.
2002-01-12Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@jlam1-4/+5
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set in /etc/mk.conf when the package is built. Instead, assume that the other rc.d scripts are in the same place as this "meta" script and locate them using "dirname $0". Problem noted by Stoned Elipot <seb@netbsd.org> in private email.