summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-09fix spelolukem1-1/+1
2001-01-08- Change the timeout period from 10s to 1min, which is the same value ofitohy2-15/+48
the original implementation. Actually, one of my drive takes more than 10s for seeking a track and causes inconsistency of the aic SCSI driver. Yeah, the driver should not fail, but that is a different problem.... :) - Implement read speed selection (-S option). The unit is 1000byte/s. "-S 176" for 1x speed, "-S 352" for 2x speed, and so on. If the specified value is smaller than 176, it will be multiplied by 176, so "-S 1" also selects 1x speed. "-S 0" selects the maximum speed. This is an experimental feature and the interface will likely change.
2001-01-08Expect does not get very far without p5-IO-stty and p5-IO-tty. Depend on them.abs2-14/+4
Trim DESCR
2001-01-08USE_CURSES, not DEPENDS on ncurses.wiz2-10/+14
2001-01-08add adnslukem1-1/+2
2001-01-08adns-1.0 - Asynchronous-capable DNS client library and utilities.lukem5-0/+52
2001-01-08USE_CURSES instead of DEPENDS on ncurses.wiz3-5/+27
2001-01-08Don't depend on ncurses, USE_CURSES.wiz1-4/+10
2001-01-08Update to namazu-1.3.0.11. Quote from ChageeLog bellow:taca2-4/+4
v1.3.0.11 [2000-01-26] * Fix a security hole in CGI mode which allows malicious person to put a garbage file on a Web server's directory such as /tmp. - [Motoyuki Kasahara <m-kasahr@sra.co.jp>] - report * Fix configure --without-japanese bug. - [Keisuke Nishida <kxn30@po.cwru.edu>] - patch * Fix zero size NMZ.{head,foot} handling bug. - [Kazunori NISHI <kazunori@swlab.csce.kyushu-u.ac.jp>] - patch
2001-01-08Use standard functions instead of fiddling with curses internals.wiz2-0/+63
2001-01-08Move special flags for ncurses in the NEED_NCURSES==YES case.wiz3-15/+12
2001-01-08typo. freebsd PR 24127itojun1-1/+1
2001-01-08Sort.wiz2-9/+9
2001-01-08Don't add VERS to PLIST_SUBST, since it's not used any longer.wiz1-5/+2
2001-01-08Make library majors/minors in PLIST updatable from Makefile again.wiz2-9/+11
2001-01-08add and enable wmmixerwiz1-1/+2
2001-01-08Initial import of wmmixer, a dockable mixer for WindowMaker.wiz5-0/+37
Provided by Peter Reich in pkg/11912.
2001-01-08Use native audio output, not libossaudio.mycroft3-19/+82
2001-01-07USE_CURSES instead of always using ncurses.wiz10-111/+30
Rename executable to 'Omega' (uppercase O) to avoid conflict with Tex. Note this in MESSAGE.
2001-01-07Remove the "pub" part of the URL for sunsite.org.uk. Its not needed andskrll1-7/+7
if left will display a large warning message for every download.
2001-01-07Remove obsolete "pre-build" target.tron1-4/+1
2001-01-07Install all BIOS images.tron2-9/+12
2001-01-07Update "plex86" to 2001-01-06 sources. Changes since 2000-12-25:tron7-41/+104
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Jan 6 23:39:58 EST 2001 Integrated updates to write-cache from Tom Vijlbrief. Reorganized docs/ a little. Split the xml docs into 2 docbooks. There is now a PUG (Plex86 User's Guide) and a PIG (Plex86 Internals Guide). I removed the tarball out of the CVS tree, and will upload pre-generated docs to the FTP server periodically. Look for docs-yyyy_hhmm.tar.gz. The tarball now contains both HTML and PS formats. There's also some notes on what packages are needed to generate and develop your own docs. (docs/xml/README) This release should make it easier for people to help out. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan 1 23:26:44 EST 2001 Added another docs chapter (17) to the user's manual, relating to dynamic translation (DT) ideas for maintaining linear to translated code address mappings and some other stuff. You can update from CVS and just untar the docs/ tarball if you want. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan 1 11:04:34 EST 2001 Integrated write-cache plugin from Tom Vijlbrief, and his related mods to the hard drive code, to handle > 32-bit file IO. Integrated small FreeBSD Makefile mods from Alexander Langer. Regenerated configure. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Dec 30 10:17:23 EST 2000 Integrated FreeBSD host port by Alexander Langer <alex@big.endian.de> Note: this port does not work yet, but was uploaded so others can work on it. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 13:51:50 EST 2000 Integrated LBA patches from Tom Vijlbrief, to rombios.c and harddrv.cc. I modified the patches slightly, and have not tested them much. Am uploading changes to let Tom test them as integrated. Tom was able to access up to 2GB partitions with his changes. Generated new BIOS. Changed all conf files to use new BIOS. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 10:32:57 EST 2000 Added dt-testbed dir. This is just a small separate testbed program for developing thoughts about generated code for a quasi-dynamic translation scheme. If you're interested in such developments, look at the README file in that dir. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Tue Dec 26 16:34:49 EST 2000 Added framework for write-cache buffering (for "persistent disks"). Created new plugin, in directory user/plugins/write-cache/. It does nothing currently, other than pass disk accesses to libc. This is to make it easier for others to implement the actual logic, without having to know much about plex86 internals. There are some notes in the plugin C code. I also created a new button (really lame) on the GUI. This triggers a call to the plugin, so the user can select when to flush (commit) the writes in the write-cache to disk and clear the cache. Eventually, a nice menu system might do this with a "Are you sure?" dialog or something similar. It is possible that a large number of disk writes may exceed the size of the write-cache (which should be configured by an option to the plugin eventually). In that case, it would be good to present the user with 2 options: 1) Quit altogether and ignore writes, and 2) commit writes and continue. This should eventually be GUI oriented, by stdin would be OK for now.
2001-01-07USE_CURSES instead of hardwired ncurses dependency.wiz1-6/+4
2001-01-07Bump to p5-Text-ChaSen-1.03nb1:taca2-4/+9
- apply a patch for fixing pod format. - make depend chasen-2.0 later. - make pkglint friendly.
2001-01-07- update chasen to sys2.02-ipadic2.1.taca7-47/+64
2001-01-07If someone installs openssh on netbsd and then pkg_deletes it again,hubertf1-2/+2
he sure does NOT want to nuke /etc/ssh* - adjust to ssh*_config.
2001-01-07Get the Makefile too -- somehow 'cvs ci' missed this last night...explorer1-2/+2
2001-01-07USE_CURSES instead of hardcoded dependency on ncurses.wiz1-6/+4
Improve wildcard for guile dependency.
2001-01-07Add NetBSD/alpha.thorpej1-2/+2
2001-01-07Regen -- Alpha support in patches.thorpej1-4/+4
2001-01-07Make this build on the Alpha.thorpej3-20/+33
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz5-30/+45
Fix a segfault while I'm here.
2001-01-07USE_CURSES instead of hardwired curses dependency.wiz3-7/+18
Fix command line parsing (patch by Charles Hannum).
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz3-6/+39
Patch by Charles Hannum.
2001-01-07USE_CURSES instead of hard dependency on ncurses.wiz1-9/+9
2001-01-07Update to 4114.wiz2-4/+4
2001-01-06pkg-changes2html greps for PKGNAME, so so not use make(1) magic in therehubertf2-6/+5
(derive DISTNAME from PKGNAME instead, where possible).
2001-01-06enabled p5-Jcode package.taca1-1/+2
2001-01-06Importing p5-Jcode package.taca7-0/+56
2001-01-06Update to 4.0 beta 5jdolecek4-8/+8
Changes are: * Search facility of the URL toolbar * Improved the password dialog * File type association works better * Improved windows settings file * UI improvements * Printing support - still a bit unstable (no print preview yet, but you can print to file) * Transfer window works better * 3D borders on tables fixed * JavaScript confirm dialog fixed
2001-01-06Add explicit dependence on "sun-jdk" package because the "jdk" and "kaffe"tron1-1/+5
packages are to outdated to run this applet and the "sun-jre" package is installed to the wrong path. Fixes PR pkg/11879 by Luke Mewburn.
2001-01-06remove redundant homepage urlhubertf1-2/+0
2001-01-06Upgrade to 3.0.18:explorer3-21/+3097
October 21, 2000, Version 3.0.18 - Fixed file upload bugs (Sascha) October 11, 2000, Version 3.0.17 - Fixed output functions (Sascha) - Added odbc_tables() (Frank) - Fixed htmlspecialchars/htmlentities inconsistencies (Rasmus) - Added is_uploaded_file() (Zeev) - Clean up htmlspecialchars/htmlentities inconsistencies (Rasmus) - Add optional charset parameter to sybase_[p]connect (alf@alpha.ulatina.ac.cr) - Fixed incorrect handling of 0-precision strings (e.g., %4.0s) in printf (Ken Coar) - You can now call Ora_Error() without prameters to get the reason for a failed connection attempt. (Kirill Maximov) - Fixed crash in OCIFetchStatement() when trying to read after all data has already been read. (Thies) - Added --enable-sigchild. Use this option if you encounter <defunc> processes when using Oracle 8i. (Thies) - Uncommitted outstanding OCI8 transactions are now rolled back before the connection is closed. (Thies) - Improved configure checks for Oracle 8i. (Thies) - Added imap_mime_header_decode() function (Skalski)
2001-01-06Update to cdd-1.0nb3, with the following changes (by me):simonb7-264/+15
+ Add a -w flag to output WAV files instead of raw audio. + Add the "TOSHIBA DVD-ROM SD-C2402" DVD drive. + Handle a CDDCPPFLAGS mk.conf variable, can be used to set a C preprocessor CDD_MMC_SPEED define (maximum value of 65535) for some DVD's that don't get MMC setspeed requests right (eg, the drive mentioned above). + Fold existing pkgsrc patches into distribution tar file.
2001-01-06regen. (patch-mips fix)tsutsui1-2/+2
2001-01-06emulparams for mips should be elf32bmip, not elf32ebmip.tsutsui2-4/+4
2001-01-06Update to links-0.95. More MASTER_SITES.wiz2-5/+9
Now with SSL support, rebindable keys, and bug fixes.
2001-01-06improvehubertf2-2/+10
2001-01-06Make it clear that it's a bad idea to try having multiple (different)hubertf1-1/+10
settings for LOCALBASE etc., noted by Paul Hoffman <phoffman@proper.com>