1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

'dupfind' will find duplicate files in directory trees.

PR:		ports/75657
Submitted by:	Bernd Luevelsmeyer <bdluevel (at) heitec.net>
This commit is contained in:
Sergey Matveychuk 2005-02-25 08:02:18 +00:00
parent c3a55025a2
commit 47f86a1f1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129731
4 changed files with 33 additions and 0 deletions

View File

@ -106,6 +106,7 @@
SUBDIR += dtc
SUBDIR += du2ps
SUBDIR += dump9660
SUBDIR += dupfind
SUBDIR += duplicity
SUBDIR += durep
SUBDIR += dvd+rw-tools

27
sysutils/dupfind/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: dupfind
# Date created: 2004-12-30
# Whom: bdluevel@heitec.net
#
# $FreeBSD$
#
PORTNAME= dupfind
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/
MAINTAINER= bdluevel@heitec.net
COMMENT= Finds duplicate files in directory trees
LIB_DEPENDS= fcrc.1:${PORTSDIR}/devel/fastcrc
MAN1= dupfind.1
PLIST_FILES= bin/dupfind
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "no ftw.h header file on 4.x"
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (dupfind-1.0.tar.gz) = 2a6d032b7f475209f7a6dd0bae6f0ee5
SIZE (dupfind-1.0.tar.gz) = 9909

View File

@ -0,0 +1,3 @@
dupfind finds duplicate files in directory trees.
bdluevel@heitec.net