From ehaupt@beaver.critical.ch  Mon Dec 27 15:45:59 2004
Return-Path: <ehaupt@beaver.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 703BC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 15:45:59 +0000 (GMT)
Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4387943D49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 15:45:58 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.1/8.13.1) with ESMTP id iBRFk0ag015283
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 16:46:00 +0100 (CET)
	(envelope-from ehaupt@beaver.critical.ch)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.1/8.13.1/Submit) id iBRFk08M015282;
	Mon, 27 Dec 2004 16:46:00 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <200412271546.iBRFk08M015282@beaver.critical.ch>
Date: Mon, 27 Dec 2004 16:46:00 +0100 (CET)
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/fdupes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75546
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/fdupes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 27 15:50:17 GMT 2004
>Closed-Date:    Tue Jan 18 17:07:45 GMT 2005
>Last-Modified:  Tue Jan 18 17:07:45 GMT 2005
>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@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@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@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:

From: Emanuel Haupt <haupt@critical.ch>
To: freebsd-gnats-submit@FreeBSD.org, ehaupt@critical.ch
Cc:  
Subject: Re: ports/75546: [NEW PORT] sysutils/fdupes
Date: Mon, 27 Dec 2004 18:43:43 +0100

 new version: 4.x support added
 
 --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/Makefile
 #	fdupes/distinfo
 #	fdupes/pkg-descr
 #
 echo c - fdupes
 mkdir -p fdupes > /dev/null 2>&1
 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@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@critical.ch
 XCOMMENT=	Fdupes is a program for identifying or deleting duplicate files
 X
 XUSE_GETOPT_LONG=	yes
 X
 XMAN1=		fdupes.1
 XPLIST_FILES=	bin/fdupes
 X
 X.include <bsd.port.pre.mk>
 X
 XCFLAGS+=	-DHAVE_DECL_GETOPT
 X
 Xdo-build:
 X.if ${OSVERSION} < 500041
 X	${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c -o ${WRKSRC}/${PORTNAME} -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include ${LOCALBASE}/lib/libgnugetopt.so
 X.else
 X	${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c -o ${WRKSRC}/${PORTNAME} -DVERSION=\"${PORTVERSION}\"
 X.endif
 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
 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/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
 exit
 --shar end--
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jan 18 17:07:36 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75546 
>Unformatted:
