diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /x11-clocks | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/Makefile | 48 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/files/Clock::__init__.py | 16 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/files/pkg-message.in | 19 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/pkg-descr | 3 | ||||
-rw-r--r-- | x11-clocks/gdesklets-clock/pkg-plist | 41 | ||||
-rw-r--r-- | x11-clocks/gdesklets-countdown/Makefile | 47 | ||||
-rw-r--r-- | x11-clocks/gdesklets-countdown/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/gdesklets-countdown/files/pkg-message.in | 17 | ||||
-rw-r--r-- | x11-clocks/gdesklets-countdown/pkg-descr | 6 | ||||
-rw-r--r-- | x11-clocks/gdesklets-countdown/pkg-plist | 16 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/Makefile | 35 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/files/pkg-message.in | 16 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/pkg-plist | 11 |
17 files changed, 0 insertions, 289 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 9ab8f0059255..d87abc842236 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -19,9 +19,6 @@ SUBDIR += dclock SUBDIR += emiclock SUBDIR += eyeclock - SUBDIR += gdesklets-clock - SUBDIR += gdesklets-countdown - SUBDIR += gdesklets-ebichuclock SUBDIR += glclock SUBDIR += gtubeclock SUBDIR += intclock diff --git a/x11-clocks/gdesklets-clock/Makefile b/x11-clocks/gdesklets-clock/Makefile deleted file mode 100644 index 5fbe7718bbda..000000000000 --- a/x11-clocks/gdesklets-clock/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $FreeBSD$ - -PORTNAME= clock -PORTVERSION= 0.32 -PORTREVISION= 14 -CATEGORIES= x11-clocks gnome -MASTER_SITES= http://www.gdesklets.info/archive/ -PKGNAMEPREFIX= gdesklets- -DISTNAME= clock-desklet-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Various clock displays for Gnome 2.x - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USES= python:2 - -SUB_FILES= pkg-message -SUB_LIST= NAME="${NAME}" - -DATADIR= ${PREFIX}/share/gdesklets -NAME= Clock - -LANG= de fr pt sq sr sr@Latn sv - -do-build: - @${PYTHON_CMD} ${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${PATCH} ${WRKSRC}/Clock/__init__.py < ${FILESDIR}/Clock::__init__.py - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME} - ${INSTALL_DATA} ${WRKSRC}/*.display ${STAGEDIR}${DATADIR}/Displays/${NAME} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DATADIR}/Displays/${NAME} - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - ${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - ${INSTALL_DATA} ${WRKSRC}/gfx/*.xcf ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/${NAME} - ${INSTALL_DATA} ${WRKSRC}/${NAME}/*.dat ${STAGEDIR}${DATADIR}/Sensors/${NAME} - ${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${STAGEDIR}${DATADIR}/Sensors/${NAME} -.for ii in ${LANG} - @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES - ${INSTALL_DATA} ${WRKSRC}/${NAME}/locale/${ii}/LC_MESSAGES/*.mo \ - ${STAGEDIR}${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES -.endfor - @${LN} -s ${DATADIR}/Displays/${NAME}/README \ - ${STAGEDIR}${DATADIR}/Sensors/${NAME}/README - -.include <bsd.port.mk> diff --git a/x11-clocks/gdesklets-clock/distinfo b/x11-clocks/gdesklets-clock/distinfo deleted file mode 100644 index 184564bd08cc..000000000000 --- a/x11-clocks/gdesklets-clock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clock-desklet-0.32.tar.gz) = 3fdf3e17104263454201f69709ec16bc00fd540ba8f20498876c7bee8b736072 -SIZE (clock-desklet-0.32.tar.gz) = 157407 diff --git a/x11-clocks/gdesklets-clock/files/Clock::__init__.py b/x11-clocks/gdesklets-clock/files/Clock::__init__.py deleted file mode 100644 index f0f063ed9da5..000000000000 --- a/x11-clocks/gdesklets-clock/files/Clock::__init__.py +++ /dev/null @@ -1,16 +0,0 @@ ---- __init__.py.bak Tue Mar 30 18:08:39 2004 -+++ __init__.py Tue Mar 30 18:11:36 2004 -@@ -149,8 +149,11 @@ - timezone = self._get_config("timezone") - if (timezone != self.__timezone): - self.__timezone = timezone -- offset = commands.getoutput("TZ=\"%(timezone)s\" date +%%z" -- % vars()) -+ if timezone == "localtime": -+ offset = commands.getoutput("date +%z") -+ else: -+ offset = commands.getoutput("TZ=\"%(timezone)s\" date +%%z" -+ % vars()) - sign = (offset[0] == "+") and 1 or -1 - hours = int(offset[1:3]) - mins = int(offset[3:5]) diff --git a/x11-clocks/gdesklets-clock/files/pkg-message.in b/x11-clocks/gdesklets-clock/files/pkg-message.in deleted file mode 100644 index 20688a163ff3..000000000000 --- a/x11-clocks/gdesklets-clock/files/pkg-message.in +++ /dev/null @@ -1,19 +0,0 @@ -## -To view the README: - - cat %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/README - cat %%PREFIX%%/share/gdesklets/Sensors/%%NAME%%/README - -To view the installed applets: - - ls %%PREFIX%%/share/gdesklets/Displays - -To use those applets: - - gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/${name}.display - -Replace ${name} with the correct name of the applets you want to use. - -NOTE: Be sure to login as your user when you use the gdesklets command, - as the configuration will be stored in the ~/.gdesklets/ directory. -## diff --git a/x11-clocks/gdesklets-clock/pkg-descr b/x11-clocks/gdesklets-clock/pkg-descr deleted file mode 100644 index 7b1846240f52..000000000000 --- a/x11-clocks/gdesklets-clock/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Clock sensor with various clock displays. - -WWW: http://archive.gdesklets.info/ diff --git a/x11-clocks/gdesklets-clock/pkg-plist b/x11-clocks/gdesklets-clock/pkg-plist deleted file mode 100644 index 7b4bf935c554..000000000000 --- a/x11-clocks/gdesklets-clock/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -share/gdesklets/Displays/Clock/README -share/gdesklets/Displays/Clock/gfx/clock.png -share/gdesklets/Displays/Clock/gfx/gnomeclock.png -share/gdesklets/Displays/Clock/gfx/gnomeclock.xcf -share/gdesklets/Displays/Clock/gfx/osXclock.png -share/gdesklets/Displays/Clock/gfx/pocketwatch.png -share/gdesklets/Displays/Clock/gfx/pocketwatch.xcf -share/gdesklets/Displays/Clock/gfx/rafclock.png -share/gdesklets/Displays/Clock/gnomeclock.display -share/gdesklets/Displays/Clock/osXclock.display -share/gdesklets/Displays/Clock/plainclock.display -share/gdesklets/Displays/Clock/pocket-watch.display -share/gdesklets/Displays/Clock/rafclock.display -share/gdesklets/Sensors/Clock/README -share/gdesklets/Sensors/Clock/__init__.py -share/gdesklets/Sensors/Clock/locale/de/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/fr/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/pt/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/sq/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/sr/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/sr@Latn/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/locale/sv/LC_MESSAGES/gdesklets.mo -share/gdesklets/Sensors/Clock/timezones.dat -@dirrm share/gdesklets/Sensors/Clock/locale/sv/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/sv -@dirrm share/gdesklets/Sensors/Clock/locale/sr@Latn/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/sr@Latn -@dirrm share/gdesklets/Sensors/Clock/locale/sr/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/sr -@dirrm share/gdesklets/Sensors/Clock/locale/sq/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/sq -@dirrm share/gdesklets/Sensors/Clock/locale/pt/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/pt -@dirrm share/gdesklets/Sensors/Clock/locale/fr/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/fr -@dirrm share/gdesklets/Sensors/Clock/locale/de/LC_MESSAGES -@dirrm share/gdesklets/Sensors/Clock/locale/de -@dirrm share/gdesklets/Sensors/Clock/locale -@dirrm share/gdesklets/Sensors/Clock -@dirrm share/gdesklets/Displays/Clock/gfx -@dirrm share/gdesklets/Displays/Clock diff --git a/x11-clocks/gdesklets-countdown/Makefile b/x11-clocks/gdesklets-countdown/Makefile deleted file mode 100644 index 8ee7e4cc2312..000000000000 --- a/x11-clocks/gdesklets-countdown/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org> -# $FreeBSD$ - -PORTNAME= countdown -PORTVERSION= 0.8 -PORTREVISION= 14 -CATEGORIES= x11-clocks gnome -MASTER_SITES= http://www.gdesklets.info/archive/ -PKGNAMEPREFIX= gdesklets- -DISTNAME= juju-countdown-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Countdown the remaining time until a configurable date - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/juju-countdown - -USES= python - -SUB_FILES= pkg-message -SUB_LIST= NAME="${NAME}" - -DATADIR= ${PREFIX}/share/gdesklets -NAME= Countdown - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME} - (cd ${WRKSRC} && ${INSTALL_DATA} README *.display \ - ${STAGEDIR}${DATADIR}/Displays/${NAME}) - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - (cd ${WRKSRC}/gfx && ${INSTALL_DATA} *.png \ - ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx) - @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/${NAME} - (cd ${WRKSRC}/Sensors/${NAME} && ${INSTALL_DATA} *.py \ - ${STAGEDIR}${DATADIR}/Sensors/${NAME}) - @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/LTVFontSelector - (cd ${WRKSRC}/Sensors/LTVFontSelector && ${INSTALL_DATA} *.py \ - ${STAGEDIR}${DATADIR}/Sensors/LTVFontSelector) - @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ - -d ${DATADIR} -f ${DATADIR_REL}) - @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O -m compileall \ - -d ${DATADIR} -f ${DATADIR_REL}) - -.include <bsd.port.mk> diff --git a/x11-clocks/gdesklets-countdown/distinfo b/x11-clocks/gdesklets-countdown/distinfo deleted file mode 100644 index c21718b7add0..000000000000 --- a/x11-clocks/gdesklets-countdown/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (juju-countdown-0.8.tar.gz) = 86da89d14f1b10241872d3cbe3cf4ce84af006cd71d774a5656859d649243081 -SIZE (juju-countdown-0.8.tar.gz) = 31365 diff --git a/x11-clocks/gdesklets-countdown/files/pkg-message.in b/x11-clocks/gdesklets-countdown/files/pkg-message.in deleted file mode 100644 index 5424feb95d75..000000000000 --- a/x11-clocks/gdesklets-countdown/files/pkg-message.in +++ /dev/null @@ -1,17 +0,0 @@ -## -To view the README: - - cat %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/README - cat %%PREFIX%%/share/gdesklets/Sensors/%%NAME%%/README - -To view the installed applets: - - ls %%PREFIX%%/share/gdesklets/Displays - -To use those applets: - - gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/%%NAME%%.display - -NOTE: Be sure to login as your user when you use the gdesklets command, - as the configuration will be stored in the ~/.gdesklets/ directory. -## diff --git a/x11-clocks/gdesklets-countdown/pkg-descr b/x11-clocks/gdesklets-countdown/pkg-descr deleted file mode 100644 index e142d7456125..000000000000 --- a/x11-clocks/gdesklets-countdown/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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. - -WWW: http://archive.gdesklets.info/ diff --git a/x11-clocks/gdesklets-countdown/pkg-plist b/x11-clocks/gdesklets-countdown/pkg-plist deleted file mode 100644 index feab11e48c57..000000000000 --- a/x11-clocks/gdesklets-countdown/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -share/gdesklets/Displays/Countdown/Countdown.display -share/gdesklets/Displays/Countdown/README -share/gdesklets/Displays/Countdown/gfx/frame.png -share/gdesklets/Displays/Countdown/gfx/safari1.png -share/gdesklets/Displays/Countdown/gfx/safari2.png -share/gdesklets/Displays/Countdown/gfx/safari3.png -share/gdesklets/Sensors/Countdown/__init__.py -share/gdesklets/Sensors/Countdown/__init__.pyc -share/gdesklets/Sensors/Countdown/__init__.pyo -share/gdesklets/Sensors/LTVFontSelector/__init__.py -share/gdesklets/Sensors/LTVFontSelector/__init__.pyc -share/gdesklets/Sensors/LTVFontSelector/__init__.pyo -@dirrm share/gdesklets/Sensors/LTVFontSelector -@dirrm share/gdesklets/Sensors/Countdown -@dirrm share/gdesklets/Displays/Countdown/gfx -@dirrm share/gdesklets/Displays/Countdown diff --git a/x11-clocks/gdesklets-ebichuclock/Makefile b/x11-clocks/gdesklets-ebichuclock/Makefile deleted file mode 100644 index 27628a834857..000000000000 --- a/x11-clocks/gdesklets-ebichuclock/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org> -# $FreeBSD$ - -PORTNAME= ebichuclock -PORTVERSION= 0.1.1 -PORTREVISION= 14 -CATEGORIES= x11-clocks gnome -MASTER_SITES= http://www.gdesklets.info/archive/ -PKGNAMEPREFIX= gdesklets- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple clock with a small Ebichu picture in it - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ - ${LOCALBASE}/share/gdesklets/Sensors/Clock/__init__.py:${PORTSDIR}/x11-clocks/gdesklets-clock - -WRKSRC= ${WRKDIR}/${PORTNAME} - -NO_BUILD= yes -USES= python - -SUB_FILES= pkg-message -SUB_LIST= NAME="${NAME}" - -DATADIR= ${PREFIX}/share/gdesklets -NAME= ebichuclock - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME} - ${INSTALL_DATA} ${WRKSRC}/*.display ${STAGEDIR}${DATADIR}/Displays/${NAME} - @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - ${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DATADIR}/Displays/${NAME} - -.include <bsd.port.mk> diff --git a/x11-clocks/gdesklets-ebichuclock/distinfo b/x11-clocks/gdesklets-ebichuclock/distinfo deleted file mode 100644 index 2160c3beed88..000000000000 --- a/x11-clocks/gdesklets-ebichuclock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ebichuclock-0.1.1.tar.gz) = 5a5bc76859b1ff42425600d59e5e646dfdb1c324f2901f5d1e2988a70fd38e48 -SIZE (ebichuclock-0.1.1.tar.gz) = 30760 diff --git a/x11-clocks/gdesklets-ebichuclock/files/pkg-message.in b/x11-clocks/gdesklets-ebichuclock/files/pkg-message.in deleted file mode 100644 index 90821c5ebe1b..000000000000 --- a/x11-clocks/gdesklets-ebichuclock/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -## -To view the README: - - cat %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/README - -To view the installed applets: - - ls %%PREFIX%%/share/gdesklets/Displays - -To use those applets: - - gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/%%NAME%%.display - -NOTE: Be sure to login as your user when you use the gdesklets command, - as the configuration will be stored in the ~/.gdesklets/ directory. -## diff --git a/x11-clocks/gdesklets-ebichuclock/pkg-descr b/x11-clocks/gdesklets-ebichuclock/pkg-descr deleted file mode 100644 index 8a17ac38fd19..000000000000 --- a/x11-clocks/gdesklets-ebichuclock/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 :-) - -WWW: http://archive.gdesklets.info/ diff --git a/x11-clocks/gdesklets-ebichuclock/pkg-plist b/x11-clocks/gdesklets-ebichuclock/pkg-plist deleted file mode 100644 index 4e4807c622e2..000000000000 --- a/x11-clocks/gdesklets-ebichuclock/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -share/gdesklets/Displays/ebichuclock/README -share/gdesklets/Displays/ebichuclock/ebichuclock-happy.display -share/gdesklets/Displays/ebichuclock/ebichuclock-pie.display -share/gdesklets/Displays/ebichuclock/ebichuclock-xface.display -share/gdesklets/Displays/ebichuclock/ebichuclock.display -share/gdesklets/Displays/ebichuclock/gfx/ebichu0.png -share/gdesklets/Displays/ebichuclock/gfx/ebichu1.png -share/gdesklets/Displays/ebichuclock/gfx/ebichu2.png -share/gdesklets/Displays/ebichuclock/gfx/ebichuclock.png -@dirrm share/gdesklets/Displays/ebichuclock/gfx -@dirrm share/gdesklets/Displays/ebichuclock |