From owner-cvs-src@FreeBSD.ORG Tue Feb 20 08:33:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2687E17468F; Tue, 20 Feb 2007 08:33:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 103B113C48E; Tue, 20 Feb 2007 08:33:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1K8XWhY047984; Tue, 20 Feb 2007 08:33:32 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1K8XWSX047983; Tue, 20 Feb 2007 08:33:32 GMT (envelope-from delphij) Message-Id: <200702200833.l1K8XWSX047983@repoman.freebsd.org> From: Xin LI Date: Tue, 20 Feb 2007 08:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin Makefile src/gnu/usr.bin/gzip COPYING ChangeLog Makefile NEWS README THANKS TODO algorithm.doc bits.c crypt.c crypt.h deflate.c gzexe gzexe.1 gzip.1 gzip.c gzip.h inflate.c lzw.c lzw.h match.S revision.h tailor.h trees.c unlzh.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 08:33:33 -0000 delphij 2007-02-20 08:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin Makefile rescue/rescue Makefile sys/sys param.h usr.bin Makefile Added files: (Branch: RELENG_6) usr.bin/gzip Makefile gzexe gzexe.1 gzip.1 gzip.c unbzip2.c zdiff zdiff.1 zforce zforce.1 zmore zmore.1 znew znew.1 zuncompress.c Removed files: (Branch: RELENG_6) gnu/usr.bin/gzip COPYING ChangeLog Makefile NEWS README THANKS TODO algorithm.doc bits.c crypt.c crypt.h deflate.c gzexe gzexe.1 gzip.1 gzip.c gzip.h inflate.c lzw.c lzw.h match.S revision.h tailor.h trees.c unlzh.c unlzw.c unpack.c unzip.c util.c zdiff zdiff.1 zforce zforce.1 zgrep zgrep.1 zgrep.getopt zgrep.libz zip.c zmore zmore.1 znew znew.1 Log: MFC: Replace gzip(1) with the BSD licensed version found in -HEAD. Discussed with: re, so, portmgr (kris) All bugs are mine. Revision Changes Path 1.84.2.2 +0 -1 src/gnu/usr.bin/Makefile 1.1.1.1.48.1 +0 -339 src/gnu/usr.bin/gzip/COPYING (dead) 1.3.48.1 +0 -587 src/gnu/usr.bin/gzip/ChangeLog (dead) 1.26.8.1 +0 -37 src/gnu/usr.bin/gzip/Makefile (dead) 1.3.48.1 +0 -221 src/gnu/usr.bin/gzip/NEWS (dead) 1.3.48.1 +0 -144 src/gnu/usr.bin/gzip/README (dead) 1.3.48.1 +0 -276 src/gnu/usr.bin/gzip/THANKS (dead) 1.3.48.1 +0 -58 src/gnu/usr.bin/gzip/TODO (dead) 1.3.34.1 +0 -164 src/gnu/usr.bin/gzip/algorithm.doc (dead) 1.7.34.1 +0 -205 src/gnu/usr.bin/gzip/bits.c (dead) 1.6.34.1 +0 -6 src/gnu/usr.bin/gzip/crypt.c (dead) 1.1.1.1.48.1 +0 -12 src/gnu/usr.bin/gzip/crypt.h (dead) 1.7.34.1 +0 -763 src/gnu/usr.bin/gzip/deflate.c (dead) 1.8.14.1 +0 -158 src/gnu/usr.bin/gzip/gzexe (dead) 1.2.48.1 +0 -43 src/gnu/usr.bin/gzip/gzexe.1 (dead) 1.7.34.1 +0 -479 src/gnu/usr.bin/gzip/gzip.1 (dead) 1.12.2.1 +0 -1758 src/gnu/usr.bin/gzip/gzip.c (dead) 1.4.8.2 +0 -320 src/gnu/usr.bin/gzip/gzip.h (dead) 1.9.8.2 +0 -958 src/gnu/usr.bin/gzip/inflate.c (dead) 1.6.34.1 +0 -26 src/gnu/usr.bin/gzip/lzw.c (dead) 1.1.1.1.48.1 +0 -42 src/gnu/usr.bin/gzip/lzw.h (dead) 1.9.14.1 +0 -379 src/gnu/usr.bin/gzip/match.S (dead) 1.6.34.1 +0 -16 src/gnu/usr.bin/gzip/revision.h (dead) 1.7.34.1 +0 -328 src/gnu/usr.bin/gzip/tailor.h (dead) 1.9.34.1 +0 -1075 src/gnu/usr.bin/gzip/trees.c (dead) 1.5.34.2 +0 -405 src/gnu/usr.bin/gzip/unlzh.c (dead) 1.7.34.1 +0 -377 src/gnu/usr.bin/gzip/unlzw.c (dead) 1.6.34.2 +0 -238 src/gnu/usr.bin/gzip/unpack.c (dead) 1.8.8.1 +0 -205 src/gnu/usr.bin/gzip/unzip.c (dead) 1.8.34.1 +0 -456 src/gnu/usr.bin/gzip/util.c (dead) 1.6.14.1 +0 -71 src/gnu/usr.bin/gzip/zdiff (dead) 1.2.48.1 +0 -44 src/gnu/usr.bin/gzip/zdiff.1 (dead) 1.5.34.1 +0 -38 src/gnu/usr.bin/gzip/zforce (dead) 1.3.34.1 +0 -18 src/gnu/usr.bin/gzip/zforce.1 (dead) 1.3.34.1 +0 -72 src/gnu/usr.bin/gzip/zgrep (dead) 1.1.48.1 +0 -44 src/gnu/usr.bin/gzip/zgrep.1 (dead) 1.7.34.1 +0 -94 src/gnu/usr.bin/gzip/zgrep.getopt (dead) 1.2.34.1 +0 -18 src/gnu/usr.bin/gzip/zgrep.libz (dead) 1.6.34.1 +0 -117 src/gnu/usr.bin/gzip/zip.c (dead) 1.5.34.1 +0 -52 src/gnu/usr.bin/gzip/zmore (dead) 1.4.34.1 +0 -147 src/gnu/usr.bin/gzip/zmore.1 (dead) 1.6.14.1 +0 -150 src/gnu/usr.bin/gzip/znew (dead) 1.3.48.1 +0 -39 src/gnu/usr.bin/gzip/znew.1 (dead) 1.45.2.2 +1 -2 src/rescue/rescue/Makefile 1.244.2.22 +1 -1 src/sys/sys/param.h 1.279.2.5 +1 -0 src/usr.bin/Makefile 1.2.2.1 +32 -0 src/usr.bin/gzip/Makefile (new) 1.1.2.1 +179 -0 src/usr.bin/gzip/gzexe (new) 1.1.2.1 +73 -0 src/usr.bin/gzip/gzexe.1 (new) 1.1.2.1 +202 -0 src/usr.bin/gzip/gzip.1 (new) 1.2.2.1 +2054 -0 src/usr.bin/gzip/gzip.c (new) 1.1.2.1 +128 -0 src/usr.bin/gzip/unbzip2.c (new) 1.1.2.1 +111 -0 src/usr.bin/gzip/zdiff (new) 1.1.2.1 +109 -0 src/usr.bin/gzip/zdiff.1 (new) 1.1.2.1 +55 -0 src/usr.bin/gzip/zforce (new) 1.1.2.1 +53 -0 src/usr.bin/gzip/zforce.1 (new) 1.1.2.1 +75 -0 src/usr.bin/gzip/zmore (new) 1.1.2.1 +94 -0 src/usr.bin/gzip/zmore.1 (new) 1.1.2.1 +138 -0 src/usr.bin/gzip/znew (new) 1.1.2.1 +71 -0 src/usr.bin/gzip/znew.1 (new) 1.1.2.1 +390 -0 src/usr.bin/gzip/zuncompress.c (new)