View | Details | Raw Unified | Return to bug 126318 | Differences between
and this patch

Collapse All | Expand All

(-)x11-wm/pekwm/Makefile (-10 / +10 lines)
Lines 6-37 Link Here
6
#
6
#
7
7
8
PORTNAME=	pekwm
8
PORTNAME=	pekwm
9
PORTVERSION=	0.1.6
9
PORTVERSION=	0.1.7
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	x11-wm
11
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
12
MASTER_SITES=	http://pekwm.org/projects/3/files/ \
13
		http://www.carpetsmoker.net/distfiles/ \
13
		http://www.xs4all.nl/~tournoij/distfiles/ \
14
		http://www.xs4all.nl/~tournoij/distfiles/ \
14
		http://www.rwxrwxrwx.net/distfiles/
15
		http://www.rwxrwxrwx.net/distfiles/
15
16
16
MAINTAINER=	carpetsmoker@xs4all.nl
17
MAINTAINER=	carpetsmoker@rwxrwxrwx.net
17
COMMENT=	A windowmanager based on aewm++
18
COMMENT=	Light, Unobtrusive, and configurable windowmanager
18
19
19
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
20
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
20
		png.5:${PORTSDIR}/graphics/png
21
		png.5:${PORTSDIR}/graphics/png
21
22
22
USE_BZIP2=	yes
23
USE_BZIP2=	yes
23
USE_GMAKE=	yes
24
USE_XORG=	xft xpm x11
24
USE_XORG=	xft xpm x11
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
27
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
26
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
28
		--enable-xft --disable-pcre --enable-image-xpm \
27
		--enable-xft --enable-image-xpm --enable-image-jpeg \
29
		--enable-image-jpeg --enable-image-png --disable-debug \
28
		--enable-image-png --disable-debug \
30
		--disable-pedantic --enable-menus --enable-harbour
29
		--disable-pedantic --enable-menus --enable-harbour
30
CFLAGS+=	-DICONV_CONST
31
MAN1=		pekwm.1
31
MAN1=		pekwm.1
32
MANCOMPRESSED=	no
32
MANCOMPRESSED=	no
33
33
34
post-install:
34
post-configure:
35
	@${STRIP_CMD} ${PREFIX}/bin/pekwm
35
	@${REINPLACE_CMD} 's|-lXin|-liconv -lXin|' ${WRKSRC}/src/Makefile
36
36
37
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)x11-wm/pekwm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pekwm-0.1.6.tar.bz2) = 551358cbe15cfe7be3a7f614c49c1d00
1
MD5 (pekwm-0.1.7.tar.bz2) = 30acfa41a5005a9f31117041ec32eb0d
2
SHA256 (pekwm-0.1.6.tar.bz2) = 2cf2f3a59c83273c022419d50e627b9e8f1f629cad89c1c91dffe7a4bc1b4c44
2
SHA256 (pekwm-0.1.7.tar.bz2) = 2216eb0c722f4aad15761a7f4eced67ea1284a00e32e03d66de4b55f8c1c9524
3
SIZE (pekwm-0.1.6.tar.bz2) = 275703
3
SIZE (pekwm-0.1.7.tar.bz2) = 363788
(-)x11-wm/pekwm/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- data/scripts/pekwm_themeset.pl.orig	Sun Feb 27 14:52:08 2005
2
+++ data/scripts/pekwm_themeset.pl	Sun Mar 13 16:38:13 2005
3
@@ -51,7 +51,7 @@
4
 	close $fh
5
 		or die "Failed to write $cfg_file successfully: $!\n";
6
 
7
-	system 'pkill', -HUP => 'pekwm'; # tell pekwm to reread its config
8
+	system("killall -HUP pekwm"); # tell pekwm to reread its config
9
 }
10
 
11
 if( @ARGV == 1 ) {
(-)x11-wm/pekwm/files/patch-ab (-11 lines)
Lines 1-11 Link Here
1
--- data/scripts/pekwm_themeset.sh.orig	Tue Jan 13 06:42:34 2004
2
+++ data/scripts/pekwm_themeset.sh	Tue Dec 21 06:27:44 2004
3
@@ -44,7 +44,7 @@
4
 		sed -e "s/Theme\ =\ \".*\"/Theme\ =\ \"$THEME\"/" $PEKWM_CONFIG_FILE > $TMPFILE;
5
 		cp $TMPFILE $PEKWM_CONFIG_FILE;
6
 		rm $TMPFILE
7
-		pkill -HUP pekwm;
8
+		killall -HUP pekwm;
9
 fi;
10
 
11
 exit 0
(-)x11-wm/pekwm/pkg-descr (-1 / +1 lines)
Lines 11-14 Link Here
11
  they should when starting applications. 
11
  they should when starting applications. 
12
o Chainable Keygrabber, usability for everyone.
12
o Chainable Keygrabber, usability for everyone.
13
13
14
WWW: https://projects.pekdon.net/projects/3
14
WWW: http://pekwm.org/
(-)x11-wm/pekwm/pkg-plist (-11 / +10 lines)
Lines 1-17 Link Here
1
bin/pekwm
1
bin/pekwm
2
etc/pekwm/autoproperties
2
%%ETCDIR%%/autoproperties
3
etc/pekwm/config
3
%%ETCDIR%%/config
4
etc/pekwm/keys
4
%%ETCDIR%%/keys
5
etc/pekwm/menu
5
%%ETCDIR%%/menu
6
etc/pekwm/mouse
6
%%ETCDIR%%/mouse
7
etc/pekwm/start
7
%%ETCDIR%%/start
8
etc/pekwm/vars
8
%%ETCDIR%%/vars
9
%%DATADIR%%/scripts/pekwm_themeset.pl
10
%%DATADIR%%/scripts/pekwm_themeset.sh
11
%%DATADIR%%/scripts/pekwm_ws_menu.pl
12
%%DATADIR%%/themes/default/theme
9
%%DATADIR%%/themes/default/theme
10
%%DATADIR%%/scripts/pekwm_ws_menu.sh
11
%%DATADIR%%/scripts/pekwm_themeset.sh
13
@dirrm %%DATADIR%%/scripts
12
@dirrm %%DATADIR%%/scripts
14
@dirrm %%DATADIR%%/themes/default
13
@dirrm %%DATADIR%%/themes/default
15
@dirrm %%DATADIR%%/themes
14
@dirrm %%DATADIR%%/themes
16
@dirrm %%DATADIR%%
15
@dirrm %%DATADIR%%
17
@dirrm etc/pekwm
16
@dirrm %%ETCDIR%%

Return to bug 126318