diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-05 21:20:33 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-05 21:20:33 +0800 |
commit | 78554c3c0ffaed9b649164bbb6c814db20399f32 (patch) | |
tree | 1bb0909538524642ccd3b52fd4422da959f22bec | |
parent | e02106158931226a22863fb6c320436dd6b3a563 (diff) | |
download | freebsd-ports-gnome-78554c3c0ffaed9b649164bbb6c814db20399f32.tar.gz freebsd-ports-gnome-78554c3c0ffaed9b649164bbb6c814db20399f32.tar.zst freebsd-ports-gnome-78554c3c0ffaed9b649164bbb6c814db20399f32.zip |
- Remove deskutils/gdesklets-ltvariations;
- Project is dead and unfetchable since 2004
- Port has passed EXPIRATION_DATE
Approved by: clement (mentor)
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/Makefile | 61 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/files/LTVClock::__init__.py | 14 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/files/LTVUptime::__init__.py | 20 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/pkg-message | 17 | ||||
-rw-r--r-- | deskutils/gdesklets-ltvariations/pkg-plist | 65 |
10 files changed, 1 insertions, 186 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 7e292f2d7322..51a42148ff80 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -2797,7 +2797,6 @@ gdesklets-countdown ports/x11-clocks/gdesklets-countdown gdesklets-ebichuclock ports/x11-clocks/gdesklets-ebichuclock gdesklets-goodweather ports/astro/gdesklets-goodweather gdesklets-irc ports/irc/gdesklets-irc -gdesklets-ltvariations ports/deskutils/gdesklets-ltvariations gdesklets-multitail ports/sysutils/gdesklets-multitail gdesklets-praytime ports/x11-clocks/gdesklets-praytime gdesklets-recentlyused ports/deskutils/gdesklets-recentlyused @@ -2049,3 +2049,4 @@ devel/py-ansistyle||2005-12-31|Replaced by py-ll-core devel/py-ll-url||2005-12-31|Replaced by py-ll-core misc/gkrellmaflag||2005-12-31|Unfetchable devel/libmusclecard|devel/pcsc-lite|2006-01-02|Reintegrated into pcsc-lite port +deskutils/gdesklets-ltvariations||2006-01-04|Deleted; dead and unfetchable diff --git a/deskutils/Makefile b/deskutils/Makefile index 69ccfd6b6491..07c364eb0e51 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -36,7 +36,6 @@ SUBDIR += gdeskcal SUBDIR += gdeskcal-skins SUBDIR += gdesklets - SUBDIR += gdesklets-ltvariations SUBDIR += gdesklets-recentlyused SUBDIR += gdesklets-sensor-displayconstraints SUBDIR += gdesklets-starterbar diff --git a/deskutils/gdesklets-ltvariations/Makefile b/deskutils/gdesklets-ltvariations/Makefile deleted file mode 100644 index dccb3c4370bf..000000000000 --- a/deskutils/gdesklets-ltvariations/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gdesklets-ltvariations -# Date created: 20 March 2004 -# Whom: Tim Bishop <tim@bishnet.net> -# -# $FreeBSD$ -# - -PORTNAME= ltvariations -PORTVERSION= 0.26 -PORTREVISION= 9 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets- -DISTNAME= LTVariations-${PORTVERSION} - -MAINTAINER= tdb@FreeBSD.org -COMMENT= A collection of sensors and displays - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -DEPRECATED= Project is dead and unfetchable since 2004 -EXPIRATION_DATE=2005-12-31 - -USE_PYTHON= yes -USE_X_PREFIX= yes - -SENSORS= LTVMemory LTVFontSelector LTVUptime LTVBorder LTVClock \ - LTVCommand LTVCpu LTVDisk -DISPLAY= LTCandy - -WRKSRC= ${WRKDIR} -DATADIR= ${PREFIX}/share/gnome -PKGMESSAGE= ${WRKDIR}/pkg-message - -do-build: -.for ii in ${SENSORS} - @${WRKSRC}/Sensors/Install_${ii}_Sensor.bin --nomsg ${WRKSRC} -.endfor - @${PATCH} ${WRKSRC}/LTVUptime/__init__.py < ${FILESDIR}/LTVUptime::__init__.py - @${PATCH} ${WRKSRC}/LTVClock/__init__.py < ${FILESDIR}/LTVClock::__init__.py - @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%DISPLAY%%|${DISPLAY}|g' > ${PKGMESSAGE} - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Displays/${DISPLAY}/gfx/bg -.for ii in ${SENSORS} - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${ii} - @${INSTALL_DATA} ${WRKSRC}/${ii}/*.py ${DATADIR}/gdesklets/Sensors/${ii}/ -.endfor - @${INSTALL_DATA} ${WRKSRC}/LTVClock/timezones.dat ${DATADIR}/gdesklets/Sensors/LTVClock/ - @${INSTALL_DATA} ${WRKSRC}/Displays/${DISPLAY}/*.display ${DATADIR}/gdesklets/Displays/${DISPLAY}/ - @${INSTALL_DATA} ${WRKSRC}/Displays/${DISPLAY}/gfx/*.png ${DATADIR}/gdesklets/Displays/${DISPLAY}/gfx/ - @${INSTALL_DATA} ${WRKSRC}/Displays/${DISPLAY}/gfx/bg/*.png ${DATADIR}/gdesklets/Displays/${DISPLAY}/gfx/bg/ - -post-install: -.for ii in ${SENSORS} - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${ii} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${ii} -.endfor - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-ltvariations/distinfo b/deskutils/gdesklets-ltvariations/distinfo deleted file mode 100644 index 6db4660f4dc8..000000000000 --- a/deskutils/gdesklets-ltvariations/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (LTVariations-0.26.tar.gz) = f9eb7f81aab5e20cd5405a9666937107 -SHA256 (LTVariations-0.26.tar.gz) = ee69f69b80e19b16981ee45ac96c6fac92c87eab845be45cbaacc3ba0f73b4b0 -SIZE (LTVariations-0.26.tar.gz) = 61907 diff --git a/deskutils/gdesklets-ltvariations/files/LTVClock::__init__.py b/deskutils/gdesklets-ltvariations/files/LTVClock::__init__.py deleted file mode 100644 index 876e5adb569c..000000000000 --- a/deskutils/gdesklets-ltvariations/files/LTVClock::__init__.py +++ /dev/null @@ -1,14 +0,0 @@ ---- __init__.py.bak Sun Mar 28 15:47:22 2004 -+++ __init__.py Sun Mar 28 15:47:55 2004 -@@ -126,7 +126,10 @@ - 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/deskutils/gdesklets-ltvariations/files/LTVUptime::__init__.py b/deskutils/gdesklets-ltvariations/files/LTVUptime::__init__.py deleted file mode 100644 index 4b415071cd56..000000000000 --- a/deskutils/gdesklets-ltvariations/files/LTVUptime::__init__.py +++ /dev/null @@ -1,20 +0,0 @@ ---- __init__.py.bak Fri Mar 26 22:08:26 2004 -+++ __init__.py Fri Mar 26 22:08:49 2004 -@@ -21,7 +21,7 @@ - self._set_config_type("update", TYPE_INT, int(interval)) - self._set_config_type("format", TYPE_STRING, format) - self._set_config_type("host", TYPE_STRING, commands.getoutput("uname -n")) -- self._set_config_type("os", TYPE_STRING, commands.getoutput("uname -o")) -+ self._set_config_type("os", TYPE_STRING, commands.getoutput("uname -s")) - self._set_config_type("kernel", TYPE_STRING, commands.getoutput("uname -s")) - self._set_config_type("version", TYPE_STRING, commands.getoutput("uname -r")) - self._set_config_type("processor", TYPE_STRING, commands.getoutput("uname -p")) -@@ -63,7 +63,7 @@ - - def draw_uptime(self, data): - if self.__enable[ 0 ] != "0" : -- uptime = float( commands.getoutput("cat /proc/uptime").split()[0] ) -+ uptime = time.time() - float(commands.getoutput("sysctl kern.boottime").split()[4][:-1]) - d = int( uptime / 60 / 60 / 24 ) - uptime = uptime - d * 60 * 60 * 24 - h = int( uptime / 60 / 60 ) diff --git a/deskutils/gdesklets-ltvariations/pkg-descr b/deskutils/gdesklets-ltvariations/pkg-descr deleted file mode 100644 index 31613ef30599..000000000000 --- a/deskutils/gdesklets-ltvariations/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LTVariations is a collection of Sensors with advanced configuration, -and a set of Displays (LTCandy) which demonstrate their functionality. - -WWW: http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=46 diff --git a/deskutils/gdesklets-ltvariations/pkg-message b/deskutils/gdesklets-ltvariations/pkg-message deleted file mode 100644 index 2df3dc85fe80..000000000000 --- a/deskutils/gdesklets-ltvariations/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -## -To list displays installed by this port: - - ls %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%% - -To add these desklet to your desktop: - - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%%/clock.display - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%%/disk.display - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%%/memory.display - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%%/processor.display - gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/%%DISPLAY%%/weather.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 - and/or gconf database. -## diff --git a/deskutils/gdesklets-ltvariations/pkg-plist b/deskutils/gdesklets-ltvariations/pkg-plist deleted file mode 100644 index a63c88f81562..000000000000 --- a/deskutils/gdesklets-ltvariations/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -share/gnome/gdesklets/Displays/LTCandy/clock.display -share/gnome/gdesklets/Displays/LTCandy/disk.display -share/gnome/gdesklets/Displays/LTCandy/gfx/background.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/both.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/bottom.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/none.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/top.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/w-both.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/w-bottom.png -share/gnome/gdesklets/Displays/LTCandy/gfx/bg/w-top.png -share/gnome/gdesklets/Displays/LTCandy/gfx/cpu-border.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-cdrom.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-directory.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-files.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-floppy.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-hd.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-home.png -share/gnome/gdesklets/Displays/LTCandy/gfx/disk-network.png -share/gnome/gdesklets/Displays/LTCandy/gfx/gauge-150.png -share/gnome/gdesklets/Displays/LTCandy/gfx/gauge-50.png -share/gnome/gdesklets/Displays/LTCandy/gfx/gauge-border.png -share/gnome/gdesklets/Displays/LTCandy/gfx/gauge.png -share/gnome/gdesklets/Displays/LTCandy/gfx/memory.png -share/gnome/gdesklets/Displays/LTCandy/gfx/top.png -share/gnome/gdesklets/Displays/LTCandy/gfx/x.png -share/gnome/gdesklets/Displays/LTCandy/gfx/xclock.png -share/gnome/gdesklets/Displays/LTCandy/memory.display -share/gnome/gdesklets/Displays/LTCandy/processor.display -share/gnome/gdesklets/Displays/LTCandy/weather.display -share/gnome/gdesklets/Sensors/LTVBorder/__init__.py -share/gnome/gdesklets/Sensors/LTVBorder/__init__.pyc -share/gnome/gdesklets/Sensors/LTVBorder/__init__.pyo -share/gnome/gdesklets/Sensors/LTVClock/__init__.py -share/gnome/gdesklets/Sensors/LTVClock/__init__.pyc -share/gnome/gdesklets/Sensors/LTVClock/__init__.pyo -share/gnome/gdesklets/Sensors/LTVClock/timezones.dat -share/gnome/gdesklets/Sensors/LTVCommand/__init__.py -share/gnome/gdesklets/Sensors/LTVCommand/__init__.pyc -share/gnome/gdesklets/Sensors/LTVCommand/__init__.pyo -share/gnome/gdesklets/Sensors/LTVCpu/__init__.py -share/gnome/gdesklets/Sensors/LTVCpu/__init__.pyc -share/gnome/gdesklets/Sensors/LTVCpu/__init__.pyo -share/gnome/gdesklets/Sensors/LTVDisk/__init__.py -share/gnome/gdesklets/Sensors/LTVDisk/__init__.pyc -share/gnome/gdesklets/Sensors/LTVDisk/__init__.pyo -share/gnome/gdesklets/Sensors/LTVFontSelector/__init__.py -share/gnome/gdesklets/Sensors/LTVFontSelector/__init__.pyc -share/gnome/gdesklets/Sensors/LTVFontSelector/__init__.pyo -share/gnome/gdesklets/Sensors/LTVMemory/__init__.py -share/gnome/gdesklets/Sensors/LTVMemory/__init__.pyc -share/gnome/gdesklets/Sensors/LTVMemory/__init__.pyo -share/gnome/gdesklets/Sensors/LTVUptime/__init__.py -share/gnome/gdesklets/Sensors/LTVUptime/__init__.pyc -share/gnome/gdesklets/Sensors/LTVUptime/__init__.pyo -@dirrm share/gnome/gdesklets/Displays/LTCandy/gfx/bg -@dirrm share/gnome/gdesklets/Displays/LTCandy/gfx -@dirrm share/gnome/gdesklets/Displays/LTCandy -@dirrm share/gnome/gdesklets/Sensors/LTVBorder -@dirrm share/gnome/gdesklets/Sensors/LTVClock -@dirrm share/gnome/gdesklets/Sensors/LTVCommand -@dirrm share/gnome/gdesklets/Sensors/LTVCpu -@dirrm share/gnome/gdesklets/Sensors/LTVDisk -@dirrm share/gnome/gdesklets/Sensors/LTVFontSelector -@dirrm share/gnome/gdesklets/Sensors/LTVMemory -@dirrm share/gnome/gdesklets/Sensors/LTVUptime |