summaryrefslogtreecommitdiff
path: root/x11-wm/ion-3
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ion-3')
-rw-r--r--x11-wm/ion-3/Makefile48
-rw-r--r--x11-wm/ion-3/distinfo3
-rw-r--r--x11-wm/ion-3/files/patch-system.mk123
-rw-r--r--x11-wm/ion-3/pkg-descr20
-rw-r--r--x11-wm/ion-3/pkg-plist84
5 files changed, 0 insertions, 278 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile
deleted file mode 100644
index ef41662aa244..000000000000
--- a/x11-wm/ion-3/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: ion3-ds
-# Date created: 18 June 2005
-# Whom: Ed Schouten <ed@fxq.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ion-3ds
-PORTVERSION= 20061223
-CATEGORIES= x11-wm
-MASTER_SITES= http://modeemi.fi/~tuomov/dl/
-
-MAINTAINER= ed@fxq.nl
-COMMENT= The development version of the Ion window manager
-
-RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support
-
-USE_X_PREFIX= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_LUA= 5.1
-MAKE_ENV= DEFINES="${IONDEFINES}"
-
-.if !defined(WITH_XINERAMA)
-IONDEFINES+= -DCF_NO_XINERAMA
-.else
-IONDEFINES+= -DCF_XINERAMA
-MAKE_ENV+= XINERAMA_LIBS=-lXinerama
-.endif
-
-.if defined(WITHOUT_NLS)
-IONDEFINES+= -DCF_NO_LOCALE
-.endif
-
-MAN1= ion3.1 pwm3.1
-MANLANG= "" fi cs de
-DOCSDIR= share/doc/ion3
-
-# NO, I don't want to use configure but ion's author system.mk
-do-configure:
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= needs wide character string functions in libc
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/ion-3/distinfo b/x11-wm/ion-3/distinfo
deleted file mode 100644
index 0bf16223cf03..000000000000
--- a/x11-wm/ion-3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ion-3ds-20061223.tar.gz) = 861887705546ddb5f240f10dbdab5098
-SHA256 (ion-3ds-20061223.tar.gz) = 0970fef74de659de45813471560ebe2f97b893de7a238ea00755fcaeb9b7d89e
-SIZE (ion-3ds-20061223.tar.gz) = 649463
diff --git a/x11-wm/ion-3/files/patch-system.mk b/x11-wm/ion-3/files/patch-system.mk
deleted file mode 100644
index 4a615f011041..000000000000
--- a/x11-wm/ion-3/files/patch-system.mk
+++ /dev/null
@@ -1,123 +0,0 @@
---- system.mk.orig Thu Nov 2 20:15:51 2006
-+++ system.mk Thu Nov 2 20:40:45 2006
-@@ -7,7 +7,7 @@
- ## Installation paths
- ##
-
--PREFIX=/usr/local
-+#PREFIX=/usr/local
-
- # Unless you are creating a package conforming to some OS's standards, you
- # probably do not want to modify the following directories:
-@@ -19,7 +19,7 @@
- # Some .lua files and ion-* shell scripts
- SHAREDIR=$(PREFIX)/share/ion3
- # Manual pages
--MANDIR=$(PREFIX)/share/man
-+MANDIR=$(MANPREFIX)/man
- # Some documents
- DOCDIR=$(PREFIX)/share/doc/ion3
- # Nothing at the moment
-@@ -47,7 +47,7 @@
- #PRELOAD_MODULES=1
-
- # Flags to link with libdl.
--DL_LIBS=-ldl
-+#DL_LIBS=-ldl
-
-
- ##
-@@ -56,11 +56,11 @@
-
- # If you have installed Lua 5.1 from the official tarball without changing
- # paths, this should do it.
--LUA_DIR=/usr/local
--LUA_LIBS = -L$(LUA_DIR)/lib -llua
--LUA_INCLUDES = -I$(LUA_DIR)/include
--LUA=$(LUA_DIR)/bin/lua
--LUAC=$(LUA_DIR)/bin/luac
-+LUA_DIR=$(LOCALBASE)
-+LUA_LIBS = -L$(LUA_LIBDIR) -llua
-+LUA_INCLUDES = -I$(LUA_INCDIR)
-+LUA=$(LUA_BINDIR)/lua
-+LUAC=$(LUA_BINDIR)/luac
-
- # If you are using the Debian packages, the following settings should be
- # what you want.
-@@ -74,7 +74,7 @@
- ## X libraries, includes and options
- ##
-
--X11_PREFIX=/usr/X11R6
-+X11_PREFIX=$(X11BASE)
- # SunOS/Solaris
- #X11_PREFIX=/usr/openwin
-
-@@ -82,8 +82,8 @@
- X11_INCLUDES=-I$(X11_PREFIX)/include
-
- # Change commenting to disable Xinerama support
--XINERAMA_LIBS=-lXinerama
--DEFINES += -DCF_XINERAMA
-+#XINERAMA_LIBS=-lXinerama
-+#DEFINES += -DCF_XINERAMA
- # For Solaris
- #XINERAMA_LIBS=
- #DEFINES += -DCF_SUN_XINERAMA
-@@ -101,7 +101,6 @@
- # on SunOS.
- #DEFINES += -DCF_SUN_F1X_REMAP
-
--
- ##
- ## libc
- ##
-@@ -110,7 +109,7 @@
- # asprintf and vasprintf in the c library. (gnu libc has.)
- # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
- # in sprintf_2.2/ is used.
--#HAS_SYSTEM_ASPRINTF=1
-+HAS_SYSTEM_ASPRINTF=1
-
-
- # If you're on an archaic system (such as relatively recent *BSD releases)
-@@ -119,24 +118,24 @@
- #DEFINES += -DCF_NO_LOCALE
-
- # On some other systems you may something like this:
--#EXTRA_LIBS += -lintl
--#EXTRA_INCLUDES +=
-+EXTRA_LIBS += -L$(LOCALBASE)/lib -lintl
-+EXTRA_INCLUDES += -I$(LOCALBASE)/include
-
-
- ##
- ## C compiler
- ##
-
--CC=gcc
-+CC?=gcc
-
- # Same as '-Wall -pedantic' without '-Wunused' as callbacks often
- # have unused variables.
- WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
- -Wtrigraphs -Wformat -Wchar-subscripts \
-- -Wparentheses -pedantic -Wuninitialized
-+ -Wparentheses
-
--CFLAGS=-g -Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
--LDFLAGS=-g -Os $(EXTRA_LIBS) $(LIBS)
-+CFLAGS+=$(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
-+LDFLAGS+=$(EXTRA_LIBS) $(LIBS)
- EXPORT_DYNAMIC=-Xlinker --export-dynamic
-
- # The following options are mainly for development use and can be used
-@@ -150,7 +149,7 @@
- #POSIX_SOURCE=-D_POSIX_SOURCE
-
- # Most systems
--#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
-+XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
- # SunOS, (Irix)
- #XOPEN_SOURCE=-D__EXTENSIONS__
-
diff --git a/x11-wm/ion-3/pkg-descr b/x11-wm/ion-3/pkg-descr
deleted file mode 100644
index 20d61b9ef91b..000000000000
--- a/x11-wm/ion-3/pkg-descr
+++ /dev/null
@@ -1,20 +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://modeemi.cs.tut.fi/~tuomov/ion/
diff --git a/x11-wm/ion-3/pkg-plist b/x11-wm/ion-3/pkg-plist
deleted file mode 100644
index 988f49e97858..000000000000
--- a/x11-wm/ion-3/pkg-plist
+++ /dev/null
@@ -1,84 +0,0 @@
-bin/ion3
-bin/pwm3
-etc/ion3/cfg_dock.lua
-etc/ion3/cfg_ion.lua
-etc/ion3/cfg_ioncore.lua
-etc/ion3/cfg_kludges.lua
-etc/ion3/cfg_menu.lua
-etc/ion3/cfg_modules.lua
-etc/ion3/cfg_pwm.lua
-etc/ion3/cfg_query.lua
-etc/ion3/cfg_sp.lua
-etc/ion3/cfg_statusbar.lua
-etc/ion3/cfg_tiling.lua
-etc/ion3/look.lua
-etc/ion3/look_brownsteel.lua
-etc/ion3/look_clean.lua
-etc/ion3/look_cleanios.lua
-etc/ion3/look_cleanviolet.lua
-etc/ion3/look_dusky.lua
-etc/ion3/look_greyviolet.lua
-etc/ion3/look_ios.lua
-etc/ion3/look_simpleblue.lua
-etc/ion3/lookcommon_clean.lua
-etc/ion3/lookcommon_emboss.lua
-lib/ion3/bin/ion-completefile
-lib/ion3/bin/ion-statusd
-lib/ion3/lc/de.lc
-lib/ion3/lc/ext_statusbar.lc
-lib/ion3/lc/ioncore_bindings.lc
-lib/ion3/lc/ioncore_efbb.lc
-lib/ion3/lc/ioncore_ext.lc
-lib/ion3/lc/ioncore_luaext.lc
-lib/ion3/lc/ioncore_menudb.lc
-lib/ion3/lc/ioncore_misc.lc
-lib/ion3/lc/ioncore_wd.lc
-lib/ion3/lc/ioncore_winprops.lc
-lib/ion3/lc/mod_dock.lc
-lib/ion3/lc/mod_menu.lc
-lib/ion3/lc/mod_mgmtmode.lc
-lib/ion3/lc/mod_query.lc
-lib/ion3/lc/mod_query_chdir.lc
-lib/ion3/lc/mod_sm.lc
-lib/ion3/lc/mod_sp.lc
-lib/ion3/lc/mod_statusbar.lc
-lib/ion3/lc/mod_tiling.lc
-lib/ion3/lc/statusd_date.lc
-lib/ion3/lc/statusd_load.lc
-lib/ion3/lc/statusd_mail.lc
-lib/ion3/mod/de.so
-lib/ion3/mod/mod_dock.so
-lib/ion3/mod/mod_menu.so
-lib/ion3/mod/mod_mgmtmode.so
-lib/ion3/mod/mod_query.so
-lib/ion3/mod/mod_sm.so
-lib/ion3/mod/mod_sp.so
-lib/ion3/mod/mod_statusbar.so
-lib/ion3/mod/mod_tiling.so
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/LICENSE
-%%DOCSDIR%%/README
-%%DOCSDIR%%/RELNOTES
-share/ion3/ion-completeman
-share/ion3/ion-runinxterm
-share/ion3/welcome.cs.txt
-share/ion3/welcome.de.txt
-share/ion3/welcome.fi.txt
-share/ion3/welcome.txt
-share/locale/cs/LC_MESSAGES/ion3.mo
-share/locale/de/LC_MESSAGES/ion3.mo
-share/locale/fi/LC_MESSAGES/ion3.mo
-share/locale/ru/LC_MESSAGES/ion3.mo
-@dirrm lib/ion3/bin
-@dirrm lib/ion3/lc
-@dirrm lib/ion3/mod
-@dirrm lib/ion3
-@dirrm share/ion3
-@dirrm %%DOCSDIR%%
-@dirrmtry etc/ion3
-@dirrmtry man/cs/man1
-@dirrmtry man/cs
-@dirrmtry man/de/man1
-@dirrmtry man/de
-@dirrmtry man/fi/man1
-@dirrmtry man/fi