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

PR:		136635
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
This commit is contained in:
Dmitry Marakasov 2009-07-16 02:16:49 +00:00
parent d89e6e24c9
commit 37ef050bb4
4 changed files with 36 additions and 0 deletions

View file

@ -166,6 +166,7 @@
SUBDIR += dt
SUBDIR += dtc
SUBDIR += du2ps
SUBDIR += duff
SUBDIR += dump9660
SUBDIR += dupfind
SUBDIR += duplicity

28
sysutils/duff/Makefile Normal file
View file

@ -0,0 +1,28 @@
# New ports collection makefile for: duff
# Date created: 2009-06-10
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= duff
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Duplicate file finder
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= duff.1
PLIST_FILES= bin/duff \
share/duff/join-duplicates.sh
PLIST_DIRS= share/duff
post-patch:
${CHMOD} +x ${WRKSRC}/install-sh
.include <bsd.port.mk>

3
sysutils/duff/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (duff-0.4.tar.bz2) = 9767e471232c1b4ee553ae40dbe60464
SHA256 (duff-0.4.tar.bz2) = 3d23e92b7467e4006a536d49b053b1c6ebc8cb3aff584c86d8561855841f4ac4
SIZE (duff-0.4.tar.bz2) = 76582

4
sysutils/duff/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
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