# 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.1.tar.gz) = 7118309ea594e349b7865b970373a539 XSIZE (timer-applet-0.1.tar.gz) = 106456 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.1 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