pkgsrc/cross
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
..
binutils Rewrite the extraction commands to be more intuitive. 1999-04-01 14:07:52 +00:00
COMMON Let's try this again; we need *both* slashes. 1999-02-18 13:46:32 +00:00
i386-linux add autoconf (-> autoheader) as BUILD_DEPEND 1999-03-28 17:16:45 +00:00
i386-linuxglibc1 Major `cross' category overhaul. Clean up the shared Makefiles; move all 1999-01-04 22:37:29 +00:00
i386-msdosdjgpp Major `cross' category overhaul. Clean up the shared Makefiles; move all 1999-01-04 22:37:29 +00:00
i386-netbsdelf a netbsd/i386 ELF compiler. 1999-02-14 10:06:08 +00:00
pkg Welcome to the cross category. 1998-08-12 02:43:08 +00:00
powerpc-netbsd Add the first NetBSD-targeted cross compiler, cross-netbsd-powerpc. 1999-01-06 01:20:27 +00:00
sparc-netbsdelf a 32bit sparc ELF cross compiler. stolen from the sparc64 one. 1999-02-03 23:01:08 +00:00
sparc64-netbsd patch configure.in also. 1999-02-04 05:23:16 +00:00
zoularis Update to newest copy. 1999-03-28 14:02:40 +00:00
Makefile Add and enable zoularis. 1999-03-09 11:44:03 +00:00