summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27First round of changes:wennmach2-96/+105
o add @exec/@unexecinstall-info directives to PLIST o slightly change the path's for the documentation (share/doc/octave instead of share/octave/doc etc.) o install html docs into share/doc/html/octave
2001-03-27Use a wildcarded package name for bison for the new BUILD_DEPENDS format.agc1-2/+2
2001-03-27add & enable safetynetzuntum1-1/+2
2001-03-27Initial import of safetynet-1.15zuntum4-0/+53
safetynet allows you to monitor and restart processes without having to write large and complicated init scripts. The config file is easy to understand and learn and you can have the whole script setup and running in under 10m, so you can get on with doing more important things than worrying if your ssh daemon is still running.
2001-03-27add www/www6to4itojun1-1/+2
2001-03-27www6to4, tiny IPv4-to-IPv6 web proxyitojun6-0/+63
2001-03-27this is no longer interactive so don't mark it that way.dmcmahill1-2/+1
2001-03-27Remove my website from MASTER_SITESzuntum1-3/+2
2001-03-27Remove redundant MAKE_ENVzuntum1-4/+1
2001-03-27Add and enable octave-currentwennmach1-1/+2
2001-03-27Initial import of octave-current (octave-2.1.33), a high-level languagewennmach16-0/+1628
primarily intended for numerical computations. Submitted in PR 9851 by Adam Ciarcinski, updated by Adam and by myself.
2001-03-27Move majordomo's digest man page to section 8, so that it doesn'tagc5-26/+53
conflict with digest(1)'s manual page. The majordomo digest command lives in libexec, anyway. Bump version to majordomo-1.94.4nb1 Addresses PR 12385, from Jun-ichiro itojun Hagino
2001-03-27Clean up temporary vulnerabilities file, if it's the same as the existingagc2-2/+4
one - addresses 2nd part of PR 12457, from Jim Bernard.
2001-03-27Update to version that comes with KDE 2.1skrll3-9/+9
2001-03-27upgrade to 9.1.1rc7.itojun2-6/+6
--- 9.1.1rc7 released --- 791. [bug] The control channel did not work over IPv6. 790. [bug] Wildcards created using dynamic update or IXFR could fail to match. [RT #1111] 787. [bug] The DNSSEC tools failed to downcase domain names when mapping them into file names. 786. [bug] When DNSSEC signing/verifying data, owner names were not properly downcased. --- 9.1.1rc6 released --- 785. [bug] A race condition in the resolver could cause an assertion failure. [RT #673, #872, #1048] 784. [bug] nsupdate and other programs would not quit properly if some signals were blocked by the caller. [RT #1081] 783. [bug] Following CNAMEs could cause an assertion failure when either using an sdb database or under very rare conditions. 780. [bug] Error handling code dealing with out of memory or other rare errors could lead to assertion failures by calling functions on unitialized names. [RT #1065]
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.