From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 27 17:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F7916A4CE for ; Mon, 27 Dec 2004 17:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEDC43D2F for ; Mon, 27 Dec 2004 17:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRHoOSO084646 for ; Mon, 27 Dec 2004 17:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBRHoOtq084645; Mon, 27 Dec 2004 17:50:24 GMT (envelope-from gnats) Date: Mon, 27 Dec 2004 17:50:24 GMT Message-Id: <200412271750.iBRHoOtq084645@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Emanuel Haupt Subject: Re: ports/75546: [NEW PORT] sysutils/fdupes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 17:50:24 -0000 The following reply was made to PR ports/75546; it has been noted by GNATS. From: Emanuel Haupt 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 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 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 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--