From owner-freebsd-ports@FreeBSD.ORG Mon Dec 22 15:39:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D97C443F for ; Mon, 22 Dec 2014 15:39:31 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.24]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67FC0D1B for ; Mon, 22 Dec 2014 15:39:30 +0000 (UTC) Received: from [192.168.178.61] ([217.245.153.246]) by mrelayeu.kundenserver.de (mreue102) with ESMTPSA (Nemesis) id 0MFcG5-1Y8o6Z37g5-00Eeuj for ; Mon, 22 Dec 2014 16:39:22 +0100 Date: Mon, 22 Dec 2014 16:39:21 +0100 From: "christopher@ira-kunststoffe.de" Subject: rewrite of rmlint; port needs an update To: freebsd-ports@freebsd.org Message-Id: <1419262761.12319.2@smtp.1und1.de> X-Mailer: geary/0.6.5 MIME-Version: 1.0 X-Provags-ID: V03:K0:s2yQl0xFBFJKsAW6CDkDqukVeLVDfEKPnWyyLxPbBX8ZCSbG7Il tOfnMlfIw8QUM43TjVZc6uZ7JX9c3vanJflGZH50Yjbv2vSy9MmjxuYHmeabKDYqUa2Ps+R Ze5dY/1QMObIhU1i2p8n2iTDs2OWmZoiuZFpnAwRQnSBZXLyUllsCYEn29DQ/kd912ZWDml +9Ivje7SflKixgp/u3VMg== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=utf-8; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 15:39:32 -0000 Hello, Im the author of rmlint, a tool to remove several types of waste from your filesystem. It is especially good for finding duplicate files and directories. I (and a co-developer) rewrote rmlint (version now is 2.0.0) and merged it into the master branch a few days ago. The new version has many improvements concerning speed and accuracy (and also somewhat better code quality :). I briefly tested it on a friend's FreeBSD box and it compiles and runs just fine - although some optimizations were disabled. The biggest difference concerning compilation: It uses scons now. Also a note: the master branch is considered to be stable, all dangerous action happens in the develop branch now. Proper releases will be made too after gathering a small amount of patches. You can find the documentation here: http://rmlint.rtfd.org Code can be found in the usual place: https://github.com/sahib/rmlint I wrote a little bit more about the changes here: https://bbs.archlinux.org/viewtopic.php?id=191247 The last package was done by Jesse Smith (jessefrgsmith@yahoo.ca), but he told me would like to give it to someone else due to time constraints. So... anyone up for it? :) Regards, Christopher