summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-26Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods.tron1-4/+14
1999-03-06Better use a single package list file.tron1-8/+8
1999-03-06s/echo/${ECHO}/gagc1-3/+3
1999-03-06Create a dynamic packing list for manual pages.kim2-3/+11
1999-03-06The man source does not get installed.kim1-2/+1
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1999-02-06Be uniform; don't cat DESCR during install.tv1-2/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-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-20Update to pilot-link.0.9.0simonb2-5/+5
1999-01-16Set ONLY_FOR_ARCHS so that it matches xforms.frueauf1-1/+3
1999-01-02utilitiy -> utilityabs1-1/+1
1998-12-21Fix paths in PLIST.tv11-18/+188
Lots of LP64 time_t fixes. Now works on Alpha except for ZedZip (ZModem).
1998-12-17long -> time_t LP64 fix.tv1-0/+21
1998-12-08Add LDFLAGS to linker flags to pick up rpath setting.tv1-3/+3
1998-12-03Correct indention.frueauf1-2/+2
1998-12-03Add and enable xisp.frueauf1-1/+2
1998-12-03Initial import of xisp-2.5p4, a user-friendly X11 interface to pppd/chat.frueauf17-0/+803
Based on pr 6518 by Johnny C. Lam with some rework by me.
1998-11-24Update "mgetty" package to version 1.1.19.tron3-9/+12
1998-11-23Add and enable ifcico-cm.tv1-1/+2
1998-11-23Import ifcico 3.0 (cm alpha 4.0.1). A program for FidoNet transports ontv16-0/+479
UN*X - including both dialled connections and TCP connections. Supports everything from FTS-0001 through EMSI and ZedZap or Hydra.
1998-11-22Add and enable binkd.tv1-1/+2
1998-11-22Import Binkd 0.9.2, a FidoNet-over-IP BINKP transport daemon and client.tv7-0/+69
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-4/+3
DEPENDS definition.
1998-11-16Create and install standard "mgetty.config" and "sendfax.config" becausetron2-23/+8
we don't use FreeBSD's perl script for that purpose.
1998-11-16Use FreeBSD utmp handling.tron1-0/+13
1998-11-15Add mirror site.tron1-2/+3
1998-11-15Add and enable "mgetty+sendfax".tron1-2/+2
1998-11-15Adapt this package to NetBSD.tron11-657/+129
1998-11-15Initial import of FreeBSD "mgetty+sendfax" port:tron12-0/+917
Handle external logins, send and receive faxes.
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-09-22Make this package install the C++ examples, so that the PLIST is correct.agc1-2/+2
1998-09-22Make the package name have the correct format.agc1-1/+2
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-2/+1
from individual DESCR files that had them.
1998-08-26Use catgets instead of supplied gettext.tv4-5/+48
1998-08-20The Grand Homepagification:tsarna5-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-07Add NetBSD RCS Ids.agc6-0/+12
1998-08-07Add NetBSD RCS Ids.agc43-0/+86
1998-07-24Update to use USE_LIBTOOL.tv2-9/+5
1998-07-19Create /var/spool/fido/* and /var/log/fido at binary pkg_add time.tv1-1/+3
1998-07-18Add INFO_FILES and add install-info to PLIST.tv2-3/+6
1998-07-18Enable fidogate, and set it NO_CDROM (though let the mirroring fetch thetv2-3/+5
distfile).
1998-07-17Adapt to using the pkg version of libtool rather than a private copy.tv4-13/+60
DTRT with INSTALL_{PROGRAM,DATA,SCRIPT}. Portlint: rename pkg to pilot-link-0.8.13, with dash before version.
1998-07-16Adapt rundf to work with the NetBSD df, not GNU df.tv1-0/+14
1998-07-16Fix rununpack script so that it searches ${PREFIX}/bin for unpackers.tv2-6/+69
1998-07-16Add fidogate-4.2.9, a FidoNet (FTN) <-> Internet mail and news gateway.tv18-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-15Use automatic shared object handlingagc2-7/+2
1998-07-06Update to pilot-link 0.8.13.nathanw3-5/+9
1998-06-27Fix "modemd" to compile with "-Werror" on alpha, patches supplied bytron3-0/+27
Tim Rightnour in PR pkg/5610.