From owner-cvs-ports@FreeBSD.ORG Thu Apr 30 15:31:00 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 5B8651065674; Thu, 30 Apr 2009 15:31:00 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B7C98FC2F; Thu, 30 Apr 2009 15:31:00 +0000 (UTC) (envelope-from dhn@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 n3UFV0vg020202; Thu, 30 Apr 2009 15:31:00 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3UFV00N020201; Thu, 30 Apr 2009 15:31:00 GMT (envelope-from dhn) Message-Id: <200904301531.n3UFV00N020201@repoman.freebsd.org> From: Dennis Herrmann Date: Thu, 30 Apr 2009 15:31:00 +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/samesame 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: Thu, 30 Apr 2009 15:31:00 -0000 dhn 2009-04-30 15:31:00 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/samesame Makefile distinfo pkg-descr Log: These applications find identical / duplicate files and hard- or symlink them to save space. This port was inspired by the application samefile written by Jens Schweikhardt. It has a own version of samefile that is noticeable faster and is able to process very large file list. This port contains the applications: samefile, samelink and samearchive. The latter does the same as samefile but for file-based archives. The port also contains a version that uses just 10% of the resources compared to samearchive. The application samelink (hard) links files for you. Typical usage would be: find / | samefile -i | samelink This would search for identical files and clean up wasted disk space by linking them together. Add the option -n after samelink for a dry-run. PR: ports/133637 Submitted by: Alex de Kruijff (maintainer) Approved by: tabthorpe (co-mentor) Revision Changes Path 1.1101 +1 -0 ports/sysutils/Makefile 1.1 +55 -0 ports/sysutils/samesame/Makefile (new) 1.1 +3 -0 ports/sysutils/samesame/distinfo (new) 1.1 +16 -0 ports/sysutils/samesame/pkg-descr (new)