diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 06:46:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 06:46:44 +0000 |
commit | 5eccbb21e0e9b3da9ea547696bbffd90afa95243 (patch) | |
tree | 34e179f168d2678659062cb25d820ee35d3791fd /x11-wm | |
parent | 6d7f57f1d8eddae60ccd231d35d5bac12e926cc0 (diff) | |
download | ports-5eccbb21e0e9b3da9ea547696bbffd90afa95243.tar.gz ports-5eccbb21e0e9b3da9ea547696bbffd90afa95243.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ion-2/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/ion-2/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/ion-2/files/patch-rules.mk | 10 | ||||
-rw-r--r-- | x11-wm/ion-2/files/patch-system.mk | 100 | ||||
-rw-r--r-- | x11-wm/ion-2/pkg-descr | 20 | ||||
-rw-r--r-- | x11-wm/ion-2/pkg-plist | 69 |
7 files changed, 0 insertions, 244 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 9fe97eae6574..4a47d03c0447 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -67,7 +67,6 @@ SUBDIR += i3 SUBDIR += icewm SUBDIR += ion - SUBDIR += ion-2 SUBDIR += jewel SUBDIR += jwm SUBDIR += kappdock diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile deleted file mode 100644 index 3ce57b3bde32..000000000000 --- a/x11-wm/ion-2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ion-2 -# Date created: 20 August 2003 -# Whom: anthony.ginepro@laposte.net -# Original ion port: ricci@cs.utah.edu -# -# $FreeBSD$ -# - -PORTNAME= ion-2 -PORTVERSION= 20040729 -PORTREVISION= 5 -CATEGORIES= x11-wm -MASTER_SITES= http://modeemi.fi/~tuomov/dl/archives/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tiling tabbed window manager - -BROKEN= Does not build with new libltdl 2.2 -DEPRECATED= has been broken for 4 months -EXPIRATION_DATE=2010-01-08 - -CONFLICTS= ion-2002* ion-devel-* pwm-* - -USE_XORG= x11 xext xinerama -USE_AUTOTOOLS= libtool:22 libltdl:22 -USE_LUA= 5.0 -USE_GMAKE= yes -MAKE_ENV= DEFINES="${IONDEFINES}" -GNU_CONFIGURE= yes - -.if !defined(WITH_MULTIBYTE) -IONDEFINES+= -DCF_NO_MB_SUPPORT -.endif - -MAN1= ion.1 pwm.1 -DOCSDIR= share/doc/ion - -# NO, I don't want to use configure but ion's author system.mk -do-configure: - -.include <bsd.port.mk> diff --git a/x11-wm/ion-2/distinfo b/x11-wm/ion-2/distinfo deleted file mode 100644 index 9b911ec5512d..000000000000 --- a/x11-wm/ion-2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ion-2-20040729.tar.gz) = d7d98baa41635c1989e423adf76eb2ac -SHA256 (ion-2-20040729.tar.gz) = 8c8b7ef0cc6a98d409bde1b9b3f5159a2e632b4e78768e13cca0da174649a162 -SIZE (ion-2-20040729.tar.gz) = 399367 diff --git a/x11-wm/ion-2/files/patch-rules.mk b/x11-wm/ion-2/files/patch-rules.mk deleted file mode 100644 index 5e7292efdd52..000000000000 --- a/x11-wm/ion-2/files/patch-rules.mk +++ /dev/null @@ -1,10 +0,0 @@ ---- ./rules.mk.orig Thu Jul 29 00:10:32 2004 -+++ ./rules.mk Mon Jul 17 21:50:19 2006 -@@ -91,6 +91,7 @@ - module_install: - $(INSTALLDIR) $(MODULEDIR) - $(LIBTOOL) --mode=install $(INSTALL) -s -m $(BIN_MODE) $(MODULE).la $(MODULEDIR) -+ $(INSTALL) -m $(BIN_MODE) $(MODULE).la $(MODULEDIR) - - clean_objs: - $(RM) -f $(OBJS) diff --git a/x11-wm/ion-2/files/patch-system.mk b/x11-wm/ion-2/files/patch-system.mk deleted file mode 100644 index a9391de7a127..000000000000 --- a/x11-wm/ion-2/files/patch-system.mk +++ /dev/null @@ -1,100 +0,0 @@ ---- ./system.mk.orig Thu Jul 29 00:10:32 2004 -+++ ./system.mk Mon Jul 17 21:53:01 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/ion - # Manual pages --MANDIR=$(PREFIX)/share/man -+MANDIR=$(PREFIX)/man - # Some documents - DOCDIR=$(PREFIX)/share/doc/ion - # Nothing at the moment -@@ -42,11 +42,11 @@ - # libtool because even more-recent-than-libtool-1.4.3 releases of those - # OSes only have an _ancient_ 1.3.x libtool that _will_ _not_ _work even - # though a lot of libltdl-using apps require 1.4.3. --LIBTOOL=libtool -+LIBTOOL=$(LOCALBASE)/bin/libtool --tag=CC - - # Settings for compiling and linking to ltdl --LTDL_INCLUDES= --LTDL_LIBS=-lltdl -+LTDL_INCLUDES=-I$(LOCALBASE)/include -+LTDL_LIBS=-L$(LOCALBASE)/lib -lltdl - - # The following should do it if you have manually installed libtool 1.5 in - # $(LIBTOOLDIR). -@@ -72,11 +72,11 @@ - - # If you have installed Lua 5.0 from the official tarball without changing - # paths, this should do it. --LUA_DIR=/usr/local --LUA_LIBS = -L$(LUA_DIR)/lib -R$(LUA_DIR)/lib -llua -llualib --LUA_INCLUDES = -I$(LUA_DIR)/include --LUA=$(LUA_DIR)/bin/lua --LUAC=$(LUA_DIR)/bin/luac -+LUA_DIR=$(LOCALBASE) -+LUA_LIBS = -L$(LUA_LIBDIR) -R$(LUA_LIBDIR) -llua -llualib -+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. -@@ -90,7 +90,7 @@ - ## X libraries, includes and options - ## - --X11_PREFIX=/usr/X11R6 -+X11_PREFIX=$(LOCALBASE) - # SunOS/Solaris - #X11_PREFIX=/usr/openwin - -@@ -119,7 +119,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) -@@ -132,16 +132,16 @@ - ## 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 -Wuninitialized - --CFLAGS=-g -Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES) --LDFLAGS=-g -Os $(EXTRA_LIBS) $(LIBS) -+CFLAGS+= $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES) -+LDFLAGS= $(EXTRA_LIBS) $(LIBS) - - # The following options are mainly for development use and can be used - # to check that the code seems to conform to some standards. Depending -@@ -154,7 +154,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-2/pkg-descr b/x11-wm/ion-2/pkg-descr deleted file mode 100644 index 20d61b9ef91b..000000000000 --- a/x11-wm/ion-2/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-2/pkg-plist b/x11-wm/ion-2/pkg-plist deleted file mode 100644 index beaa7ec4b33e..000000000000 --- a/x11-wm/ion-2/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -bin/ion -bin/pwm -etc/ion/dock-draw.lua -etc/ion/dock.lua -etc/ion/draw.lua -etc/ion/floatws.lua -etc/ion/ion-bindings.lua -etc/ion/ion-menus.lua -etc/ion/ion.lua -etc/ion/ionws.lua -etc/ion/kludges.lua -etc/ion/look-brownsteel.lua -etc/ion/look-clean.lua -etc/ion/look-cleanios.lua -etc/ion/look-cleanviolet.lua -etc/ion/look-dusky.lua -etc/ion/look-greyviolet.lua -etc/ion/look-ios.lua -etc/ion/look-simpleblue.lua -etc/ion/look-wheat2.lua -etc/ion/menu.lua -etc/ion/pwm-bindings.lua -etc/ion/pwm-menus.lua -etc/ion/pwm.lua -etc/ion/query.lua -lib/ion/de.a -lib/ion/de.la -lib/ion/de.so -lib/ion/dock.a -lib/ion/dock.la -lib/ion/dock.so -lib/ion/floatws.a -lib/ion/floatws.la -lib/ion/floatws.so -lib/ion/ion-completefile -lib/ion/ionws.a -lib/ion/ionws.la -lib/ion/ionws.so -lib/ion/menu.a -lib/ion/menu.la -lib/ion/menu.so -lib/ion/query.a -lib/ion/query.la -lib/ion/query.so -lib/ion/lc/ioncore-efbb.lc -lib/ion/lc/ioncorelib.lc -lib/ion/lc/ioncorelib-mplexfns.lc -lib/ion/lc/menulib.lc -lib/ion/lc/querylib.lc -share/ion/delib.lua -share/ion/ion-edit -share/ion/ion-man -share/ion/ion-runinxterm -share/ion/ion-ssh -share/ion/ion-view -share/ion/ioncore-efbb.lua -share/ion/ioncorelib-mplexfns.lua -share/ion/ioncorelib.lua -share/ion/menulib.lua -share/ion/querylib.lua -share/ion/welcome_message.txt -share/doc/ion/README -share/doc/ion/LICENSE -share/doc/ion/ChangeLog -@dirrm lib/ion/lc -@dirrm lib/ion -@dirrm share/ion -@dirrm share/doc/ion -@dirrmtry etc/ion |