Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jul 2009 22:39:12 -0700 (PDT)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/136635: [NEW PORT] sysutils/duff: A fast duplicate file finder
Message-ID:  <4a56d400.48c3f10a.30b9.377a@mx.google.com>
Resent-Message-ID: <200907100540.n6A5e1om011527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136635
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/duff: A fast duplicate file finder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 10 05:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon May 4 04:03:46 EDT 2009 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386
	
>Description:
New port: sysutils/duff

I know there are several similar programs in the ports tree, but Duff is
very fast, requires no external dependencies, and actually works.

Duff is a Unix command-line utility written in C for quickly finding duplicates
in a given set of files.

WWW: http://duff.sourceforge.net
	
>How-To-Repeat:
Use attached shar.
	
>Fix:
	
--- 2009-07-08-duff.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	duff
#	duff/Makefile
#	duff/distinfo
#	duff/pkg-descr
#
echo c - duff
mkdir -p duff > /dev/null 2>&1
echo x - duff/Makefile
sed 's/^X//' >duff/Makefile << 'a78625909f6115bbbfdf5833e9294f1c'
X# New ports collection makefile for:	duff
X# Date created:				2009-06-10
X# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	duff
XPORTVERSION=	0.4
XCATEGORIES=	sysutils
XMASTER_SITES=	SF
X
XMAINTAINER=	bsdkaffee@gmail.com
XCOMMENT=	Duplicate file finder
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XMAKE_JOBS_SAFE=	yes
X
XMAN1=		duff.1
XPLIST_FILES=	bin/duff \
X		share/duff/join-duplicates.sh
XPLIST_DIRS=	share/duff
X
Xpost-patch:
X	${CHMOD} +x ${WRKSRC}/install-sh
X
X.include <bsd.port.mk>
a78625909f6115bbbfdf5833e9294f1c
echo x - duff/distinfo
sed 's/^X//' >duff/distinfo << 'e53b79f8cb22f9d20e26fada87fa7c7d'
XMD5 (duff-0.4.tar.bz2) = 9767e471232c1b4ee553ae40dbe60464
XSHA256 (duff-0.4.tar.bz2) = 3d23e92b7467e4006a536d49b053b1c6ebc8cb3aff584c86d8561855841f4ac4
XSIZE (duff-0.4.tar.bz2) = 76582
e53b79f8cb22f9d20e26fada87fa7c7d
echo x - duff/pkg-descr
sed 's/^X//' >duff/pkg-descr << '28dd572531d38c8e771c6129d703698c'
XDuff is a Unix command-line utility written in C for quickly finding duplicates
Xin a given set of files.
X
XWWW: http://duff.sourceforge.net
28dd572531d38c8e771c6129d703698c
exit
--- 2009-07-08-duff.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a56d400.48c3f10a.30b9.377a>