Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-03-23 | Update to ncftp-2.4.3. | tron | 2 | -4/+4 | |
1998-03-21 | Update to KDE Beta 3 'Huesten'. | tron | 6 | -95/+98 | |
1998-03-20 | Handle MANZ and MANINSTALL case better. | frueauf | 2 | -7/+5 | |
1998-03-20 | Tidy this up, and make me the `maintainer'. | mycroft | 1 | -6/+3 | |
1998-03-20 | Some relocation fixes & portlint: | tv | 3 | -76/+62 | |
- config does not need a defaults file - config generated with sed, not patch, compliant with ${PREFIX} - use ${INSTALL_SCRIPT} in two places instead of ${INSTALL_PROGRAM} | |||||
1998-03-19 | Add and enable icb since its in the tree. | frueauf | 1 | -1/+2 | |
1998-03-19 | keep alphabetical order. | frueauf | 1 | -2/+2 | |
1998-03-19 | portlint: install->${INSTALL}; add version to "Version required" field. | frueauf | 1 | -3/+3 | |
1998-03-18 | Add icb-5.0.5 package. | cjs | 7 | -0/+128 | |
1998-03-16 | Make the ZUnique_ID format consistent between 32-bit and 64-bit systems. | mycroft | 1 | -0/+180 | |
1998-03-13 | Version number has changed. Update scripts to call the new programs. | hannken | 1 | -4/+4 | |
1998-03-10 | portlint: sed->${SED}. | frueauf | 1 | -2/+2 | |
1998-03-10 | portlint: gzip->${GZIP_CMD}; echo->${ECHO}. | frueauf | 1 | -3/+3 | |
1998-03-07 | Update to scotty V2.1.8, per request from veego. | hubertf | 3 | -373/+373 | |
1998-03-07 | Fix manual page compression | tron | 3 | -8/+9 | |
1998-03-06 | Add com_err to the packing list and the man page list. | mycroft | 2 | -2/+6 | |
1998-03-05 | Some cleanup: | tv | 3 | -6/+33 | |
- change absolute symlink bin/irc to a relative (in-directory) symlink - change PLIST to include the bin/irc link instead of creating it, so pkg_info -Lq matches what's on disk - change ircII's Makefile.in to use our BSD_INSTALL_* macros, and now strip binaries when installed (if BSD_INSTALL_PROGRAM does) - show a confirmation message about compressing help files, and use xargs instead of individual gzip processes for speed - remove ircII.motd as well as ircII.servers at pkg_delete time | |||||
1998-03-05 | Use "NO_WRKSUBDIR= yes" instead of "WRKSRC= ${WRKDIR}". | tron | 1 | -2/+2 | |
1998-03-05 | Build zephyr | mellon | 1 | -2/+2 | |
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 2 | -2/+4 | |
1998-02-28 | portlint: ${PKGNAME} must contain a version number. | tron | 1 | -1/+2 | |
1998-02-28 | If we create a Makefile anyway it should do all the work. | tron | 2 | -19/+15 | |
1998-02-27 | Fix a formatting glitch on the last line. | agc | 1 | -2/+5 | |
If we create directories, we should remove them when de-installing. | |||||
1998-02-27 | Add this shell script from FreeBSD. Don't hardcode /usr/local, | agc | 1 | -0/+7 | |
though - this gets pre-processed at install time. | |||||
1998-02-27 | Install the post-processed zhm.sh file. | agc | 1 | -2/+3 | |
1998-02-27 | Add NetBSD RCS Id. | agc | 1 | -2/+3 | |
Sort out configure args. Set GNU_CONFIGURE, not HAS_CONFIGURE, so that --prefix is recognised. | |||||
1998-02-27 | Use the Makefile from FreeBSD for now. | agc | 1 | -0/+39 | |
1998-02-27 | Initial checkin | mellon | 4 | -0/+111 | |
1998-02-27 | checksum for distribution | mellon | 1 | -0/+1 | |
1998-02-27 | Use compressed distribution archive. | tron | 2 | -6/+6 | |
1998-02-25 | - add missing bin/mksmbpasswd.sh and lib/codepages/codepage.866, pointed | frueauf | 1 | -24/+26 | |
out by Matthias Scheler - add .gz extension to manpags | |||||
1998-02-23 | Fix location of qt include files. | tron | 1 | -2/+2 | |
1998-02-23 | Don't include /etc/mk.conf explicitly. It's not necessary. | agc | 1 | -27/+8 | |
Only gzip the help files if MANZ is set. | |||||
1998-02-22 | Make sure that a ncurses library in "/usr/local" isn't used. | tron | 2 | -2/+13 | |
1998-02-21 | adjust for samba-1.9.18p3. Fixes pr 5033 by Lennart Augustsson. | frueauf | 1 | -1/+1 | |
1998-02-21 | samba is at version 1.9.18p3 now. Fixes pr 5033 by Lennart Augustsson. | frueauf | 1 | -3/+3 | |
1998-02-20 | Enable "ncftp2". | tron | 1 | -2/+2 | |
1998-02-20 | Make this package work under NetBSD. | tron | 4 | -64/+43 | |
1998-02-20 | Initial import of FreeBSD's "ncftp2" port. | tron | 7 | -0/+93 | |
1998-02-20 | Don't include make.conf if it doesn't exist. | hubertf | 1 | -1/+5 | |
1998-02-18 | Not needed for NetBSD. | hubertf | 1 | -11/+0 | |
1998-02-17 | wget works | hubertf | 1 | -2/+2 | |
1998-02-17 | Fix for NetBSD | hubertf | 2 | -4/+8 | |
1998-02-17 | Retrieve files from the 'net via HTTP and FTP. | hubertf | 7 | -0/+70 | |
Imported from FreeBSD on request by Perry. :) | |||||
1998-02-15 | Compress help files if user set MANZ=1. Closes pr 4775. | frueauf | 1 | -465/+465 | |
1998-02-15 | Set path for zcat and addjust ZSUFFIX. Closes pr 4775. | frueauf | 1 | -0/+16 | |
1998-02-15 | Compress help files if user set MANZ=1. Closes pr 4775. | frueauf | 1 | -2/+30 | |
1998-02-14 | Update to tkirc-1.51 and fix installation problem. | tron | 2 | -5/+5 | |
1998-02-14 | Remove "${PREFIX}/lib/irc/ircII.servers" during deinstallation if | tron | 1 | -1/+2 | |
the admin has created it. | |||||
1998-02-02 | portlint: move cvs id where it belongs. | frueauf | 1 | -2/+1 | |