summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2005-10-10selectwm uses getopt_long, so add libgetopt buildlink3tonio1-2/+3
bump PKGREVISION
2005-10-06Update to 3.7 from PR #30804.reed6-80/+47
Rhialto is the new MAINTAINER. Thank you! Enable pkgviews. Installs some example configurations. (Should CONF_FILES also be used?) Now depend on jpeg too. Remove patch-aa, patch-ab and patch-ad. According to CHANGES file, there are 50 changes. (I see it includes some bug fixes from pkgsrc users.)
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig2-4/+4
NO_BUILD, USE_LIBTOOL.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig3-6/+6
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Fix for WPrefsadam2-74/+79
2005-09-27Update wm/fluxbox to 0.9.14tonio9-103/+30
Update maintainer remove dependancy over bsetroot, fluxbox now provides fbsetroot (and this one builds with gcc4) approved by jmcneill@ and wiz@
2005-09-26Explicitly add base class, G++ 3.4 on DragonFly doesn't like itjoerg2-1/+18
otherwise. OKed by maintainer.
2005-09-24Assembler code is disabled for anything except MACHINE_ARCH=="i386". Thisrillig1-1/+5
fixes the build on x86_64. Bumped PKGREVISION to 1.
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+4
2005-09-16Fix the definition of CONF_FILES so that pwm.conf is considered ajlam1-2/+2
configuration file again. Bump the PKGREVISION to 1.
2005-09-13Force the package to use external gettexttonio3-8/+21
Fix link problem with gettext under darwin Update maintainer address bump PKGREVISION
2005-09-04Enable XShape option by default.xtraeme1-1/+2
2005-09-04Update wm/fluxbox to 0.9.13tonio4-15/+17
Fixes PR 30229 The changelog contains: * Massive speed- and memory- improvements * Added new Buttons for the Titlebar * Added more Key Actions to TextBoxes * Added some style resources * Added new Iconbar Modes * Added -screen <"all"|int[,int]> and a few bugfixes, segfaults and 64 bit issues approved by jmcneill@
2005-09-04Added wm/mlvwmxtraeme1-1/+2
2005-09-04Initial import of mlvwm-0.9.1.xtraeme6-0/+128
MLVWM (Macintosh Like Virtual Window Manager) is a Window manager for X11 designed to look and feel like the Macintosh 8 environment.
2005-09-04Updated wm/windowlab to 1.32.xtraeme5-40/+66
Lots of changes and bugs were fixed, see changelog for more info.
2005-09-04Bump the PKGREVISION of packages that linked against the lua sharedjlam2-3/+4
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04Added wm/cwmxtraeme1-1/+2
2005-09-04Initial import of cwm-3.xtraeme4-0/+29
cwm is a window manager for X11. It was originally inspired by evilwm, but was rewritten from scratch due to limitations in the evilwm codebase. The from-scratch rewrite borrowed some code from 9wm. cwm contains many new features which all concentrate on the efficiency and transparency of window management. cwm also aims to maintain the most simplest and pleasant aesthetic.
2005-08-27windowmaker doesn't depend on hermes, and besides, its dependenciescube1-2/+1
probably didn't have to know about it anyway. Hinted by PR#31073 by David Forrai.
2005-08-26update to 2.10.3drochner2-6/+6
changes: -fix a memory leak -revert _NET_ACTIVE_WINDOW behavior to avoid inducing inconsistency among applications -translation updates
2005-08-22sort.salo1-2/+2
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-9/+9
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam11-30/+24
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-28Changes 2.1.2:adam3-38/+249
* minor bugfix release * lots of polish on various new features, as well as new xml tools
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz3-36/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz11-22/+22
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20Do not include <malloc.h>.kristerw2-1/+14
2005-07-19PR 30781 by Geert Hendrickx:wiz3-2/+22
make 3ddesktop accept software rendering. Bump PKGREVISION.
2005-07-18TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip offjlam1-2/+2
arguments anymore.
2005-07-18Regenerate so that the Mac OS X patch program undestands howkristerw2-10/+4
to apply it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-3/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam5-16/+10
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-10The workref fix in previous commits did not work on NetBSD 1.6; itskristerw1-3/+3
make does not understand the "W" option in :C modifiers, and it handles substitution in strings containing spaces somwheat differently. Bump PKGREVISION.
2005-07-09gnustepdir fixadam1-2/+1
2005-07-08Changes 0.92.0:adam12-181/+137
* added support for X Input Methods * improved hiding/unhiding animations to be quicker and do less icon shuffling * fixed gcc and libxft complilation issues * fixed many bugs
2005-06-29Update to 2.10.2:jmmv2-7/+6
- Makes metacity a bit faster when dragging windows around (Soeren) [#141813] - Fix simple memory error, using the address of a local variable as a hash key (Ryan) [#307209] - Fix a small leak in the case of a SYNC_COUNTER property value and HAVE_XSYNC not defined (Ryan) [#307214] - Cleanup font data when done with it (Ray) [#306720] - If the window has a modal transient which is being unmanaged, don't focus it (Elijah) [#305362] - Make sure window position is calculated correctly for reconfigure requests when part of the XWindowChanges structure is uninitialized (Greg) [#305257] - Add a resize popup when resizing constrained windows (Ray) [#305564] - Don't accidentally treat maximize vertically as maximize in both directions (Elijah) [#302204] - Put all transients of the new window, if any exist, in the calc_showing queue (Elijah, Billy) [#303284] Translations Kostas Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Ignacio Casal Quinteiro (gl), Theppitak Karoonboonyanan (th), Canonical Ltd (xh), Woodman Tuen (zh_TW)
2005-06-27Bump package revision after new tools fallout has been fixed.tron1-2/+2
2005-06-27Don't use "ac_cv_path_XYZ" because it might not work with the nexttron1-3/+3
autoconf version.
2005-06-27Avoid compiling the path to the "gzip" wrapper script into the binary.tron1-3/+4
2005-06-25Added wm/icecc version 2.9nb1 from pkgsrc-wip (packaged byreed1-1/+2
Iain Hibbert).
2005-06-25Import icecc-2.9 -- it is a IceWM control center.reed7-0/+209
This is from Iain Hibbert via pkgsrc-wip. The IceWM Control Center allows you to run various tools for configuring IceWM's options. It contains menu/toolbar editor, winoptions editor, keys editor, themes switcher and some other tools. It supports themes, so you can add new (or replace existing) tools and images.
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-17Create directories before installing files into them.jlam8-8/+22
2005-06-16Fix pkglint warnings.kristerw1-4/+3