Hi,

Thanks for testing.

> It fails on startup for me trying to copy stuff from
> /usr/local/etc/pekwm (which doesn't exist) to ~/.pekwm. It should
> probably be reading from /usr/local/share/examples/pekwm instead.

Oops! I had already set it up so I forgot to test this. Updated diff below.

-- Nicholas.

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/pekwm/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- Makefile    14 Feb 2005 00:35:54 -0000      1.6
+++ Makefile    27 Jul 2006 00:55:05 -0000
@@ -2,11 +2,11 @@
 
 COMMENT=       "aewm++ based pretty themable window manager"
 
-VERSION=       0.1.1
+VERSION=       0.1.5
 DISTNAME=      pekwm-${VERSION}
 CATEGORIES=    x11
 
-HOMEPAGE=      http://pekwm.babblica.net/
+HOMEPAGE=      http://pekwm.org/
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -15,16 +15,23 @@ PERMIT_DISTFILES_CDROM=     Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=               X11 Xext Xpm c m stdc++
 
-MASTER_SITES=          ${HOMEPAGE}files/source/
+MASTER_SITES=          ${HOMEPAGE}files/
 
 USE_X11=               Yes
 CONFIGURE_STYLE=       simple
-CONFIGURE_ARGS+=       --prefix=${LOCALBASE}
+CONFIGURE_ARGS+=       --prefix=${LOCALBASE} --sysconfdir=${SYSCONFDIR}
 NO_REGRESS=            Yes
 USE_GMAKE=             Yes
 
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pekwm
-       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pekwm
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pekwm
+       ${INSTALL_DATA} ${WRKSRC}/data/autoproperties \
+               ${WRKSRC}/data/config \
+               ${WRKSRC}/data/keys \
+               ${WRKSRC}/data/menu \
+               ${WRKSRC}/data/mouse \
+               ${WRKSRC}/data/start \
+               ${WRKSRC}/data/vars \
+                ${PREFIX}/share/examples/pekwm
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/pekwm/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo    5 Jan 2005 17:54:08 -0000       1.2
+++ distinfo    27 Jul 2006 00:55:05 -0000
@@ -1,4 +1,4 @@
-MD5 (pekwm-0.1.1.tar.gz) = 807e46e33d88e3b054005ace38267ce2
-RMD160 (pekwm-0.1.1.tar.gz) = af360e160fef2e7e2308fd699ef45496d5a68bc3
-SHA1 (pekwm-0.1.1.tar.gz) = 419b7d9318021b5a4fb61fa488d778e46d7248d3
-SIZE (pekwm-0.1.1.tar.gz) = 187248
+MD5 (pekwm-0.1.5.tar.gz) = 4475e0176f70b38455ac8c427fa0ca0e
+RMD160 (pekwm-0.1.5.tar.gz) = 9a4ebad815c66d060867b83667de509c7885b8a7
+SHA1 (pekwm-0.1.5.tar.gz) = 95394dbd924a181c403066540555b710bfb70593
+SIZE (pekwm-0.1.5.tar.gz) = 298565
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/pekwm/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST   15 Sep 2004 19:26:30 -0000      1.2
+++ pkg/PLIST   27 Jul 2006 00:55:05 -0000
@@ -1,35 +1,26 @@
 @comment $OpenBSD: PLIST,v 1.2 2004/09/15 19:26:30 espie Exp $
 bin/pekwm
-share/doc/pekwm/
-share/doc/pekwm/README
+share/examples/pekwm/
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/
+share/examples/pekwm/autoproperties
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/autoproperties
+share/examples/pekwm/config
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/config
+share/examples/pekwm/keys
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/keys
+share/examples/pekwm/menu
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/menu
+share/examples/pekwm/mouse
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/mouse
+share/examples/pekwm/start
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/start
+share/examples/pekwm/vars
[EMAIL PROTECTED] ${SYSCONFDIR}/pekwm/vars
 share/pekwm/
-share/pekwm/autoprops
-share/pekwm/config
-share/pekwm/keys
-share/pekwm/menu
-share/pekwm/start
+share/pekwm/scripts/
+share/pekwm/scripts/pekwm_themeset.pl
+share/pekwm/scripts/pekwm_themeset.sh
+share/pekwm/scripts/pekwm_ws_menu.pl
 share/pekwm/themes/
 share/pekwm/themes/default/
-share/pekwm/themes/default/border.xpm
-share/pekwm/themes/default/bottom.xpm
-share/pekwm/themes/default/btn-close-fo.xpm
-share/pekwm/themes/default/btn-close-pr.xpm
-share/pekwm/themes/default/btn-close-un.xpm
-share/pekwm/themes/default/btn-max-fo.xpm
-share/pekwm/themes/default/btn-max-pr.xpm
-share/pekwm/themes/default/btn-max-un.xpm
-share/pekwm/themes/default/btn-min-fo.xpm
-share/pekwm/themes/default/btn-min-pr.xpm
-share/pekwm/themes/default/btn-min-un.xpm
-share/pekwm/themes/default/left.xpm
-share/pekwm/themes/default/right.xpm
-share/pekwm/themes/default/separator-fo.xpm
-share/pekwm/themes/default/separator-un.xpm
-share/pekwm/themes/default/side-un.xpm
-share/pekwm/themes/default/side.xpm
 share/pekwm/themes/default/theme
-share/pekwm/themes/default/theme.in
-share/pekwm/themes/default/top.xpm
-share/pekwm/themes/default/win-focus.xpm
-share/pekwm/themes/default/win-select.xpm
-share/pekwm/themes/default/win-unfocus.xpm

Reply via email to