summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-03-26Add and enable gnuchess4jlam1-1/+2
2000-03-26Conflicts with gnuchess4.jlam1-1/+3
2000-03-26Reimport gnuchess-4.0.x as gnuchess4 package.jlam11-0/+216
2000-03-26upgrade to 1.2.3. make it conflict with security/ssh6.itojun5-25/+21
2000-03-26revise CONFLICTS line.itojun2-4/+4
2000-03-26bring in IPv6 support. PR8489.itojun10-2/+2500
2000-03-26correct patch-sum.itojun1-5/+5
2000-03-26upgrade to 5.3.4.itojun4-8/+8
changes between 5.3.2 -> 5.3.4: fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines: * Added FAQ item on performance under load. * Fix Debian bug #60202 (segfaults when given command line arguments). This only applied to `antispam', as it turned out. * Work around InterChange's bug with attachments as suggested by paul666@mailandnews.com. * Enable checks on multiple folders. fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines: * Fixed reporting of listener timeouts. * Configure now supports SOCKS5, thanks to Alan Schmitt. * Fix a minor bug in preauthenticated IMAP, thanks to Urban Boquist <boquist@crt.se>. * Try to support suffix matching in aka lists.
2000-03-26Update gnuchess to 5.00. From the GNU chess web page:jlam12-194/+75
Version 5.00 is the current release. Version 5.00 shares no code with versions 1.x through 4.x. The major motivation for this release is to simplify chess code making it more pedantically accessible, use modern data structures, make it easy to modify by less skilled programmers, and increase understandability to non-programmer, skilled chess experts.
2000-03-26In print-pkg-size target, pre-filter the input to "xargs ls -ld" tojlam1-4/+5
shell escape any spaces in the filename. This allows building with the correct package size for things like StarOffice or Maelstrom.
2000-03-26Add the four control variable used in this package to BUILD_DEFS.enami1-1/+3
2000-03-26Introduce three control variable for this package; EMACS_USE_{POP,X,X_TOOLKIT}.enami2-4/+35
The first one defaults to `yes' and latter two aren't defined by default (so, the configure script will configure automagically).
2000-03-25Update to verilog-current-20000318.dmcmahill5-18/+21
Notable changes since the last pkg are (from the snapshot announcement): Parameters are complete. What this means is that I finally got around to supporting defparam, and while I was at it I rewrote the entire parameter handling and added the parameter support included in 1364-2000. I have rewritten major portions of the VVM backend. The vvm_nexus class has been introduced to the fray, and all the device implementations in the VVM library now use the nexus to drive and receive values. An advantage of this scheme is that the t-vvm backend code (in ivl proper) is simpler, and so is the generated C++ code. I also removed most of the template classes. This proved to be a huge compile-time benefit (though compiling twice as fast really only matters for large programs) and it doesn't seem likely to hurt run-time performance. A few remain, either because they seemed harmless (the N-wide logic gates) or I couldn't yet figure out a good way to replace them (vvm_bitset_t). A side benefit of this is that the vvm library may now be a modeling library that ordinary humans can use to write their models in C++. This may provide the unexpected benefit of heading me towards incremental compilation of designs. So who was it who was beating me over the head asking for that?-) I also fixed a few minor problems with the preprocessor. Those of you who reported problems with `includes and `defines should check this out.
2000-03-25Add and enable cowsay.jlam1-1/+2
2000-03-25 _________________________________________jlam7-0/+115
/ cowsay is a configurable talking cow, \ | written in Perl. It operates much as | | the figlet program does, and it written | \ in the same spirit of silliness. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
2000-03-25Deal with some hidden dependencies, commonly induced by Gnu configure, byfredb1-2/+6
setting M4, and by adding M4 and YACC to CONFIGURE_ENV (YACC is already set, for NetBSD, in "sys.mk"). If it turns out that a package really needs "gm4" for "m4", or "bison -y" for "yacc", the corresponding variable will have to be set in the package's Makefile (and the explicit dependency added, too).
2000-03-25add and enable mksunbootcddmcmahill1-1/+2
2000-03-25Initial import of the mksunbootcd program to the packages collection.dmcmahill5-0/+39
mksunbootcd came from distrib/utils/mksunbootcd. This package is provided so it may be easily installed as we don't ship mksunbootcd executibles The mksunbootcd program combines filesystem partitions for Sun Microsys- tems, Inc. computers into an image suitable for writing to a compact disc, that will allow the disc to be booted on the sun3, sun3x, sun4, sun4c, sun4m and sun4u platforms. This hardware is supported by the NetBSD sparc, sparc64 and sun3 ports. The architecture arguments above must be the bootable filesystem images for the named architecture. filesystem is typically an iso9660 filesystem, see mount_cd9660(8) for details, but can be any type as long as the first 512 bytes of the image are not used. This image is modified, and the additional partitions added after this partition, in order. If any architecture image is miss- ing, that partition is not used. If a disc with sun4 and sun4m support only was to be created, a dummy image would need to be in place for sun4c.
2000-03-24Initial import of unfinished "gcc-2.95.2" package:tron7-0/+825
GNU Compiler Collection
2000-03-24Remove redundant strip command.jlam1-4/+1
2000-03-24Add and enable ghostscript5-x11.jlam1-1/+2
2000-03-24Adapt to use ghostscript-x11.jlam3-7/+20
2000-03-24Forgot these patches.jlam2-0/+26
2000-03-24Adapt to use ghostscript-x11.jlam3-12/+30
2000-03-24ghostscript-x11: Ghostscript compiled with only X11 driversjlam4-0/+32
2000-03-24Split ghostscript into base ghostscript package without X11 drivers andjlam7-129/+135
a ghostscript-x11 package containing a gsx11 binary compiled with ONLY X11 drivers. We can now install gs-based print filter software without installing the xbase.tgz set.
2000-03-24Update dependency on mawk to >=1.2.2.jlam1-2/+2
2000-03-24Update mawk to 1.3.3. Changes from 1.2.2:jlam4-17/+30
1.3.1 -> 1.3.2 Sep 1996 1) Numeric but not integer indices caused core dump in new array scheme. Fixed bug and fired test division. 2) Added ferror() checks on writes. 3) Added some static storage specs to array.c to keep non-ansi compilers happy. 1.3 -> 1.3.1 Sep 1996 Release to new ftp site ftp://ftp.whidbey.net. 1) Workaround for overflow exception in strtod, sunos5.5 solaris. 2) []...] and [^]...] put ] in a class (or not in a class) without having to use back-slash escape. 1.2.2 -> 1.3 Jul 1996 Extensive redesign of array data structures to support large arrays and fast access to arrays created with split. Many of the ideas in the new design were inspired by reading "The Design and Implementation of Dynamic Hashing Sets and Tables in Icon" by William Griswold and Gregg Townsend, SPE 23,351-367.
2000-03-24Change DEPENDS to ghostscript-5.* to get all the 5.x series (from agc).jlam1-2/+2
2000-03-24Change DEPENDS from ghostscript-* to ghostscript-5.50 to avoid matchingjlam1-2/+2
ghostscript-x11-5.50. Is there a better way?
2000-03-24Regen.ad1-1/+2
2000-03-24On NetBSD, look for termcap in /usr/share/misc.ad1-0/+16
2000-03-24Correct MASTER_SITES since sources have moved at ftp.gnome.org.jlam1-2/+2
2000-03-23switch dependency from qt-1.44 to qt1-1.44dmcmahill5-32/+77
2000-03-23update dependency to qt1-1.44 instead of qt-1.44dmcmahill3-7/+7
2000-03-23Add and enable "uemacs".tron1-1/+2
2000-03-23Adapt this package to NetBSD.tron12-22/+52
2000-03-23move dependency from qt-1.44 to qt1-1.44dmcmahill9-21/+87
2000-03-23Import "uemacs" port from FreeBSD ports collection:tron12-0/+1431
A full screen editor
2000-03-23update dependency from qt-1.44 to qt1-1.44dmcmahill3-21/+19
2000-03-23move dependency from qt-1.44 to qt1-1.44.dmcmahill3-21/+18
2000-03-23add and enable qt1dmcmahill1-1/+2
2000-03-23This is a modified version of the qt-1.44 package. It has been modifieddmcmahill12-0/+861
to coexist with the up and coming qt-2.0.2 package. This will allow packages which still requrire qt-1.44 to work (ie are not compatible with Qt-2). As such, this package should be considered a temporary one. Once all packages which use qt-1.* have be updated to use qt-2.*, this package may be depricated. The modifications to this package from the qt-1.44 package are: - header files are installed in ${PREFIX}/include/qt1 - manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1") - the program "moc" is now named "moc1"
2000-03-23Update to roller-1.1kim2-4/+4
- proc-messages updated to handle more recent NetBSD versions - proc-news updated to ignore XTHREAD, if reported as unknown
2000-03-23Initial import of new "lynx-current" package, lynx-2.8.3dev22. Numerousfredb5-0/+183
bug fixes and changes from 2.8.2. A few visible ones: * update documentation to reflect move from sol.slcc.edu to lynx.isc.org -PG * add FTP_PASSIVE option to lynx.cfg, allowing installer to defer decision of whether lynx uses passive ftp connection (adapted from patch by Bernhard Rosenkraenzer <bero@redhat.de>) -TD * change configure script defaults for --enable-persistent-cookies and --enable-alt-bindings to 'yes' -TD [For persistent cookies, PERSISTENT_COOKIES:TRUE must be set in lynx.cfg.] This package applies the latest moxienet patch to support `https' URI's, utilizing openssl-0.9.4. (Closes PR pkg/7288.) Also, garbage collects PASSIVE_FETCH--it's now a run time option, and installs all doc's and help files, including sample lynx.cfg, into ${LOCALBASE}/share/lynx. (Active config is still ${LOCALBASE}/etc/lynx.cfg.)
2000-03-23Make this "highly portable program" compile on Solaris.agc7-11/+87
2000-03-23Make this package work on Solaris.agc3-33/+24
2000-03-23kab does not compile on Solaris platforms - work around this, and maintainagc2-1/+573
a separate PLIST for Solaris.
2000-03-22Remove outdated RealPlayer 5.0 and RealPlayer G2 packages. These arejlam15-437/+1
no longer available on the real.com website. Also superseded by the Realplayer 7 package (audio/realplayer7).
2000-03-22actually *do* something for C++ and Makefile files, like the docs say (XXX: ↵mrg2-1/+17
many more still missing).