diff options
author | steve <steve@FreeBSD.org> | 1999-03-08 20:57:52 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-08 20:57:52 +0000 |
commit | 699a243831e68c3165ac73387f246a81c869eb18 (patch) | |
tree | 52ccb9d715665833c0f65c4dc56bce064edaf36c /x11-wm | |
parent | 18b54c67479a79c0c3800f1974c770240785c3dd (diff) | |
download | FreeBSD-ports-699a243831e68c3165ac73387f246a81c869eb18.zip FreeBSD-ports-699a243831e68c3165ac73387f246a81c869eb18.tar.gz |
Update to 0.50.3.
PR: 10157
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/Makefile | 19 | ||||
-rw-r--r-- | x11-wm/blackbox/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/blackbox/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/blackbox/pkg-plist | 14 | ||||
-rw-r--r-- | x11-wm/hackedbox/Makefile | 19 | ||||
-rw-r--r-- | x11-wm/hackedbox/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/hackedbox/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/hackedbox/pkg-plist | 14 | ||||
-rw-r--r-- | x11-wm/openbox/Makefile | 19 | ||||
-rw-r--r-- | x11-wm/openbox/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/openbox/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/openbox/pkg-plist | 14 |
12 files changed, 96 insertions, 15 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 6eb922f..779bb8a 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.2 +# Version required: 0.50.3 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.15 1998/12/08 21:36:08 billf Exp $ +# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $ # -DISTNAME= blackbox-0.50.2 +DISTNAME= blackbox-0.50.3 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -16,4 +16,17 @@ MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if !defined(USE_KDE) +pre-fetch: + @echo + @echo If you would like build Blackbox with KDE support + @echo you must set the variable USE_KDE + @echo +.else +pre-fetch: + @echo + @echo Building Blackbox with KDE support + @echo +CONFIGURE_ARGS= --enable-kde +.endif .include <bsd.port.mk> diff --git a/x11-wm/blackbox/distinfo b/x11-wm/blackbox/distinfo index c33e6c2..adfd8f0 100644 --- a/x11-wm/blackbox/distinfo +++ b/x11-wm/blackbox/distinfo @@ -1 +1 @@ -MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7 +MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d diff --git a/x11-wm/blackbox/pkg-descr b/x11-wm/blackbox/pkg-descr index 9d30129..0b80573 100644 --- a/x11-wm/blackbox/pkg-descr +++ b/x11-wm/blackbox/pkg-descr @@ -1,5 +1,5 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 8700 lines at +out of the curiosity of the authors. It's small (around 11700 lines at the time of writing), fast, built-in rendering code, image dithering at 8, 15 and 16 bits per pixel and color icon support. Blackbox is [mostly] ICCCM compliant. diff --git a/x11-wm/blackbox/pkg-plist b/x11-wm/blackbox/pkg-plist index bbdafcb..b67b5a9 100644 --- a/x11-wm/blackbox/pkg-plist +++ b/x11-wm/blackbox/pkg-plist @@ -1,5 +1,18 @@ bin/blackbox bin/bsetroot +share/Blackbox/brueghel/babel +share/Blackbox/brueghel/babel.gif +share/Blackbox/brueghel/babel.txt +share/Blackbox/brueghel/icarus +share/Blackbox/brueghel/icarus.gif +share/Blackbox/brueghel/icarus.txt +share/Blackbox/brueghel/littlebabel +share/Blackbox/brueghel/littlebabel.gif +share/Blackbox/brueghel/littlebabel.txt +share/Blackbox/brueghel/rebelangels +share/Blackbox/brueghel/rebelangels.gif +share/Blackbox/brueghel/rebelangels.txt +share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -15,5 +28,6 @@ share/Blackbox/styles/slatebox share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu +@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index 6eb922f..779bb8a 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.2 +# Version required: 0.50.3 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.15 1998/12/08 21:36:08 billf Exp $ +# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $ # -DISTNAME= blackbox-0.50.2 +DISTNAME= blackbox-0.50.3 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -16,4 +16,17 @@ MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if !defined(USE_KDE) +pre-fetch: + @echo + @echo If you would like build Blackbox with KDE support + @echo you must set the variable USE_KDE + @echo +.else +pre-fetch: + @echo + @echo Building Blackbox with KDE support + @echo +CONFIGURE_ARGS= --enable-kde +.endif .include <bsd.port.mk> diff --git a/x11-wm/hackedbox/distinfo b/x11-wm/hackedbox/distinfo index c33e6c2..adfd8f0 100644 --- a/x11-wm/hackedbox/distinfo +++ b/x11-wm/hackedbox/distinfo @@ -1 +1 @@ -MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7 +MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d diff --git a/x11-wm/hackedbox/pkg-descr b/x11-wm/hackedbox/pkg-descr index 9d30129..0b80573 100644 --- a/x11-wm/hackedbox/pkg-descr +++ b/x11-wm/hackedbox/pkg-descr @@ -1,5 +1,5 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 8700 lines at +out of the curiosity of the authors. It's small (around 11700 lines at the time of writing), fast, built-in rendering code, image dithering at 8, 15 and 16 bits per pixel and color icon support. Blackbox is [mostly] ICCCM compliant. diff --git a/x11-wm/hackedbox/pkg-plist b/x11-wm/hackedbox/pkg-plist index bbdafcb..b67b5a9 100644 --- a/x11-wm/hackedbox/pkg-plist +++ b/x11-wm/hackedbox/pkg-plist @@ -1,5 +1,18 @@ bin/blackbox bin/bsetroot +share/Blackbox/brueghel/babel +share/Blackbox/brueghel/babel.gif +share/Blackbox/brueghel/babel.txt +share/Blackbox/brueghel/icarus +share/Blackbox/brueghel/icarus.gif +share/Blackbox/brueghel/icarus.txt +share/Blackbox/brueghel/littlebabel +share/Blackbox/brueghel/littlebabel.gif +share/Blackbox/brueghel/littlebabel.txt +share/Blackbox/brueghel/rebelangels +share/Blackbox/brueghel/rebelangels.gif +share/Blackbox/brueghel/rebelangels.txt +share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -15,5 +28,6 @@ share/Blackbox/styles/slatebox share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu +@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 6eb922f..779bb8a 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.2 +# Version required: 0.50.3 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.15 1998/12/08 21:36:08 billf Exp $ +# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $ # -DISTNAME= blackbox-0.50.2 +DISTNAME= blackbox-0.50.3 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -16,4 +16,17 @@ MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if !defined(USE_KDE) +pre-fetch: + @echo + @echo If you would like build Blackbox with KDE support + @echo you must set the variable USE_KDE + @echo +.else +pre-fetch: + @echo + @echo Building Blackbox with KDE support + @echo +CONFIGURE_ARGS= --enable-kde +.endif .include <bsd.port.mk> diff --git a/x11-wm/openbox/distinfo b/x11-wm/openbox/distinfo index c33e6c2..adfd8f0 100644 --- a/x11-wm/openbox/distinfo +++ b/x11-wm/openbox/distinfo @@ -1 +1 @@ -MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7 +MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d diff --git a/x11-wm/openbox/pkg-descr b/x11-wm/openbox/pkg-descr index 9d30129..0b80573 100644 --- a/x11-wm/openbox/pkg-descr +++ b/x11-wm/openbox/pkg-descr @@ -1,5 +1,5 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 8700 lines at +out of the curiosity of the authors. It's small (around 11700 lines at the time of writing), fast, built-in rendering code, image dithering at 8, 15 and 16 bits per pixel and color icon support. Blackbox is [mostly] ICCCM compliant. diff --git a/x11-wm/openbox/pkg-plist b/x11-wm/openbox/pkg-plist index bbdafcb..b67b5a9 100644 --- a/x11-wm/openbox/pkg-plist +++ b/x11-wm/openbox/pkg-plist @@ -1,5 +1,18 @@ bin/blackbox bin/bsetroot +share/Blackbox/brueghel/babel +share/Blackbox/brueghel/babel.gif +share/Blackbox/brueghel/babel.txt +share/Blackbox/brueghel/icarus +share/Blackbox/brueghel/icarus.gif +share/Blackbox/brueghel/icarus.txt +share/Blackbox/brueghel/littlebabel +share/Blackbox/brueghel/littlebabel.gif +share/Blackbox/brueghel/littlebabel.txt +share/Blackbox/brueghel/rebelangels +share/Blackbox/brueghel/rebelangels.gif +share/Blackbox/brueghel/rebelangels.txt +share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -15,5 +28,6 @@ share/Blackbox/styles/slatebox share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu +@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox |