summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-12Make sure we find the freetype2 headers.skrll1-1/+3
Should fix pkg/17464 from oki@netbsd.org.
2002-07-12Update to 1.0.2. Patch from Julio Merino in pkg/17415.wiz4-9/+13
Changes since 0.9.8: Bugfixes.
2002-07-12Add ar, lv, ms, and vi locale dirs (needed by some GNOME2 packages).wiz4-4/+68
2002-07-12Update to 2.4.23.wiz3-8/+9
Changes since 2.4.21: * performances patches: Peter Jacobi * c14n fixes, testsuite and performances: Aleksey Sanin * added xmlDocFormatDump: Chema Celorio * new tutorial: John Fleck * new hash functions and performances: Sander Vesik, portability fix from Peter Jacobi * a number of bug fixes: XPath (William Brack, Richard Jinks), XML and HTML parsers, ID lookup function * removal of all remaining sprintf: Aleksey Sanin * a number of bug fixes: configure scripts, base handling, parser, memory usage, HTML parser, XPath, documentation (Christian Cornelssen), indentation, URI parsing * Optimizations for XMLSec, fixing and making public some of the network protocol handlers (Aleksey) * performance patch from Gary Pennington * Charles Bozeman provided date and time support for XML Schemas datatypes
2002-07-12Add checksum for sparc bootstrap file. "make makesum" does notjonb1-1/+3
work quite right here. We need checksums for both (or all) files, not just the ones for the box that "make makesum" was run on.
2002-07-12Update to 2.4.0, supplied by Julio Merino in pkg/17414, for GNOME2.wiz3-9/+8
Changes since 2.3.108: * leak fixes (Michael) + async code + connection dispose + GIOP 1.0 service contexts * trace cleanup (Sean Atkinson) + us timestamp printing + ellipsize long strings * Bug fixes + accept NULL async callbacks (Michael) + CosNaming mess fixups (Michael) + Java interop fix (Mark) + IDL compiler more type friendly (Gergo)
2002-07-12Update to 0.5.0, per patch from Julio Merino in pkg/17413.wiz4-10/+10
Changes: not many, GNOME2 version.
2002-07-12LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. Makes libdsocks.a appear again.wiz2-3/+4
2002-07-12Update to 1.1.13.wiz5-80/+12
Changes since 1.1.9: Logging fixes (deprecating -l option to sockd) Two commercial modules available, redirect and bandwidth (not included in pkg) Some more from the 'Changes' file: o Move daemon() call to later so more errors can be reported, suggested by Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>. o fix problem when linking with libsocks; NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp>. o fix some problems when socksifying, making certain programs hang forever (e.g. certain versions/installations of "ssh -X"). Thanks to NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> for diagnosis, help and testing. o Don't mark the rule as good either if sockscf.state.unfixedpamdata, fixes bug reported by Jerry Murdock" <jmurdock@itraktech.com>. o fix a bug preventing the list given in a 'user:' keyword from being checked correctly. Reported by Oleg Bulavsky <bulch@ftc.ru>. o "-h" prints out configfile used, based on suggestion from dh_tsc_10@ugcs.net. o fix bugs that reset some defaults at the wrong time, reported by dh_tsc_10@ugcs.net. o prototype script for generation of graphs with usage information included (bin/sockd-graphgen). Contact us if you run a socks server with significant usage, and you are willing to help with testing. o Some minor optimisations in server i/o code, at the cost of some timer accuracy concerning bandwidth limiting/client expiration. o prefix "socks" to some global variables to avoid collisions during socksify. Reported by Don Reid <donr@cvs.agilent.com>. o capi/socks.h needs Rxxx prototypes to work with a c++ compiler. Noted by Alex Morozov <alex@idisys.iae.nsk.su>. o If Rgetsockname() is called on a socket that a previous uncompleted Rconnect() has been done on, try to sleep until Rconnect() has finished instead of returning ENOBUFS. Hoped to help compatibility with some applications. o Modified httpproxy code a little, based on patch from dh_tsc_10@ugcs.net. o Code for selecting which of multiple external ipaddresses to use on a global basis based on routing. Code contributed by Tom Chan <tchan@austin.rr.com>. o Rename "pamservicename" to "pam.servicename". o Fix memory overrun problem in Rgethostbyname*(). Found and diagnosed by dme@dme.org, thanks. o new method added: "pam". Code contributed by Patrick Bihan-Faou, MindStep Corporation, patrick@mindstep.com. o let client-rules have their own global methodline, "clientmethod", default value set to "none". The global "method" is only used for socks-rules now. o delay checking of password/etc til we have received the socks request (rather than during negotiation, as was the case). Required for supporting passwordbased authentication via non-socks methods, e.g. pam. o socklen_t definition updated for NetBSD 1.5U. Problem report and patch submitted by Janne Snabb <snabb@ssh.com>. o Output from 'config.guess' is not sufficient to determine use of elf on NetBSD. Problem report and patch submitted by Janne Snabb <snabb@ssh.com>
2002-07-12Update to 4.5.3 because of security problems in server from versions <4.5.1,wiz5-31/+33
as reported on tech-pkg by Richard Rauch. Changes: lots of new features, misc. fixes and a security fix in the server. Details in doc/ChangeLog in the tarball.
2002-07-12add config for arm, armel, armebtaya4-13/+46
2002-07-12Fix pkg/16389: PLT2 has insufficient levels of buildlink for ARM systemsskrll1-2/+3
2002-07-12No termlib in termcap on Solaris, use ncurses' termlib instead.wiz1-1/+8
2002-07-12update MASTER_SITES to use MASTER_SITE_GNU.grant1-2/+2
2002-07-12upgrade to 1.4.1.itojun3-35/+7
------------------------------------------------------------------------- Changes in 1.4.1 (June 22, 2002): - now cdrom is enabled in configure, unless you specifically disable it with --disable-cdrom. (Christophe) - fix compile error in main.cc when SMP or APIC is enabled (Dave) - the runtime menu now displays 11 (continue) by default (Bryce) - initialize DMA controller before floppy and SB16 - fix DMA panic when installing win95 (Volker) - first character of the vga bitmap is blank on win32 (Volker) Before, it was incorrectly coded as a '@'. - AltGr key on European keyboards works now on win32 (Volker) - fix problem with console/serial port on Bochs exit (Volker) - enable serial port for GNU and GNU/Linux (Volker) - small documentation fixes (Volker) - remove unnecessary include statements for X11 (Volker) - italian keymap added (Emanuele Goldoni) - fix win32 ethernet frames error. It will no longer reject packets that are less than 60 bytes long. (Peter Tattam) - BIOS fixes : - win2k cd-boot (Christophe) - emm386 crash (Dave) - cs=0 at boot time (Christophe) - keyboard failure in scandisk (Dave) - fix bug in forming the 64-bit APIC base address from two 32-bit registers. A compiler warning in cpu/proc_ctrl.cc pointed this out. - fix default choice in the runtime options menu
2002-07-11Show usertime/systime/realtime/cpu-time-percentage.simonb2-14/+48
Add a -v option to show "byte/CPU sec" ala "ttcp -v". Change the -s option to -t (same as parameter to transmit as ttcp). Bump pkg version number.
2002-07-11Add and enable IglooFTPagc1-1/+2
2002-07-11Initial import of IglooFTP-0.6.1 into the NetBSD Packages Collection.agc6-0/+209
Provided in PR 16141 by rxg@ms25.url.com.tw (Rui-Xiang Guo) IglooFTP is a new graphical FTP client written from scratch. Its main goals is to be easy to use and intuitive when used by novice, but powerful and fully configurable in the hand of experienced users. Already available features are : Intuitive user friendly interface, graphical configurability, toolbar, fast-connect bar, graphical directories browser, tree hierarchical site manager with site groups, user profile management, local and remote prompt command, directories creation/deletion, recursive downloads/uploads delete/move/chmod, file transfert resume, resolution of symbolic links, support of passive and non-passive data connection, possibility to show / hide hidden file, anti-idle tool, DND support, firewall support, own Netscape mini-toolbar and a great appearance.
2002-07-11Standardize descriptions a bit.wiz4-8/+8
2002-07-11Finish move of gnome package to meta-pkgs.wiz5-53/+3
2002-07-11Re-import gnome in a more appropriate place.wiz3-0/+51
Changes: fmt DESCR and fix DEPENDs paths and CATEGORIES.
2002-07-11Add USE_BUILDLINK_ONLY to avoid stumbling over installed ncurseswiz1-3/+4
headers.
2002-07-11add -lnsl -lsocket for SunOSgrant1-1/+7
2002-07-11Patches for better support of Solaris, from Julien T. Letessieragc2-4/+70
2002-07-11on Solaris, depend on gzip-base if GZCAT is not set, and neithergrant2-3/+11
/usr/bin/gzcat nor ${LOCALBASE}/bin/gzip exist. required for Solaris systems which do not include gzcat in the base system. sanity checked by Stoned Elipot <seb@netbsd.org>.
2002-07-11Add and enable "xbindkeys-config" package. This fixes PR pkg/17293 bytron1-1/+2
Julio Merino.
2002-07-11Undo accidental import of "xbindkeys-config" package into the wrongtron1-29/+0
directory.
2002-07-11Import new "xbindkeys-config" package:tron5-0/+55
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-11Updated libflash to 0.4.10nb3abs13-160/+174
Updated moz-flash to 1.0nb2 Updated flashplayer to 0.4.10nb1 Do not immediately dereference a null pointer after reporting 'Unsupported depth' - return 0 and let the calling function handle it. Avoids coredumps on 8bit displays. They still do not display the flash, but at least its more graceful. Fixes pkg/14827 from Greg A. Woods
2002-07-11Import new "xbindkeys-config" package:tron3-8/+35
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-11Add and enable maelstrom-sdl; rename maelstrom to maelstrom-x11.wiz14-410/+3
Remove old maelstrom dir.
2002-07-11Re-import of maelstrom as maelstrom-x11 to better show which version it is;wiz13-0/+412
also, the SDL version seems to be the only one that's under development right now. Requested in pkg/15583 by Ben Wong.
2002-07-11Initial import of maelstrom-sdl, the SDL port of Maelstrom,wiz12-0/+250
provided by Ben Wong in pkg/15582. Maelstrom is a port of the original shareware game for the Macintosh. It is a fast-action, high resolution (640x480) asteroids-like game, with detailed graphics and original sounds. This version uses the SDL (Simple DirectMedia Layer) which provides faster graphics and better sound than the old X11 version for NetBSD. SDL also allows the screen resolution to be changed to 640x480 when Maelstrom is run in full-screen mode.
2002-07-11Add and enable "cdbkup" package. This fixes PR pkg/15680 by Mishka.tron1-2/+2
2002-07-11Import new "cdbkup" package: CD-R(W) backup/restore systemtron5-0/+72
This package was contributed by Mishka in PR pkg/15680.
2002-07-11honor PKG_SYSCONFDIR - increment PKGREVISIONabs5-19/+21
2002-07-11Updated pkglint to 3.29abs2-4/+4
Make -V work without -p, -O, or -R Fixes pkg/17558 from Dan McMahill
2002-07-11mdoc nit.wiz1-2/+2
2002-07-11Update to latest distfile, previous one was replaced. Requested in pkg/17557.wiz2-12/+12
Change: bugfix.
2002-07-10PKGREVISION++ suggested by wizskrll1-2/+2
2002-07-10Pull in the pthread/machdep.h header from pthread.h so thatskrll2-2/+20
PTHREAD_COND_INITIALIZER can be used. This fixes pkg/12955 from Jaromir Dolecek <jdolecek@netbsd.org>
2002-07-10Distribution of ucblogo has moved to the "non-gnu" subdirectory of thenathanw1-2/+2
GNU ftp distribution.
2002-07-10Clean up after re-import of some font packages with '-' replaced by '_'wiz25-895/+7
in appropriate places to sanitize the package names.
2002-07-10Re-import some font packages with '-' replaced by '_' in appropriatewiz24-0/+888
places to sanitize the package names.
2002-07-10Update MASTER_SITES and HOMEPAGE.mycroft1-3/+3
2002-07-10Add and enable gabberagc1-1/+2
2002-07-10Initial import of gabber-0.8.7 into the NetBSD Packages Collection.agc8-0/+294
Provided in PR 16599 by Julio Merino <jmmv@hispabsd.org> Gabber is a Free and Open Source GNOME client for an instant messaging system called Jabber. Jabber is a Free and Open Source distributed instant messaging system. It does not rely on a single server, and the protocol is well documented. Jabber allows communication with many different instant messaging systems, including ICQ and AIM. There are several different Jabber clients already, but no other GNOME clients as of this writing. Hopefully Gabber will serve the purpose of being a robust GNOME Jabber client well. For further information, see JabberCentral for end user news and Jabber.org for developer news.
2002-07-10obey PKG_SYSCONFBASE/DIR settingitojun1-1/+2
2002-07-10Add and enable gkx86infoagc1-1/+2
2002-07-10Initial import of gkx86info-0.0.2 into the NetBSD Packages Collection.agc6-0/+72
Provided in PR 17219 by ptiJo (ptiJo@noos.fr) This is a plugin for gkrellm that simply prints the current clock speed for users that own speed stepping processors. It works on normal non-stepping processors also, but there isn't really any point in measuring the clock if it is the same every time you measure it, is there? Included code from x86info to calculate an estimate clock speed.