From ehaupt@beaver.critical.ch  Tue Sep 13 17:43:00 2005
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 89FA016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: x11/fldiff - A graphical diff program using FLTK 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86078
>Category:       ports
>Synopsis:       new port: x11/fldiff - A graphical diff program using FLTK
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 17:50:05 GMT 2005
>Closed-Date:    Wed Sep 14 00:42:11 GMT 2005
>Last-Modified:  Wed Sep 14 00:42:11 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Tue Sep 13 22:43:20 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86078 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Wed Sep 14 00:39:22 GMT 2005 
State-Changed-Why:  
Committed (as textproc/fldiff) with a few modifications, thanks! 

Notes: 
- the x11 category should usually not appear in a CATEGORIES line, see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html 
- it is not necessary (although harmless) to use ${CFLAGS}/${CXXFLAGS} in 
the link command 
- ports must not specify their own optimization flags, see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-cflags.html 
- in order to ensure proper permissions/ownerships, files must be installed 
with ${INSTALL_*}, not cp 

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