pkgsrc/comms
agc 171e025b4a Rewrite the extraction commands to be more intuitive.
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-04-01 14:07:52 +00:00
..
binkd Rewrite the extraction commands to be more intuitive. 1999-04-01 14:07:52 +00:00
fidogate Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
ifcico-cm Fix paths in PLIST. 1998-12-21 15:45:20 +00:00
kermit Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods. 1999-03-26 23:59:59 +00:00
lrzsz Add missing NetBSD RCS Id. 1998-11-12 16:18:27 +00:00
mgetty+sendfax Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
minicom Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary 1998-11-19 15:40:45 +00:00
modemd Make the package name have the correct format. 1998-09-22 14:41:05 +00:00
pilot-link Update to pilot-link.0.9.0 1999-01-20 05:57:14 +00:00
pkg Import of some more missing categories 1997-11-20 21:01:17 +00:00
xisp Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this 1999-01-30 23:18:44 +00:00
Makefile Correct indention. 1998-12-03 23:21:00 +00:00