Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-07-22 | Update fetchmail to 4.5.3. | frueauf | 3 | -8/+8 | |
1998-07-22 | Conflicts with qt-1.33. | mycroft | 1 | -1/+3 | |
1998-07-22 | Give xmame the chance to compile on non-i386 machines too. | frueauf | 1 | -3/+8 | |
1998-07-22 | Follow the suggestion of the maintainer and put the distfile into | frueauf | 2 | -8/+6 | |
MASTER_SITE_LOCAL cause the original archive is created "on the fly" and will be different as soon f2c gets changed. | |||||
1998-07-22 | Give xmess the chance to compile on non-i386 machines too. | frueauf | 1 | -3/+8 | |
1998-07-22 | Add any licensing information to the README.html files which are generated | agc | 2 | -2/+12 | |
for each package. | |||||
1998-07-22 | OPSYS will be defined in bsd.prefs.mk, so no need to redefine it here. | agc | 1 | -9/+3 | |
OPSYS will also be substituted automatically when creating the contents list from the PLIST, so no need to substitute it explicitly here. | |||||
1998-07-22 | The obsolete <$ARCH> pattern in PLISTs was not used anywhere - it has | agc | 1 | -4/+4 | |
been superceded by ${MACHINE_ARCH} and ${MACHINE_GNU_ARCH} - so remove it. | |||||
1998-07-22 | Update Pico to 3.2 (without the lots of U's this time). | tv | 6 | -14/+14 | |
Update Pine to 4.02. Many bug fixes over 4.00. | |||||
1998-07-22 | Enable grail | tsarna | 1 | -1/+2 | |
1998-07-22 | Add new package by me for Grail, CNRI's Python-based web browser. | tsarna | 6 | -0/+52 | |
1998-07-22 | ${PREFIX}/bin/libtool -> ${LOCALBASE}/bin/libtool. | tv | 2 | -6/+6 | |
1998-07-21 | Set the permissions of http/include/* directly, to fix a bug where if | cjs | 1 | -0/+14 | |
the distribution is extrated with umask 077 (so that src/include/* are not world readable) they never get those permissions turned on when installed. | |||||
1998-07-21 | Pine 4.01 is broken in several places too. Revert to 4.00. | tv | 2 | -5/+5 | |
1998-07-21 | * Create the http/logs and http/proxy directories when pkg_add'ing | cjs | 4 | -8/+17 | |
the package (albeit in a rather kludgy way). * Update order of @dirrm statements in PLIST files so that the pkg_delete deletes the directories properly. * Note in description that proxy support is in. | |||||
1998-07-21 | Revert pico back to 3.0. Some bug in the updated libpico caused those | tv | 5 | -11/+11 | |
nice strings of `U's at the beginning of the pine and pico commit messages. (None here, this time, I hope. :) The libpico API didn't change, so pine 4.01 can make use of libpico from Pico 3.0. | |||||
1998-07-21 | KDE doesn't use the "normal" Autoconf method of finding libraries; it | tv | 4 | -7/+16 | |
relies on libtool's `.la' files. Use the new libtool option --install-la to install those files. | |||||
1998-07-21 | Add the option --install-la to libtool (ignored except during | tv | 1 | -31/+29 | |
installation) which will enable the GNU libtool behavior of installing the .la files. Needed by KDE for the kdelibs and kdesupport. | |||||
1998-07-21 | UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUpdate to 4.01. ↵ | tv | 2 | -6/+6 | |
Many bug fixes over 4.00; no new features. | |||||
1998-07-21 | UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU ↵ | tv | 4 | -9/+9 | |
pdate to 3.1. (No major changes beyond bumping the library minor number.) | |||||
1998-07-21 | Correct the name of the conflicting package. | agc | 1 | -2/+2 | |
1998-07-21 | Add and enable f2c. | agc | 1 | -1/+2 | |
1998-07-21 | Addition of f2c, the Fortran to C translator/compiler, to the NetBSD | agc | 14 | -0/+273 | |
packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames. | |||||
1998-07-21 | Remove hardcoded Operating system name, version, and machine architecture | agc | 2 | -13/+28 | |
from the PLIST. | |||||
1998-07-21 | Add and enable mkhybrid. | agc | 1 | -1/+2 | |
1998-07-21 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1998-07-21 | Add NetBSD RCS Id. | agc | 1 | -11/+4 | |
Set NetBSD maintainer. Use automatic manual page handling. Set the ALL_TARGET correctly. | |||||
1998-07-21 | Initial import of mkhybrid 1.11.1 into the NetBSD packages collection. | agc | 5 | -0/+30 | |
This is taken from the FreeBSD port. mkhybrid's role is to "create a hybrid ISO9660/JOLIET/HFS/Rock Ridge filesystem." | |||||
1998-07-21 | Make this package install correctly if MANZ is defined. | agc | 1 | -1/+7 | |
1998-07-21 | Enable cucipop. | agc | 1 | -2/+2 | |
1998-07-21 | Addition of cucipop, version 1.31, to the NetBSD packages collection. | agc | 11 | -0/+191 | |
Cucipop, the Cubic Circle POP3 server, is a very small and fast server for POP3 mail clients--far faster than UW's ipop3d. It does not support POP2, but it does include support for the TOP extension to POP3, Content-Length: headers, and APOP. It can be run from inetd or standalone. Please note that this package is shareware. This package is based on Todd Vierling's submission in PR pkg/4977, as well as Jim Wise's submission in PR pkg/4910, which were put on hold until the licence logic had been added to bsd.pkg.mk, but I've also updated this to version 1.31, and fixed a few things in the compilation process. | |||||
1998-07-21 | Add and enable xmess. | frueauf | 1 | -1/+2 | |
1998-07-21 | Missed one occurrence of "licence". | agc | 1 | -2/+2 | |
1998-07-21 | Acceptable licence logic had been reverted to UK English spellings. | agc | 1 | -7/+7 | |
1998-07-21 | Update scheme48 to 0.51, inspired by pr 5808 from Jon Buller. | frueauf | 4 | -7/+20 | |
1998-07-20 | MySQL in the pkg system now works for client-side on all platforms; remove | tv | 1 | -4/+1 | |
ONLY_FOR_ARCHS. | |||||
1998-07-20 | Use libtool to create the shared library. Strip binaries using | tv | 4 | -31/+187 | |
BSD_INSTALL_PROGRAM. | |||||
1998-07-20 | Use libtool to create shared library. Don't try to build anything in | tv | 3 | -63/+54 | |
uudeview except libuu. | |||||
1998-07-20 | HAS_CONFIGURE -> GNU_CONFIGURE. | tv | 5 | -11/+11 | |
1998-07-20 | Update to use libtool to build the clients' shared library. | tv | 6 | -148/+171 | |
Add support for client-only setups on all architectures other than those the server's threads support (i386 and alpha). | |||||
1998-07-20 | Always fetch the archive that contains the version in its name to prevent | frueauf | 4 | -9/+8 | |
confusion if a new version is available. | |||||
1998-07-20 | As this packages uses BSD-style-Makefiles be sure to install both cat and | frueauf | 3 | -7/+21 | |
man pages and handle the MANZ case properly. | |||||
1998-07-20 | Add missing "" around ${PAPERSIZE} in the case statement. | frueauf | 1 | -2/+2 | |
1998-07-20 | Since this package depends on mysql we need to set ONLY_FOR_ARCHS | frueauf | 1 | -1/+4 | |
accordingly. | |||||
1998-07-20 | Add missing S to ONLY_FOR_ARCHS. | frueauf | 1 | -2/+2 | |
1998-07-20 | Don't assume that a set DISPLAY is a working one. This package is | frueauf | 1 | -3/+2 | |
interactive. | |||||
1998-07-20 | Add and enable psmisc. | frueauf | 1 | -1/+2 | |
1998-07-20 | Initial addition of psmisc-17, some miscellaneous proc FS tools: killall, | frueauf | 11 | -0/+392 | |
pidof, and pstree. Closes pr 5801 by Ben Harris. | |||||
1998-07-20 | Change to use pkg version of libtool rather than a private copy. | tv | 3 | -20/+41 | |
1998-07-19 | Use the pkg version of libtool instead of kdesupport's private copy. | tv | 3 | -11/+29 | |
Use GNU_CONFIGURE, not HAS_CONFIGURE. |