From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 12 16:10:14 2005 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 D51B516A4CE for ; Wed, 12 Jan 2005 16:10:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33D543D2D for ; Wed, 12 Jan 2005 16:10:14 +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 j0CGAERl067184 for ; Wed, 12 Jan 2005 16:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0CGAE5u067183; Wed, 12 Jan 2005 16:10:14 GMT (envelope-from gnats) Date: Wed, 12 Jan 2005 16:10:14 GMT Message-Id: <200501121610.j0CGAE5u067183@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Yves Lefort Subject: Re: ports/75863: New port: deskutils/timer-applet, a countdown timer applet for the GNOME panel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 16:10:15 -0000 The following reply was made to PR ports/75863; it has been noted by GNATS. From: Jean-Yves Lefort To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/75863: New port: deskutils/timer-applet, a countdown timer applet for the GNOME panel Date: Wed, 12 Jan 2005 17:06:58 +0100 Version 0.2: # 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: # # timer-applet # timer-applet/pkg-plist # timer-applet/pkg-descr # timer-applet/distinfo # timer-applet/Makefile # echo c - timer-applet mkdir -p timer-applet > /dev/null 2>&1 echo x - timer-applet/pkg-plist sed 's/^X//' >timer-applet/pkg-plist << 'END-of-timer-applet/pkg-plist' Xlibdata/bonobo/servers/timer-applet.server Xlibexec/timer-applet Xshare/gnome/gnome-2.0/ui/timer-applet.xml Xshare/gnome/pixmaps/timer-applet/timer-applet-icon.png X@dirrm share/gnome/pixmaps/timer-applet END-of-timer-applet/pkg-plist echo x - timer-applet/pkg-descr sed 's/^X//' >timer-applet/pkg-descr << 'END-of-timer-applet/pkg-descr' XTimer Applet is a countdown timer applet for the GNOME panel. X XHighlights: X X * Quickly set a time and the applet will notify you when X time's up X * Create presets for quick access to frequently-used times X * Small and unobtrusive. Choose to either view the remaining X time right in the panel or hide it so you don't get X distracted by the countdown. You can still view the X remaining time by hovering your mouse over the timer icon X * User interface follows the GNOME Human Interface Guidelines X XWWW: http://timerapplet.sourceforge.net/ X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-timer-applet/pkg-descr echo x - timer-applet/distinfo sed 's/^X//' >timer-applet/distinfo << 'END-of-timer-applet/distinfo' XMD5 (timer-applet-0.2.tar.gz) = fb4fc2cf3f794bf35149ffa908b32cf8 XSIZE (timer-applet-0.2.tar.gz) = 122133 END-of-timer-applet/distinfo echo x - timer-applet/Makefile sed 's/^X//' >timer-applet/Makefile << 'END-of-timer-applet/Makefile' X# New ports collection makefile for: timer-applet X# Date created: 05 January 2005 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= timer-applet XPORTVERSION= 0.2 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= timerapplet X XMAINTAINER= jylefort@brutele.be XCOMMENT= A countdown timer applet for the GNOME panel X XRUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2 X XUSE_X_PREFIX= yes XUSE_GNOME= gnomehack gnomeprefix gnomepanel XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --bindir="${PREFIX}/libexec" X Xpost-patch: X @${REINPLACE_CMD} -e \ X 's|/usr/share/pixmaps/||; \ X s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ X ${WRKSRC}/timer-applet.server X @${REINPLACE_CMD} -e \ X 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ X ${WRKSRC}/src/timer-applet.c X X.include END-of-timer-applet/Makefile exit