[Midnightbsd-cvs] mports [23836] trunk/x11-wm/fluxbox: update fluxbox

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 26 14:24:06 EDT 2018


Revision: 23836
          http://svnweb.midnightbsd.org/mports/?rev=23836
Author:   laffer1
Date:     2018-08-26 14:24:06 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
update fluxbox

Modified Paths:
--------------
    trunk/x11-wm/fluxbox/Makefile
    trunk/x11-wm/fluxbox/pkg-descr
    trunk/x11-wm/fluxbox/pkg-plist

Added Paths:
-----------
    trunk/x11-wm/fluxbox/files/patch-src_Ewmh.cc
    trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.cc
    trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
    trunk/x11-wm/fluxbox/files/patch-src_FbWinFrame.cc
    trunk/x11-wm/fluxbox/files/patch-src_Screen.cc
    trunk/x11-wm/fluxbox/files/patch-src__fluxbox.cc
    trunk/x11-wm/fluxbox/files/patch-src__fluxbox.hh
    trunk/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in
    trunk/x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc

Removed Paths:
-------------
    trunk/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in

Modified: trunk/x11-wm/fluxbox/Makefile
===================================================================
--- trunk/x11-wm/fluxbox/Makefile	2018-08-26 18:20:24 UTC (rev 23835)
+++ trunk/x11-wm/fluxbox/Makefile	2018-08-26 18:24:06 UTC (rev 23836)
@@ -1,32 +1,37 @@
 # $MidnightBSD$
 
 PORTNAME=	fluxbox
-PORTVERSION=	1.3.5
-PORTREVISION=	1
+PORTVERSION=	1.3.7
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Small and fast window manager based on BlackBox
 
 LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
+RUN_DEPENDS=	xmessage:x11/xmessage
+LIB_DEPENDS=	libfribidi.so:converters/fribidi \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
 
-USE_XORG=	xextproto xft xpm xrandr
+USE_XORG=	x11 xext xextproto xft xpm xrandr
 USES=		gmake pkgconfig
-WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	${ARCH}-portbld-freebsd10.4
 
-PORTDOCS=		AUTHORS ChangeLog NEWS README TODO
+PORTDATA=	*
+PORTDOCS=	*
+
 DOCSVERSION=	20060629
 
-OPTIONS_DEFINE=	DOCS DOCHTML PDFDOCS DEBUG GNOME IMLIB2 XINERAMA \
+OPTIONS_DEFINE=	DOCS DOCHTML PDFDOCS DEBUG IMLIB2 XINERAMA \
 		XRENDER NLS SLIT SYSTRAY REMEMBER TOOLBAR
-OPTIONS_DEFAULT=	XRENDER SLIT SYSTRAY REMEMBER TOOLBAR
+OPTIONS_DEFAULT=	XRENDER SLIT SYSTRAY REMEMBER TOOLBAR XINERAMA
 DOCHTML_DESC=	Install html documentation
 PDFDOCS_DESC=	Build and install PDF documentation
 REMEMBER_DESC=	Enable remember feature
@@ -35,123 +40,53 @@
 TOOLBAR_DESC=	Enable toolbar feature
 XRENDER_DESC=	Enable xrender support
 
-.include <bsd.mport.options.mk>
+DEBUG_CONFIGURE_ON=	--enable-debug
+IMLIB2_CONFIGURE_ENABLE=	imlib2
+IMLIB2_LIB_DEPENDS=	libImlib2.so:graphics/imlib2
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=	iconv
+NLS_VARS=	CPPFLAGS+="-I${LOCALBASE}/include" LIBS+="-L${LOCALBASE}/lib ${ICONV_LIB}"
+NLS_VARS_OFF=	CPPFLAGS+="-I${LOCALBASE}/include" LIBS+="-L${LOCALBASE}/lib"
+REMEMBER_CONFIGURE_ENABLE=	remember
+SLIT_CONFIGURE_ENABLE=	slit
+SYSTRAY_CONFIGURE_ENABLE=	systray
+TOOLBAR_CONFIGURE_ENABLE=	toolbar
+XINERAMA_CONFIGURE_ENABLE=	xinerama
+XINERAMA_USE=	XORG=xinerama
+XRENDER_USE=	XORG=xrender
+XRENDER_CONFIGURE_ENABLE=	xrender
 
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=	--enable-debug
-.endif
-
-.if ${PORT_OPTIONS:MDOCHTML}
 # http://fluxbox.org/docbook/en/tarballs/
-MASTER_SITES+=		${MASTER_SITE_LOCAL:S,%SUBDIR%,mezz,}:html \
+DOCHTML_MASTER_SITES=	LOCAL/mezz:html \
 			http://people.freebsd.org/~mezz/distfiles/:html
-DISTFILES+=		fb-doc-mfhtml-${DOCSVERSION}.tgz:html
-EXTRACT_ONLY+=		fb-doc-mfhtml-${DOCSVERSION}.tgz
-PLIST_SUB+=		DOCHTML=""
-.else
-PLIST_SUB+=		DOCHTML="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MPDFDOCS}
+DOCHTML_DISTFILES=	fb-doc-mfhtml-${DOCSVERSION}.tgz:html
+DOCHTML_EXTRACT_ONLY=	fb-doc-mfhtml-${DOCSVERSION}.tgz
 # http://fluxbox.org/docbook/en/pdf/
-MASTER_SITES+=		${MASTER_SITE_LOCAL:S,%SUBDIR%,mezz,}:pdf \
+PDFDOCS_MASTER_SITES=	LOCAL/mezz:pdf \
 			http://people.freebsd.org/~mezz/distfiles/:pdf
-DISTFILES+=		fluxbook-${DOCSVERSION}.pdf:pdf
-PLIST_SUB+=		DOCPDF=""
-.else
-PLIST_SUB+=		DOCPDF="@comment "
-.endif
+PDFDOCS_DISTFILES=	fluxbook-${DOCSVERSION}.pdf:pdf
 
-.if ${PORT_OPTIONS:MIMLIB2}
-USE_EFL+=		imlib2
-CONFIGURE_ARGS+=	--enable-imlib2
-.else
-CONFIGURE_ARGS+=	--disable-imlib2
-.endif
-
-.if ${PORT_OPTIONS:MXINERAMA} || defined(PACKAGE_BUILDING)
-USE_XORG+=		xinerama
-CONFIGURE_ARGS+=	--enable-xinerama
-.endif
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=			iconv
-CONFIGURE_ENV=		LIBS="-L${LOCALBASE}/lib -liconv"
-CPPFLAGS+=		-I${LOCALBASE}/include
-CONFIGURE_ARGS+=	--enable-nls
-PLIST_SUB+=		NLS=""
-.else
-CONFIGURE_ENV=		LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+=		-I${LOCALBASE}/include
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=		NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MREMEMBER}
-CONFIGURE_ARGS+=	--enable-remember
-.else
-CONFIGURE_ARGS+=	--disable-remember
-.endif
-
-.if ${PORT_OPTIONS:MSLIT}
-CONFIGURE_ARGS+=	--enable-slit
-.else
-CONFIGURE_ARGS+=	--disable-slit
-.endif
-
-.if ${PORT_OPTIONS:MSYSTRAY}
-CONFIGURE_ARGS+=	--enable-systray
-.else
-CONFIGURE_ARGS+=	--disable-systray
-.endif
-
-.if ${PORT_OPTIONS:MTOOLBAR}
-CONFIGURE_ARGS+=	--enable-toolbar
-.else
-CONFIGURE_ARGS+=	--disable-toolbar
-.endif
-
-.if ${PORT_OPTIONS:MXRENDER}
-USE_XORG+=		xrender
-CONFIGURE_ARGS+=	--enable-xrender
-.else
-CONFIGURE_ARGS+=	--disable-xrender
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibgnome}!="" || defined(PACKAGE_BUILDING)
-CONFIGURE_ARGS+=	--enable-gnome
-.else
-CONFIGURE_ARGS+=	--disable-gnome
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/util/fluxbox-generate_menu.in ${WRKSRC}/util/fbsetbg
 
-.if ! ${PORT_OPTIONS:MNLS}
-	@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \
+post-patch-NLS-off:
+	@${REINPLACE_CMD} -e 's|iconv_works=yes|iconv_works=no|' \
 		${WRKSRC}/configure
-.endif
 
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+post-install-DOCS-on:
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog NEWS README TODO" \
+		${STAGEDIR}${DOCSDIR})
 
-.if ${PORT_OPTIONS:MPDFDOCS}
-	@${MKDIR} ${DOCSDIR}/pdf
+post-install-PDFDOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf
 	${INSTALL_DATA} ${DISTDIR}/fluxbook-${DOCSVERSION}.pdf \
-		${DOCSDIR}/pdf/
-.endif
+		${STAGEDIR}${DOCSDIR}/pdf/
 
-.if ${PORT_OPTIONS:MDOCHTML}
-	@${MKDIR} ${DOCSDIR}/html
+post-install-DOCHTML-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 . for h in *.css *.html
-	(cd ${WRKDIR}/html && ${INSTALL_DATA} ${h} ${DOCSDIR}/html)
+	(cd ${WRKDIR}/html && ${INSTALL_DATA} ${h} ${STAGEDIR}${DOCSDIR}/html)
 . endfor
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: trunk/x11-wm/fluxbox/files/patch-src_Ewmh.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src_Ewmh.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src_Ewmh.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,11 @@
+--- src/Ewmh.cc.orig	2018-02-17 12:06:58 UTC
++++ src/Ewmh.cc
+@@ -914,7 +914,7 @@ void Ewmh::updateGeometry(BScreen &screen) {
+      * Window Manager.
+      *
+      */
+-    long value[2] = {screen.width(), screen.height()};
++    long value[2] = {static_cast<long>(screen.width()), static_cast<long>(screen.height())};
+     screen.rootWindow().changeProperty(m_net->desktop_geometry,
+                                        XA_CARDINAL, 32,
+                                        PropModeReplace,


Property changes on: trunk/x11-wm/fluxbox/files/patch-src_Ewmh.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,24 @@
+--- src/FbRootWindow.cc.orig	2015-02-08 10:44:45 UTC
++++ src/FbRootWindow.cc
+@@ -30,7 +30,8 @@ FbRootWindow::FbRootWindow(int screen_num):
+     m_colormap(0),
+     m_decorationDepth(0),
+     m_decorationVisual(0),
+-    m_decorationColormap(0) {
++    m_decorationColormap(0),
++    m_maxDepth(depth()) {
+ 
+     Display *disp = FbTk::App::instance()->display();
+ 
+@@ -55,9 +56,9 @@ FbRootWindow::FbRootWindow(int screen_num):
+ 
+         for (int i = 0; i < vinfo_nitems; i++) {
+             if ((DefaultDepth(disp, screen_num) < vinfo_return[i].depth)
+-                    && (static_cast<int>(depth()) < vinfo_return[i].depth)){
++                    && (m_maxDepth < vinfo_return[i].depth)){
+                 m_visual = vinfo_return[i].visual;
+-                setDepth(vinfo_return[i].depth);
++                m_maxDepth = vinfo_return[i].depth;
+             }
+ 
+             if((m_decorationDepth < vinfo_return[i].depth)


Property changes on: trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,18 @@
+--- src/FbRootWindow.hh.orig	2015-02-08 10:44:45 UTC
++++ src/FbRootWindow.hh
+@@ -41,6 +41,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
+     int decorationDepth() const { return m_decorationDepth; }
+     Visual *decorationVisual() const { return m_decorationVisual; }
+     Colormap decorationColormap() const { return m_decorationColormap; }
++    int maxDepth() const { return m_maxDepth; }
+ 
+ private:
+     Visual *m_visual;
+@@ -49,6 +50,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
+     int m_decorationDepth;
+     Visual *m_decorationVisual;
+     Colormap m_decorationColormap;
++    int m_maxDepth;
+ };
+ 
+ #endif // FBROOTWINDOW_HH


Property changes on: trunk/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src_FbWinFrame.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src_FbWinFrame.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src_FbWinFrame.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,13 @@
+--- src/FbWinFrame.cc.orig	2015-02-08 10:44:45 UTC
++++ src/FbWinFrame.cc
+@@ -115,8 +115,8 @@ FbWinFrame::FbWinFrame(BScreen &screen, unsigned int c
+     m_state(state),
+     m_window(theme->screenNum(), state.x, state.y, state.width, state.height, s_mask, true, false,
+         client_depth, InputOutput,
+-        ((client_depth == 32) && (screen.rootWindow().depth() == 32) ? screen.rootWindow().visual() : CopyFromParent),
+-        ((client_depth == 32) && (screen.rootWindow().depth() == 32) ? screen.rootWindow().colormap() : CopyFromParent)),
++        (client_depth == screen.rootWindow().maxDepth() ? screen.rootWindow().visual() : CopyFromParent),
++        (client_depth == screen.rootWindow().maxDepth() ? screen.rootWindow().colormap() : CopyFromParent)),
+     m_layeritem(window(), *screen.layerManager().getLayer(ResourceLayer::NORMAL)),
+     m_titlebar(m_window, 0, 0, 100, 16, s_mask, false, false, 
+         screen.rootWindow().decorationDepth(), InputOutput,


Property changes on: trunk/x11-wm/fluxbox/files/patch-src_FbWinFrame.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src_Screen.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src_Screen.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src_Screen.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,11 @@
+--- src/Screen.cc.orig	2015-02-08 10:44:45 UTC
++++ src/Screen.cc
+@@ -297,7 +297,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
+                             "using visual 0x%lx, depth %d\n",
+                             "informational message saying screen number (%d), visual (%lx), and colour depth (%d)").c_str(),
+             screenNumber(), XVisualIDFromVisual(rootWindow().visual()),
+-            rootWindow().depth());
++            rootWindow().maxDepth());
+ #endif // DEBUG
+ 
+     FbTk::EventManager *evm = FbTk::EventManager::instance();


Property changes on: trunk/x11-wm/fluxbox/files/patch-src_Screen.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src__fluxbox.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src__fluxbox.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src__fluxbox.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,11 @@
+--- src/fluxbox.cc.orig	2015-02-08 10:44:45 UTC
++++ src/fluxbox.cc
+@@ -1316,7 +1316,7 @@ void Fluxbox::revertFocus() {
+         FocusControl::setFocusedWindow(0);
+ }
+ 
+-bool Fluxbox::validateClient(const WinClient *client) const {
++bool Fluxbox::validateClient(WinClient *client) const {
+     WinClientMap::const_iterator it =
+         find_if(m_window_search.begin(),
+                 m_window_search.end(),


Property changes on: trunk/x11-wm/fluxbox/files/patch-src__fluxbox.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-src__fluxbox.hh
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-src__fluxbox.hh	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-src__fluxbox.hh	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,11 @@
+--- src/fluxbox.hh.orig	2015-02-08 10:44:45 UTC
++++ src/fluxbox.hh
+@@ -103,7 +103,7 @@ public:
+     WinClient *searchWindow(Window);
+     BScreen *searchScreen(Window w);
+     bool validateWindow(Window win) const;
+-    bool validateClient(const WinClient *client) const;
++    bool validateClient(WinClient *client) const;
+ 
+     // Not currently implemented until we decide how it'll be used
+     //WinClient *searchGroup(Window);


Property changes on: trunk/x11-wm/fluxbox/files/patch-src__fluxbox.hh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in	2018-08-26 18:20:24 UTC (rev 23835)
+++ trunk/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in	2018-08-26 18:24:06 UTC (rev 23836)
@@ -1,219 +0,0 @@
---- util/fluxbox-generate_menu.in.orig	2012-12-10 18:26:53.000000000 +0100
-+++ util/fluxbox-generate_menu.in	2013-01-02 14:22:14.000000000 +0100
-@@ -68,7 +68,7 @@
-     -d  Other path(s) to recursively search for *.desktop files
-     -ds Wider search for *.desktop files (takes more time)
-     -i  Other path(s) to search for icons
--        e.g., "/usr/kde/3.3/share/icons/crystalsvg/16x16/*"
-+        e.g., "%%LOCALBASE%%/share/icons/crystalsvg/16x16/*"
-     -is Wider search for icons (worth the extra time)
-     -in Skip icon search
- 
-@@ -85,7 +85,7 @@
-   Only for packagers:
- 
-     -p  Prefix; default is @PREFIX@
--    -n  Gnome-prefix; /opt, /usr, /usr/X11R6 and /usr/local autodetected
-+    -n  Gnome-prefix; %%LOCALBASE%% autodetected
-     -q  KDE-prefix; idem dito
- 
- 
-@@ -145,13 +145,42 @@
-     esac
- }
- 
--find_it() {
--    [ -n "$1" ] && hash $1 2> /dev/null && shift && "$@"
--}
-+# some which's have a reliable return code, some don't
-+# Lets figure out which which we have.
-+if which this_program_does_not_exist-no_really-aA1zZ9 2> /dev/null 1> /dev/null; then
-+    # can't rely on return value
-+    find_it() {
-+        file=`which $1 2> /dev/null`
-+        if [ -x "$file" ]; then
-+            if [ $# -gt 1 ]; then
-+                shift
-+                "$@"
-+            fi
-+            return 0
-+        else
-+            return 1
-+        fi
-+    }
- 
--find_it_options() {
--    [ -n "$1" ] && hash $1 2> /dev/null
--}
-+    find_it_options() {
-+        file=`which $1 2> /dev/null`
-+        if [ -x "$file" ]; then
-+            return 0
-+        else
-+            return 1
-+        fi
-+    }
-+
-+else
-+    # can rely on return value
-+    find_it() {
-+        which $1 > /dev/null 2>&1 && shift && "$@"
-+    }
-+
-+    find_it_options() {
-+        which $1 > /dev/null 2>&1
-+    }
-+fi
- 
- #echo "replaceWithinString: $1, $2, $3" >&2
- #echo ${1//$2/$3} # causes error in BSD even though not used
-@@ -203,7 +232,7 @@
-     if [ -f "${entry_icon}" ]; then
-         : echo "File exists. To overwrite, type: convert \"$1\" \"$entry_icon\"" >&2
-     else
--        if hash convert 2> /dev/null; then
-+        if which convert &> /dev/null; then
-             convert "$1" "$entry_icon"
-             # echo convert "$1" , "$entry_icon" >> $ICONMAPPING
-         else
-@@ -275,7 +304,7 @@
-     # echo -n "for $temp_icon"
-     eval doSearchLoop $USER_ICONPATHS \
-       "$FB_ICONDIR" \
--      "/usr/share/${execname%% *}" \
-+      "%%LOCALBASE%%/share/${execname%% *}" \
-       ${OTHER_ICONPATHS} \
- 
- 
-@@ -558,7 +587,7 @@
- 
- 
- WHOAMI=`whoami`
--[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-+[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:%%LOCALBASE%%/bin
- 
- # Check for Imlib2-support
- if @pkgprefix at fluxbox@pkgsuffix@@EXEEXT@ -info 2> /dev/null | grep -q "^IMLIB"; then
-@@ -1271,16 +1300,16 @@
- # These are prefixes; So if fluxbox is installed in @PREFIX@/bin/fluxbox
- # your prefix is: @PREFIX@
- 
--# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so
-+# fluxbox-generate already looks in %%LOCALBASE%% so
- # there should be no need to specify them.
- #
- # PREFIX=@PREFIX@
--# GNOME_PREFIX=/opt/gnome
--# KDE_PREFIX=/opt/kde
-+# GNOME_PREFIX=%%LOCALBASE%%
-+# KDE_PREFIX=%%LOCALBASE%%
- 
- 
- # Separate the list of background dirs with colons ':'
--# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:/usr/share/wallpapers"
-+# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:%%LOCALBASE%%/share/wallpapers"
- 
- 
- # --- Boolean variables.
-@@ -1327,29 +1356,21 @@
-         -g) GNOMEMENU=yes; shift;;
-         -in) NO_ICON=yes; shift;;
-         -is) OTHER_ICONPATHS="
--                /usr/share/icons
--                /usr/share/icons/mini
--                /usr/share/pixmaps
--                /usr/local/share/icons
--                /usr/local/share/icons/mini
--                /usr/local/share/pixmaps
--                /usr/share/xclass/icons
--                /usr/share/xclass/pixmaps
--                /usr/local/share/xclass/icons
--                /usr/local/share/xclass/pixmaps
--                /usr/X11R6/share/icons/default/16x16
--                /usr/X11R6/share/icons/kde/16x16
--                /usr/X11R6/share/icons/hicolor/16x16
--                /usr/local/X11R6/share/icons/default/16x16
--                /usr/local/X11R6/share/icons/kde/16x16
--                /usr/local/X11R6/share/icons/hicolor/16x16
-+                %%LOCALBASE%%/share/icons
-+                %%LOCALBASE%%/share/icons/mini
-+                %%LOCALBASE%%/share/pixmaps
-+                %%LOCALBASE%%/share/xclass/icons
-+                %%LOCALBASE%%/share/xclass/pixmaps
-+                %%LOCALBASE%%/share/icons/default/16x16
-+                %%LOCALBASE%%/share/icons/kde/16x16
-+                %%LOCALBASE%%/share/icons/hicolor/16x16
-             "
-             shift;;
-         -ds) OTHER_DESKTOP_PATHS="
--                /usr/share/mimelnk 
--                /usr/share/applications
--                /usr/share/xsessions 
--                /usr/share/services 
-+                %%LOCALBASE%%/share/mimelnk
-+                %%LOCALBASE%%/share/applications
-+                %%LOCALBASE%%/share/xsessions
-+                %%LOCALBASE%%/share/services
-             "
-             # /usr/share/apps \
-             shift;;
-@@ -1420,13 +1441,12 @@
- # prefix
- PREFIX="${PREFIX:=@PREFIX@}"
- if [  -z "${PREFIX}" -o ! -d "${PREFIX}" ]; then
--    hash @pkgprefix at fluxbox@pkgsuffix@@EXEEXT@
--    PREFIX=`hash | grep @pkgprefix at fluxbox@pkgsuffix@ | sed 's,.*\t/,/,' | sed 's,/bin/@pkgprefix at fluxbox@pkgsuffix@@EXEEXT@$,,'`
-+    PREFIX=`which fluxbox | sed 's,/bin/fluxbox$,,'`
- fi
- 
- 
- # gnome prefix
--for GNOME_PREFIX in "${GNOME_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do
-+for GNOME_PREFIX in "${GNOME_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do
-     if [ -n "${GNOME_PREFIX}" -a -d "$GNOME_PREFIX/share/gnome" ]; then
-         break;
-     fi
-@@ -1434,7 +1454,7 @@
- # Will remain $PREFIX if all else fails
- 
- # kde prefix
--for KDE_PREFIX in "${KDE_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do
-+for KDE_PREFIX in "${KDE_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do
-     if [ -n "${KDE_PREFIX}" -a -d "$KDE_PREFIX/share/applnk" ]; then
-         break;
-     fi
-@@ -1522,7 +1542,7 @@
- else
-     [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2
-     #The precise order is up for debate.
--    for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
-+    for browser in chrome firefox mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
-         if find_it_options $browser; then
-             DEFAULT_BROWSER=$browser
-             break
-@@ -1581,9 +1601,10 @@
- 
- case "$DEFAULT_BROWSERNAME" in
-     links|w3m|lynx)  append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;;
--    firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
-+    chrome|firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
-     konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
--    opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
-+    linux-opera) append "[exec] (linux-opera) {linux-opera}" ;;
-+    opera) append "[exec] (opera) {opera}" ;;
-     MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;;
-     MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;;
-     *) append "[exec] ($DEFAULT_BROWSERNAME) {$DEFAULT_BROWSER}" ;;
-@@ -1600,9 +1621,10 @@
- 
- append_submenu "${NETMENU}"
-     append_submenu "${BROWSERMENU}"
--        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
-+        normal_find chrome firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
-         find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
--        find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
-+        find_it linux-opera append "[exec]   (linux-opera) {linux-opera}"
-+        find_it opera       append "[exec]   (opera) {opera}"
-         find_it konqueror   append "[exec]   (konqueror) {kfmclient openProfile webbrowsing}"
-         find_it links       append "[exec]   (links) {${DEFAULT_TERM} -e links ${HOMEPAGE}}"
-         find_it w3m         append "[exec]   (w3m) {${DEFAULT_TERM} -e w3m ${HOMEPAGE}}"

Added: trunk/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,209 @@
+--- util/fluxbox-generate_menu.in.orig	2015-02-08 10:44:45 UTC
++++ util/fluxbox-generate_menu.in
+@@ -68,7 +68,7 @@ Options:
+     -d  Other path(s) to recursively search for *.desktop files
+     -ds Wider search for *.desktop files (takes more time)
+     -i  Other path(s) to search for icons
+-        e.g., "/usr/kde/3.3/share/icons/crystalsvg/16x16/*"
++        e.g., "%%LOCALBASE%%/share/icons/crystalsvg/16x16/*"
+     -is Wider search for icons (worth the extra time)
+     -in Skip icon search
+ 
+@@ -85,7 +85,7 @@ Options:
+   Only for packagers:
+ 
+     -p  Prefix; default is @PREFIX@
+-    -n  Gnome-prefix; /opt, /usr, /usr/X11R6 and /usr/local autodetected
++    -n  Gnome-prefix; %%LOCALBASE%% autodetected
+     -q  KDE-prefix; idem dito
+ 
+ 
+@@ -145,13 +145,42 @@ testoption() {
+     esac
+ }
+ 
+-find_it() {
+-    [ -n "$1" ] && hash $1 2> /dev/null && shift && "$@"
+-}
++# some which's have a reliable return code, some don't
++# Lets figure out which which we have.
++if which this_program_does_not_exist-no_really-aA1zZ9 2> /dev/null 1> /dev/null; then
++    # can't rely on return value
++    find_it() {
++        file=`which $1 2> /dev/null`
++        if [ -x "$file" ]; then
++            if [ $# -gt 1 ]; then
++                shift
++                "$@"
++            fi
++            return 0
++        else
++            return 1
++        fi
++    }
+ 
+-find_it_options() {
+-    [ -n "$1" ] && hash $1 2> /dev/null
+-}
++    find_it_options() {
++        file=`which $1 2> /dev/null`
++        if [ -x "$file" ]; then
++            return 0
++        else
++            return 1
++        fi
++    }
++
++else
++    # can rely on return value
++    find_it() {
++        which $1 > /dev/null 2>&1 && shift && "$@"
++    }
++
++    find_it_options() {
++        which $1 > /dev/null 2>&1
++    }
++fi
+ 
+ #echo "replaceWithinString: $1, $2, $3" >&2
+ #echo ${1//$2/$3} # causes error in BSD even though not used
+@@ -203,7 +232,7 @@ convertIcon(){
+     if [ -f "${entry_icon}" ]; then
+         : echo "File exists. To overwrite, type: convert \"$1\" \"$entry_icon\"" >&2
+     else
+-        if hash convert 2> /dev/null; then
++        if which convert &> /dev/null; then
+             convert "$1" "$entry_icon"
+             # echo convert "$1" , "$entry_icon" >> $ICONMAPPING
+         else
+@@ -275,7 +304,7 @@ doSearch(){
+     # echo -n "for $temp_icon"
+     eval doSearchLoop $USER_ICONPATHS \
+       "$FB_ICONDIR" \
+-      "/usr/share/${execname%% *}" \
++      "%%LOCALBASE%%/share/${execname%% *}" \
+       ${OTHER_ICONPATHS} \
+ 
+ 
+@@ -558,7 +587,7 @@ rm -f ${MENUFILENAME}.tmp
+ 
+ 
+ WHOAMI=`whoami`
+-[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
++[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:%%LOCALBASE%%/bin
+ 
+ # Check for Imlib2-support
+ if @pkgprefix at fluxbox@pkgsuffix@@EXEEXT@ -info 2> /dev/null | grep -q "^IMLIB"; then
+@@ -1271,16 +1300,16 @@ if [ ! "${INSTALL}" = Yes ]; then
+ # These are prefixes; So if fluxbox is installed in @PREFIX@/bin/fluxbox
+ # your prefix is: @PREFIX@
+ 
+-# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so
++# fluxbox-generate already looks in %%LOCALBASE%% so
+ # there should be no need to specify them.
+ #
+ # PREFIX=@PREFIX@
+-# GNOME_PREFIX=/opt/gnome
+-# KDE_PREFIX=/opt/kde
++# GNOME_PREFIX=%%LOCALBASE%%
++# KDE_PREFIX=%%LOCALBASE%%
+ 
+ 
+ # Separate the list of background dirs with colons ':'
+-# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:/usr/share/wallpapers"
++# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:%%LOCALBASE%%/share/wallpapers"
+ 
+ 
+ # --- Boolean variables.
+@@ -1327,29 +1356,21 @@ while [ $# -gt 0 ]; do
+         -g) GNOMEMENU=yes; shift;;
+         -in) NO_ICON=yes; shift;;
+         -is) OTHER_ICONPATHS="
+-                /usr/share/icons
+-                /usr/share/icons/mini
+-                /usr/share/pixmaps
+-                /usr/local/share/icons
+-                /usr/local/share/icons/mini
+-                /usr/local/share/pixmaps
+-                /usr/share/xclass/icons
+-                /usr/share/xclass/pixmaps
+-                /usr/local/share/xclass/icons
+-                /usr/local/share/xclass/pixmaps
+-                /usr/X11R6/share/icons/default/16x16
+-                /usr/X11R6/share/icons/kde/16x16
+-                /usr/X11R6/share/icons/hicolor/16x16
+-                /usr/local/X11R6/share/icons/default/16x16
+-                /usr/local/X11R6/share/icons/kde/16x16
+-                /usr/local/X11R6/share/icons/hicolor/16x16
++                %%LOCALBASE%%/share/icons
++                %%LOCALBASE%%/share/icons/mini
++                %%LOCALBASE%%/share/pixmaps
++                %%LOCALBASE%%/share/xclass/icons
++                %%LOCALBASE%%/share/xclass/pixmaps
++                %%LOCALBASE%%/share/icons/default/16x16
++                %%LOCALBASE%%/share/icons/kde/16x16
++                %%LOCALBASE%%/share/icons/hicolor/16x16
+             "
+             shift;;
+         -ds) OTHER_DESKTOP_PATHS="
+-                /usr/share/mimelnk 
+-                /usr/share/applications
+-                /usr/share/xsessions 
+-                /usr/share/services 
++                %%LOCALBASE%%/share/mimelnk
++                %%LOCALBASE%%/share/applications
++                %%LOCALBASE%%/share/xsessions
++                %%LOCALBASE%%/share/services
+             "
+             # /usr/share/apps \
+             shift;;
+@@ -1420,13 +1441,12 @@ fi
+ # prefix
+ PREFIX="${PREFIX:=@PREFIX@}"
+ if [  -z "${PREFIX}" -o ! -d "${PREFIX}" ]; then
+-    hash @pkgprefix at fluxbox@pkgsuffix@@EXEEXT@
+-    PREFIX=`hash | grep @pkgprefix at fluxbox@pkgsuffix@ | sed 's,.*\t/,/,' | sed 's,/bin/@pkgprefix at fluxbox@pkgsuffix@@EXEEXT@$,,'`
++    PREFIX=`which fluxbox | sed 's,/bin/fluxbox$,,'`
+ fi
+ 
+ 
+ # gnome prefix
+-for GNOME_PREFIX in "${GNOME_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do
++for GNOME_PREFIX in "${GNOME_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do
+     if [ -n "${GNOME_PREFIX}" -a -d "$GNOME_PREFIX/share/gnome" ]; then
+         break;
+     fi
+@@ -1434,7 +1454,7 @@ done
+ # Will remain $PREFIX if all else fails
+ 
+ # kde prefix
+-for KDE_PREFIX in "${KDE_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do
++for KDE_PREFIX in "${KDE_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do
+     if [ -n "${KDE_PREFIX}" -a -d "$KDE_PREFIX/share/applnk" ]; then
+         break;
+     fi
+@@ -1522,7 +1542,7 @@ if find_it_options $MY_BROWSER; then
+ else
+     [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2
+     #The precise order is up for debate.
+-    for browser in firefox mozilla-firefox chrome chromium google-chrome mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
++    for browser in firefox mozilla-firefox chrome chromium google-chrome mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
+         if find_it_options $browser; then
+             DEFAULT_BROWSER=$browser
+             break
+@@ -1589,6 +1609,7 @@ case "$DEFAULT_BROWSERNAME" in
+     chrome|chromium) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
+     google-chrome) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
+     konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
++    linux-opera) append "[exec] (linux-opera) {env QT_XFT=true linux-opera}" ;;
+     opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
+     MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;;
+     MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;;
+@@ -1608,6 +1629,7 @@ append_submenu "${NETMENU}"
+     append_submenu "${BROWSERMENU}"
+         normal_find chrome chromium firefox google-chrome mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
+         find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
++        find_it linux-opera append "[exec]   (linux-opera) {env QT_XFT=true linux-opera}"
+         find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
+         find_it konqueror   append "[exec]   (konqueror) {kfmclient openProfile webbrowsing}"
+         find_it links       append "[exec]   (links) {${DEFAULT_TERM} -e links ${HOMEPAGE}}"


Property changes on: trunk/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc
===================================================================
--- trunk/x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc	                        (rev 0)
+++ trunk/x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc	2018-08-26 18:24:06 UTC (rev 23836)
@@ -0,0 +1,15 @@
+Upstream fix for bogus pointer comparison:
+Issue:  https://sourceforge.net/p/fluxbox/bugs/1138/ 
+Commit: http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f
+
+--- util/fluxbox-remote.cc.orig	2015-02-08 10:44:45 UTC
++++ util/fluxbox-remote.cc
+@@ -73,7 +73,7 @@ int main(int argc, char **argv) {
+     if (strcmp(cmd, "result") == 0) {
+         XTextProperty text_prop;
+         if (XGetTextProperty(disp, root, &text_prop, atom_result) != 0
+-            && text_prop.value > 0
++            && text_prop.value != 0
+             && text_prop.nitems > 0) {
+ 
+             printf("%s", text_prop.value);


Property changes on: trunk/x11-wm/fluxbox/files/patch-util_fluxbox-remote.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/x11-wm/fluxbox/pkg-descr
===================================================================
--- trunk/x11-wm/fluxbox/pkg-descr	2018-08-26 18:20:24 UTC (rev 23835)
+++ trunk/x11-wm/fluxbox/pkg-descr	2018-08-26 18:24:06 UTC (rev 23836)
@@ -1,13 +1,13 @@
 Fluxbox is a window manager based on BlackBox with some new features:
 
- o Transparent menus
- o Pixmap themes
- o Window snapping
- o Integrated bbkeys
- o Iconbar
- o Configurable titlebar (slit)
- o Windows tabs
- o Wheel scroll changes workspace
- o KDE and partial Gnome support
- 
+ - Transparent menus
+ - Pixmap themes
+ - Window snapping
+ - Integrated bbkeys
+ - Iconbar
+ - Configurable titlebar (slit)
+ - Windows tabs
+ - Wheel scroll changes workspace
+ - KDE and partial Gnome support
+
 WWW: http://fluxbox.org/

Modified: trunk/x11-wm/fluxbox/pkg-plist
===================================================================
--- trunk/x11-wm/fluxbox/pkg-plist	2018-08-26 18:20:24 UTC (rev 23835)
+++ trunk/x11-wm/fluxbox/pkg-plist	2018-08-26 18:24:06 UTC (rev 23836)
@@ -6,306 +6,6 @@
 bin/fluxbox-remote
 bin/fluxbox-update_configs
 bin/startfluxbox
-%%DOCHTML%%%%DOCSDIR%%/html/app-artwiz.html
-%%DOCHTML%%%%DOCSDIR%%/html/app-debugging.html
-%%DOCHTML%%%%DOCSDIR%%/html/app-setup.html
-%%DOCHTML%%%%DOCSDIR%%/html/app-themeref.html
-%%DOCHTML%%%%DOCSDIR%%/html/book1.html
-%%DOCHTML%%%%DOCSDIR%%/html/c151.html
-%%DOCHTML%%%%DOCSDIR%%/html/c152.html
-%%DOCHTML%%%%DOCSDIR%%/html/c153.html
-%%DOCHTML%%%%DOCSDIR%%/html/c155.html
-%%DOCHTML%%%%DOCSDIR%%/html/c157.html
-%%DOCHTML%%%%DOCSDIR%%/html/c158.html
-%%DOCHTML%%%%DOCSDIR%%/html/c160.html
-%%DOCHTML%%%%DOCSDIR%%/html/c161.html
-%%DOCHTML%%%%DOCSDIR%%/html/c28.html
-%%DOCHTML%%%%DOCSDIR%%/html/c288.html
-%%DOCHTML%%%%DOCSDIR%%/html/c289.html
-%%DOCHTML%%%%DOCSDIR%%/html/c290.html
-%%DOCHTML%%%%DOCSDIR%%/html/c292.html
-%%DOCHTML%%%%DOCSDIR%%/html/c294.html
-%%DOCHTML%%%%DOCSDIR%%/html/c295.html
-%%DOCHTML%%%%DOCSDIR%%/html/c297.html
-%%DOCHTML%%%%DOCSDIR%%/html/c298.html
-%%DOCHTML%%%%DOCSDIR%%/html/c731.html
-%%DOCHTML%%%%DOCSDIR%%/html/c732.html
-%%DOCHTML%%%%DOCSDIR%%/html/c733.html
-%%DOCHTML%%%%DOCSDIR%%/html/c735.html
-%%DOCHTML%%%%DOCSDIR%%/html/c737.html
-%%DOCHTML%%%%DOCSDIR%%/html/c738.html
-%%DOCHTML%%%%DOCSDIR%%/html/c740.html
-%%DOCHTML%%%%DOCSDIR%%/html/c741.html
-%%DOCHTML%%%%DOCSDIR%%/html/c96.html
-%%DOCHTML%%%%DOCSDIR%%/html/c98.html
-%%DOCHTML%%%%DOCSDIR%%/html/chap-bg.html
-%%DOCHTML%%%%DOCSDIR%%/html/chap-slit.html
-%%DOCHTML%%%%DOCSDIR%%/html/chap-tabs.html
-%%DOCHTML%%%%DOCSDIR%%/html/chap-themes.html
-%%DOCHTML%%%%DOCSDIR%%/html/chap-toolbar.html
-%%DOCHTML%%%%DOCSDIR%%/html/docbook.css
-%%DOCHTML%%%%DOCSDIR%%/html/faq.html
-%%DOCHTML%%%%DOCSDIR%%/html/index.html
-%%DOCHTML%%%%DOCSDIR%%/html/sect-fbgm.html
-%%DOCHTML%%%%DOCSDIR%%/html/sect-fluxspace.html
-%%DOCHTML%%%%DOCSDIR%%/html/sect-pager.html
-%%DOCHTML%%%%DOCSDIR%%/html/sect-wmctrl.html
-%%DOCHTML%%%%DOCSDIR%%/html/x148.html
-%%DOCHTML%%%%DOCSDIR%%/html/x159.html
-%%DOCHTML%%%%DOCSDIR%%/html/x160.html
-%%DOCHTML%%%%DOCSDIR%%/html/x161.html
-%%DOCHTML%%%%DOCSDIR%%/html/x163.html
-%%DOCHTML%%%%DOCSDIR%%/html/x165.html
-%%DOCHTML%%%%DOCSDIR%%/html/x166.html
-%%DOCHTML%%%%DOCSDIR%%/html/x168.html
-%%DOCHTML%%%%DOCSDIR%%/html/x169.html
-%%DOCHTML%%%%DOCSDIR%%/html/x232.html
-%%DOCHTML%%%%DOCSDIR%%/html/x233.html
-%%DOCHTML%%%%DOCSDIR%%/html/x234.html
-%%DOCHTML%%%%DOCSDIR%%/html/x236.html
-%%DOCHTML%%%%DOCSDIR%%/html/x238.html
-%%DOCHTML%%%%DOCSDIR%%/html/x239.html
-%%DOCHTML%%%%DOCSDIR%%/html/x241.html
-%%DOCHTML%%%%DOCSDIR%%/html/x242.html
-%%DOCHTML%%%%DOCSDIR%%/html/x320.html
-%%DOCHTML%%%%DOCSDIR%%/html/x321.html
-%%DOCHTML%%%%DOCSDIR%%/html/x322.html
-%%DOCHTML%%%%DOCSDIR%%/html/x324.html
-%%DOCHTML%%%%DOCSDIR%%/html/x326.html
-%%DOCHTML%%%%DOCSDIR%%/html/x327.html
-%%DOCHTML%%%%DOCSDIR%%/html/x329.html
-%%DOCHTML%%%%DOCSDIR%%/html/x330.html
-%%DOCHTML%%%%DOCSDIR%%/html/x351.html
-%%DOCHTML%%%%DOCSDIR%%/html/x352.html
-%%DOCHTML%%%%DOCSDIR%%/html/x353.html
-%%DOCHTML%%%%DOCSDIR%%/html/x355.html
-%%DOCHTML%%%%DOCSDIR%%/html/x357.html
-%%DOCHTML%%%%DOCSDIR%%/html/x358.html
-%%DOCHTML%%%%DOCSDIR%%/html/x360.html
-%%DOCHTML%%%%DOCSDIR%%/html/x361.html
-%%DOCHTML%%%%DOCSDIR%%/html/x47.html
-%%DOCHTML%%%%DOCSDIR%%/html/x748.html
-%%DOCHTML%%%%DOCSDIR%%/html/x749.html
-%%DOCHTML%%%%DOCSDIR%%/html/x750.html
-%%DOCHTML%%%%DOCSDIR%%/html/x752.html
-%%DOCHTML%%%%DOCSDIR%%/html/x754.html
-%%DOCHTML%%%%DOCSDIR%%/html/x755.html
-%%DOCHTML%%%%DOCSDIR%%/html/x757.html
-%%DOCHTML%%%%DOCSDIR%%/html/x758.html
-%%DOCHTML%%%%DOCSDIR%%/html/x827.html
-%%DOCHTML%%%%DOCSDIR%%/html/x828.html
-%%DOCHTML%%%%DOCSDIR%%/html/x829.html
-%%DOCHTML%%%%DOCSDIR%%/html/x831.html
-%%DOCHTML%%%%DOCSDIR%%/html/x833.html
-%%DOCHTML%%%%DOCSDIR%%/html/x834.html
-%%DOCHTML%%%%DOCSDIR%%/html/x836.html
-%%DOCHTML%%%%DOCSDIR%%/html/x837.html
-%%DOCPDF%%%%DOCSDIR%%/pdf/fluxbook-20060629.pdf
-%%DATADIR%%/apps
-%%DATADIR%%/init
-%%DATADIR%%/keys
-%%DATADIR%%/menu
-%%NLS%%%%DATADIR%%/nls/C/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/be_BY.CP1251/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/be_BY.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/bg_BG.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/bg_BG.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/cs_CZ.ISO-8859-2/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/cs_CZ.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/da_DK.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/da_DK.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_AT.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_AT.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_CH.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_CH.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_DE.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/de_DE.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/el_GR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/en_GB.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/en_GB.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/en_US.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/en_US.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/es_AR.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/es_AR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/es_ES.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/es_ES.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/et_EE.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/et_EE.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fi_FI.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fi_FI.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fr_CH.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fr_CH.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fr_FR.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/fr_FR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/he_IL.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/it_IT.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/it_IT.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ja_JP.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ja_JP.eucJP/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ko_KR.EUC-KR/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ko_KR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/lv_LV.ISO-8859-13/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/lv_LV.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/mk_MK.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/nb_NO.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/nl_NL.ISO-8859-15/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/nl_NL.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/no_NO.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/no_NO.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pl_PL.ISO-8859-2/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pl_PL.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pt_BR.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pt_BR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pt_PT.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/pt_PT.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ru_RU.KOI8-R/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/ru_RU.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sk_SK.ISO-8859-2/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sk_SK.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sl_SI.ISO-8859-2/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sl_SI.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sv_SE.ISO-8859-1/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/sv_SE.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/tr_TR.ISO-8859-9/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/tr_TR.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/uk_UA.KOI8-U/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/uk_UA.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/vi_VN.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_CN.BIG5/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_CN.GB18030/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_CN.GB2312/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_CN.GBK/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_CN.UTF-8/fluxbox.cat
-%%NLS%%%%DATADIR%%/nls/zh_TW.UTF-8/fluxbox.cat
-%%DATADIR%%/overlay
-%%DATADIR%%/styles/Artwiz
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_close_active.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_close_pressed.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_close_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_max_active.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_max_pressed.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_max_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_min_active.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_min_pressed.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_min_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_stick_active.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_stick_pressed.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_stuck.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_toolbar.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/menu_frame.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/title_bar.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/toolbar.xpm
-%%DATADIR%%/styles/BlueFlux/pixmaps/toolbar_label.xpm
-%%DATADIR%%/styles/BlueFlux/theme.cfg
-%%DATADIR%%/styles/BlueNight
-%%DATADIR%%/styles/Emerge/pixmaps/bullet.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/close-pressed.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/close-unfocus.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/close.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/icon-pressed.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/icon-unfocus.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/icon.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/max-pressed.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/max-unfocus.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/max.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/selected.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stick-pressed.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stick-unfocus.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stick.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stuck-pressed.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stuck-unfocus.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/stuck.xpm
-%%DATADIR%%/styles/Emerge/pixmaps/unselected.xpm
-%%DATADIR%%/styles/Emerge/theme.cfg
-%%DATADIR%%/styles/Flux
-%%DATADIR%%/styles/LemonSpace
-%%DATADIR%%/styles/Makro
-%%DATADIR%%/styles/MerleyKay
-%%DATADIR%%/styles/Meta
-%%DATADIR%%/styles/Nyz
-%%DATADIR%%/styles/Operation
-%%DATADIR%%/styles/Outcomes
-%%DATADIR%%/styles/Results
-%%DATADIR%%/styles/Shade
-%%DATADIR%%/styles/Twice
-%%DATADIR%%/styles/arch/pixmaps/bullet.xpm
-%%DATADIR%%/styles/arch/pixmaps/closefcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/closepr.xpm
-%%DATADIR%%/styles/arch/pixmaps/closeufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/frame.xpm
-%%DATADIR%%/styles/arch/pixmaps/gripfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/maxfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/maxpr.xpm
-%%DATADIR%%/styles/arch/pixmaps/maxufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/menuiconfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/menuiconpr.xpm
-%%DATADIR%%/styles/arch/pixmaps/menuiconufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/minfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/minpr.xpm
-%%DATADIR%%/styles/arch/pixmaps/minufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/selected.xpm
-%%DATADIR%%/styles/arch/pixmaps/shadefcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/shadepr.xpm
-%%DATADIR%%/styles/arch/pixmaps/shadeufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/stickfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/stickpr.xpm
-%%DATADIR%%/styles/arch/pixmaps/stickufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/stuckfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/stuckufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/tbarfcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/tbarufcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/unselected.xpm
-%%DATADIR%%/styles/arch/pixmaps/unshadefcs.xpm
-%%DATADIR%%/styles/arch/pixmaps/unshadepr.xpm
-%%DATADIR%%/styles/arch/pixmaps/unshadeufcs.xpm
-%%DATADIR%%/styles/arch/theme.cfg
-%%DATADIR%%/styles/bloe/pixmaps/bullet.xpm
-%%DATADIR%%/styles/bloe/pixmaps/closefcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/closepr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/closeufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/frame.xpm
-%%DATADIR%%/styles/bloe/pixmaps/maxfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/maxpr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/maxufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/menuiconfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/menuiconpr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/menuiconufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/minfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/minpr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/minufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/selected.xpm
-%%DATADIR%%/styles/bloe/pixmaps/shadefcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/shadepr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/shadeufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/stickfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/stickpr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/stickufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/stuckfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/stuckufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/tbarfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/tbarufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/unselected.xpm
-%%DATADIR%%/styles/bloe/pixmaps/unshadefcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/unshadepr.xpm
-%%DATADIR%%/styles/bloe/pixmaps/unshadeufcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/windowlabelfcs.xpm
-%%DATADIR%%/styles/bloe/pixmaps/windowlabelufcs.xpm
-%%DATADIR%%/styles/bloe/theme.cfg
-%%DATADIR%%/styles/bora_black/theme.cfg
-%%DATADIR%%/styles/bora_blue/theme.cfg
-%%DATADIR%%/styles/bora_green/theme.cfg
-%%DATADIR%%/styles/carp/theme.cfg
-%%DATADIR%%/styles/green_tea/theme.cfg
-%%DATADIR%%/styles/ostrich/theme.cfg
-%%DATADIR%%/styles/qnx-photon
-%%DATADIR%%/styles/zimek_bisque/theme.cfg
-%%DATADIR%%/styles/zimek_darkblue/theme.cfg
-%%DATADIR%%/styles/zimek_green/theme.cfg
-%%DATADIR%%/windowmenu
 man/man1/fbrun.1.gz
 man/man1/fbsetbg.1.gz
 man/man1/fbsetroot.1.gz
@@ -316,97 +16,3 @@
 man/man5/fluxbox-keys.5.gz
 man/man5/fluxbox-menu.5.gz
 man/man5/fluxbox-style.5.gz
- at dirrm %%DATADIR%%/styles/zimek_green
- at dirrm %%DATADIR%%/styles/zimek_darkblue
- at dirrm %%DATADIR%%/styles/zimek_bisque
- at dirrm %%DATADIR%%/styles/ostrich
- at dirrm %%DATADIR%%/styles/green_tea
- at dirrm %%DATADIR%%/styles/carp
- at dirrm %%DATADIR%%/styles/bora_green
- at dirrm %%DATADIR%%/styles/bora_blue
- at dirrm %%DATADIR%%/styles/bora_black
- at dirrm %%DATADIR%%/styles/bloe/pixmaps
- at dirrm %%DATADIR%%/styles/bloe
- at dirrm %%DATADIR%%/styles/arch/pixmaps
- at dirrm %%DATADIR%%/styles/arch
- at dirrm %%DATADIR%%/styles/Emerge/pixmaps
- at dirrm %%DATADIR%%/styles/Emerge
- at dirrm %%DATADIR%%/styles/BlueFlux/pixmaps
- at dirrm %%DATADIR%%/styles/BlueFlux
- at dirrm %%DATADIR%%/styles
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_TW.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_CN.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_CN.GBK
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_CN.GB2312
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_CN.GB18030
-%%NLS%%@dirrm %%DATADIR%%/nls/zh_CN.BIG5
-%%NLS%%@dirrm %%DATADIR%%/nls/vi_VN.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/uk_UA.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/uk_UA.KOI8-U
-%%NLS%%@dirrm %%DATADIR%%/nls/tr_TR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/tr_TR.ISO-8859-9
-%%NLS%%@dirrm %%DATADIR%%/nls/sv_SE.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/sv_SE.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/sl_SI.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/sl_SI.ISO-8859-2
-%%NLS%%@dirrm %%DATADIR%%/nls/sk_SK.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/sk_SK.ISO-8859-2
-%%NLS%%@dirrm %%DATADIR%%/nls/ru_RU.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/ru_RU.KOI8-R
-%%NLS%%@dirrm %%DATADIR%%/nls/pt_PT.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/pt_PT.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/pt_BR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/pt_BR.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/pl_PL.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/pl_PL.ISO-8859-2
-%%NLS%%@dirrm %%DATADIR%%/nls/no_NO.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/no_NO.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/nl_NL.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/nl_NL.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/nb_NO.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/mk_MK.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/lv_LV.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/lv_LV.ISO-8859-13
-%%NLS%%@dirrm %%DATADIR%%/nls/ko_KR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/ko_KR.EUC-KR
-%%NLS%%@dirrm %%DATADIR%%/nls/ja_JP.eucJP
-%%NLS%%@dirrm %%DATADIR%%/nls/ja_JP.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/it_IT.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/it_IT.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/he_IL.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/fr_FR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/fr_FR.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/fr_CH.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/fr_CH.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/fi_FI.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/fi_FI.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/et_EE.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/et_EE.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/es_ES.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/es_ES.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/es_AR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/es_AR.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/en_US.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/en_US.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/en_GB.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/en_GB.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/el_GR.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/de_DE.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/de_DE.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/de_CH.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/de_CH.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/de_AT.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/de_AT.ISO-8859-15
-%%NLS%%@dirrm %%DATADIR%%/nls/da_DK.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/da_DK.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/cs_CZ.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/cs_CZ.ISO-8859-2
-%%NLS%%@dirrm %%DATADIR%%/nls/bg_BG.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/bg_BG.ISO-8859-1
-%%NLS%%@dirrm %%DATADIR%%/nls/be_BY.UTF-8
-%%NLS%%@dirrm %%DATADIR%%/nls/be_BY.CP1251
-%%NLS%%@dirrm %%DATADIR%%/nls/C
-%%NLS%%@dirrm %%DATADIR%%/nls
- at dirrm %%DATADIR%%
-%%DOCPDF%%@dirrm %%DOCSDIR%%/pdf
-%%DOCHTML%%@dirrm %%DOCSDIR%%/html



More information about the Midnightbsd-cvs mailing list