Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2005 19:42:58 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86078: new port: x11/fldiff - A graphical diff program using FLTK 
Message-ID:  <200509131742.j8DHgw2I040371@beaver.critical.ch>
Resent-Message-ID: <200509131750.j8DHo5PZ067176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <ehaupt@critical.ch>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509131742.j8DHgw2I040371>