FreshPorts -- The Place For Ports Wed, 15 Oct 2008 8:50 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
fluxbox 1.1.0.1_2 x11-wm on this many watch lists=95 search for ports that depend on this port
A small and fast window manager based on BlackBox
Maintained by: mezz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Dec 2001 23:55:45


Fluxbox is a window manager based on BlackBox with some new features:

 o Transparent menus
 o Pixmap themes
 o Window snapping
 o Integrated bbkeys
 o Iconbar
 o Configurable titlebar (slit)
 o Windows tabs
 o Wheel scroll changes workspace
 o KDE and partial Gnome support
 
WWW: http://fluxbox.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/xextproto, x11-fonts/libXft, x11/libXpm, x11/libXrandr, x11/libXrender
Required To Run: x11/xmessage, x11-fonts/libXft, x11/libXpm, x11/libXrandr, x11/libXrender
Required Libraries: converters/libiconv, graphics/imlib2

To install the port: cd /usr/ports/x11-wm/fluxbox/ && make install clean
To add the package: pkg_add -r fluxbox


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/fluxbox/
http://kent.dl.sourceforge.net/sourceforge/fluxbox/
http://easynews.dl.sourceforge.net/sourceforge/fluxbox/
http://ufpr.dl.sourceforge.net/sourceforge/fluxbox/
http://umn.dl.sourceforge.net/sourceforge/fluxbox/
http://mesh.dl.sourceforge.net/sourceforge/fluxbox/
http://heanet.dl.sourceforge.net/sourceforge/fluxbox/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-03-19
    Affects: users of x11-wm/fluxbox and x11-wm/fluxbox-devel
    Author: mezz@FreeBSD.org
    Reason: 
      The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox. You should
      back up your ~/.fluxbox and remove it. If you still want to keep using
      your good old ~/.fluxbox, you will have to do the following:
    
        - Since prefix has been changed from X11BASE (/usr/X11R6) to
          LOCALBASE (/usr/local), you might have to edit a few paths in
          the ~/.fluxbox/* if there are any.
        - The bsetroot has been renamed to fbsetroot. You might have to
          tweak a few themes for bsetroot -> fbsetroot. Other way it can be
          is to install the x11-wm/boxtools that has bsetroot if you do not
          want to edit any themes.
    
      While I am here, don't forget to use 'pkgdb -Ff'. As for the portmaster
      users, I don't think you will need to do anything since portmaster will
      take care of it by default.
    
    
Port Moves

Number of commits found: 54

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2008 05:30:45
Original commit files touched by this commit  1.1.0.1_2
mezz search for other commits by this committer
Fix both shell scripts to not use 'hash', so use which(1) instead that was
took (better word, backout) from 1.0.0 release. The 'hash' isn't available
some shells. Bump the PORTREVISION.

Reported by:    Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Tested by       Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
                Randy Pratt <bsd-unix@embarqmail.com>
17 Sep 2008 05:23:32
Original commit files touched by this commit  1.1.0.1_1
mezz search for other commits by this committer
-Fix unshading crash. [1]
-Fix pixmap resource leak in pixmap menu.
-Bump the PORTREVISION.

Reported by:    L Campbell <llc2w@virginia.edu> [1]
Tested by:      L Campbell <llc2w@virginia.edu> [1]
                Randy Pratt <bsd-unix@embarqmail.com> [1]
Obtained from:  Its git repository (both patches)
Approved by:    portmgr (linimon)
05 Sep 2008 16:59:30
Original commit files touched by this commit  1.1.0.1
mezz search for other commits by this committer
Update to 1.1.0.1, see Release Notes and Changelog for details:

http://sourceforge.net/project/shownotes.php?group_id=35398&release_id=623696
12 Mar 2008 20:20:34
Original commit files touched by this commit  1.0.0_2
mezz search for other commits by this committer
USE_XLIB -> USE_XORG, bump the PORTREVISION.
11 Mar 2008 21:13:53
Original commit files touched by this commit  1.0.0_1
stas search for other commits by this committer
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:      az
08 Oct 2007 22:23:30
Original commit files touched by this commit  1.0.0
mezz search for other commits by this committer
- Update to 1.0.0.
- Get rid of all X11BASE stuff.
- Enable imlib2 feature by default (follow the configure), use WITHOUT_IMLIB2
  to disable it.
- Update the WWW.
23 Jul 2007 10:36:52
Original commit files touched by this commit  1.0rc3_3
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
19 May 2007 21:32:57
Original commit files touched by this commit  1.0rc3_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
19 Apr 2007 16:58:54
Original commit files touched by this commit  1.0rc3_2
mezz search for other commits by this committer
Fix the WITH_DOCPDF installation.

Reported by:    Benjamin Adams <freebsdworld@gmail.com>
29 Mar 2007 20:34:17
Original commit files touched by this commit  1.0rc3_2
mezz search for other commits by this committer
Replace a 644 -> 755 hack and remove in the UPDATING to a better solution by
using 'exec sh foobar' instead 'exec foobar'. The 644 is need for some users
that are using noexec mounted home directory, which the 755 will block them.
Bump the PORTREVISION.

Bugs tracker:   http://tinyurl.com/2lazb6 (sourceforge.net)
Obtained from:  Fluxbox SVN
Submitted by:   Mark Tiefenbruck (Fluxbox developer)
27 Mar 2007 14:09:37
Original commit files touched by this commit  1.0rc3_1
mezz search for other commits by this committer
In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that has
caused not possible to start up your Fluxbox if you remove ~/.fluxbox or
you are a first time user. Add a hack to get it back to 755 and explain
the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'.

Reported by:     infofarmer
22 Mar 2007 16:35:24
Original commit files touched by this commit  1.0rc2_5
mezz search for other commits by this committer
Write 'cvs rm foobar' 500 times on the blackboard... Forgot to run 'cvs rm'
to remove this patch to allow anyone to build it.

Reported by:    several
21 Mar 2007 21:18:46
Original commit files touched by this commit  1.0rc3
mezz search for other commits by this committer
Update to 1.0rc3, see changelog for details:

        http://fluxbox.org/version-0.9.php
19 Mar 2007 19:19:32
Original commit files touched by this commit  1.0rc2_5
mezz search for other commits by this committer
The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox and remove
fluxbox-devel. The 0.1.14 version is gone for good. The highlight changes for
fluxbox:

        -Update to 1.0rc2.
        -Change the prefix from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local).
        -The bsetroot has been renamed to fbsetroot.

As for the other ports, chase the fluxbox-devel -> fluxbox.

Request by:     too many to list (include developers)
31 Mar 2006 23:26:33
Original commit files touched by this commit  0.1.14_2
mezz search for other commits by this committer
-Remove all commented stuff.
-Remove maintainer line in pkg-descr.
-portlint:
        -Use DATADIR in plist.
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.1.14_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Nov 2005 20:52:18
Original commit files touched by this commit  0.1.14_2
mezz search for other commits by this committer
Add SHA256, disable WITH_REMEMBER and WITH_WINSNAP, they are un-fetechable.
If anyone care about those so much, let me know the url to bring those back.
09 Aug 2004 20:09:06
Original commit files touched by this commit  0.1.14_2
mezz search for other commits by this committer
Clean up this port:
        - Move MAN1 outside the bsd.port.pre.mk.
        - Turn the knobs order into ABCs order.
        - Few other clean up to make the portlint a bit happy man.
        - No function change and now is easier to read.
09 Aug 2004 13:53:29
Original commit files touched by this commit  0.1.14_2
mezz search for other commits by this committer
fluxbox-devel will merging into fluxbox sometime later when 1.0 is released,
so I shall take the maintainership.
09 Aug 2004 10:02:08
Original commit files touched by this commit  0.1.14_2
vs search for other commits by this committer
Reset maintainer.

PR:             ports/69439
Request by:     maintainer
30 Jul 2004 16:22:55
Original commit files touched by this commit  0.1.14_2
krion search for other commits by this committer
Fix build with gcc-3.2
Portlint

PR:             ports/69782
Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org>
17 Jul 2004 13:47:35
Original commit files touched by this commit  0.1.14_2
pav search for other commits by this committer
- Drop explicit dependency on XFree86-4-clients. It's not really needed
  and it prevents coming global XFree86/Xorg switch thingie.

PR:             ports/68540
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:    maintainer timeout (2 weeks)
04 Jun 2004 18:29:38
Original commit files touched by this commit  0.1.14_2
ade search for other commits by this committer
Sync with new bsd.autotools.mk
20 Mar 2004 21:03:41
Original commit files touched by this commit  0.1.14_2
trevor search for other commits by this committer
Add size data, approved by maintainers.
16 Mar 2004 22:54:06
Original commit files touched by this commit  0.1.14_2
marcus search for other commits by this committer
Chase the new location of libXft.
15 Nov 2003 12:28:58
Original commit files touched by this commit  0.1.14_2
pav search for other commits by this committer
Unbreak build on -CURRENT.

PR:             ports/58672
Submitted by:   Yonas <yonas_@yahoo.com>
Approved by:    adamw (mentor)
20 Apr 2003 20:54:55
Original commit files touched by this commit  0.1.14_2
marcus search for other commits by this committer
Remove USE_GNOMENG.
11 Apr 2003 17:45:18
Original commit files touched by this commit  0.1.14_2
nork search for other commits by this committer
o fix crash on sticky windows if compiled with Remember patch
  (update patch to -7)
o fix misbehaviour of tabber windows (patch approved by fluxgen)

PR:                     ports/50204
Submitted by:           Pav Lucistnik <pav@oook.cz>
Tested by:              Hendrik Scholz <hscholz@raisdorf.net>
Approved by:            maintainer no response (about 2 month)
Patch approved by:      fluxgen (fluxbox developer)
28 Feb 2003 22:53:02
Original commit files touched by this commit  0.1.14_1
kris search for other commits by this committer
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
21 Feb 2003 14:19:11
Original commit files touched by this commit  0.1.14_1
knu search for other commits by this committer
De-pkg-comment.
18 Feb 2003 04:51:34
Original commit files touched by this commit  0.1.14_1
anholt search for other commits by this committer
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:    portmgr (kris), marcus
21 Jan 2003 08:29:28
Original commit files touched by this commit  0.1.14_1
obraun search for other commits by this committer
WITH_WINSNAP does not work on -current.

Pointed out by: sheldonh
Approved by:    maintainer
19 Jan 2003 17:09:38
Original commit files touched by this commit  0.1.14_1
obraun search for other commits by this committer
* Add WITH_WINSNAP knob for winsnap patch.
* Bump PORTREVISION.

PR:             ports/47214
Submitted by:   maintainer
04 Jan 2003 12:44:53
Original commit files touched by this commit  0.1.14
obraun search for other commits by this committer
Use a newer version of the remember patch. (no PORTREVISION bump)

Submitted by:   maintainer
01 Jan 2003 22:04:28
Original commit files touched by this commit  0.1.14
obraun search for other commits by this committer
* Upgrade to 0.1.14.
* new patch URL.
* fixes to support using boxtools port.

PR:             ports/46160
Submitted by:   maintainer
26 Nov 2002 00:03:20
Original commit files touched by this commit  0.1.13_2
pat search for other commits by this committer
- Add patch that prevents OpenOffice from crashing
- Move Xft patch out of files/ and relocate reminder patch
- Add xterm as BUILD/RUN dependency to fix build [1]
- bump PORTREVISION

PR:             ports/45706
Submitted by:   maintainer
Reivewed by:    kris [1]
24 Nov 2002 22:07:56
Original commit files touched by this commit  0.1.13_1
pat search for other commits by this committer
- Add back knob for unofficial remember patch
- Add Xft patch
- bump PORTREVISION

PR:             ports/45685
Submitted by:   maintainer
23 Nov 2002 01:36:07
Original commit files touched by this commit  0.1.13
pat search for other commits by this committer
Update to 0.1.13

PR:             ports/45492
Submitted by:   maintainer et al.
03 Nov 2002 16:23:35
Original commit files touched by this commit  0.1.12_2
pat search for other commits by this committer
Add unofficial remember patch and gnome/kde support knobs, bump PORTREVISION
as well.

PR:             ports/44833
Submitted by:   maintainer
Reviewed by:    obraun
10 Oct 2002 16:38:38
Original commit files touched by this commit  0.1.12_1
obraun search for other commits by this committer
Added WITH_XINERAMA knob to build with xinerama support.

Approved by:    maintainer
09 Oct 2002 00:06:44
Original commit files touched by this commit  0.1.12_1
obraun search for other commits by this committer
* Let fluxbox depend on new boxtools port.
* Do not install bsetbg and bsetroot anymore, since this is part of boxtools
  now.
* Bump PORTREVISION.

PR:             43844
Submitted by:   maintainer
13 Sep 2002 07:17:10
Original commit files touched by this commit  0.1.12
obraun search for other commits by this committer
Upgrade to 0.1.12.

PR:             ports/42720
Submitted by:   maintainer
10 Sep 2002 18:43:50
Original commit files touched by this commit  0.1.11_2
obraun search for other commits by this committer
* Add fixed vendor patch
* bump PORTREVISION
* delete trailing whitespaces in pkg-plist to make portlint happy

PR:             ports/42644
Submitted by:   maintainer
10 Sep 2002 09:26:49
Original commit files touched by this commit  0.1.11_1
obraun search for other commits by this committer
* Add vendor patch.
* bump PORTREVISION

PR:             ports/42626
Submitted by:   maintainer
03 Sep 2002 19:42:05
Original commit files touched by this commit  0.1.11
obraun search for other commits by this committer
Upgrade to 0.1.11.

PR:             ports/42377
Submitted by:   maintainer
15 Jul 2002 15:59:07
Original commit files touched by this commit  0.1.10
pat search for other commits by this committer
Update to 0.1.10

Reviewed by:    maintainer
Approved by:    maintainer
08 Jun 2002 01:12:29
Original commit files touched by this commit  0.1.9
pat search for other commits by this committer
Update to 0.1.9 with bugfix 2 and give maintainership to
Hendrik Scholz <hendrik@scholz.net>

PR:             38885
Submitted by:   Hendrik Scholz <hendrik@scholz.net>
Approved by:    maintainer timeout (2wks) and old maintainer cannot be
                contacted since update to 0.1.7
18 May 2002 09:13:00
Original commit files touched by this commit  0.1.8
pat search for other commits by this committer
Update to 0.1.8 and include bugpatch 1 and 2 from author

PR:             37587, 37718
Submitted by:   Hendrik Scholz <hendrik@scholz.net>,
                Henrikas <Henrikas.hemry@delfi.lt>
Approved by:    2 week maintainer timeout
12 Mar 2002 21:57:59
Original commit files touched by this commit
pat search for other commits by this committer
Add patch released by author that fixes the withdrawn app bug and bump
PORTREVISION.

PR:             35814
Submitted by:   maintainer
04 Mar 2002 00:14:09
files touched by this commit
pat search for other commits by this committer
Update to 0.1.7    
30 Jan 2002 16:51:29
files touched by this commit
pat search for other commits by this committer
Bump PORTREVISION for last patch and use a tab    
30 Jan 2002 16:48:59
files touched by this commit
pat search for other commits by this committer
Add 2 bugfix patches from author which fixes '~' in config files   and problems
with some apps.    
16 Jan 2002 21:55:26
files touched by this commit
sf search for other commits by this committer
o update to 0.1.6.    
13 Dec 2001 02:55:45
files touched by this commit
pat search for other commits by this committer
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.    

Number of commits found: 54

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
libxml2Oct 15
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03

12 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19318
Broken 157
Deprecated 81
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 63
Interactive 78
new 24 hours 5
new 48 hours12
new 7 days51
new fortnight81
new month150

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.255 seconds.