From owner-cvs-ports@FreeBSD.ORG Sat Jul 21 19:16:46 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 072C716A417; Sat, 21 Jul 2007 19:16:46 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB45313C45E; Sat, 21 Jul 2007 19:16:45 +0000 (UTC) (envelope-from sat@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 l6LJGj0H010628; Sat, 21 Jul 2007 19:16:45 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6LJGjet010627; Sat, 21 Jul 2007 19:16:45 GMT (envelope-from sat) Message-Id: <200707211916.l6LJGjet010627@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 21 Jul 2007 19:16:45 +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/textproc Makefile ports/textproc/humanzip Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Jul 2007 19:16:46 -0000 sat 2007-07-21 19:16:45 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/humanzip Makefile distinfo pkg-descr Log: Add port textproc/humanzip: humanzip is a compression program that operates on text files. Unlike most compression algorithms, its output is human readable. Indeed, it is explictly meant to be read by humans and might even be easier to read than the original. humanzip compresses files by looking for common strings of words and replacing them with single symbols. The idea is to reduce the screen and print size of documents. Humanzip does not explictly try to reduce the size of the file as measured in bytes, although this usually happens incidentally. WWW: http://savannah.nongnu.org/projects/humanzip/ Author: Matthew Strait Revision Changes Path 1.1158 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/humanzip/Makefile (new) 1.1 +3 -0 ports/textproc/humanzip/distinfo (new) 1.1 +13 -0 ports/textproc/humanzip/pkg-descr (new)