summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf204-592/+593
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, andfredb3-16/+69
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working (configure's too smart for that), so hack "configure" directly.
2001-03-27make sure that any packages listed in BULK_PREREQ get listed in the outputdmcmahill1-2/+25
even if they are not enabled in the category makefiles. This catches, in particular, pkgtools/xpkgwedge which was missing before. Thanks to Christoph Badura for noting this.
2001-03-27Update to wmnet-1.06nb1 to add some patches to make this work better inhubertf5-9/+234
a fvwm2 FvwmButton (switches are mainly to set background color etc.)
2001-03-27add & enable xsqlmenuhubertf1-1/+2
2001-03-27Add xsqlmenu-2.10: X based GUI for MySQLhubertf6-0/+94
This is a powerful frontend for the MiniSQL or MySQL database engines, that allows the user to search the database through easy to use searchforms, select databases and tables from a menu, modify records just by clicking them in a browser and much more. Xsqlmenu supports having multiple tablewindows open at the same time (even from different databases !). Also free SQL SELECT statements are allowed (although they have a few restrictions to avoid confusion).
2001-03-26Enable p5-Tie-IxHashmjl1-1/+2
2001-03-26Initial import of p5-Tie-IxHash, a perl module that implementsmjl4-0/+29
ordered in-memory associative arrays.
2001-03-26Enable p5-Apache-Sessionmjl1-1/+2
2001-03-26Initial import of p5-Apache-Session, a perl module to provide persistentmjl4-0/+29
storage in arbitrary backing stores.
2001-03-26Change diff so patchdiff works.skrll2-5/+5
2001-03-26Fix installation.skrll8-98/+163
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.
2001-03-26Add and enable yodl.jtb1-1/+2
2001-03-26Initial import of yodl:jtb7-0/+129
Yodl is a package that implements a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools (e.g. yodl2html) to convert it to some final document language. Current converters are for HTML, ms, man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main document types are "article", "report", "book" and "manpage". The Yodl document language is designed to be easy to use and extensible.
2001-03-26An accident, obviously.jtb6-111/+0
2001-03-26When using the included mit-pthreads, do not link against randombad4-9/+14
-lpthread found in library search path, use explicit path to library. Noticed by hubertf. When OPSYS == NetBSD, force use of included mit-pthreads. Bumb version to "nb1".
2001-03-26Initial import of yodl-1.31.18:jtb6-0/+111
Yodl is a package that implements a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools (e.g. yodl2html) to convert it to some final document language. Current converters are for HTML, ms, man, LaTeX, SGML and texinfo, plus a poor-man's text converter. Main document types are "article", "report", "book" and "manpage". The Yodl document language is designed to be easy to use and extensible.
2001-03-26Update do_png() to no longer use the deprecated "libpng" functions.fredb2-1/+141
"knews" was dumping core when trying to display a PNG image inline, and now it doesn't. Note: "Ctl-P" for UU encoded PNG's is a no-op (unrelated problem). You'll need to have a message with a properly mime-encoded PNG image in order to see do_png() go to work.
2001-03-26Added default JVM for PowerPC: blackdown-jdk13. Approved by Jim Wise.manu1-1/+6
2001-03-26Makefile cleanup:zuntum1-9/+9
* run ${SED} once passing two commands instead of running it twice * don't copy $$i to $$i.bak, use $$i.done files instead
2001-03-26Add and enable qcad.jtb1-1/+2
2001-03-26New qcad package:jtb11-0/+771
QCad is a simple 2D CAD System. With QCad you can easily construct and modify drawings with ISO-texts, dimensions, hatches and many other features and save them as DXF-files. These DXF-files are the interface to many CAD-systems such as AutoCAD and many others.
2001-03-26Don't install "cwebman.tex".jtb2-11/+10
TeX it, don't read it! (as stated in that file).
2001-03-26Build a shared library version as well...skrll5-29/+125
2001-03-26* ${CC} -s -> ${CC} ${STRIPFLAG}zuntum3-11/+11
* sync quoting in all Bernstein's packages
2001-03-26Provide a default digest algorithm in the case where FAILOVER_FETCH isagc1-1/+4
set, and a distfile which isn't in files/md5 is attempted to be downloaded. Fixes a problem pointed out by Dan Mcmahill.
2001-03-26Correctly handle the common case where "MANZ" setting is protectedfredb1-1/+2
by ".ifdef BSD_PKG_MK" in /etc/mk.conf, but "MANZ" handling, in the package, relys on the system's "bsd.man.mk", which _CAN_ _NOT_ see variables protected by ".ifdef BSD_PKG_MK". By passing "MANZ" in through "MAKE_ENV", only if "MANZ" is defined, we ensure that the PLIST handling and the package's own handling are on the same wavelength.
2001-03-26Withdraw that last change. "bsd.man.mk" compresses man pages wheneverfredb1-2/+2
"MANZ" is set, regardless of it's value. The change only seemed to work because of the turds left over from the last failed install.
2001-03-26Make ${MANZ} really work even if protected by ".ifdef BSD_PKG_MK" infredb1-2/+2
/etc/mk.conf. Otherwise, in the case where ${MANZ_COMPRESSED_IF_MANZ} and ${MANZ} are both protected by ".ifdef BSD_PKG_MK", the former fixes the PLIST inappropriately.
2001-03-26Update epic4 to 0.10.1 and use .tar.bz2 distfile instead of .tar.gz one.zuntum3-8/+9
Changelog for new version not available in usual place -- http://www.epicsol.org/CHANGELOG says that 0.9.18 is most recent version.
2001-03-26Depend on mysql-client>=3.23.35 because of library major bump.bad6-12/+12
2001-03-26Make this work with xpkgwedge.bad1-1/+3
2001-03-26'0' sorts as zero, not as the letter "oh".hubertf1-2/+1
2001-03-26Update lynx-current to 2.8.4dev.19. The dev.16 distfile is nosimonb5-112/+18
longer available from the lynx download side. More bugfixes - see http://lynx.isc.org/current/CHANGES for a complete list of changes.
2001-03-26Update to mysql-3.23.35.bad11-671/+79
Enable use of tcp_wrappers in the server. BDB and Innobase table types are not configured in, so no transaction support yet. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code.
2001-03-26Fix configure script to not use "-Lyes/lib" when tcp_wrapper supportbad2-39/+48
is configured in. Work around the fact that our libtool doesn't seem to grok "-L dir" syntax.
2001-03-26Replace with hack to do the __RENAME hack for sigaction() in mit-pthreads.bad1-38/+26
Now, mysql-server doesn't require COMPAT_NETBSD13 anymore.
2001-03-26Update to mysql-3.23.35. Changes in the client library includebad7-41/+59
API/ABI changes, (backward compatible) changes to the client-server protocol and bug fixes. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code.
2001-03-26regen.bad1-4/+4
2001-03-26Instantiate Vector<size_t> on __sparc__ too.bad2-4/+4
2001-03-26+ Use libc mods to force aligned access.agc4-11/+9
+ Always use the included sha1 source, since libc's may cause unaligned access. + Don't allow weak aliases in included sha1 code. + Bump package version number
2001-03-26add & enable johnhubertf1-1/+2
2001-03-26Added john-1.6: Unix Password Crackerhubertf5-0/+56
John the Ripper is a password cracker, currently available for UNIX, DOS, WinNT/Win95. Its primary purpose is to detect weak UNIX passwords. It has been tested with Linux x86/Alpha/SPARC, FreeBSD x86, OpenBSD x86, Solaris 2.x SPARC and x86, Digital UNIX, AIX, HP-UX, and IRIX. The DOS and Win32 ports are done with DJGPP and Cygnus Developer's Kit, respectively. Package contributed by dawszy@e-lubin.com in private mail.
2001-03-26add & enable p0fhubertf1-1/+2
2001-03-26Add p0f-1.7: passive OS fingerprinting toolhubertf4-23/+11
Passive OS fingerprinting technique based on information coming from remote host when it establishes connection to our system. Captured packets contains enough information to determine OS - and, unlike active scanners (nmap, queSO) - without sending anything to this host. Submitted by in private mail.
2001-03-26Bump the buffer size even more for KDE2. As Hubert points out libtoolskrll2-4/+4
really shouldn't be creating a dependency_libs line quite as long as it does...
2001-03-26Add and enable "ssystem".fredb1-1/+2
2001-03-26Initial import of ssystem, a Solar System Flyby Simulator, (and mostfredb6-0/+92
excellent screensaver). It's possible to download and install high-res maps of selected moons and planets, but including those in the package would make it weigh in a little heavy, so we just install the READMEs, and leave it to the user to download the jpgs, if he wants them.
2001-03-26add & enable p0fzuntum1-1/+2
2001-03-26Initial import of p0f-1.7zuntum7-0/+71
Passive OS fingerprinting technique based on information coming from remote host when it establishes connection to our system. Captured packets contains enough information to determine OS - and, unlike active scanners (nmap, queSO) - without sending anything to this host. Package contributed by Dawid Szymanski <daws@irc.pl> on IRC.