Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-14 | Try to fetch disttribution file from "sunsite" or one of its mirrors | tron | 1 | -2/+3 | |
first. | |||||
1999-04-14 | Update "minicom" package to version 1.82.1. | tron | 7 | -107/+206 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -3/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-26 | Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods. | tron | 1 | -4/+14 | |
1999-03-06 | Better use a single package list file. | tron | 1 | -8/+8 | |
1999-03-06 | s/echo/${ECHO}/g | agc | 1 | -3/+3 | |
1999-03-06 | Create a dynamic packing list for manual pages. | kim | 2 | -3/+11 | |
1999-03-06 | The man source does not get installed. | kim | 1 | -2/+1 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1999-02-06 | Be uniform; don't cat DESCR during install. | tv | 1 | -2/+1 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1999-01-20 | Update to pilot-link.0.9.0 | simonb | 2 | -5/+5 | |
1999-01-16 | Set ONLY_FOR_ARCHS so that it matches xforms. | frueauf | 1 | -1/+3 | |
1999-01-02 | utilitiy -> utility | abs | 1 | -1/+1 | |
1998-12-21 | Fix paths in PLIST. | tv | 11 | -18/+188 | |
Lots of LP64 time_t fixes. Now works on Alpha except for ZedZip (ZModem). | |||||
1998-12-17 | long -> time_t LP64 fix. | tv | 1 | -0/+21 | |
1998-12-08 | Add LDFLAGS to linker flags to pick up rpath setting. | tv | 1 | -3/+3 | |
1998-12-03 | Correct indention. | frueauf | 1 | -2/+2 | |
1998-12-03 | Add and enable xisp. | frueauf | 1 | -1/+2 | |
1998-12-03 | Initial import of xisp-2.5p4, a user-friendly X11 interface to pppd/chat. | frueauf | 17 | -0/+803 | |
Based on pr 6518 by Johnny C. Lam with some rework by me. | |||||
1998-11-24 | Update "mgetty" package to version 1.1.19. | tron | 3 | -9/+12 | |
1998-11-23 | Add and enable ifcico-cm. | tv | 1 | -1/+2 | |
1998-11-23 | Import ifcico 3.0 (cm alpha 4.0.1). A program for FidoNet transports on | tv | 16 | -0/+479 | |
UN*X - including both dialled connections and TCP connections. Supports everything from FTS-0001 through EMSI and ZedZap or Hydra. | |||||
1998-11-22 | Add and enable binkd. | tv | 1 | -1/+2 | |
1998-11-22 | Import Binkd 0.9.2, a FidoNet-over-IP BINKP transport daemon and client. | tv | 7 | -0/+69 | |
1998-11-19 | Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary | agc | 1 | -4/+3 | |
DEPENDS definition. | |||||
1998-11-16 | Create and install standard "mgetty.config" and "sendfax.config" because | tron | 2 | -23/+8 | |
we don't use FreeBSD's perl script for that purpose. | |||||
1998-11-16 | Use FreeBSD utmp handling. | tron | 1 | -0/+13 | |
1998-11-15 | Add mirror site. | tron | 1 | -2/+3 | |
1998-11-15 | Add and enable "mgetty+sendfax". | tron | 1 | -2/+2 | |
1998-11-15 | Adapt this package to NetBSD. | tron | 11 | -657/+129 | |
1998-11-15 | Initial import of FreeBSD "mgetty+sendfax" port: | tron | 12 | -0/+917 | |
Handle external logins, send and receive faxes. | |||||
1998-11-12 | Add missing NetBSD RCS Id. | agc | 1 | -0/+2 | |
1998-09-22 | Make this package install the C++ examples, so that the PLIST is correct. | agc | 1 | -2/+2 | |
1998-09-22 | Make the package name have the correct format. | agc | 1 | -1/+2 | |
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -2/+1 | |
from individual DESCR files that had them. | |||||
1998-08-26 | Use catgets instead of supplied gettext. | tv | 4 | -5/+48 | |
1998-08-20 | The Grand Homepagification: | tsarna | 5 | -6/+10 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 6 | -0/+12 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 43 | -0/+86 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 2 | -9/+5 | |
1998-07-19 | Create /var/spool/fido/* and /var/log/fido at binary pkg_add time. | tv | 1 | -1/+3 | |
1998-07-18 | Add INFO_FILES and add install-info to PLIST. | tv | 2 | -3/+6 | |
1998-07-18 | Enable fidogate, and set it NO_CDROM (though let the mirroring fetch the | tv | 2 | -3/+5 | |
distfile). | |||||
1998-07-17 | Adapt to using the pkg version of libtool rather than a private copy. | tv | 4 | -13/+60 | |
DTRT with INSTALL_{PROGRAM,DATA,SCRIPT}. Portlint: rename pkg to pilot-link-0.8.13, with dash before version. | |||||
1998-07-16 | Adapt rundf to work with the NetBSD df, not GNU df. | tv | 1 | -0/+14 | |
1998-07-16 | Fix rununpack script so that it searches ${PREFIX}/bin for unpackers. | tv | 2 | -6/+69 | |
1998-07-16 | Add fidogate-4.2.9, a FidoNet (FTN) <-> Internet mail and news gateway. | tv | 18 | -1/+507 | |
Add to directory Makefile, but do not enablefor batch builds due to the limited useability of this pkg in the general NetBSD workplace. | |||||
1998-07-15 | Use automatic shared object handling | agc | 2 | -7/+2 | |