From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 5 15:30:42 2004 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 500FC16A4CE for ; Mon, 5 Jan 2004 15:30:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23F243D1D for ; Mon, 5 Jan 2004 15:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i05NUBFR044694 for ; Mon, 5 Jan 2004 15:30:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i05NUBYK044693; Mon, 5 Jan 2004 15:30:11 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 5 Jan 2004 15:30:11 -0800 (PST) Resent-Message-Id: <200401052330.i05NUBYK044693@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vincent Tantardini Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 271DE16A4D0 for ; Mon, 5 Jan 2004 15:20:20 -0800 (PST) Received: from sativa.0x45.org (dyn-81-166-7-163.ppp.tiscali.fr [81.166.7.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33BA43D4C for ; Mon, 5 Jan 2004 15:20:05 -0800 (PST) (envelope-from vinc@0x45.org) Received: by sativa.0x45.org (Postfix, from userid 1001) id BD2112CF; Tue, 6 Jan 2004 00:20:18 +0100 (CET) Message-Id: <20040105232018.BD2112CF@sativa.0x45.org> Date: Tue, 6 Jan 2004 00:20:18 +0100 (CET) From: Vincent Tantardini To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60957: [New Port] : x11-clocks/gdesklets-countdown X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vincent Tantardini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 23:30:42 -0000 >Number: 60957 >Category: ports >Synopsis: [New Port] : x11-clocks/gdesklets-countdown >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: Mon Jan 05 15:30:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Vincent Tantardini >Release: FreeBSD 4.9-STABLE i386 >Organization: Kerneled.com >Environment: System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386 >Description: This desklet allows to countdown the remaining time until a configurable date. It then displays a victorious 'Hurrah!', or whatever you set. It also provides an increasing counter ('countup' feature), displaying the time elapsed from the specified date. >How-To-Repeat: >Fix: --- gdesklets-countdown.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: # # gdesklets-countdown # gdesklets-countdown/Makefile # gdesklets-countdown/distinfo # gdesklets-countdown/pkg-descr # gdesklets-countdown/pkg-message # gdesklets-countdown/pkg-plist # echo c - gdesklets-countdown mkdir -p gdesklets-countdown > /dev/null 2>&1 echo x - gdesklets-countdown/Makefile sed 's/^X//' >gdesklets-countdown/Makefile << 'END-of-gdesklets-countdown/Makefile' X# New ports collection makefile for: gdesklets-countdown X# Date created: 06 January 2004 X# Whom: Vincent Tantardini X# X# $FreeBSD$ X# X XPORTNAME= countdown XPORTVERSION= 0.8 XCATEGORIES= x11-clocks gnome XMASTER_SITES= http://gdesklets.gnomedesktop.org/files/ XPKGNAMEPREFIX= gdesklets- XDISTNAME= Countdown-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Countdown the remaining time until a configurable date X XRUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdesklets-core.pc:${PORTSDIR}/deskutils/gdesklets X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XUSE_PYTHON= yes X XNAME= Countdown XDATADIR= ${PREFIX}/share/gnome X Xdo-build: X @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} X @${WRKSRC}/Install_LTVFontSelector_Sensor.bin --nomsg ${WRKSRC} X @${FIND} ${WRKSRC} -name '*.orig' -delete X Xdo-install: X @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx X @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} X @${MKDIR} ${DATADIR}/gdesklets/Sensors/LTVFontSelector/ X @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ X @${INSTALL_DATA} ${WRKSRC}/LTVFontSelector/*.py ${DATADIR}/gdesklets/Sensors/LTVFontSelector/ X @${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/ X @${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${DATADIR}/gdesklets/Displays/${NAME}/gfx/ X @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Displays/${NAME}/ X Xpost-install: X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} X @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/LTVFontSelector X @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/LTVFontSelector X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} X X.include END-of-gdesklets-countdown/Makefile echo x - gdesklets-countdown/distinfo sed 's/^X//' >gdesklets-countdown/distinfo << 'END-of-gdesklets-countdown/distinfo' XMD5 (Countdown-0.8.tar.bz2) = b69ba353eb51342a24b1588190f08431 END-of-gdesklets-countdown/distinfo echo x - gdesklets-countdown/pkg-descr sed 's/^X//' >gdesklets-countdown/pkg-descr << 'END-of-gdesklets-countdown/pkg-descr' XThis desklet allows to countdown the remaining time until a configurable Xdate. It then displays a victorious 'Hurrah!', or whatever you set. XIt also provides an increasing counter ('countup' feature), displaying Xthe time elapsed from the specified date. X XWWW: http://gdesklets.gnomedesktop.org/ END-of-gdesklets-countdown/pkg-descr echo x - gdesklets-countdown/pkg-message sed 's/^X//' >gdesklets-countdown/pkg-message << 'END-of-gdesklets-countdown/pkg-message' X## XTo view the README: X X cat %%PREFIX%%/share/gnome/gdesklets/Displays/Countdown/README X cat %%PREFIX%%/share/gnome/gdesklets/Sensors/Countdown/README X XTo view all installed applets: X X ls %%PREFIX%%/share/gnome/gdesklets/Displays X XTo use those applets: X X gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/Countdown/Countdown.display X XNOTE: Be sure to login as your user when you use the gdesklets command, X as the configuration will be stored in the ~/.gdesklets/ directory. X## END-of-gdesklets-countdown/pkg-message echo x - gdesklets-countdown/pkg-plist sed 's/^X//' >gdesklets-countdown/pkg-plist << 'END-of-gdesklets-countdown/pkg-plist' Xshare/gnome/gdesklets/Displays/Countdown/Countdown.display Xshare/gnome/gdesklets/Displays/Countdown/README Xshare/gnome/gdesklets/Displays/Countdown/gfx/frame.png Xshare/gnome/gdesklets/Displays/Countdown/gfx/safari1.png Xshare/gnome/gdesklets/Displays/Countdown/gfx/safari2.png Xshare/gnome/gdesklets/Displays/Countdown/gfx/safari3.png Xshare/gnome/gdesklets/Sensors/Countdown/__init__.py Xshare/gnome/gdesklets/Sensors/Countdown/__init__.pyc Xshare/gnome/gdesklets/Sensors/Countdown/__init__.pyo Xshare/gnome/gdesklets/Sensors/LTVFontSelector/__init__.py Xshare/gnome/gdesklets/Sensors/LTVFontSelector/__init__.pyc Xshare/gnome/gdesklets/Sensors/LTVFontSelector/__init__.pyo X@dirrm share/gnome/gdesklets/Sensors/LTVFontSelector X@dirrm share/gnome/gdesklets/Sensors/Countdown X@dirrm share/gnome/gdesklets/Displays/Countdown/gfx X@dirrm share/gnome/gdesklets/Displays/Countdown END-of-gdesklets-countdown/pkg-plist exit --- gdesklets-countdown.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: