Date: Sun, 27 Apr 2008 08:28:43 +0200 (CEST) From: Martin Tournoij <carpetsmoker@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123126: [PATCH] x11-wm/pekwm Does not fetch and update Message-ID: <200804270628.m3R6ShB2008058@phong.rwxrwxrwx.net> Resent-Message-ID: <200804270630.m3R6U2cT076918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123126 >Category: ports >Synopsis: [PATCH] x11-wm/pekwm Does not fetch and update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 27 06:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Tournoij >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 20:18:47 CET 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG i386 >Description: x11-wm/pekwm does not fetch, fix that. It is also outdated, so update it. Also update the pkg-descr This PR replaces ports/117900 >How-To-Repeat: >Fix: --- pekwm.diff begins here --- diff -urN --exclude CVS --exclude PBI /ports/x11-wm/pekwm/Makefile x11-wm/pekwm/Makefile --- /ports/x11-wm/pekwm/Makefile 2008-04-27 07:44:26.000000000 +0200 +++ x11-wm/pekwm/Makefile 2008-04-27 08:16:53.000000000 +0200 @@ -6,12 +6,12 @@ # PORTNAME= pekwm -PORTVERSION= 20060417 -PORTREVISION= 2 +PORTVERSION= 0.1.6 +PORTEPOCH= 1 CATEGORIES= x11-wm -MASTER_SITES= http://bsd-unix.org/downloads/ \ - http://pekwm.org/files/ -DISTNAME= ${PORTNAME}-0.1.5 +MASTER_SITES= http://www.carpetsmoker.net/distfiles/ \ + http://www.xs4all.nl/~tournoij/distfiles/ \ + http://www.rwxrwxrwx.net/distfiles/ \ MAINTAINER= xcas@cox.net COMMENT= A windowmanager based on aewm++ @@ -20,16 +20,16 @@ png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes -USE_GCC= 3.4 USE_GMAKE= yes USE_XORG= xft xpm x11 - GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ +CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ --enable-xft --disable-pcre --enable-image-xpm \ --enable-image-jpeg --enable-image-png --disable-debug \ --disable-pedantic --enable-menus --enable-harbour +MAN1= pekwm.1 +MANCOMPRESSED= no post-install: @${STRIP_CMD} ${PREFIX}/bin/pekwm diff -urN --exclude CVS --exclude PBI /ports/x11-wm/pekwm/distinfo x11-wm/pekwm/distinfo --- /ports/x11-wm/pekwm/distinfo 2006-04-28 23:30:24.000000000 +0200 +++ x11-wm/pekwm/distinfo 2008-04-27 07:48:47.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (pekwm-0.1.5.tar.bz2) = fe3e0d77250d27963991994f83ccb4ea -SHA256 (pekwm-0.1.5.tar.bz2) = e72a9d34894f0059ccbac28605a9b0a575bd805331d4b4cba841f5d4cb91d94b -SIZE (pekwm-0.1.5.tar.bz2) = 241913 +MD5 (pekwm-0.1.6.tar.bz2) = 551358cbe15cfe7be3a7f614c49c1d00 +SHA256 (pekwm-0.1.6.tar.bz2) = 2cf2f3a59c83273c022419d50e627b9e8f1f629cad89c1c91dffe7a4bc1b4c44 +SIZE (pekwm-0.1.6.tar.bz2) = 275703 diff -urN --exclude CVS --exclude PBI /ports/x11-wm/pekwm/pkg-descr x11-wm/pekwm/pkg-descr --- /ports/x11-wm/pekwm/pkg-descr 2005-02-11 15:36:41.000000000 +0100 +++ x11-wm/pekwm/pkg-descr 2008-04-27 07:59:22.000000000 +0200 @@ -1,13 +1,14 @@ -A windowmanager based on aewm++. +The Pek Window Manager is written by Claes Nasten, the code is based +on the aewm++ window manager, but it has evolved enough that it no +longer resembles aewm++ at all. +It has a much expanded feature-set, including window grouping (similar +to ion, pwm, or fluxbox), autoproperties, xinerama, keygrabber that +supports keychains, and much more. -Here is a compact list of changes between the originial aewm++-1.1.16 code and -pekwm, pekwms code is also alot restructured and reformatted. +o Lightweight and Unobtrusive, a window manager shouldn't be noticed. +o Very configurable, we all work and think in different ways. +o Automatic properties, for all the lazy people, make things appear as + they should when starting applications. +o Chainable Keygrabber, usability for everyone. - * Possibility to group windows in a single frame - * Configurable keygrabber - * Configurable rootmenu - * Configration file - * Xinerama support - * "Smart" window placement - * Basic pixmap theming, with configurable buttons - * Some nifty extra bugs! ;) +WWW: https://projects.pekdon.net/projects/3 --- pekwm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804270628.m3R6ShB2008058>