summaryrefslogtreecommitdiff
path: root/x11-wm/ion3
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ion3')
-rw-r--r--x11-wm/ion3/Makefile20
-rw-r--r--x11-wm/ion3/distinfo1
-rw-r--r--x11-wm/ion3/files/patch-ion-edit9
-rw-r--r--x11-wm/ion3/files/patch-ion-view18
-rw-r--r--x11-wm/ion3/files/patch-system.mk58
-rw-r--r--x11-wm/ion3/pkg-comment1
-rw-r--r--x11-wm/ion3/pkg-descr23
-rw-r--r--x11-wm/ion3/pkg-plist23
8 files changed, 0 insertions, 153 deletions
diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile
deleted file mode 100644
index 2e16bd29ee9d..000000000000
--- a/x11-wm/ion3/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: ion
-# Date created: 20 January 2001
-# Whom: ricci@cs.utah.edu
-#
-# $FreeBSD$
-#
-
-PORTNAME= ion
-PORTVERSION= 20020207
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
-
-MAINTAINER= ricci@cs.utah.edu
-
-MAN1= ion.1x
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/x11-wm/ion3/distinfo b/x11-wm/ion3/distinfo
deleted file mode 100644
index ff463000f461..000000000000
--- a/x11-wm/ion3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ion-20020207.tar.gz) = 2e909abb45efefb08b1ceb886bf34cfe
diff --git a/x11-wm/ion3/files/patch-ion-edit b/x11-wm/ion3/files/patch-ion-edit
deleted file mode 100644
index b1313ff1a951..000000000000
--- a/x11-wm/ion3/files/patch-ion-edit
+++ /dev/null
@@ -1,9 +0,0 @@
-*** scripts/ion-edit.orig Sat Jan 20 01:43:39 2001
---- scripts/ion-edit Sat Jan 20 01:51:17 2001
-***************
-*** 1,2 ****
- #!/bin/sh
-! exec run-mailcap --action=edit "$1" > /dev/null
---- 1,2 ----
- #!/bin/sh
-! exec ion-runinxterm -T $1 $EDITOR "$1" > /dev/null
diff --git a/x11-wm/ion3/files/patch-ion-view b/x11-wm/ion3/files/patch-ion-view
deleted file mode 100644
index 689e8a514757..000000000000
--- a/x11-wm/ion3/files/patch-ion-view
+++ /dev/null
@@ -1,18 +0,0 @@
-*** scripts/ion-view.orig Sat Jan 20 01:44:05 2001
---- scripts/ion-view Sat Jan 20 01:55:39 2001
-***************
-*** 1,7 ****
- #!/bin/sh
- if echo "$1"|grep -E '^([a-zA-Z]+://|www.)' > /dev/null; then
-! exec netscape-remote "$1"
- else
-! exec run-mailcap --action=view "$1" > /dev/null
- fi
-
---- 1,7 ----
- #!/bin/sh
- if echo "$1"|grep -E '^([a-zA-Z]+://|www.)' > /dev/null; then
-! exec netscape "$1"
- else
-! exec ion-runinxterm -T $1 $EDITOR "$1" > /dev/null
- fi
diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk
deleted file mode 100644
index 45938ca823ed..000000000000
--- a/x11-wm/ion3/files/patch-system.mk
+++ /dev/null
@@ -1,58 +0,0 @@
---- system.mk.orig Mon Mar 5 09:16:01 2001
-+++ system.mk Thu Mar 29 11:37:26 2001
-@@ -7,13 +7,13 @@
- ## Installation paths
- ##
-
--PREFIX=/usr/local
-+#PREFIX=/usr/local
-
- # No need to modify these usually
- BINDIR=$(PREFIX)/bin
- ETCDIR=$(PREFIX)/etc
- MANDIR=$(PREFIX)/man
--DOCDIR=$(PREFIX)/doc
-+DOCDIR=$(PREFIX)/share/doc
- # Not used
- INCDIR=$(PREFIX)/include
- LIBDIR=$(PREFIX)/lib
-@@ -24,14 +24,14 @@
- ##
-
- #MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT
--MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl
-+MODULE_SUPPORT_LDFLAGS=-export-dynamic
-
-
- ##
- ## X libraries, includes and options
- ##
-
--X11_PREFIX=/usr/X11R6
-+X11_PREFIX=$(X11BASE)
-
- # SunOS/Solaris
- #X11_PREFIX=/usr/openwin
-@@ -86,8 +86,8 @@
- -Wparentheses -pedantic-errors -Wuninitialized
-
-
--CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
--LDFLAGS=-g $(LIBS) $(EXTRA_LIBS)
-+CFLAGS+= $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
-+LDFLAGS= $(LIBS) $(EXTRA_LIBS)
-
-
- ##
-@@ -112,9 +112,9 @@
- ##
-
- # Should work almost everywhere
--INSTALL=install
-+#INSTALL=install
- # On a system with pure BSD install, -c might be preferred
--#INSTALL=install -c
-+INSTALL=install -c
-
- INSTALLDIR=mkdir -p
-
diff --git a/x11-wm/ion3/pkg-comment b/x11-wm/ion3/pkg-comment
deleted file mode 100644
index da99ae290dd5..000000000000
--- a/x11-wm/ion3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A window manager with a text-editorish, keyboard friendly interface
diff --git a/x11-wm/ion3/pkg-descr b/x11-wm/ion3/pkg-descr
deleted file mode 100644
index 6836b64dbe47..000000000000
--- a/x11-wm/ion3/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-Ion (based on PWM) is a new kind of window manager that brings a
-text-editorish, keyboard friendly user interface to window management.
-
-Modern GUIs are unusable. Overlapping windows are hard to manage, especially
-from the keyboard, and the user often ends up in a jungle. Not to mention the
-application programs, which are even worse. Mouse-based search-and-click
-interfaces are slow - keyboard is fast having learnt the commands. Ion (the
-last three letters of vision =-) was written as an example and an experiment of
-something presumably better (just the window manager, though).
-
-Ion simply divides the screen into frames that take the whole screen. Big
-displays have so much space that this is convenient and smaller displays
-couldn't show more than one window at a time anyway. The frames can be split
-and growing the size of one will shrink others. Alike in PWM, clients can be
-moved between frames and multiple clients can be attached to one frame.
-
-With Ion you will hardly ever have to touch the mouse again for navigation
-between windows and the windows are always in order.
-
-WWW: http://www.students.tut.fi/~tuomov/ion/
-
--- Robert Ricci
- ricci@cs.utah.edu
diff --git a/x11-wm/ion3/pkg-plist b/x11-wm/ion3/pkg-plist
deleted file mode 100644
index d9650d5ab706..000000000000
--- a/x11-wm/ion3/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/ion
-bin/ion-edit
-bin/ion-man
-bin/ion-runinxterm
-bin/ion-ssh
-bin/ion-view
-etc/ion/bindings-default.conf
-etc/ion/bindings-sun.conf
-etc/ion/kludges.conf
-etc/ion/look-brownsteel.conf
-etc/ion/look-greyviolet.conf
-etc/ion/look-simpleblue.conf
-etc/ion/look-wheat.conf
-@unexec if cmp -s %D/etc/ion/ion.conf %D/etc/ion/sample.conf; then rm -f %D/etc/ion/ion.conf; fi
-etc/ion/sample.conf
-@exec [ -f %B/ion.conf ] || cp %B/%f %B/ion.conf
-%%PORTDOCS%%share/doc/ion/README
-%%PORTDOCS%%share/doc/ion/LICENSE
-%%PORTDOCS%%share/doc/ion/ChangeLog
-%%PORTDOCS%%share/doc/ion/config.txt
-%%PORTDOCS%%share/doc/ion/functions.txt
-%%PORTDOCS%%@dirrm share/doc/ion
-@unexec rmdir %D/etc/ion 2>/dev/null || true