diff options
author | pav <pav@FreeBSD.org> | 2005-09-01 04:37:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-01 04:37:05 +0800 |
commit | a079e5046ee0ba6a4740585b696bdb41684d2ecd (patch) | |
tree | 25fc703ada9ffa3d8a148e409fc8abfea8126b0e | |
parent | b7bc429a6c98dc3fff438b009b2e365f57d063c5 (diff) | |
download | freebsd-ports-gnome-a079e5046ee0ba6a4740585b696bdb41684d2ecd.tar.gz freebsd-ports-gnome-a079e5046ee0ba6a4740585b696bdb41684d2ecd.tar.zst freebsd-ports-gnome-a079e5046ee0ba6a4740585b696bdb41684d2ecd.zip |
- Retire some gdesklets-psi ports. They don't run on recent gdesklets versions,
they are gone from website and their future is dimm.
PR: ports/85370
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
65 files changed, 10 insertions, 853 deletions
@@ -1603,3 +1603,13 @@ russian/nagios||2005-08-30|Obsoleted; new version is not planned security/gnutls-devel|security/gnutls|2005-08-30|Development version of GnuTLS is no longer being released www/py-websvcs|net/py-soappy|2005-08-30|duplicate port x11-toolkits/wxgtk26-contrib-utils|2005-08-31|Deprecated +deskutils/gdesklets-psi_displaypackage||2005-08-31|removed; broken with recent gdesklets +deskutils/gdesklets-sensor-psi_externalinterval||2005-08-31|removed; broken with recent gdesklets +deskutils/gdesklets-sensor-psi_memo||2005-08-31|removed; broken with recent gdesklets +deskutils/gdesklets-sensor-psi_memoover||2005-08-31|removed; broken with recent gdesklets +sysutils/gdesklets-sensor-psi_memory||2005-08-31|removed; broken with recent gdesklets +sysutils/gdesklets-sensor-psi_cpu||2005-08-31|removed; broken with recent gdesklets +sysutils/gdesklets-sensor-psi_disk||2005-08-31|removed; broken with recent gdesklets +net/gdesklets-sensor-psi_ping||2005-08-31|removed; broken with recent gdesklets +mail/gdesklets-sensor-psi_popmail||2005-08-31|removed; broken with recent gdesklets +deskutils/gdesklets-sensor-psi_variableborder||2005-08-31|removed; broken with recent gdesklets diff --git a/deskutils/Makefile b/deskutils/Makefile index a2cad302c2c4..b16f14834b37 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -34,16 +34,11 @@ SUBDIR += gdesklets-calendar SUBDIR += gdesklets-gnomebar SUBDIR += gdesklets-ltvariations - SUBDIR += gdesklets-psi_displaypackage SUBDIR += gdesklets-psi_themes SUBDIR += gdesklets-recentlyused SUBDIR += gdesklets-sensor-displayconstraints - SUBDIR += gdesklets-sensor-psi_externalinterval SUBDIR += gdesklets-sensor-psi_iconbutton - SUBDIR += gdesklets-sensor-psi_memo - SUBDIR += gdesklets-sensor-psi_memoover SUBDIR += gdesklets-sensor-psi_theme - SUBDIR += gdesklets-sensor-psi_variableborder SUBDIR += gdesklets-starterbar SUBDIR += gemcal SUBDIR += genius diff --git a/deskutils/gdesklets-psi_displaypackage/Makefile b/deskutils/gdesklets-psi_displaypackage/Makefile deleted file mode 100644 index 45a4743d36f1..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gdesklets-psi_displaypackage -# Date created: 21 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= displaypackage -PORTVERSION= 0.2 -PORTREVISION= 2 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-psi_ -DISTNAME= PsiDisplayPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= The Psi Display Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ - ${DATADIR}/Sensors/CPU/__init__.py:${PORTSDIR}/sysutils/gdesklets-sensor-psi_cpu \ - ${DATADIR}/Sensors/Disk/__init__.py:${PORTSDIR}/sysutils/gdesklets-sensor-psi_disk \ - ${DATADIR}/Sensors/ExternalInterval/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_externalinterval \ - ${DATADIR}/Sensors/Memo/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_memo \ - ${DATADIR}/Sensors/MemoOver/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_memoover \ - ${DATADIR}/Sensors/Memory/__init__.py:${PORTSDIR}/sysutils/gdesklets-sensor-psi_memory \ - ${DATADIR}/Sensors/Network/__init__.py:${PORTSDIR}/net/gdesklets-sensor-psi_network \ - ${DATADIR}/Sensors/Ping/__init__.py:${PORTSDIR}/net/gdesklets-sensor-psi_ping \ - ${DATADIR}/Sensors/popmail/__init__.py:${PORTSDIR}/mail/gdesklets-sensor-psi_popmail \ - ${DATADIR}/Sensors/Theme/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_theme \ - ${DATADIR}/Sensors/VariableBorder/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_variableborder \ - ${DATADIR}/Sensors/IconButton/__init__.py:${PORTSDIR}/deskutils/gdesklets-sensor-psi_iconbutton - -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= psi-displays -DATADIR= ${PREFIX}/share/gnome/gdesklets -WRKSRC= ${WRKDIR}/${NAME}-v${PORTVERSION} -NO_BUILD= yes - -do-install: - @${FIND} ${WRKSRC} -name '*.orig' -delete - @${MKDIR} ${DATADIR}/Displays/${NAME} - @${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}/ - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-psi_displaypackage/distinfo b/deskutils/gdesklets-psi_displaypackage/distinfo deleted file mode 100644 index 3bc1bf4861e4..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiDisplayPackage-20040420.tar.gz) = a0c479d1a20df6a4838e84fdc4f0e7db -SIZE (PsiDisplayPackage-20040420.tar.gz) = 130931 diff --git a/deskutils/gdesklets-psi_displaypackage/files/patch-fortune.display b/deskutils/gdesklets-psi_displaypackage/files/patch-fortune.display deleted file mode 100644 index 1460062033c9..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/files/patch-fortune.display +++ /dev/null @@ -1,11 +0,0 @@ ---- fortune.display.orig Thu Apr 22 11:51:38 2004 -+++ fortune.display Thu Apr 22 11:51:50 2004 -@@ -6,7 +6,7 @@ - version="0.2.3" - description="Themable fortune (needs the Theme,FontSelector,ExternalInterval sensors)"/> - -- <sensor id="fortune" module="ExternalInterval,fortune|iconv -t=UTF-8,Fortune refresh,5000"/> -+ <sensor id="fortune" module="ExternalInterval,fortune|iconv -t UTF-8,Fortune refresh,5000"/> - <sensor id="FS" module="FontSelector,1,Sans 8,white"/> - <sensor id="THbg" module="Theme,Psi-Disp-Themes,backgrounds"/> - <sensor id="THb" module="Theme,Psi-Disp-Themes,borders"/> diff --git a/deskutils/gdesklets-psi_displaypackage/files/patch-info.display b/deskutils/gdesklets-psi_displaypackage/files/patch-info.display deleted file mode 100644 index dccae242c755..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/files/patch-info.display +++ /dev/null @@ -1,13 +0,0 @@ ---- info.display.orig Fri Oct 24 12:31:48 2003 -+++ info.display Fri Nov 21 23:35:34 2003 -@@ -6,8 +6,8 @@ - version="0.2.1" - description="Shows the uptime,kernel version, CPU load, user name and hostname (needs the Theme,CPU,FontSelector,External sensors)"/> - -- <sensor id="uptime" module="External,uptime|tr -s ' ' '\t' |cut -f 4|cut -d \, -f 1,60000"/> -- <sensor id="kernel" module="External,cat /proc/version|cut -d ' ' -f 1-3,0"/> -+ <sensor id="uptime" module="External,uptime| sed -e 's@.*up @@'|cut -d \, -f 1,60000"/> -+ <sensor id="kernel" module="External,uname -r,0"/> - <sensor id="CPU" module="CPU,1000"/> - <sensor id="who" module="External,whoami,0"/> - <sensor id="hostname" module="External,hostname|cut -d . -f 1,0"/> diff --git a/deskutils/gdesklets-psi_displaypackage/pkg-descr b/deskutils/gdesklets-psi_displaypackage/pkg-descr deleted file mode 100644 index 0d9c9a4acf85..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Displays : -borders, clock, diskinfo, fortune, info, meminfo, memo, -networkinfo, popmail, ping, variable-borders, info-altuptime. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/deskutils/gdesklets-psi_displaypackage/pkg-message b/deskutils/gdesklets-psi_displaypackage/pkg-message deleted file mode 100644 index 9f6293c7ecb6..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -## -To view all installed applets: - - ls ${PREFIX}/share/gnome/gdesklets/Displays - -To use those applets: - - gdesklets open ${PREFIX}/share/gnome/gdesklets/Displays/psi-displays/${name}.display - -Replace ${name} with the correct name of the display you want to use. - -NOTE: Be sure to login as your user when you use the gdesklets command, - as some data will be stored in the ~/.gdesklets/ directory. -## diff --git a/deskutils/gdesklets-psi_displaypackage/pkg-plist b/deskutils/gdesklets-psi_displaypackage/pkg-plist deleted file mode 100644 index 3344a22919dd..000000000000 --- a/deskutils/gdesklets-psi_displaypackage/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -share/gnome/gdesklets/Displays/psi-displays/border-bottom-left.display -share/gnome/gdesklets/Displays/psi-displays/border-bottom-right.display -share/gnome/gdesklets/Displays/psi-displays/border-top-left.display -share/gnome/gdesklets/Displays/psi-displays/border-top-right.display -share/gnome/gdesklets/Displays/psi-displays/clock.display -share/gnome/gdesklets/Displays/psi-displays/diskinfo.display -share/gnome/gdesklets/Displays/psi-displays/fortune.display -share/gnome/gdesklets/Displays/psi-displays/info-altuptime.display -share/gnome/gdesklets/Displays/psi-displays/info.display -share/gnome/gdesklets/Displays/psi-displays/meminfo.display -share/gnome/gdesklets/Displays/psi-displays/memo.display -share/gnome/gdesklets/Displays/psi-displays/memoover.display -share/gnome/gdesklets/Displays/psi-displays/networkinfo.display -share/gnome/gdesklets/Displays/psi-displays/ping.display -share/gnome/gdesklets/Displays/psi-displays/popmail.display -share/gnome/gdesklets/Displays/psi-displays/variable-border-left.display -share/gnome/gdesklets/Displays/psi-displays/variable-border-right.display -share/gnome/gdesklets/Displays/psi-displays/variable-space.display -@dirrm share/gnome/gdesklets/Displays/psi-displays diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/Makefile b/deskutils/gdesklets-sensor-psi_externalinterval/Makefile deleted file mode 100644 index f7cecb5d0449..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_externalinterval -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= externalinterval -PORTVERSION= 0.1.4 -PORTREVISION= 2 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-20040420 - -MAINTAINER= klammer@webonaut.com -COMMENT= ExternalInterval sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -NAME= ExternalInterval -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/distinfo b/deskutils/gdesklets-sensor-psi_externalinterval/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/files/patch-Install_ExternalInterval_Sensor.bin b/deskutils/gdesklets-sensor-psi_externalinterval/files/patch-Install_ExternalInterval_Sensor.bin deleted file mode 100644 index b9b8d24fccac..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/files/patch-Install_ExternalInterval_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_ExternalInterval_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_ExternalInterval_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-descr b/deskutils/gdesklets-sensor-psi_externalinterval/pkg-descr deleted file mode 100644 index bcddf4a18bc8..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ExternalInterval from the Psi Sensor Package. - -This sensor is similar to the 'External' sensor but allows the -user to choose the update frequency thanks to the configuraton. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-message b/deskutils/gdesklets-sensor-psi_externalinterval/pkg-message deleted file mode 100644 index e9f08a3d0b5e..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/ExternalInterval/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-plist b/deskutils/gdesklets-sensor-psi_externalinterval/pkg-plist deleted file mode 100644 index 74cbd1e29e20..000000000000 --- a/deskutils/gdesklets-sensor-psi_externalinterval/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/ExternalInterval/__init__.py -share/gnome/gdesklets/Sensors/ExternalInterval/__init__.pyc -share/gnome/gdesklets/Sensors/ExternalInterval/__init__.pyo -share/gnome/gdesklets/Sensors/ExternalInterval/README -@dirrm share/gnome/gdesklets/Sensors/ExternalInterval diff --git a/deskutils/gdesklets-sensor-psi_memo/Makefile b/deskutils/gdesklets-sensor-psi_memo/Makefile deleted file mode 100644 index c4de03535698..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_memo -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= memo -PORTVERSION= 0.1.5 -PORTREVISION= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= Memo Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= Memo -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-sensor-psi_memo/distinfo b/deskutils/gdesklets-sensor-psi_memo/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/deskutils/gdesklets-sensor-psi_memo/files/patch-Install_Memo_Sensor.bin b/deskutils/gdesklets-sensor-psi_memo/files/patch-Install_Memo_Sensor.bin deleted file mode 100644 index fe343f6e8682..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/files/patch-Install_Memo_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_Memo_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_Memo_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/deskutils/gdesklets-sensor-psi_memo/pkg-descr b/deskutils/gdesklets-sensor-psi_memo/pkg-descr deleted file mode 100644 index f519b06f7f08..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Memo Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/deskutils/gdesklets-sensor-psi_memo/pkg-message b/deskutils/gdesklets-sensor-psi_memo/pkg-message deleted file mode 100644 index 2db9048e2f62..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/Memo/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/deskutils/gdesklets-sensor-psi_memo/pkg-plist b/deskutils/gdesklets-sensor-psi_memo/pkg-plist deleted file mode 100644 index 807fa6f1a429..000000000000 --- a/deskutils/gdesklets-sensor-psi_memo/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/Memo/__init__.py -share/gnome/gdesklets/Sensors/Memo/__init__.pyc -share/gnome/gdesklets/Sensors/Memo/__init__.pyo -share/gnome/gdesklets/Sensors/Memo/README -@dirrm share/gnome/gdesklets/Sensors/Memo diff --git a/deskutils/gdesklets-sensor-psi_memoover/Makefile b/deskutils/gdesklets-sensor-psi_memoover/Makefile deleted file mode 100644 index 8afd4c459650..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_memoover -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= memoover -PORTVERSION= 0.1.2 -PORTREVISION= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= MemoOver Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= MemoOver -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} -EXAMPLESDIR= ${PREFIX}/share/examples/${NAME} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/*.py ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/INSTALLATION ${EXAMPLESDIR} - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-sensor-psi_memoover/distinfo b/deskutils/gdesklets-sensor-psi_memoover/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/deskutils/gdesklets-sensor-psi_memoover/files/patch-Install_MemoOver_Sensor.bin b/deskutils/gdesklets-sensor-psi_memoover/files/patch-Install_MemoOver_Sensor.bin deleted file mode 100644 index 008730e45596..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/files/patch-Install_MemoOver_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_MemoOver_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_MemoOver_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/deskutils/gdesklets-sensor-psi_memoover/pkg-descr b/deskutils/gdesklets-sensor-psi_memoover/pkg-descr deleted file mode 100644 index 0fcee866f1f5..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -MemoOver Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/deskutils/gdesklets-sensor-psi_memoover/pkg-message b/deskutils/gdesklets-sensor-psi_memoover/pkg-message deleted file mode 100644 index 2dabf85ccab4..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/MemoOver/README - -## !! IMPORTANT !! - -To use this Sensor you must copy memo2.py _and_ memo2-gtodo.py from - -${PREFIX}/share/examples/MemoOver/ in to your ~/.gdesklets directory. - -## - -For further Information please do the follwing command: - - cat ${PREFIX}/share/examples/MemoOver/INSTALLATION - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/deskutils/gdesklets-sensor-psi_memoover/pkg-plist b/deskutils/gdesklets-sensor-psi_memoover/pkg-plist deleted file mode 100644 index 9876019568ee..000000000000 --- a/deskutils/gdesklets-sensor-psi_memoover/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%EXAMPLESDIR%%/INSTALLATION -%%EXAMPLESDIR%%/memo2.py -%%EXAMPLESDIR%%/memo2-gtodo.py -share/gnome/gdesklets/Sensors/MemoOver/__init__.py -share/gnome/gdesklets/Sensors/MemoOver/__init__.pyc -share/gnome/gdesklets/Sensors/MemoOver/__init__.pyo -share/gnome/gdesklets/Sensors/MemoOver/README -@dirrm share/gnome/gdesklets/Sensors/MemoOver -@dirrm %%EXAMPLESDIR%% diff --git a/deskutils/gdesklets-sensor-psi_variableborder/Makefile b/deskutils/gdesklets-sensor-psi_variableborder/Makefile deleted file mode 100644 index c31ad9de4e76..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_variableborder -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= variableborder -PORTVERSION= 0.1.4 -PORTREVISION= 2 -CATEGORIES= deskutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= VariableBorder Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= VariableBorder -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/deskutils/gdesklets-sensor-psi_variableborder/distinfo b/deskutils/gdesklets-sensor-psi_variableborder/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/deskutils/gdesklets-sensor-psi_variableborder/files/patch-Install_VariableBorder_Sensor.bin b/deskutils/gdesklets-sensor-psi_variableborder/files/patch-Install_VariableBorder_Sensor.bin deleted file mode 100644 index 487a15d554dc..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/files/patch-Install_VariableBorder_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_VariableBorder_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_VariableBorder_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/deskutils/gdesklets-sensor-psi_variableborder/pkg-descr b/deskutils/gdesklets-sensor-psi_variableborder/pkg-descr deleted file mode 100644 index 9b7ab1e42941..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -VariableBorder Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/deskutils/gdesklets-sensor-psi_variableborder/pkg-message b/deskutils/gdesklets-sensor-psi_variableborder/pkg-message deleted file mode 100644 index bf49cd0075b8..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/VariableBorder/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/deskutils/gdesklets-sensor-psi_variableborder/pkg-plist b/deskutils/gdesklets-sensor-psi_variableborder/pkg-plist deleted file mode 100644 index 847608fe4cd6..000000000000 --- a/deskutils/gdesklets-sensor-psi_variableborder/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/VariableBorder/__init__.py -share/gnome/gdesklets/Sensors/VariableBorder/__init__.pyc -share/gnome/gdesklets/Sensors/VariableBorder/__init__.pyo -share/gnome/gdesklets/Sensors/VariableBorder/README -@dirrm share/gnome/gdesklets/Sensors/VariableBorder diff --git a/mail/Makefile b/mail/Makefile index 9e5ad464f700..d838aba441bd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -109,7 +109,6 @@ SUBDIR += gbuffy SUBDIR += gdesklets-enhallmail SUBDIR += gdesklets-imapmail - SUBDIR += gdesklets-sensor-psi_popmail SUBDIR += gensig SUBDIR += getmail SUBDIR += gkrellmmailwatch diff --git a/mail/gdesklets-sensor-psi_popmail/Makefile b/mail/gdesklets-sensor-psi_popmail/Makefile deleted file mode 100644 index 10ef1d526b21..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_popmail -# Date created: 21 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= popmail -PORTVERSION= 0.1.5 -PORTREVISION= 1 -CATEGORIES= mail gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= Popmail Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= popmail -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/gdesklets-sensor-psi_popmail/distinfo b/mail/gdesklets-sensor-psi_popmail/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/mail/gdesklets-sensor-psi_popmail/files/patch-Install_popmail_Sensor.bin b/mail/gdesklets-sensor-psi_popmail/files/patch-Install_popmail_Sensor.bin deleted file mode 100644 index b7d716a3e8c1..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/files/patch-Install_popmail_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_popmail_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_popmail_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/mail/gdesklets-sensor-psi_popmail/pkg-descr b/mail/gdesklets-sensor-psi_popmail/pkg-descr deleted file mode 100644 index 97cb9e831f0e..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -popmail Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/mail/gdesklets-sensor-psi_popmail/pkg-message b/mail/gdesklets-sensor-psi_popmail/pkg-message deleted file mode 100644 index 72b972746eee..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/popmail/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/mail/gdesklets-sensor-psi_popmail/pkg-plist b/mail/gdesklets-sensor-psi_popmail/pkg-plist deleted file mode 100644 index 92328e5943cd..000000000000 --- a/mail/gdesklets-sensor-psi_popmail/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/popmail/__init__.py -share/gnome/gdesklets/Sensors/popmail/__init__.pyc -share/gnome/gdesklets/Sensors/popmail/__init__.pyo -share/gnome/gdesklets/Sensors/popmail/README -@dirrm share/gnome/gdesklets/Sensors/popmail diff --git a/net/Makefile b/net/Makefile index 4542db6966d8..4a95badbeb02 100644 --- a/net/Makefile +++ b/net/Makefile @@ -165,7 +165,6 @@ SUBDIR += gdesklets-lt-network SUBDIR += gdesklets-networkinfo SUBDIR += gdesklets-sensor-psi_network - SUBDIR += gdesklets-sensor-psi_ping SUBDIR += generic-nqs SUBDIR += geotrace SUBDIR += ggsd diff --git a/net/gdesklets-sensor-psi_ping/Makefile b/net/gdesklets-sensor-psi_ping/Makefile deleted file mode 100644 index 0709bf7abf19..000000000000 --- a/net/gdesklets-sensor-psi_ping/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_ping -# Date created: 21 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= ping -PORTVERSION= 0.1.0 -PORTREVISION= 2 -CATEGORIES= net gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= Ping Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= Ping -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - -.include <bsd.port.mk> diff --git a/net/gdesklets-sensor-psi_ping/distinfo b/net/gdesklets-sensor-psi_ping/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/net/gdesklets-sensor-psi_ping/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/net/gdesklets-sensor-psi_ping/files/patch-Install_Ping_Sensor.bin b/net/gdesklets-sensor-psi_ping/files/patch-Install_Ping_Sensor.bin deleted file mode 100644 index f3ad844d7c45..000000000000 --- a/net/gdesklets-sensor-psi_ping/files/patch-Install_Ping_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_Ping_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_Ping_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/net/gdesklets-sensor-psi_ping/pkg-descr b/net/gdesklets-sensor-psi_ping/pkg-descr deleted file mode 100644 index ce686ebb0d7c..000000000000 --- a/net/gdesklets-sensor-psi_ping/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ping Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/net/gdesklets-sensor-psi_ping/pkg-plist b/net/gdesklets-sensor-psi_ping/pkg-plist deleted file mode 100644 index f604b10812c7..000000000000 --- a/net/gdesklets-sensor-psi_ping/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -share/gnome/gdesklets/Sensors/Ping/__init__.py -share/gnome/gdesklets/Sensors/Ping/__init__.pyc -share/gnome/gdesklets/Sensors/Ping/__init__.pyo -@dirrm share/gnome/gdesklets/Sensors/Ping diff --git a/sysutils/Makefile b/sysutils/Makefile index 461fb55f3561..f933adfaf4f3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -173,9 +173,6 @@ SUBDIR += gcombust SUBDIR += gconf-editor SUBDIR += gdesklets-multitail - SUBDIR += gdesklets-sensor-psi_cpu - SUBDIR += gdesklets-sensor-psi_disk - SUBDIR += gdesklets-sensor-psi_memory SUBDIR += gfslicer SUBDIR += gkfreq SUBDIR += gkleds2 diff --git a/sysutils/gdesklets-sensor-psi_cpu/Makefile b/sysutils/gdesklets-sensor-psi_cpu/Makefile deleted file mode 100644 index 62fcadd94908..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_cpu -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= cpu -PORTVERSION= 0.2.0 -PORTREVISION= 2 -CATEGORIES= sysutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= CPU sensor form the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= CPU -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/sysutils/gdesklets-sensor-psi_cpu/distinfo b/sysutils/gdesklets-sensor-psi_cpu/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/sysutils/gdesklets-sensor-psi_cpu/files/patch-Install_CPU_Sensor.bin b/sysutils/gdesklets-sensor-psi_cpu/files/patch-Install_CPU_Sensor.bin deleted file mode 100644 index 038beaa9edbb..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/files/patch-Install_CPU_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_CPU_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_CPU_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/sysutils/gdesklets-sensor-psi_cpu/pkg-descr b/sysutils/gdesklets-sensor-psi_cpu/pkg-descr deleted file mode 100644 index 4c4f890316d7..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CPU sensor form the Psi Sensor Package - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/sysutils/gdesklets-sensor-psi_cpu/pkg-message b/sysutils/gdesklets-sensor-psi_cpu/pkg-message deleted file mode 100644 index affa49dc64c7..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/CPU/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/sysutils/gdesklets-sensor-psi_cpu/pkg-plist b/sysutils/gdesklets-sensor-psi_cpu/pkg-plist deleted file mode 100644 index 97bf77a35c1b..000000000000 --- a/sysutils/gdesklets-sensor-psi_cpu/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/CPU/__init__.py -share/gnome/gdesklets/Sensors/CPU/__init__.pyc -share/gnome/gdesklets/Sensors/CPU/__init__.pyo -share/gnome/gdesklets/Sensors/CPU/README -@dirrm share/gnome/gdesklets/Sensors/CPU diff --git a/sysutils/gdesklets-sensor-psi_disk/Makefile b/sysutils/gdesklets-sensor-psi_disk/Makefile deleted file mode 100644 index eca91ba6261e..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_disk -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= disk -PORTVERSION= 0.2.0 -PORTREVISION= 2 -CATEGORIES= sysutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-20040420 - -MAINTAINER= klammer@webonaut.com -COMMENT= Disk Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -NAME= Disk -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/sysutils/gdesklets-sensor-psi_disk/distinfo b/sysutils/gdesklets-sensor-psi_disk/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/sysutils/gdesklets-sensor-psi_disk/files/patch-Install_Disk_Sensor.bin b/sysutils/gdesklets-sensor-psi_disk/files/patch-Install_Disk_Sensor.bin deleted file mode 100644 index ccaececbdf2b..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/files/patch-Install_Disk_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_Disk_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_Disk_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/sysutils/gdesklets-sensor-psi_disk/pkg-descr b/sysutils/gdesklets-sensor-psi_disk/pkg-descr deleted file mode 100644 index 8be02dbc4ba2..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Disk Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/sysutils/gdesklets-sensor-psi_disk/pkg-message b/sysutils/gdesklets-sensor-psi_disk/pkg-message deleted file mode 100644 index 2073e1426f55..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/Disk/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/sysutils/gdesklets-sensor-psi_disk/pkg-plist b/sysutils/gdesklets-sensor-psi_disk/pkg-plist deleted file mode 100644 index 17ad64ab0f45..000000000000 --- a/sysutils/gdesklets-sensor-psi_disk/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/Disk/__init__.py -share/gnome/gdesklets/Sensors/Disk/__init__.pyc -share/gnome/gdesklets/Sensors/Disk/__init__.pyo -share/gnome/gdesklets/Sensors/Disk/README -@dirrm share/gnome/gdesklets/Sensors/Disk diff --git a/sysutils/gdesklets-sensor-psi_memory/Makefile b/sysutils/gdesklets-sensor-psi_memory/Makefile deleted file mode 100644 index 636eb815d6c9..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gdesklets-sensor-psi_memory -# Date created: 20 September 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# - -PORTNAME= memory -PORTVERSION= 0.2.1 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ -PKGNAMEPREFIX= gdesklets-sensor-psi_ -DISTNAME= PsiSensorPackage-${DISTVERSION} - -MAINTAINER= klammer@webonaut.com -COMMENT= Memory Sensor from the Psi Sensor Package - -RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets - -USE_PYTHON= yes -USE_X_PREFIX= yes - -DISTVERSION= 20040420 -NAME= Memory -DATADIR= ${PREFIX}/share/gnome -WRKSRC= ${WRKDIR}/${NAME}-${PORTVERSION} - -do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${FIND} ${WRKSRC} -name '*.orig' -delete - -do-install: - @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME} - @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Sensors/${NAME}/ - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DATADIR}/gdesklets/Sensors/${NAME} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/sysutils/gdesklets-sensor-psi_memory/distinfo b/sysutils/gdesklets-sensor-psi_memory/distinfo deleted file mode 100644 index 9558f940131d..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PsiSensorPackage-20040420.tar.gz) = a2e795b4b0c52d31f711eccebf0568f4 -SIZE (PsiSensorPackage-20040420.tar.gz) = 28428 diff --git a/sysutils/gdesklets-sensor-psi_memory/files/patch-Install_Memory_Sensor.bin b/sysutils/gdesklets-sensor-psi_memory/files/patch-Install_Memory_Sensor.bin deleted file mode 100644 index 73c03441e2b0..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/files/patch-Install_Memory_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_Memory_Sensor.bin.orig Wed Nov 19 18:34:09 2003 -+++ Install_Memory_Sensor.bin Wed Nov 19 18:34:26 2003 -@@ -75,15 +75,9 @@ - else: - cmd = "mkdir -p %(destination)s; cd %(destination)s; " \ - "LANG=C tar -xzvf %(tmp)s 2>&1" -- fail, out = commands.getstatusoutput(cmd % vars()) -+ commands.getstatusoutput(cmd % vars()) - os.unlink(tmp) - -- if (fail): -- if (no_message): print ERROR_TAR + out -- else: message(ERROR_TAR + out, "error") -- sys.exit(1) -- -- print out - if (not list_only): - if (no_message): print SUCCESS - else: message(SUCCESS, "info") diff --git a/sysutils/gdesklets-sensor-psi_memory/pkg-descr b/sysutils/gdesklets-sensor-psi_memory/pkg-descr deleted file mode 100644 index 88e8d7647694..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Memory Sensor from the Psi Sensor Package. - -WWW: http://gdesklets.gnomedesktop.org/ diff --git a/sysutils/gdesklets-sensor-psi_memory/pkg-message b/sysutils/gdesklets-sensor-psi_memory/pkg-message deleted file mode 100644 index 39ab5ef4ebce..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -## -To view the README, do the command following: - - cat ${PREFIX}/share/gnome/gdesklets/Sensors/Memory/README - -This is just a sensor, to actually see the data it collects, you have to install -an appropriate display plugin. -## diff --git a/sysutils/gdesklets-sensor-psi_memory/pkg-plist b/sysutils/gdesklets-sensor-psi_memory/pkg-plist deleted file mode 100644 index 6871267bb3ab..000000000000 --- a/sysutils/gdesklets-sensor-psi_memory/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/gnome/gdesklets/Sensors/Memory/__init__.py -share/gnome/gdesklets/Sensors/Memory/__init__.pyc -share/gnome/gdesklets/Sensors/Memory/__init__.pyo -share/gnome/gdesklets/Sensors/Memory/README -@dirrm share/gnome/gdesklets/Sensors/Memory |