History log of /openbsd-current/usr.bin/compress/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.23 22-Oct-2022 millert

Add support to gunzip for zip files that contain a single member.
This matches the behavior of GNU gzip and is most useful with "gunzip
-c" to pipe the uncompressed output. It will not decompress a file
with more than one member unless in cat mode, in which case only
the first file is displayed.

To decompress a .zip file without the -c option, "-S .zip" must be
specified. The file name stored in the .zip file is not used unless
the -N option is specified. This is consistent with GNU gzip).

Does not increase the size of gzip on the install media.
OK jmc@ for documentation.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.22 30-Mar-2016 jmc

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.21 20-May-2007 jsg

Add support for zmore being called as zless,
same behaviour but pager defaults to less instead of more.
Incorporating feedback from millert@ and jmc@

ok millert@ simon@


Revision tags: OPENBSD_4_1_BASE
# 1.20 24-Jan-2007 jmc

split compress(1) into compress(1) and gzip(1), as suggested by millert;
ok/help millert otto


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.19 05-Sep-2003 tedu

add a null compressor from canacar@ that lets gzcat work with uncompressed
files.
also introduce SMALLness that removes null and Z compressors to save floppy
space.
ok deraadt@


# 1.18 03-Aug-2003 deraadt

gnu gzip dir is now bye bye


# 1.17 31-Jul-2003 otto

Welcome BSD gzexe(1).

ok deraadt@


# 1.16 29-Jul-2003 otto

Bye bye GNU zforce(1), welcome BSD zforce(1).


# 1.15 13-Jul-2003 millert

Install zdiff.1; noted by marc@


# 1.14 12-Jul-2003 millert

Add zdiff


# 1.13 23-Jun-2003 millert

install zmore


# 1.12 22-Jun-2003 deraadt

knf and ansi


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 18-Nov-1999 millert

we don't install zopen.3


# 1.10 17-Nov-1999 millert

add MLINKs


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.9 07-Jul-1997 deraadt

do not install a man page that noone can find the code for


# 1.8 06-Jul-1997 mickey

don't overwrite the gzip for now


# 1.7 06-Jul-1997 mickey

remove -g


# 1.6 06-Jul-1997 mickey

do gzip


Revision tags: OPENBSD_2_1_BASE
# 1.5 27-Apr-1997 millert

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.


# 1.4 10-Feb-1997 mickey

install zopen.3 too


# 1.3 08-Dec-1996 downsj

install -> ${INSTALL}, -c -> ${COPY}


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.22 30-Mar-2016 jmc

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.21 20-May-2007 jsg

Add support for zmore being called as zless,
same behaviour but pager defaults to less instead of more.
Incorporating feedback from millert@ and jmc@

ok millert@ simon@


Revision tags: OPENBSD_4_1_BASE
# 1.20 24-Jan-2007 jmc

split compress(1) into compress(1) and gzip(1), as suggested by millert;
ok/help millert otto


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.19 05-Sep-2003 tedu

add a null compressor from canacar@ that lets gzcat work with uncompressed
files.
also introduce SMALLness that removes null and Z compressors to save floppy
space.
ok deraadt@


# 1.18 03-Aug-2003 deraadt

gnu gzip dir is now bye bye


# 1.17 31-Jul-2003 otto

Welcome BSD gzexe(1).

ok deraadt@


# 1.16 29-Jul-2003 otto

Bye bye GNU zforce(1), welcome BSD zforce(1).


# 1.15 13-Jul-2003 millert

Install zdiff.1; noted by marc@


# 1.14 12-Jul-2003 millert

Add zdiff


# 1.13 23-Jun-2003 millert

install zmore


# 1.12 22-Jun-2003 deraadt

knf and ansi


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 18-Nov-1999 millert

we don't install zopen.3


# 1.10 17-Nov-1999 millert

add MLINKs


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.9 07-Jul-1997 deraadt

do not install a man page that noone can find the code for


# 1.8 06-Jul-1997 mickey

don't overwrite the gzip for now


# 1.7 06-Jul-1997 mickey

remove -g


# 1.6 06-Jul-1997 mickey

do gzip


Revision tags: OPENBSD_2_1_BASE
# 1.5 27-Apr-1997 millert

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.


# 1.4 10-Feb-1997 mickey

install zopen.3 too


# 1.3 08-Dec-1996 downsj

install -> ${INSTALL}, -c -> ${COPY}


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision