From owner-cvs-all@FreeBSD.ORG Fri Feb 29 17:17:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF10106568F; Fri, 29 Feb 2008 17:17:51 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 206C78FC30; Fri, 29 Feb 2008 17:17:51 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1THHoeF079862; Fri, 29 Feb 2008 17:17:50 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1THHoSn079861; Fri, 29 Feb 2008 17:17:50 GMT (envelope-from tabthorpe) Message-Id: <200802291717.m1THHoSn079861@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 29 Feb 2008 17:17:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/paq Makefile distinfo pkg-plist ports/archivers/paq/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 17:17:51 -0000 tabthorpe 2008-02-29 17:17:50 UTC FreeBSD ports repository Modified files: archivers/paq Makefile distinfo pkg-plist archivers/paq/files pkg-message.in Log: - Update to 8.o9 - Fixes a bug in .bmp detection that caused an infinite loop for files with invalid headers. Added grayscale .rgb support - Also bundle related archivers lpaq8, lpq1, and paq9a, which offer faster (de)compression, but may yield larger archives PR: ports/121111 Submitted by: bf (maintainer) Revision Changes Path 1.10 +27 -9 ports/archivers/paq/Makefile 1.9 +12 -3 ports/archivers/paq/distinfo 1.2 +2 -2 ports/archivers/paq/files/pkg-message.in 1.4 +9 -1 ports/archivers/paq/pkg-plist