aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/stumpwm
Commit message (Collapse)AuthorAgeFilesLines
* update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl toBrendan Fabeny2011-12-091-1/+1
| | | | | | | | | | | | | | | | be build WITH_THREADS on recent versions of FreeBSD once again) [1]; rename *.core files in sbcl and math/maxima so that they are not removed by disk-cleaning scripts [2]; make it possible to use the makesum target in sbcl WITH_SBCL; fix maxima build WITH_CMUCL, and place a default memory cap of 1GiB on amd64; reduce default output from a few targets in maxima, and defer patch cleaning to the pre-build target to make debugging easier PR: 162017 [1], 162680 [2] Approved by: pav (portmgr) Feature safe: yes Notes: svn path=/head/; revision=287114
* update lang/sbcl to 1.0.53, and adjust dependent portsBrendan Fabeny2011-11-231-1/+1
| | | | | | | | | | PR: 161444 Submitted by: olgeni (earlier version) Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286273
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add to "lisp" virtual categoryAshish SHUKLA2010-09-152-7/+208
| | | | | | | | | | | | - Install stumpish and other contrib stuff - Add LICENSE PR: ports/149397 Submitted by: Anonymous <swell.k at gmail.com> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=261206
* Build with lang/sbcl by default, clisp lacks x11 moduleMax Brazhnikov2010-06-141-1/+1
| | | | Notes: svn path=/head/; revision=256524
* Update to 0.9.7Max Brazhnikov2010-06-052-14/+41
| | | | | | | | | | | | Mark MAKE_JOBS_UNSAFE Fix `makesum' target when clisp is not installed Add option to build with sbcl PR: ports/146942 Submitted by: Anonymous <swell.k at gmail.com> Notes: svn path=/head/; revision=255767
* - Update to 0.9.6Martin Wilke2009-09-162-9/+8
| | | | | | | | | PR: 138822 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=241521
* - Drop maintainership of the following ports:Alejandro Pulver2009-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/darkplaces games/quake-dpmod games/edge games/deng games/odamex games/uhexen2 games/uhexen2-extras games/vavoom games/vavoom-extras games/alienarena games/alienarena-data games/freedroidrpg games/assaultcube games/freeorion x11-toolkits/gigi devel/allegro devel/allegrogl devel/adime devel/allegro-devel net-p2p/qbittorrent net-p2p/rblibtorrent-devel emulators/wahcade x11-wm/stumpwm x11-wm/icewm Notes: svn path=/head/; revision=229191
* - Update to 0.9.5Martin Wilke2008-12-072-4/+5
| | | | | | | | | PR: 128740 Submitted by: Beat Gätzi <beat@chruetertee.ch> Approved by: maintainer timeout Notes: svn path=/head/; revision=223935
* - Update to version 0.9.3.Alejandro Pulver2008-06-212-4/+4
| | | | Notes: svn path=/head/; revision=215496
* - Fix conditionals to set IGNORE in appropiate cases (requires manual optionsAlejandro Pulver2008-03-131-3/+2
| | | | | | | | | selection and installation of another port). Reported by: pav Notes: svn path=/head/; revision=208990
* Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0Alejandro Pulver2008-03-113-0/+59
Common Lisp. If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. * Hack the good hack. * Debug your good hack. * Customize your window manager. While it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! WWW: http://www.nongnu.org/stumpwm/ Notes: svn path=/head/; revision=208850