summaryrefslogtreecommitdiffstats
path: root/deskutils/gdesklets-recentlyused
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gdesklets-recentlyused')
-rw-r--r--deskutils/gdesklets-recentlyused/Makefile44
-rw-r--r--deskutils/gdesklets-recentlyused/distinfo3
-rw-r--r--deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin18
-rw-r--r--deskutils/gdesklets-recentlyused/files/pkg-message.in14
-rw-r--r--deskutils/gdesklets-recentlyused/pkg-descr11
-rw-r--r--deskutils/gdesklets-recentlyused/pkg-plist16
6 files changed, 0 insertions, 106 deletions
diff --git a/deskutils/gdesklets-recentlyused/Makefile b/deskutils/gdesklets-recentlyused/Makefile
deleted file mode 100644
index 166923844..000000000
--- a/deskutils/gdesklets-recentlyused/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gdesklets-recentlyused
-# Date created: 02 September 2003
-# Whom: Mezz <mezz7@cox.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= recentlyused
-PORTVERSION= 0.6
-PORTREVISION= 5
-CATEGORIES= deskutils gnome
-MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
-PKGNAMEPREFIX= gdesklets-
-DISTNAME= recently-used-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A toolbar for the most recently used items from ~/.recently-used
-
-RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets
-
-USE_PYTHON= yes
-USE_XLIB= yes
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-NAME= RecentlyUsed
-DATADIR= ${PREFIX}/share/gnome
-
-do-build:
- @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
- @${FIND} ${WRKSRC} -name '*.orig' -delete
-
-do-install:
- @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}
- @${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME}
- @${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/
- @${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/
- @${INSTALL_DATA} ${WRKSRC}/${NAME}/AUTHORS ${DATADIR}/gdesklets/Sensors/${NAME}/
- @${CP} ${WRKSRC}/${NAME}/.recently-used ${DATADIR}/gdesklets/Sensors/${NAME}/
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/deskutils/gdesklets-recentlyused/distinfo b/deskutils/gdesklets-recentlyused/distinfo
deleted file mode 100644
index c8bf26e1a..000000000
--- a/deskutils/gdesklets-recentlyused/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (recently-used-0.6.tar.gz) = ab6752b577d74eff382c44c48194a405
-SHA256 (recently-used-0.6.tar.gz) = f230c3d63447016a72d0bec4f6b24c52e8893701fd52e2a773258113c27e323e
-SIZE (recently-used-0.6.tar.gz) = 9650
diff --git a/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin b/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin
deleted file mode 100644
index 16824f3c0..000000000
--- a/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin
+++ /dev/null
@@ -1,18 +0,0 @@
---- Install_RecentlyUsed_Sensor.bin.orig Sat Sep 20 01:59:52 2003
-+++ Install_RecentlyUsed_Sensor.bin Sat Sep 20 02:00:20 2003
-@@ -75,15 +75,9 @@
- else:
- cmd = "mkdir -p %(destination)s; cd %(destination)s; " X "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-recentlyused/files/pkg-message.in b/deskutils/gdesklets-recentlyused/files/pkg-message.in
deleted file mode 100644
index d24637207..000000000
--- a/deskutils/gdesklets-recentlyused/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-##
-To view the installed applets:
-
- ls %%PREFIX%%/share/gnome/gdesklets/Displays
-
-To use those applets:
-
- gdesklets open %%PREFIX%%/share/gnome/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/deskutils/gdesklets-recentlyused/pkg-descr b/deskutils/gdesklets-recentlyused/pkg-descr
deleted file mode 100644
index f770cc91f..000000000
--- a/deskutils/gdesklets-recentlyused/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-The Recently Used Toolbar displays icons for the most recently used items
-according to your GNOME ~/.recently-used file. The Desklet displays a
-configurable number of icons in the last used order. As you scroll over the
-icons in the toolbar they expand similar to the starter bar desklet. If the
-file has a thumbnail already created, then the thumbnail will be shown
-instead of the MIME icon.
-
-If you click on one of the icons in the toolbar it will launch the application
-that GNOME has associated with that specific MIME type.
-
-WWW: http://www.clarkson.edu/~clarkbw/desklets/
diff --git a/deskutils/gdesklets-recentlyused/pkg-plist b/deskutils/gdesklets-recentlyused/pkg-plist
deleted file mode 100644
index f133cfaa0..000000000
--- a/deskutils/gdesklets-recentlyused/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-share/gnome/gdesklets/Displays/RecentlyUsed/recently-used.display
-share/gnome/gdesklets/Sensors/RecentlyUsed/.recently-used
-share/gnome/gdesklets/Sensors/RecentlyUsed/AUTHORS
-share/gnome/gdesklets/Sensors/RecentlyUsed/Animator.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/Icon.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/MimeIcon.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/RecentFile.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/RecentParser.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/RecentReader.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/RfileSet.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/TestReader.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/TestRecent.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/TestRfileSet.py
-share/gnome/gdesklets/Sensors/RecentlyUsed/__init__.py
-@dirrm share/gnome/gdesklets/Sensors/RecentlyUsed
-@dirrm share/gnome/gdesklets/Displays/RecentlyUsed