Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Mar 2003 22:44:34 +0100 (CET)
From:      Franz Klammer <klammer@webonaut.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Joe Marcus Clarke <marcus@marcuscom.com>
Subject:   ports/48822: NEW PORT: zenity - a rewrite of gdialog
Message-ID:  <20030301214434.09E8A2842F@sisko.webonaut.com>

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

>Number:         48822
>Category:       ports
>Synopsis:       NEW PORT: zenity - a rewrite of gdialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 01 13:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Franz Klammer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ds9.webonaut.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Feb 24 18:15:34 CET 2003 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386


	
>Description:
	i'm a little bit unsure with all the depends. 
	hopefully everything is ok if i've done.

	the port install, run and removes without errors.

	let me know if i do something wrong.
>How-To-Repeat:
	
>Fix:

	

--- zenity.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:
#
#	zenity
#	zenity/Makefile
#	zenity/distinfo
#	zenity/pkg-descr
#	zenity/pkg-plist
#
echo c - zenity
mkdir -p zenity > /dev/null 2>&1
echo x - zenity/Makefile
sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile'
X# New ports collection makefile for:	zenity
X# Date created:				01 Mar 2003
X# Whom:					Franz Klammer <klammer@webonaut.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zenity
XPORTVERSION=	1.0
XCATEGORIES=	x11 gnome
XMASTER_SITES=	http://ftp.acc.umu.se/pub/GNOME/sources/zenity/1.0/
X
XMAINTAINER=	klammer@webonaut.com
XCOMMENT=	A rewrite of gdialog
X
XLIB_DEPEND=	gconf-2:${PORTSDIR}/devel/gconf2 \
X		glade-2.0.0:${PORTSDIR}/devel/libglade2 \
X		gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas \
X		popt.0:${PORTSDIR}/devel/popt
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XUSE_GNOMENG=	yes
XUSE_GNOME=	gnomeprefix gnomehack
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_REINPLACE=	yes
X
XCONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
X
Xpre-configure:
X	@${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'
X
X.include <bsd.port.mk>
END-of-zenity/Makefile
echo x - zenity/distinfo
sed 's/^X//' >zenity/distinfo << 'END-of-zenity/distinfo'
XMD5 (zenity-1.0.tar.bz2) = 10d88ad482a2583541d2f823839c1132
END-of-zenity/distinfo
echo x - zenity/pkg-descr
sed 's/^X//' >zenity/pkg-descr << 'END-of-zenity/pkg-descr'
XThis is zenity - a rewrite of gdialog, the GNOME port of dialog
Xwhich allows you to display dialog boxes from the commandline
Xand shell scripts. If you understand, things are just as they 
Xare. If you don't understand, things are just as they are.
END-of-zenity/pkg-descr
echo x - zenity/pkg-plist
sed 's/^X//' >zenity/pkg-plist << 'END-of-zenity/pkg-plist'
Xbin/zenity
Xshare/gnome/omf/zenity/zenity-C.omf
Xshare/gnome/zenity/clothes/gnome-tshirt.png
Xshare/gnome/zenity/clothes/monk.png
Xshare/gnome/zenity/clothes/sunglasses.png
Xshare/gnome/zenity/help/C/figures/zenity-calendar-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-entry-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-error-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-fileselection-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-information-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-list-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-progress-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-question-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-text-screenshot.png
Xshare/gnome/zenity/help/C/figures/zenity-warning-screenshot.png
Xshare/gnome/zenity/help/C/legal.xml
Xshare/gnome/zenity/help/C/zenity.xml
Xshare/gnome/zenity/zenity-calendar.png
Xshare/gnome/zenity/zenity-entry.png
Xshare/gnome/zenity/zenity-file.png
Xshare/gnome/zenity/zenity-list.png
Xshare/gnome/zenity/zenity-progress.png
Xshare/gnome/zenity/zenity-text.png
Xshare/gnome/zenity/zenity.glade
Xshare/gnome/zenity/zenity.png
X@dirrm share/gnome/omf/zenity
X@dirrm share/gnome/zenity/help/C/figures
X@dirrm share/gnome/zenity/help/C
X@dirrm share/gnome/zenity/help
X@dirrm share/gnome/zenity/clothes
X@dirrm share/gnome/zenity
END-of-zenity/pkg-plist
exit
--- zenity.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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