ports/75546: [NEW PORT] sysutils/fdupes

Emanuel Haupt ehaupt at critical.ch
Mon Dec 27 15:50:18 UTC 2004


>Number:         75546
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/fdupes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 27 15:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
critical.ch 
>Environment:
System: FreeBSD beaver.critical.ch 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sat Dec 25 16:08:20 CET 2004 builduser at beaver.critical.ch:/home/build/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
	
new port: sysutils/fdupes

FDUPES is a program for identifying or deleting duplicate files residing within 
specified directories.

--shar start--
# 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:
#
#	fdupes
#	fdupes/pkg-descr
#	fdupes/distinfo
#	fdupes/Makefile
#
echo c - fdupes
mkdir -p fdupes > /dev/null 2>&1
echo x - fdupes/pkg-descr
sed 's/^X//' >fdupes/pkg-descr << 'END-of-fdupes/pkg-descr'
XFDUPES is a program for identifying or deleting duplicate files residing within 
Xspecified directories.
X
XWWW: http://netdial.caribe.net/~adrian2/fdupes.html
END-of-fdupes/pkg-descr
echo x - fdupes/distinfo
sed 's/^X//' >fdupes/distinfo << 'END-of-fdupes/distinfo'
XMD5 (fdupes-1.40.tar.gz) = 11de9ab4466089b6acbb62816b30b189
XSIZE (fdupes-1.40.tar.gz) = 16026
END-of-fdupes/distinfo
echo x - fdupes/Makefile
sed 's/^X//' >fdupes/Makefile << 'END-of-fdupes/Makefile'
X# New ports collection makefile for:   fdupes
X# Date created:        27 December 2004
X# Whom:                Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fdupes
XPORTVERSION=	1.40
XCATEGORIES=	sysutils
XMASTER_SITES=	http://netdial.caribe.net/~adrian2/programs/
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	Fdupes is a program for identifying or deleting duplicate files
X
XMAN1=		fdupes.1
XPLIST_FILES=	bin/fdupes
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XIGNORE=		"It is supported on FreeBSD 5.x and later"
X.endif
X
Xdo-build:
X	${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c -o ${WRKSRC}/${PORTNAME} -DVERSION=\"${PORTVERSION}\"
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
X
X.include <bsd.port.post.mk>
END-of-fdupes/Makefile
exit
--shar end--

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list