summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile2
-rw-r--r--x11/hotwire-shell/Makefile31
-rw-r--r--x11/hotwire-shell/distinfo2
-rw-r--r--x11/hotwire-shell/files/patch-hotwire__ui_renderers_file.py14
-rw-r--r--x11/hotwire-shell/files/patch-setup.py10
-rw-r--r--x11/hotwire-shell/pkg-descr4
-rw-r--r--x11/keynav/Makefile35
-rw-r--r--x11/keynav/distinfo2
-rw-r--r--x11/keynav/pkg-descr4
9 files changed, 0 insertions, 104 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 74f22fa3b3ce..2ad40254a8b8 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -99,7 +99,6 @@
SUBDIR += gtkchtheme
SUBDIR += gtkterm2
SUBDIR += guake
- SUBDIR += hotwire-shell
SUBDIR += hs-X11
SUBDIR += hs-X11-xft
SUBDIR += hs-xmobar
@@ -126,7 +125,6 @@
SUBDIR += keybinder-gtk3
SUBDIR += keyboardcast
SUBDIR += keylaunch
- SUBDIR += keynav
SUBDIR += kf5-frameworkintegration
SUBDIR += kf5-frameworks
SUBDIR += kf5-kactivities
diff --git a/x11/hotwire-shell/Makefile b/x11/hotwire-shell/Makefile
deleted file mode 100644
index a5ffee5e6d48..000000000000
--- a/x11/hotwire-shell/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Ashish Shukla <wahjava@gmail.com>
-# $FreeBSD$
-
-PORTNAME= hotwire-shell
-PORTVERSION= 0.721
-PORTREVISION= 6
-CATEGORIES= x11
-MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= hotwire-${DISTVERSION}
-
-MAINTAINER= ashish@FreeBSD.org
-COMMENT= Object-oriented hypershell
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \
- ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo \
- ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:devel/py-gobject \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
- ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:x11-toolkits/py-vte
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= python:2
-USE_PYTHON= autoplist distutils
-USE_GNOME= pygnome2 pygtk2 pygtksourceview
-INSTALLS_ICONS= yes
-
-.include <bsd.port.mk>
diff --git a/x11/hotwire-shell/distinfo b/x11/hotwire-shell/distinfo
deleted file mode 100644
index e9161729d06f..000000000000
--- a/x11/hotwire-shell/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (hotwire-0.721.tar.gz) = 52a8baec11abe154d97e638d33d43c6fd04373a0fde7ae47cc10e59c0470b03d
-SIZE (hotwire-0.721.tar.gz) = 242374
diff --git a/x11/hotwire-shell/files/patch-hotwire__ui_renderers_file.py b/x11/hotwire-shell/files/patch-hotwire__ui_renderers_file.py
deleted file mode 100644
index 9d6b772e1cd0..000000000000
--- a/x11/hotwire-shell/files/patch-hotwire__ui_renderers_file.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- hotwire_ui/renderers/file.py.orig
-+++ hotwire_ui/renderers/file.py
-@@ -245,7 +245,10 @@
- menuitem = gtk.ImageMenuItem(_('Edit with %s') % (prefeditor.name,))
- menuitem.connect('activate', self.__on_edit_activated, self.context.get_cwd(), prefeditor, fobj.path)
- pbcache = PixbufCache.getInstance()
-- pixbuf = pbcache.get(prefeditor.icon, size=16, trystock=True, stocksize=gtk.ICON_SIZE_MENU)
-+ if prefeditor.icon:
-+ pixbuf = pbcache.get(prefeditor.icon, size=16, trystock=True, stocksize=gtk.ICON_SIZE_MENU)
-+ else:
-+ pixbuf = None
- if pixbuf:
- img = gtk.image_new_from_pixbuf(pixbuf)
- menuitem.set_property('image', img)
diff --git a/x11/hotwire-shell/files/patch-setup.py b/x11/hotwire-shell/files/patch-setup.py
deleted file mode 100644
index d2ad452cc933..000000000000
--- a/x11/hotwire-shell/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2008-03-23 16:15:12.000000000 -0300
-+++ setup.py 2013-12-13 11:36:29.526423229 -0200
-@@ -104,7 +104,6 @@
- if self.root is None:
- print "Running gtk-update-icon-cache"
- subprocess.call(['gtk-update-icon-cache', os.path.join(self.install_data, 'icons')])
--kwargs['cmdclass']['install'] = HotInstall
-
- setup(name='hotwire',
- version=__version__,
diff --git a/x11/hotwire-shell/pkg-descr b/x11/hotwire-shell/pkg-descr
deleted file mode 100644
index b7fe9aae0be7..000000000000
--- a/x11/hotwire-shell/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Hotwire is an object-oriented hypershell. It is a shell
-designed for systems programming (files, processes), and
-thus it is in the same conceptual category of software as
-the Unix shell+terminal and Windows PowerShell.
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile
deleted file mode 100644
index ebaf150a4fb0..000000000000
--- a/x11/keynav/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= keynav
-DISTVERSION= 0.20110708.0
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= x11
-MASTER_SITES= http://semicomplete.googlecode.com/files/
-
-MAINTAINER= wxs@FreeBSD.org
-COMMENT= Quickly select a portion of the screen using minimal keystrokes
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-BROKEN_aarch64= Fails to build: undefined reference to xdo_mouselocation
-
-LIB_DEPENDS= libxdo.so:x11/xdotool \
- libcairo.so:graphics/cairo
-
-USES= gmake pkgconfig
-USE_GNOME= glib20
-USE_XORG= xtst x11 xinerama
-
-PLIST_FILES= bin/keynav
-PORTEXAMPLES= keynavrc
-
-OPTIONS_DEFINE= EXAMPLES
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/keynav ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/keynavrc ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/x11/keynav/distinfo b/x11/keynav/distinfo
deleted file mode 100644
index b79df0712ace..000000000000
--- a/x11/keynav/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (keynav-0.20110708.0.tar.gz) = 1f39c7181bf2f6185946afc35bdcca28ec15fed012a4b57bef57fb1125943fbe
-SIZE (keynav-0.20110708.0.tar.gz) = 21124
diff --git a/x11/keynav/pkg-descr b/x11/keynav/pkg-descr
deleted file mode 100644
index 97d3c696e987..000000000000
--- a/x11/keynav/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Quickly and easily select a piece of the screen using a minimal number of
-keystrokes.
-
-WWW: http://www.semicomplete.com/projects/keynav/