From owner-cvs-ports@FreeBSD.ORG Tue Jan 13 15:40:58 2009 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 6BE5E1065672; Tue, 13 Jan 2009 15:40:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59A2D8FC0C; Tue, 13 Jan 2009 15:40:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DFewIi038348; Tue, 13 Jan 2009 15:40:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0DFewg1038347; Tue, 13 Jan 2009 15:40:58 GMT (envelope-from dinoex) Message-Id: <200901131540.n0DFewg1038347@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 13 Jan 2009 15:40:58 +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/sysutils Makefile ports/sysutils/ua 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: Tue, 13 Jan 2009 15:40:59 -0000 dinoex 2009-01-13 15:40:58 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/ua Makefile distinfo pkg-descr Log: ua is a simple command-line tool that finds sets of identical files. The name ua is derived from the Hungarian word ugyanaz meaning the same. The development of ua was motivated by the disturbingly often recurring event of waiting too long for a shell script using sorts, md5sums, diffs and the like to finish finding identical files. While there are many tools out there, we needed a tool that can ignore white spaces and runs quite fast. WWW: http://oss.euedge.com/wiki/UaMainPage Revision Changes Path 1.1060 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/ua/Makefile (new) 1.1 +3 -0 ports/sysutils/ua/distinfo (new) 1.1 +9 -0 ports/sysutils/ua/pkg-descr (new)