Version: 0.4.0, Package name: waimea-0.4.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Waimea is a virtual desktop window manager for X11 designed to be fast and highly customizable. It uses Blackbox image rendering engine (Blackbox styles support) and can use Xft library for font rendering (anti-aliased font support). |
Filesize: 236.842 KB |
Version History (View Complete History) |
|
2019-09-26 04:36:53 by Charlene Wendling | Files touched by this commit (4) |
Log message: waimea: unbreak with ports-gcc by fixing a namespace clash. Also move HOMEPAGE to https and refresh WANTLIB. Tested on sparc64 by kmos@ and macppc by me. OK kmos@ |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-08 12:33:57 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: unbreak with clang6 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-10-24 15:15:37 by Antoine Jacoutot | Files touched by this commit (275) |
Log message: Remove USE_X11. |
2010-10-19 02:14:01 by Marc Espie | Files touched by this commit (260) |
Log message: USE_GROFF=Yes |
2010-08-18 07:34:21 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - lowercase first letter of comment - set license version - gmake is not needed - rename and regen patches - regen plist - fix homepage |
2010-07-30 00:59:02 by Antoine Jacoutot | Files touched by this commit (256) |
Log message: First pass at new REVISION/DEPENDS... not finished yet. |
2009-08-11 02:42:09 by Antoine Jacoutot | Files touched by this commit (121) |
Log message: WANTLIB changes after xcb addition and bump. |
2008-02-01 14:47:16 by Steven Mestdagh | Files touched by this commit (11) |
Log message: fix WANTLIB |
2007-09-15 14:04:29 by Michael Erdely | Files touched by this commit (312) |
Log message: Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN |
2007-04-05 11:36:28 by Marc Espie | Files touched by this commit (363) |
Log message: more base64 checksums |
2006-04-26 14:45:30 by Matthieu Herrb | Files touched by this commit (1) |
Log message: waimea.org home page is dead. From Jasper Lievisse Adriaanse. |
2005-11-03 11:28:57 by Christian Weisgerber | Files touched by this commit (39) |
Log message: Always explicitly set the AUTOCONF_VERSION to use. In some cases the default was not appropriate. |
2005-09-11 01:27:52 by Marc Espie | Files touched by this commit (1) |
Log message: WANTLIB |
2005-02-21 06:41:37 by Damien Couderc | Files touched by this commit (3) |
Log message: dropping maintainership for Abiword, vsftpd and Waimea. |
2005-01-05 10:54:27 by Christian Weisgerber | Files touched by this commit (251) |
Log message: SIZE |
2004-09-15 13:26:35 by Marc Espie | Files touched by this commit (206) |
Log message: new style plists |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-03-29 08:02:21 by Damien Couderc | Files touched by this commit (1) |
Log message: Use gcc3 on sparc64 |
2002-11-15 14:57:29 by Damien Couderc | Files touched by this commit (2) |
Log message: Update to 0.4.0 |
2002-10-17 20:05:19 by Mark Grimes | Files touched by this commit (9) |
Log message: waimea-0.3.5 update (faith-ok couderc@) Changes: A lot of optimizations have been done to text and transparency. Double buffered text rendering is now supported, eliminates all text flickering, reduces text redrawing and will also give an extra boost in transparency updating, especially for menus. An option to turn off real-time transparency has also been added. Multiple desktop support has now also been added to waimea. Together with waimea's action file system this allows for some really amazing configurations. How about running a full Gnome environment on desktop 1, a full KDE environment on desktop 2 and maybe a mixed one on desktop 3. |