From owner-cvs-ports@FreeBSD.ORG Sat May 7 19:11:17 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CEB316A4DD; Sat, 7 May 2005 19:11:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB10243DC8; Sat, 7 May 2005 19:11:16 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j47JBGDD085101; Sat, 7 May 2005 19:11:16 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j47JBGPc085100; Sat, 7 May 2005 19:11:16 GMT (envelope-from jylefort) Message-Id: <200505071911.j47JBGPc085100@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 7 May 2005 19:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers Makefile ports/archivers/lzma Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 19:11:17 -0000 jylefort 2005-05-07 19:11:16 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/lzma Makefile distinfo pkg-descr Log: Simple command line version of compression program using LZMA compression method. This program is taken from LZMA SDK. 7-zip uses the same compression method, but creates 7Z archives instead of pure LZMA data stream. LZMA can compress and decompress data streams using standard input/output. Compression ratio is about 25-30% better than bzip2 and decompression speed is about two times faster. This makes LZMA good bzip2 replacement for use in software distribution. WWW: http://www.7-zip.org/sdk.html PR: ports/80554 Submitted by: Radim Kolar Revision Changes Path 1.123 +1 -0 ports/archivers/Makefile 1.1 +45 -0 ports/archivers/lzma/Makefile (new) 1.1 +2 -0 ports/archivers/lzma/distinfo (new) 1.1 +10 -0 ports/archivers/lzma/pkg-descr (new)