diff options
author | lippe <lippe@FreeBSD.org> | 2008-05-16 22:21:06 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-05-16 22:21:06 +0800 |
commit | 903ce8d12f7e7799f65ac514c24c7330d9010b03 (patch) | |
tree | 9634ce97c532f6e77f30d77b0415554a4e4facd6 | |
parent | eecbcb7dc3a32a880a605cd79ac729a37d132ae4 (diff) | |
download | freebsd-ports-gnome-903ce8d12f7e7799f65ac514c24c7330d9010b03.tar.gz freebsd-ports-gnome-903ce8d12f7e7799f65ac514c24c7330d9010b03.tar.zst freebsd-ports-gnome-903ce8d12f7e7799f65ac514c24c7330d9010b03.zip |
- Update to 0.1.6.
- Make fetchable again.
- Update pkg-desc.
PR: ports/123126, ports/117900
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>, Henrik Friedrichsen <henrik@cheat-project.com>
Approved by: gabor (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
-rw-r--r-- | x11-wm/pekwm/Makefile | 18 | ||||
-rw-r--r-- | x11-wm/pekwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/pekwm/pkg-descr | 23 |
3 files changed, 24 insertions, 23 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 7894ce2a5fb2..07ae8f6e91d6 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -6,30 +6,30 @@ # 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= ports@FreeBSD.org +MAINTAINER= carpetsmoker@xs4all.nl COMMENT= A windowmanager based on aewm++ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ 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 --git a/x11-wm/pekwm/distinfo b/x11-wm/pekwm/distinfo index 533a32c9063d..348f8a906761 100644 --- a/x11-wm/pekwm/distinfo +++ b/x11-wm/pekwm/distinfo @@ -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 --git a/x11-wm/pekwm/pkg-descr b/x11-wm/pekwm/pkg-descr index 8a4a00c60d62..8e4a6c893b46 100644 --- a/x11-wm/pekwm/pkg-descr +++ b/x11-wm/pekwm/pkg-descr @@ -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 |