Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2005 16:10:14 GMT
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/75863: New port: deskutils/timer-applet, a countdown timer applet for the GNOME panel
Message-ID:  <200501121610.j0CGAE5u067183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/75863; it has been noted by GNATS.

From: Jean-Yves Lefort <jylefort@brutele.be>
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 <jylefort@brutele.be>
 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 <bsd.port.mk>
 END-of-timer-applet/Makefile
 exit
 



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