From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 13 17:50:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 9190416A41F for ; Tue, 13 Sep 2005 17:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046CB43D46 for ; Tue, 13 Sep 2005 17:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8DHo51R067177 for ; Tue, 13 Sep 2005 17:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8DHo5PZ067176; Tue, 13 Sep 2005 17:50:05 GMT (envelope-from gnats) Resent-Date: Tue, 13 Sep 2005 17:50:05 GMT Resent-Message-Id: <200509131750.j8DHo5PZ067176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89FA016A41F for ; Tue, 13 Sep 2005 17:43:00 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2EE43D46 for ; Tue, 13 Sep 2005 17:42:59 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost.critical.ch [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.3) with ESMTP id j8DHgxeS040372 for ; Tue, 13 Sep 2005 19:42:59 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.3/Submit) id j8DHgw2I040371; Tue, 13 Sep 2005 19:42:58 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200509131742.j8DHgw2I040371@beaver.critical.ch> Date: Tue, 13 Sep 2005 19:42:58 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86078: new port: x11/fldiff - A graphical diff program using FLTK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 13 Sep 2005 17:50:06 -0000 >Number: 86078 >Category: ports >Synopsis: new port: x11/fldiff - A graphical diff program using FLTK >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 13 17:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386 >Description: new port: x11/fldiff - A graphical diff program using FLTK Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with. >How-To-Repeat: >Fix: --- fldiff.shar begins here --- # 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: # # fldiff # fldiff/Makefile # fldiff/pkg-descr # fldiff/distinfo # echo c - fldiff mkdir -p fldiff > /dev/null 2>&1 echo x - fldiff/Makefile sed 's/^X//' >fldiff/Makefile << 'END-of-fldiff/Makefile' X# New ports collection makefile for: fldiff X# Date created: 13 Sep 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= fldiff XPORTVERSION= 1.0 XCATEGORIES= x11 textproc XMASTER_SITES= http://www.easysw.com/~mike/fldiff/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-source X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A graphical diff program using FLTK X XLIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XMANCOMPRESSED= no X XCONFIGURE_ARGS+= --without-docdir X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XPLIST_FILES= bin/fldiff XMAN1= fldiff.1 X Xpost-patch: X @${REINPLACE_CMD} -e 's|\($$(CXX) $$(LDFLAGS)\)|\1 $$(CXXFLAGS)|' \ X ${WRKSRC}/Makefile.in X X.include END-of-fldiff/Makefile echo x - fldiff/pkg-descr sed 's/^X//' >fldiff/pkg-descr << 'END-of-fldiff/pkg-descr' XFldiff is a graphical diff program that shows the differences between two Xfiles/directories, or a file/directory and a CVS or Subversion repository. X XIt is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of XGUI toolkit has hampered their portability to many of the systems I work with. X XWWW: http://www.easysw.com/~mike/fldiff/ X X- ehaupt Xehaupt@critical.ch END-of-fldiff/pkg-descr echo x - fldiff/distinfo sed 's/^X//' >fldiff/distinfo << 'END-of-fldiff/distinfo' XMD5 (fldiff-1.0-source.tar.gz) = f2e0a3753263b49eb08a7421f688abc9 XSIZE (fldiff-1.0-source.tar.gz) = 137131 END-of-fldiff/distinfo exit --- fldiff.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: