summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-12-14Update this package to clusterit-1.2.garbled3-31/+4
Fixed major bug in dsh, added parallelism to pcp. Lots of other minor bugfixes and cleaning up.
1998-12-14Fix alignment problems on arm32.mycroft1-0/+17
1998-12-14pkglint: move WRKSRC where it belongs.frueauf1-2/+2
1998-12-14Update to 981211. Works even better now, though the compile-for-nativetv15-1048/+765
still does not work quite right (the global constructors created by wrc don't work).
1998-12-13Fix dependence for new "imlib" version.tron3-6/+6
1998-12-13Update "imlib" package to version 1.8.1 on request by Christian E. Hopps.tron3-13/+11
1998-12-13Update sudo to 1.5.7p4.frueauf4-836/+1850
Changes since 1.5.6: - Various bug fixes (not security related). - All compile-time options are now set via options to the configure script. - visudo is now installed in /usr/local/sbin where it belongs. [of course this is ${PREFIX}/sbin in our package for a long time - TF] - two problems with tgetpass() have been fixed. In one case the user was not always given a chance to enter a password. In the other a newline was not always printed after the password was entered on Linux. - Added support for Digital UNIX SIA (Security Integration Architecture). - %groups now work as RunAs specifiers like the man page says. - Sudo now sets the USER environment variable to the target user (root unless -u is specified). - Sudo will print "command not found" unless configure was run with --disable-path-info. Also, tell user when we ignore '.' in their path and it would have been used but for --with-ignore-dot. This means that sudo can be used to gather information about the existence of executable in directories not accessible by a normal user. If this bothers you, run configure with --disable-path-info. [in our package --disable-path-info is default - TF] - A longstanding bug wrt "sudo -l" has been fixed that could cause "sudo -l" to complain about non-existent syntax errors. - When configured with --with-tty-tickets the filename is now "user:tty" (was "user.tty") since a username could have a '.' in it.
1998-12-13Add and enable abacus.frueauf1-1/+2
1998-12-13Initial addition of abacus-0.9.13, a Spread sheet for X Window System.frueauf10-0/+266
Provided in pr 6568 by Rene Hexel with some bugfixes and refining by me.
1998-12-12Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes `make fetch` work again.frueauf1-2/+2
1998-12-12Add "${MUTT_INTERNATIONAL}".tron1-1/+6
1998-12-12Enable zopetsarna1-1/+2
1998-12-12Import of pkg for Zope, a web application platformtsarna8-0/+283
1998-12-12Update "mutt" package to version 0.95, the first beta version.tron3-10/+200
Also invent new configuration flag "MUTT_INTERNATIONAL". If it is set to "YES" the export restricted PGP version is built. Otherwise you get the unrestricted US version.
1998-12-12Remove var (and var/games). Consensus seems to be that var-type thingssimonb1-5/+1
should exist in /var, not ${PREFIX}/var.
1998-12-11Update to 2.0 beta3bouyer4-21/+37
1998-12-10Add and enable sdbm.tv1-1/+2
1998-12-10Add sdbm, a reimplementation of the classic ndbm library. Good fortv5-0/+46
`small' applications that cannot use DB 1.85.
1998-12-10Some LP64 fixes. There are dozens more needed related to time_t, but aretv2-0/+29
not operationally impeding.
1998-12-09pkglint: echo -> ${ECHO}.frueauf1-2/+3
1998-12-09Add and enable "zenicb".thorpej1-1/+2
1998-12-09Waste time on the International Citizens Band with ZenICB, and ICB clientthorpej5-0/+60
for Emacs. This version is the one maintained by Faried Nawaz <fn@hungry.com>, though he does not version his distribution (because it is still prerelease), so we maintain a dated version as a LOCAL_PORT.
1998-12-08Update kaffe to 1.0.b3.frueauf4-20/+34
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes.
1998-12-08Add LDFLAGS to linker flags to pick up rpath setting.tv1-3/+3
1998-12-08Enable titrax-1.98.hwr1-1/+2
1998-12-08Little X11 tool to track project times.hwr7-0/+122
Thanks to Thorsten Frueauf <frueauf@netbsd.org> for the help in the package creation process.
1998-12-07Update to 2.1.3. Minor bug fixes in this release; see the homepage attv2-5/+5
http://www.engelschall.com/sw/mod_ssl/ for details.
1998-12-07Don't require the "I accept the risk for..." outdated string at the top oftv1-0/+13
/etc/c-client.cf.
1998-12-07pkglint: rcsidtv1-0/+2
1998-12-07Fix bug reported in Apache PR mod_include/3502: mod_include hook fortv1-2/+2
<!--#perl--> was being allowed even in the IncludesNOEXEC case because of wrong logic in an if statement.
1998-12-07- Update mod_ssl's distname to 2.1.3 (does not require an apache versiontv4-10/+49
bump; EAPI is unchanged) - Remove restriction of mod_include to disallow "../" or "/" prefixed file names in <!--#include file=""--> if Includes (but not IncludesNOEXEC) is set; proposed in Apache PR mod_include/3500 - Add signature for hook function used to do mod_include callbacks (perl-embedded SSI was not working with new 4 argument call)
1998-12-07Update ddd to 3.1.1.frueauf2-5/+5
DDD 3.1.1 fixes a number of minor bugs in DDD 3.1: - Work around EGCS 1.1 bug on Linux - Make sure ostrstream::pcount() is not considered broken when using `gcc' (instead of `c++' or `g++') as C++ compiler - Handle empty status displays properly - Recognize multiple breakpoints as reported by the Perl debugger as of Perl 5.005 and later - Handle incomplete DBX output correctly, such as prompts of the debugged program. For details, see the new `positionTimeout' and `displayTimeout' resources. - Under certain circumstances, DDD could hang searching for a Java class. - Using a remote GDB, a new execution window was launched for each program run. - Using the execution window, Program->Run Again and the `run' command tool button cleared all arguments. There are no new features in DDD 3.1.1.
1998-12-07Fix BUILD_DEPENDS as per pr 6538 by Johnny C. Lam.frueauf1-2/+2
1998-12-06fix tyophubertf1-1/+1
1998-12-06Deactivate "squid-current" until it gets updated.tron1-1/+3
1998-12-06Sync with "squid-current" package.tron13-162/+300
1998-12-06Set PKG_MISC_TARGETS+=benchmark, so all benchmarks can be run by:hubertf1-1/+3
# cd /usr/pkgsrc/benchmark # make install benchmark
1998-12-06Add support for custom, per-category targets by setting PKG_MISC_TARGETShubertf1-2/+2
This can be used to - enable execution of a non-standard target for all pkgs of a category, e.g. cd pkgsrc/benchmarks ; make benchmark - superceding standard-targets with custom versions, e.g. from /etc/mk.conf
1998-12-05Rename package to "wm-themes-0.20.x" and fix dependence for updatedtron2-6/+10
"windowmaker" package.
1998-12-05Update "windowmaker" package to version 0.20.3.tron3-7/+8
1998-12-05Add and enable p5-Apache-ePerl.tv1-1/+2
1998-12-05Add Apache mod_perl module for ePerl processing.tv5-0/+43
1998-12-05Add ePerl, a text preprocessor that interprets Perl embedded in texttv6-0/+98
documents.
1998-12-05Add and enable eperl.tv1-1/+2
1998-12-05Add and enable dt.frueauf1-1/+2
1998-12-05Initial addition of dt-1.1.6, Virtual consoles for NetBSD/mac68k (and macppc?).frueauf6-0/+58
Provided on pr 6535 by Frederick Bruckman.
1998-12-05Add and enable abs.frueauf1-1/+2
1998-12-05Initial import of abs-0.4, a free spreadsheet with graphical user interface.frueauf7-0/+87
Provided in pr 6531 by Rene Hexel.
1998-12-05pkglint: remove unnecesary blank line.frueauf4-4/+0
1998-12-05Add "WINDOWMAKER_THEMES" for "wm-themes" package.tron1-1/+6