Hi,

ion3 has been abandoned by its upstream developer. It has been forked
on github and is now named notion. Here's a diff for upgrading to the
latest version of notion and changing the ports name to notion, which
is required by a special license clause in original ion3. ok?

Christopher


diff -Nru ion/Makefile notion/Makefile
--- ion/Makefile        Mon Mar 28 19:47:27 2016
+++ notion/Makefile     Mon Apr 18 12:53:46 2016
@@ -1,31 +1,36 @@
 # $OpenBSD: Makefile,v 1.63 2016/03/27 20:53:15 naddy Exp $
 
-COMMENT=       light, keyboard friendly window manager
+COMMENT =      static tiling, tabbing and floating window manager
 
-V=             20090110
-DISTNAME=      ion-3-${V}
-PKGNAME=       ion-${V}
-CATEGORIES=    x11
-REVISION=      2
+CATEGORIES =   x11
 
-HOMEPAGE=      http://modeemi.cs.tut.fi/~tuomov/ion/
-MASTER_SITES=  http://tuomov.iki.fi/software/dl/
+GH_TAGNAME =   3-2015061300
+GH_ACCOUNT =    raboof
+GH_PROJECT =    notion
+DISTNAME =      ${GH_PROJECT}-${GH_TAGNAME}
+PKGNAME =      ${GH_PROJECT}-${GH_TAGNAME:S/-/./}
 
+HOMEPAGE =     http://notion.sourceforge.net/
+
 # LGPL
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB=       ICE X11 m c SM Xext ${MODLUA_WANTLIB}
-
-MODULES=       devel/gettext \
+MODULES =      devel/gettext \
                lang/lua
-MODLUA_SA=     Yes
 
-LIB_DEPENDS=   ${MODLUA_LIB_DEPENDS}
+WANTLIB =      ICE m c SM X11 Xext Xinerama Xrandr ${MODLUA_WANTLIB}
 
-USE_GMAKE=     Yes
-NO_TEST=       Yes
+#MODLUA_SA =   Yes
 
-pre-configure:
-       ${SUBST_CMD} ${WRKSRC}/system.mk
+LIB_DEPENDS =  ${MODLUA_LIB_DEPENDS}
+RUN_DEPENDS =  ${MODLUA_RUN_DEPENDS}
+
+MAKE_ENV =     LUA_VERSION=$(MODLUA_VERSION:S/.//)
+FAKE_FLAGS =   PREFIX=$(PREFIX)
+
+USE_GMAKE =    Yes
+
+#pre-configure:
+#      ${SUBST_CMD} ${WRKSRC}/system-autodetect.mk
 
 .include <bsd.port.mk>
diff -Nru ion/distinfo notion/distinfo
--- ion/distinfo        Mon Apr 29 14:40:49 2013
+++ notion/distinfo     Wed Mar 30 10:40:28 2016
@@ -1,2 +1,2 @@
-SHA256 (ion-3-20090110.tar.gz) = 2vbEPmfsR3+idKV9fSAFnddvZszi7T6dtwalklTRc9o=
-SIZE (ion-3-20090110.tar.gz) = 643971
+SHA256 (notion-3-2015061300.tar.gz) = 
PJ2fNan7DRfCY7dv4o96GkoFt9YUBUVSTMHv/ZjFwwU=
+SIZE (notion-3-2015061300.tar.gz) = 797057
diff -Nru ion/patches/patch-etc_cfg_ioncore_lua 
notion/patches/patch-etc_cfg_ioncore_lua
--- ion/patches/patch-etc_cfg_ioncore_lua       Mon Apr 29 14:40:49 2013
+++ notion/patches/patch-etc_cfg_ioncore_lua    Thu Jan  1 01:00:00 1970
@@ -1,36 +0,0 @@
-$OpenBSD: patch-etc_cfg_ioncore_lua,v 1.8 2013/04/29 12:40:49 gonzalo Exp $
---- etc/cfg_ioncore.lua.orig   Fri Jan  9 20:19:49 2009
-+++ etc/cfg_ioncore.lua        Mon Apr  8 11:20:13 2013
-@@ -65,8 +65,8 @@ defbindings("WScreen", {
-     kpress(META.."F9", "ioncore.create_ws(_)"),
-     
-     bdoc("Display the main menu."),
--    kpress(ALTMETA.."F12", "mod_query.query_menu(_, _sub, 'mainmenu', 'Main 
menu:')"),
--    --kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', 
{big=true})"),
-+    --kpress(ALTMETA.."F12", "mod_query.query_menu(_, _sub, 'mainmenu', 'Main 
menu:')"),
-+    kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"),
-     mpress("Button3", "mod_menu.pmenu(_, _sub, 'mainmenu')"),
-     
-     bdoc("Display the window list menu."),
-@@ -137,10 +137,10 @@ defbindings("WMPlex.toplevel", {
-     kpress(META.."T", "WRegion.set_tagged(_sub, 'toggle')", "_sub:non-nil"),
- 
-     bdoc("Query for manual page to be displayed."),
--    kpress(ALTMETA.."F1", "mod_query.query_man(_, ':man')"),
-+    kpress(ALTMETA.."F1", "mod_query.query_man(_, '::man')"),
- 
-     bdoc("Show the Ion manual page."),
--    kpress(META.."F1", "ioncore.exec_on(_, ':man ion3')"),
-+    kpress(META.."F1", "ioncore.exec_on(_, '::man ion3')"),
- 
-     bdoc("Run a terminal emulator."),
-     kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'xterm')"),
-@@ -156,7 +156,7 @@ defbindings("WMPlex.toplevel", {
- 
-     bdoc("Query for file to edit."),
-     kpress(ALTMETA.."F5", 
--           "mod_query.query_editfile(_, 'run-mailcap --action=edit')"),
-+           "mod_query.query_editfile(_, ':vi')"),
- 
-     bdoc("Query for file to view."),
-     kpress(ALTMETA.."F6", 
diff -Nru ion/patches/patch-etc_cfg_notioncore_lua 
notion/patches/patch-etc_cfg_notioncore_lua
--- ion/patches/patch-etc_cfg_notioncore_lua    Thu Jan  1 01:00:00 1970
+++ notion/patches/patch-etc_cfg_notioncore_lua Mon Apr 18 12:57:39 2016
@@ -0,0 +1,25 @@
+$OpenBSD$
+--- etc/cfg_notioncore.lua.orig        Sat Jun 13 16:37:26 2015
++++ etc/cfg_notioncore.lua     Wed Apr 13 23:25:21 2016
+@@ -146,10 +146,10 @@ defbindings("WMPlex.toplevel", {
+     kpress(META.."L", "notioncore.exec_on(_, 
notioncore.lookup_script('notion-lock'))"),
+ 
+     bdoc("Query for manual page to be displayed."),
+-    kpress(ALTMETA.."F1", "mod_query.query_man(_, ':man')"),
++    kpress(ALTMETA.."F1", "mod_query.query_man(_, '::man')"),
+ 
+     bdoc("Show the Notion manual page."),
+-    kpress(META.."F1", "ioncore.exec_on(_, ':man notion')"),
++    kpress(META.."F1", "ioncore.exec_on(_, '::man notion')"),
+ 
+     bdoc("Run a terminal emulator."),
+     kpress(ALTMETA.."F2", "mod_query.exec_on_merr(_, XTERM or 'xterm')"),
+@@ -165,7 +165,7 @@ defbindings("WMPlex.toplevel", {
+ 
+     bdoc("Query for file to edit."),
+     kpress(ALTMETA.."F5",
+-           "mod_query.query_editfile(_, 'run-mailcap --action=edit')"),
++           "mod_query.query_editfile(_, ':vi')"),
+ 
+     bdoc("Query for file to view."),
+     kpress(ALTMETA.."F6",
diff -Nru ion/patches/patch-mod_notionflux_mod_notionflux_c 
notion/patches/patch-mod_notionflux_mod_notionflux_c
--- ion/patches/patch-mod_notionflux_mod_notionflux_c   Thu Jan  1 01:00:00 1970
+++ notion/patches/patch-mod_notionflux_mod_notionflux_c        Mon Apr 18 
12:59:16 2016
@@ -0,0 +1,47 @@
+$OpenBSD$
+
+We don't support fchmod on sockets.
+Restricting permissions by plain chmod on the path before calling listen
+is a valid workaround.
+
+--- mod_notionflux/mod_notionflux.c.orig       Sat Jun 13 16:37:26 2015
++++ mod_notionflux/mod_notionflux.c    Thu Mar 31 18:39:29 2016
+@@ -215,7 +215,7 @@ static bool start_listening()
+         return FALSE;
+     }
+     
+-    if(strlen(listenfile)>SOCK_MAX){
++    if(strlen(listenfile)>sizeof(addr.sun_path)){
+         warn("Too long socket path");
+         goto err;
+     }
+@@ -225,8 +225,9 @@ static bool start_listening()
+         goto errwarn;
+     
+     if(fchmod(listenfd, S_IRUSR|S_IWUSR)<0)
+-        goto errwarn;
+-    
++        if(errno != EINVAL) /* fchmod() on socket is a linuxism. */
++          goto errwarn;
++
+     addr.sun_family=AF_UNIX;
+     strcpy(addr.sun_path, listenfile);
+ 
+@@ -238,11 +239,14 @@ static bool start_listening()
+             goto errwarn;
+     }
+ 
+-    if(bind(listenfd, (struct sockaddr*) &addr,
+-            strlen(addr.sun_path)+sizeof(addr.sun_family))<0){
++    if(bind(listenfd, (struct sockaddr*) &addr, sizeof(addr))){
+         goto errwarn;
+     }
+-    
++
++    /* chmod() after bind(), but before listen() is still early enough. */
++    if(chmod(listenfile, S_IRUSR|S_IWUSR)<0)
++      goto errwarn;
++
+     if(listen(listenfd, MAX_SERVED)<0)
+         goto errwarn;
+         
diff -Nru ion/patches/patch-mod_notionflux_notionflux_h 
notion/patches/patch-mod_notionflux_notionflux_h
--- ion/patches/patch-mod_notionflux_notionflux_h       Thu Jan  1 01:00:00 1970
+++ notion/patches/patch-mod_notionflux_notionflux_h    Mon Apr 18 13:16:14 2016
@@ -0,0 +1,10 @@
+$OpenBSD$
+--- mod_notionflux/notionflux.h.orig   Mon Apr 18 13:14:41 2016
++++ mod_notionflux/notionflux.h        Mon Apr 18 13:14:49 2016
+@@ -16,6 +16,5 @@
+ #define MAX_SERVED 8
+ #define CHUNK 1024
+ #define MAX_DATA (1024*4)
+-#define SOCK_MAX (108-1)
+ 
+ #endif
diff -Nru ion/patches/patch-mod_notionflux_notionflux_notionflux_c 
notion/patches/patch-mod_notionflux_notionflux_notionflux_c
--- ion/patches/patch-mod_notionflux_notionflux_notionflux_c    Thu Jan  1 
01:00:00 1970
+++ notion/patches/patch-mod_notionflux_notionflux_notionflux_c Mon Apr 18 
13:16:14 2016
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- mod_notionflux/notionflux/notionflux.c.orig        Mon Apr 18 13:15:31 2016
++++ mod_notionflux/notionflux/notionflux.c     Mon Apr 18 13:15:58 2016
+@@ -199,7 +199,7 @@ int main(int argc, char *argv[])
+     if(sockname==NULL)
+         die("No socket.");
+     
+-    if(strlen(sockname)>SOCK_MAX)
++    if(strlen(sockname)>sizeof(serv.sun_path))
+         die("Socket name too long.");
+     
+     sock=socket(AF_UNIX, SOCK_STREAM, 0);
diff -Nru ion/patches/patch-system-autodetect_mk 
notion/patches/patch-system-autodetect_mk
--- ion/patches/patch-system-autodetect_mk      Thu Jan  1 01:00:00 1970
+++ notion/patches/patch-system-autodetect_mk   Mon Apr 18 13:00:42 2016
@@ -0,0 +1,62 @@
+$OpenBSD$
+--- system-autodetect.mk.orig  Sat Jun 13 16:37:26 2015
++++ system-autodetect.mk       Wed Mar 30 23:47:32 2016
+@@ -22,7 +22,7 @@ BINDIR=$(PREFIX)/bin
+ # Some .lua files and ion-* shell scripts
+ SHAREDIR=$(PREFIX)/share/notion
+ # Manual pages
+-MANDIR=$(PREFIX)/share/man
++MANDIR=$(PREFIX)/man
+ # Some documents
+ DOCDIR=$(PREFIX)/share/doc/notion
+ # Nothing at the moment
+@@ -32,7 +32,7 @@ MODULEDIR=$(LIBDIR)/notion/mod
+ # Compiled Lua source code
+ LCDIR=$(LIBDIR)/notion/lc
+ # ion-completefile (does not belong in SHAREDIR being a binary file)
+-EXTRABINDIR=$(LIBDIR)/notion/bin
++EXTRABINDIR=$(PREFIX)/libexec/notion/
+ # For notion-completeman system-wide cache
+ VARDIR=/var/cache/notion
+ # Message catalogs
+@@ -40,7 +40,7 @@ LOCALEDIR=$(PREFIX)/share/locale
+ 
+ # Configuration .lua files. Overrideable, as config files are usually
+ # not placed under $(PREFIX).
+-ETCDIR ?= $(PREFIX)/etc/notion
++ETCDIR ?= $(PREFIX)/share/examples/notion
+ 
+ # Force all include files to be installed to /usr even if the
+ # PREFIX is unset. No header files are installed at the moment
+@@ -66,7 +66,7 @@ endif
+ 
+ # Flags to link with libdl. Even if PRELOAD_MODULES=1, you may need this
+ # setting (for e.g. Lua, when not instructed by pkg-config).
+-DL_LIBS=-ldl
++#DL_LIBS=-ldl
+ 
+ 
+ ##
+@@ -112,11 +112,11 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
+ #DEFINES += -DCF_NO_LOCALE -DCF_NO_GETTEXT
+ 
+ # On some other systems you may need to explicitly link against libintl.
+-#EXTRA_LIBS += -lintl
++EXTRA_LIBS += -L$(LOCALBASE)/lib -lintl
+ # You may also need to give the location of its headers. The following
+ # should work on Mac OS X (which needs the above option as well) with
+ # macports.
+-#EXTRA_INCLUDES += -I/opt/local/include
++EXTRA_INCLUDES += -I$(LOCALBASE)/include
+ 
+ 
+ ##
+@@ -131,7 +131,7 @@ HAS_SYSTEM_ASPRINTF ?= 1
+ # The following setting is needed with GNU libc for clock_gettime and the
+ # monotonic clock. Other systems may not need it, or may not provide a
+ # monotonic clock at all (which Ion can live with, and usually detect).
+-EXTRA_LIBS += -lrt
++#EXTRA_LIBS += -lrt
+ 
+ # Cygwin needs this. Also when you disable _BSD_SOURCE you may need it.
+ #DEFINES += -DCF_NO_GETLOADAVG
diff -Nru ion/patches/patch-system_mk notion/patches/patch-system_mk
--- ion/patches/patch-system_mk Sun Mar 23 19:17:35 2014
+++ notion/patches/patch-system_mk      Thu Jan  1 01:00:00 1970
@@ -1,124 +0,0 @@
-$OpenBSD: patch-system_mk,v 1.12 2014/03/23 18:17:35 kili Exp $
---- system.mk.orig     Fri Jan  9 23:20:27 2009
-+++ system.mk  Tue Mar 18 11:41:59 2014
-@@ -8,7 +8,7 @@
- 
- # Installation path prefix. Unless you know what you're doing, the default
- # of /usr/local is likely the correct choice.
--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:
-@@ -16,15 +16,16 @@ PREFIX=/usr/local
- # Main binaries
- BINDIR=$(PREFIX)/bin
- # Configuration .lua files
--ETCDIR=$(PREFIX)/etc/ion3
-+ETCDIR=$(PREFIX)/share/examples/ion3
- # Some .lua files and ion-* shell scripts
- SHAREDIR=$(PREFIX)/share/ion3
- # Manual pages
--MANDIR=$(PREFIX)/share/man
-+MANDIR=$(PREFIX)/man
- # Some documents
- DOCDIR=$(PREFIX)/share/doc/ion3
-+EXAMPLEDIR=$(PREFIX)/share/examples/ion3
- # Nothing at the moment
--INCDIR=$(PREFIX)/include/ion3
-+INCDIR=$(PREFIX)/include
- # Nothing at the moment
- LIBDIR=$(PREFIX)/lib
- # Modules
-@@ -53,7 +54,7 @@ LOCALEDIR=$(PREFIX)/share/locale
- 
- # Flags to link with libdl. Even if PRELOAD_MODULES=1, you may need this
- # setting (for e.g. Lua, when not instructed by pkg-config).
--DL_LIBS=-ldl
-+#DL_LIBS=-ldl
- 
- 
- ##
-@@ -63,17 +64,17 @@ DL_LIBS=-ldl
- # 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_LIBS = -L$(LUA_DIR)/lib -llua
-+#LUA_INCLUDES = -I$(LUA_DIR)/include
-+#LUA=$(LUA_DIR)/bin/lua
-+#LUAC=$(LUA_DIR)/bin/luac
- 
- # If you are using the Debian packages, the following settings should be
- # what you want.
--#LUA_LIBS=`pkg-config --libs lua5.1`
--#LUA_INCLUDES=`pkg-config --cflags lua5.1`
--#LUA=/usr/bin/lua5.1
--#LUAC=/usr/bin/luac5.1
-+LUA_LIBS=`pkg-config --libs lua51`
-+LUA_INCLUDES=`pkg-config --cflags lua51`
-+LUA=`which lua51`
-+LUAC=`which luac51`
- 
- 
- ##
-@@ -81,7 +82,7 @@ LUAC=$(LUA_DIR)/bin/luac
- ##
- 
- # Paths
--X11_PREFIX=/usr/X11R6
-+X11_PREFIX=$(X11BASE)
- # SunOS/Solaris
- #X11_PREFIX=/usr/openwin
- 
-@@ -114,6 +115,9 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
- 
- # On some other systems you may need to explicitly link against libintl.
- #EXTRA_LIBS += -lintl
-+EXTRA_LIBS += -L$(LOCALBASE)/lib -lintl -liconv
-+EXTRA_INCLUDES += -I$(LOCALBASE)/include -I/usr/local/include/lua-5.1
-+
- # You may also need to give the location of its headers. The following
- # should work on Mac OS X (which needs the above option as well) with
- # macports.
-@@ -127,12 +131,12 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
- # You may uncomment this if you know that your system C libary provides
- # asprintf and  vasprintf. (GNU libc does.) If HAS_SYSTEM_ASPRINTF is not
- # defined, an implementation provided in libtu/sprintf_2.2/ is used. 
--#HAS_SYSTEM_ASPRINTF=1
-+HAS_SYSTEM_ASPRINTF=1
- 
- # The following setting is needed with GNU libc for clock_gettime and the
- # monotonic clock. Other systems may not need it, or may not provide a
- # monotonic clock at all (which Ion can live with, and usually detect).
--EXTRA_LIBS += -lrt
-+#EXTRA_LIBS += -lrt
- 
- # Cygwin needs this.
- #DEFINES += -DCF_NO_GETLOADAVG
-@@ -149,16 +153,16 @@ EXTRA_LIBS += -lrt
- ## 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
-+#WARN=        -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
-+#     -Wtrigraphs -Wformat -Wchar-subscripts \
-+#     -Wparentheses -pedantic -Wuninitialized
- 
--CFLAGS=-Os $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
--LDFLAGS=$(LIBS) $(EXTRA_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
diff -Nru ion/pkg/PLIST notion/pkg/PLIST
--- ion/pkg/PLIST       Mon Mar 28 19:47:27 2016
+++ notion/pkg/PLIST    Wed Mar 30 14:30:49 2016
@@ -1,89 +1,96 @@
 @comment $OpenBSD: PLIST,v 1.22 2016/03/27 20:53:15 naddy Exp $
-@bin bin/ion3
-@bin bin/pwm3
-lib/ion3/
-lib/ion3/bin/
-@bin lib/ion3/bin/ion-completefile
-@bin lib/ion3/bin/ion-statusd
-lib/ion3/lc/
-lib/ion3/lc/de.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_quasiact.lc
-lib/ion3/lc/ioncore_tabnum.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_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/
-lib/ion3/mod/de.so
-lib/ion3/mod/mod_dock.so
-lib/ion3/mod/mod_menu.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
+@bin bin/notion
+lib/notion/
+lib/notion/lc/
+lib/notion/lc/de.lc
+lib/notion/lc/ioncore_bindings.lc
+lib/notion/lc/ioncore_efbb.lc
+lib/notion/lc/ioncore_ext.lc
+lib/notion/lc/ioncore_luaext.lc
+lib/notion/lc/ioncore_menudb.lc
+lib/notion/lc/ioncore_misc.lc
+lib/notion/lc/ioncore_quasiact.lc
+lib/notion/lc/ioncore_tabnum.lc
+lib/notion/lc/ioncore_wd.lc
+lib/notion/lc/ioncore_winprops.lc
+lib/notion/lc/mod_dock.lc
+lib/notion/lc/mod_menu.lc
+lib/notion/lc/mod_notionflux.lc
+lib/notion/lc/mod_query.lc
+lib/notion/lc/mod_query_chdir.lc
+lib/notion/lc/mod_sm.lc
+lib/notion/lc/mod_sp.lc
+lib/notion/lc/mod_statusbar.lc
+lib/notion/lc/mod_tiling.lc
+lib/notion/lc/mod_xinerama.lc
+lib/notion/lc/mod_xkbevents.lc
+lib/notion/lc/mod_xrandr.lc
+lib/notion/lc/statusd_date.lc
+lib/notion/lc/statusd_load.lc
+lib/notion/lc/statusd_mail.lc
+lib/notion/mod/
+lib/notion/mod/de.so
+lib/notion/mod/mod_dock.so
+lib/notion/mod/mod_menu.so
+lib/notion/mod/mod_notionflux.so
+lib/notion/mod/mod_query.so
+lib/notion/mod/mod_sm.so
+lib/notion/mod/mod_sp.so
+lib/notion/mod/mod_statusbar.so
+lib/notion/mod/mod_tiling.so
+lib/notion/mod/mod_xinerama.so
+lib/notion/mod/mod_xkbevents.so
+lib/notion/mod/mod_xrandr.so
+libexec/notion/
+@bin libexec/notion/ion-completefile
+@bin libexec/notion/ion-statusd
+@bin libexec/notion/notionflux
 man/cs/
 man/cs/man1/
-@man man/cs/man1/ion3.1
-@man man/cs/man1/pwm3.1
+@man man/cs/man1/notion.1
 man/fi/
 man/fi/man1/
-@man man/fi/man1/ion3.1
-@man man/fi/man1/pwm3.1
-@man man/man1/ion3.1
-@man man/man1/pwm3.1
-share/doc/ion3/
-share/doc/ion3/ChangeLog
-share/doc/ion3/LICENSE
-share/doc/ion3/README
-share/doc/ion3/RELNOTES
-share/examples/ion3/
-share/examples/ion3/cfg_defaults.lua
-share/examples/ion3/cfg_dock.lua
-share/examples/ion3/cfg_ion.lua
-share/examples/ion3/cfg_ioncore.lua
-share/examples/ion3/cfg_kludges.lua
-share/examples/ion3/cfg_layouts.lua
-share/examples/ion3/cfg_menu.lua
-share/examples/ion3/cfg_pwm.lua
-share/examples/ion3/cfg_query.lua
-share/examples/ion3/cfg_sp.lua
-share/examples/ion3/cfg_statusbar.lua
-share/examples/ion3/cfg_tiling.lua
-share/examples/ion3/look.lua
-share/examples/ion3/look_brownsteel.lua
-share/examples/ion3/look_clean.lua
-share/examples/ion3/look_cleanios.lua
-share/examples/ion3/look_cleanviolet.lua
-share/examples/ion3/look_dusky.lua
-share/examples/ion3/look_greenlight.lua
-share/examples/ion3/look_greyviolet.lua
-share/examples/ion3/look_ios.lua
-share/examples/ion3/look_newviolet.lua
-share/examples/ion3/look_simpleblue.lua
-share/examples/ion3/lookcommon_clean.lua
-share/examples/ion3/lookcommon_emboss.lua
-share/ion3/
-share/ion3/ion-completeman
-share/ion3/ion-runinxterm
-share/ion3/welcome.cs.txt
-share/ion3/welcome.fi.txt
-share/ion3/welcome.txt
-share/locale/cs/LC_MESSAGES/ion3.mo
-share/locale/fi/LC_MESSAGES/ion3.mo
-share/locale/fr/LC_MESSAGES/ion3.mo
+@man man/fi/man1/notion.1
+@man man/man1/notion.1
+@man man/man1/notionflux.1
+share/doc/notion/
+share/doc/notion/CHANGELOG
+share/doc/notion/LICENSE
+share/doc/notion/README
+share/examples/notion/
+share/examples/notion/cfg_defaults.lua
+share/examples/notion/cfg_dock.lua
+share/examples/notion/cfg_kludges.lua
+share/examples/notion/cfg_layouts.lua
+share/examples/notion/cfg_menu.lua
+share/examples/notion/cfg_notion.lua
+share/examples/notion/cfg_notioncore.lua
+share/examples/notion/cfg_query.lua
+share/examples/notion/cfg_sp.lua
+share/examples/notion/cfg_statusbar.lua
+share/examples/notion/cfg_tiling.lua
+share/examples/notion/cfg_xrandr.lua
+share/examples/notion/look.lua
+share/examples/notion/look_brownsteel.lua
+share/examples/notion/look_clean.lua
+share/examples/notion/look_cleanios.lua
+share/examples/notion/look_cleanviolet.lua
+share/examples/notion/look_dusky.lua
+share/examples/notion/look_greenlight.lua
+share/examples/notion/look_greyviolet.lua
+share/examples/notion/look_ios.lua
+share/examples/notion/look_newviolet.lua
+share/examples/notion/look_simpleblue.lua
+share/examples/notion/lookcommon_clean.lua
+share/examples/notion/lookcommon_emboss.lua
+share/locale/cs/LC_MESSAGES/notion.mo
+share/locale/de/LC_MESSAGES/notion.mo
+share/locale/fi/LC_MESSAGES/notion.mo
+share/locale/fr/LC_MESSAGES/notion.mo
+share/notion/
+share/notion/ion-completeman
+share/notion/ion-runinxterm
+share/notion/notion-lock
+share/notion/welcome.cs.txt
+share/notion/welcome.fi.txt
+share/notion/welcome.txt



-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
2779 7F73 44FD 0736 B67A  C410 69EC 7922 34B4 2566

Attachment: pgpzZ8CAmgDKa.pgp
Description: OpenPGP digital signature

Reply via email to