Upgrade to v0.50.4.

PR:		ports/10718, ports/10719
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Joseph Koshy 1999-03-22 08:38:59 +00:00
parent 65f3fb1f09
commit fdd27bf9c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17345
12 changed files with 57 additions and 87 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: Blackbox
# Version required: 0.50.3
# Version required: 0.50.4
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $
# $Id: Makefile,v 1.17 1999/03/08 20:57:39 steve Exp $
#
DISTNAME= blackbox-0.50.3
DISTNAME= blackbox-0.50.4
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
@ -15,18 +15,22 @@ MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
.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
@ ${ECHO_MSG}
@ ${ECHO_MSG} If you would like build Blackbox with KDE support
@ ${ECHO_MSG} you must set the variable USE_KDE
@ ${ECHO_MSG}
.else
pre-fetch:
@echo
@echo Building Blackbox with KDE support
@echo
@ ${ECHO_MSG}
@ ${ECHO_MSG} Building Blackbox with KDE support
@ ${ECHO_MSG}
CONFIGURE_ARGS= --enable-kde
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d
MD5 (blackbox-0.50.4.tar.bz2) = 983f5bf6baadefc5492013a829d61d6e

View File

@ -1,7 +1,7 @@
Blackbox is Yet Another Window Manager for X11R6 that arose primarily
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.
out of the curiosity of the authors. It's small, fast, has built-in
rendering code, does image dithering at 8, 15 and 16 bits per pixel
and colour icon support. Blackbox is [mostly] ICCCM compliant.
Homepage: http://blackbox.wiw.org/
Author: Brad Hughes <bhughes@tcac.net>

View File

@ -1,18 +1,5 @@
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
@ -28,6 +15,5 @@ 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

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: Blackbox
# Version required: 0.50.3
# Version required: 0.50.4
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $
# $Id: Makefile,v 1.17 1999/03/08 20:57:39 steve Exp $
#
DISTNAME= blackbox-0.50.3
DISTNAME= blackbox-0.50.4
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
@ -15,18 +15,22 @@ MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
.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
@ ${ECHO_MSG}
@ ${ECHO_MSG} If you would like build Blackbox with KDE support
@ ${ECHO_MSG} you must set the variable USE_KDE
@ ${ECHO_MSG}
.else
pre-fetch:
@echo
@echo Building Blackbox with KDE support
@echo
@ ${ECHO_MSG}
@ ${ECHO_MSG} Building Blackbox with KDE support
@ ${ECHO_MSG}
CONFIGURE_ARGS= --enable-kde
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d
MD5 (blackbox-0.50.4.tar.bz2) = 983f5bf6baadefc5492013a829d61d6e

View File

@ -1,7 +1,7 @@
Blackbox is Yet Another Window Manager for X11R6 that arose primarily
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.
out of the curiosity of the authors. It's small, fast, has built-in
rendering code, does image dithering at 8, 15 and 16 bits per pixel
and colour icon support. Blackbox is [mostly] ICCCM compliant.
Homepage: http://blackbox.wiw.org/
Author: Brad Hughes <bhughes@tcac.net>

View File

@ -1,18 +1,5 @@
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
@ -28,6 +15,5 @@ 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

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: Blackbox
# Version required: 0.50.3
# Version required: 0.50.4
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $
# $Id: Makefile,v 1.17 1999/03/08 20:57:39 steve Exp $
#
DISTNAME= blackbox-0.50.3
DISTNAME= blackbox-0.50.4
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
@ -15,18 +15,22 @@ MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
.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
@ ${ECHO_MSG}
@ ${ECHO_MSG} If you would like build Blackbox with KDE support
@ ${ECHO_MSG} you must set the variable USE_KDE
@ ${ECHO_MSG}
.else
pre-fetch:
@echo
@echo Building Blackbox with KDE support
@echo
@ ${ECHO_MSG}
@ ${ECHO_MSG} Building Blackbox with KDE support
@ ${ECHO_MSG}
CONFIGURE_ARGS= --enable-kde
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d
MD5 (blackbox-0.50.4.tar.bz2) = 983f5bf6baadefc5492013a829d61d6e

View File

@ -1,7 +1,7 @@
Blackbox is Yet Another Window Manager for X11R6 that arose primarily
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.
out of the curiosity of the authors. It's small, fast, has built-in
rendering code, does image dithering at 8, 15 and 16 bits per pixel
and colour icon support. Blackbox is [mostly] ICCCM compliant.
Homepage: http://blackbox.wiw.org/
Author: Brad Hughes <bhughes@tcac.net>

View File

@ -1,18 +1,5 @@
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
@ -28,6 +15,5 @@ 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