Initial import of x11-wm/fluxbox - A small and fast window

manager based on BlackBox. Most of the port came from spn
and merged update to 0.1.5 and some parts of pkg-descr from
Matthew Hawkins's submission.

PR:		32390, 32655
Submitted by:	spn <spn@g0v.ru>, Matthew Hawkins <matthew@topic.com.au>
This commit is contained in:
Patrick Li 2001-12-13 02:55:45 +00:00
parent ca237d85f5
commit 6d517f8fd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51427
13 changed files with 225 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += enlightenment
SUBDIR += epplets
SUBDIR += evilwm
SUBDIR += fluxbox
SUBDIR += flwm
SUBDIR += fvwm
SUBDIR += fvwm-themes

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: fluxbox
# Date created: 29 November 2001
# Whom: spn
#
# $FreeBSD$
#
PORTNAME= fluxbox
PORTVERSION= 0.1.5
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= spn@g0v.ru
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= fluxbox.1 bsetroot.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (fluxbox-0.1.5.tar.gz) = 1a57f7bb382092d6673b30ee1d508e05

View File

@ -0,0 +1,13 @@
--- nls/it_IT/Makefile.in.orig Sun Dec 9 09:23:00 2001
+++ nls/it_IT/Makefile.in Wed Dec 12 16:51:31 2001
@@ -197,8 +197,9 @@
install-data-local: blackbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/it_IT"; \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
$(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
+ ln -sf it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \

View File

@ -0,0 +1 @@
A small and fast window manager based on BlackBox

View File

@ -0,0 +1,11 @@
Fluxbox is a window manager based on BlackBox with some new features:
o Integrated bbkeys
o Iconbar
o Configurable titlebar
o Windows tabs
WWW: http://fluxbox.sourceforge.net/
- spn
spn@g0v.ru

View File

@ -0,0 +1,65 @@
bin/bsetbg
bin/bsetroot
bin/fluxbox
share/fluxbox/init
share/fluxbox/keys
share/fluxbox/menu
share/fluxbox/nls/C/blackbox.cat
share/fluxbox/nls/da_DK/blackbox.cat
share/fluxbox/nls/es_ES/blackbox.cat
share/fluxbox/nls/et_EE/blackbox.cat
share/fluxbox/nls/fr_FR/blackbox.cat
share/fluxbox/nls/it_IT/blackbox.cat
share/fluxbox/nls/pt_BR/blackbox.cat
share/fluxbox/nls/ru_RU/blackbox.cat
share/fluxbox/nls/sv_SE/blackbox.cat
share/fluxbox/nls/tr_TR/blackbox.cat
share/fluxbox/styles/Artwiz
share/fluxbox/styles/Blue
share/fluxbox/styles/Carbondioxide
share/fluxbox/styles/Clean
share/fluxbox/styles/CleanColor
share/fluxbox/styles/Cthulhain
share/fluxbox/styles/Flux
share/fluxbox/styles/Makro
share/fluxbox/styles/MerleyKay
share/fluxbox/styles/Minimal
share/fluxbox/styles/Nyz
share/fluxbox/styles/Operation
share/fluxbox/styles/Outcomes
share/fluxbox/styles/Rampage
share/fluxbox/styles/Rancor
share/fluxbox/styles/Results
share/fluxbox/styles/Shade
share/fluxbox/styles/Spiff
share/fluxbox/styles/TDF
share/fluxbox/styles/Twice
share/fluxbox/styles/qnx-photon
share/fluxbox/titlebar
@unexec rm %D/share/fluxbox/nls/it
@unexec rm %D/share/fluxbox/nls/fr
@unexec rm %D/share/fluxbox/nls/es
@unexec rm %D/share/fluxbox/nls/en_US
@unexec rm %D/share/fluxbox/nls/en
@unexec rm %D/share/fluxbox/nls/US_ASCII
@unexec rm %D/share/fluxbox/nls/POSIX
@exec ln -s it_IT %D/share/fluxbox/nls/it
@exec ln -s fr_FR %D/share/fluxbox/nls/fr
@exec ln -s es_ES %D/share/fluxbox/nls/es
@exec ln -s C %D/share/fluxbox/nls/en_US
@exec ln -s C %D/share/fluxbox/nls/en
@exec ln -s C %D/share/fluxbox/nls/US_ASCII
@exec ln -s C %D/share/fluxbox/nls/POSIX
@dirrm share/fluxbox/styles
@dirrm share/fluxbox/nls/tr_TR
@dirrm share/fluxbox/nls/sv_SE
@dirrm share/fluxbox/nls/ru_RU
@dirrm share/fluxbox/nls/pt_BR
@dirrm share/fluxbox/nls/it_IT
@dirrm share/fluxbox/nls/fr_FR
@dirrm share/fluxbox/nls/et_EE
@dirrm share/fluxbox/nls/es_ES
@dirrm share/fluxbox/nls/da_DK
@dirrm share/fluxbox/nls/C
@dirrm share/fluxbox/nls
@dirrm share/fluxbox

21
x11-wm/fluxbox/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: fluxbox
# Date created: 29 November 2001
# Whom: spn
#
# $FreeBSD$
#
PORTNAME= fluxbox
PORTVERSION= 0.1.5
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= spn@g0v.ru
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= fluxbox.1 bsetroot.1
.include <bsd.port.mk>

1
x11-wm/fluxbox/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fluxbox-0.1.5.tar.gz) = 1a57f7bb382092d6673b30ee1d508e05

View File

@ -0,0 +1,13 @@
--- nls/it_IT/Makefile.in.orig Sun Dec 9 09:23:00 2001
+++ nls/it_IT/Makefile.in Wed Dec 12 16:51:31 2001
@@ -197,8 +197,9 @@
install-data-local: blackbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/it_IT"; \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
$(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
+ ln -sf it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \

View File

@ -0,0 +1 @@
A small and fast window manager based on BlackBox

11
x11-wm/fluxbox/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Fluxbox is a window manager based on BlackBox with some new features:
o Integrated bbkeys
o Iconbar
o Configurable titlebar
o Windows tabs
WWW: http://fluxbox.sourceforge.net/
- spn
spn@g0v.ru

65
x11-wm/fluxbox/pkg-plist Normal file
View File

@ -0,0 +1,65 @@
bin/bsetbg
bin/bsetroot
bin/fluxbox
share/fluxbox/init
share/fluxbox/keys
share/fluxbox/menu
share/fluxbox/nls/C/blackbox.cat
share/fluxbox/nls/da_DK/blackbox.cat
share/fluxbox/nls/es_ES/blackbox.cat
share/fluxbox/nls/et_EE/blackbox.cat
share/fluxbox/nls/fr_FR/blackbox.cat
share/fluxbox/nls/it_IT/blackbox.cat
share/fluxbox/nls/pt_BR/blackbox.cat
share/fluxbox/nls/ru_RU/blackbox.cat
share/fluxbox/nls/sv_SE/blackbox.cat
share/fluxbox/nls/tr_TR/blackbox.cat
share/fluxbox/styles/Artwiz
share/fluxbox/styles/Blue
share/fluxbox/styles/Carbondioxide
share/fluxbox/styles/Clean
share/fluxbox/styles/CleanColor
share/fluxbox/styles/Cthulhain
share/fluxbox/styles/Flux
share/fluxbox/styles/Makro
share/fluxbox/styles/MerleyKay
share/fluxbox/styles/Minimal
share/fluxbox/styles/Nyz
share/fluxbox/styles/Operation
share/fluxbox/styles/Outcomes
share/fluxbox/styles/Rampage
share/fluxbox/styles/Rancor
share/fluxbox/styles/Results
share/fluxbox/styles/Shade
share/fluxbox/styles/Spiff
share/fluxbox/styles/TDF
share/fluxbox/styles/Twice
share/fluxbox/styles/qnx-photon
share/fluxbox/titlebar
@unexec rm %D/share/fluxbox/nls/it
@unexec rm %D/share/fluxbox/nls/fr
@unexec rm %D/share/fluxbox/nls/es
@unexec rm %D/share/fluxbox/nls/en_US
@unexec rm %D/share/fluxbox/nls/en
@unexec rm %D/share/fluxbox/nls/US_ASCII
@unexec rm %D/share/fluxbox/nls/POSIX
@exec ln -s it_IT %D/share/fluxbox/nls/it
@exec ln -s fr_FR %D/share/fluxbox/nls/fr
@exec ln -s es_ES %D/share/fluxbox/nls/es
@exec ln -s C %D/share/fluxbox/nls/en_US
@exec ln -s C %D/share/fluxbox/nls/en
@exec ln -s C %D/share/fluxbox/nls/US_ASCII
@exec ln -s C %D/share/fluxbox/nls/POSIX
@dirrm share/fluxbox/styles
@dirrm share/fluxbox/nls/tr_TR
@dirrm share/fluxbox/nls/sv_SE
@dirrm share/fluxbox/nls/ru_RU
@dirrm share/fluxbox/nls/pt_BR
@dirrm share/fluxbox/nls/it_IT
@dirrm share/fluxbox/nls/fr_FR
@dirrm share/fluxbox/nls/et_EE
@dirrm share/fluxbox/nls/es_ES
@dirrm share/fluxbox/nls/da_DK
@dirrm share/fluxbox/nls/C
@dirrm share/fluxbox/nls
@dirrm share/fluxbox