Date: Wed, 7 Jan 2004 23:02:44 +0100 (CET) From: Vincent Tantardini <vinc@FreeBSD-fr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61043: [New Port] : x11-clocks/gdesklet-ebichuclock Message-ID: <20040107220244.CFCB56AC@sativa.0x45.org> Resent-Message-ID: <200401072210.i07MANpW064620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61043 >Category: ports >Synopsis: [New Port] : x11-clocks/gdesklet-ebichuclock >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: Wed Jan 07 14:10:22 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: Ebichuclock is something like emiclock with Ebichu in it. Ofcourse the idea is based on our favorite hamster (and no i do not mean hamtaro :-) >How-To-Repeat: >Fix: --- gdesklets-ebichuclock.port 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-ebichuclock # gdesklets-ebichuclock/Makefile # gdesklets-ebichuclock/distinfo # gdesklets-ebichuclock/pkg-descr # gdesklets-ebichuclock/pkg-message # gdesklets-ebichuclock/pkg-plist # echo c - gdesklets-ebichuclock mkdir -p gdesklets-ebichuclock > /dev/null 2>&1 echo x - gdesklets-ebichuclock/Makefile sed 's/^X//' >gdesklets-ebichuclock/Makefile << 'END-of-gdesklets-ebichuclock/Makefile' X# New ports collection makefile for: gdesklets-ebichuclock X# Date created: 07 January 2004 X# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org> X# X# $FreeBSD$ X# X XPORTNAME= ebichuclock XPORTVERSION= 0.1.1 XCATEGORIES= x11-clocks gnome XMASTER_SITES= http://gdesklets.gnomedesktop.org/files/ XPKGNAMEPREFIX= gdesklets- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A very simple clock with a small Ebichu picture in it X XRUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdesklets-core.pc:${PORTSDIR}/deskutils/gdesklets \ X ${X11BASE}/share/gnome/gdesklets/Sensors/Clock/__init__.py:${PORTSDIR}/x11-clocks/gdesklets-clock X XUSE_BZIP2= yes XUSE_X_PREFIX= yes X XNAME= ebichuclock XDATADIR= ${PREFIX}/share/gnome XPKGMESSAGE= ${WRKDIR}/pkg-message XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-build: X @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE} X Xdo-install: X @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx 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 @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-gdesklets-ebichuclock/Makefile echo x - gdesklets-ebichuclock/distinfo sed 's/^X//' >gdesklets-ebichuclock/distinfo << 'END-of-gdesklets-ebichuclock/distinfo' XMD5 (ebichuclock-0.1.1.tar.bz2) = 2a977f8753a1651d22d6b49860d5b1c0 END-of-gdesklets-ebichuclock/distinfo echo x - gdesklets-ebichuclock/pkg-descr sed 's/^X//' >gdesklets-ebichuclock/pkg-descr << 'END-of-gdesklets-ebichuclock/pkg-descr' XEbichuclock is something like emiclock with Ebichu in it. XOfcourse the idea is based on our favorite hamster X(and no i do not mean hamtaro :-) X XWWW: http://gdesklets.gnomedesktop.org/ END-of-gdesklets-ebichuclock/pkg-descr echo x - gdesklets-ebichuclock/pkg-message sed 's/^X//' >gdesklets-ebichuclock/pkg-message << 'END-of-gdesklets-ebichuclock/pkg-message' X XTo list displays installed by this port: X X gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%% X XTo add this desklet to your desktop: X X gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/<name>.display X END-of-gdesklets-ebichuclock/pkg-message echo x - gdesklets-ebichuclock/pkg-plist sed 's/^X//' >gdesklets-ebichuclock/pkg-plist << 'END-of-gdesklets-ebichuclock/pkg-plist' Xshare/gnome/gdesklets/Displays/ebichuclock/README Xshare/gnome/gdesklets/Displays/ebichuclock/ebichuclock-happy.display Xshare/gnome/gdesklets/Displays/ebichuclock/ebichuclock-pie.display Xshare/gnome/gdesklets/Displays/ebichuclock/ebichuclock-xface.display Xshare/gnome/gdesklets/Displays/ebichuclock/ebichuclock.display Xshare/gnome/gdesklets/Displays/ebichuclock/gfx/ebichu0.png Xshare/gnome/gdesklets/Displays/ebichuclock/gfx/ebichu1.png Xshare/gnome/gdesklets/Displays/ebichuclock/gfx/ebichu2.png Xshare/gnome/gdesklets/Displays/ebichuclock/gfx/ebichuclock.png X@dirrm share/gnome/gdesklets/Displays/ebichuclock/gfx X@dirrm share/gnome/gdesklets/Displays/ebichuclock END-of-gdesklets-ebichuclock/pkg-plist exit --- gdesklets-ebichuclock.port ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040107220244.CFCB56AC>