summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-5/+5
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-16Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen.wiz2-6/+6
Extract from ChangeLog: o installastheme.pl now uses the first screen depth reported by xdpyinfo instead of the last; this fixes problems with the look not updating on XFree86 4.x (allanon) o removed reference to xiterm from Wharf config file; wharf now tries to load aterm, and then xterm if that fails (allanon) o fix to mystyle drawing as applied to empty menu drawing o removed config reading from the pipe - was causing some compile time problems and really was never needed.
2001-07-15Add the buildlink-config-wrapper targets to the pre-configurejlam1-1/+4
dependencies.
2001-07-15Add buildlink.mk file for use by other package Makefiles.jlam1-0/+71
2001-07-15Regen.jlam1-1/+4
2001-07-15Fix several non-portable shell constructs:jlam1-0/+119
(1) [ doesn't understand ==; use = instead. (2) i=${!tmp} is apparently intended to do the equivalent of eval i=\$$tmp; so use the latter instead. I don't see how this script ever worked before.
2001-07-15Fix several nonportable shell constructs:jlam1-0/+63
(1) [ doesn't understand ==; use = instead. (2) (( ... )) isn't valid /bin/sh; use [ ... ] instead. (3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid /bin/sh, so use a loop to remove letters off the end until only 4 letters remain.
2001-07-15[ doesn't understand == as equality operator.jlam1-0/+13
2001-07-14Fix libwraster linking problem in a more buildlink-friendly way.jlam2-12/+14
2001-07-14Locale files are installed under ${PKGLOCALEDIR}.jlam1-43/+43
2001-07-14Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedirjlam1-3/+3
using PKGLOCALEDIR.
2001-07-14Don't include bsd.pkg.mk in Makefile.common -- just include it in thejlam3-11/+12
package Makefile.
2001-07-13Update my email address.fredb1-2/+2
2001-07-11Fix path to documentation in manpageabs5-79/+95
2001-07-10Add missing patch file.nra1-0/+31
2001-07-10Update to fvwm-2.4.0. Sync with fvwm2 package. Addresses PR #13373.nra4-91/+114
Highlights: ----------- ** A new "Theme" module called FvwmTheme and "colour sets" including 8 kinds of gradients and pixmap support controlling the appearance of borders, title bars, frames, 3D shadows, menus and modules. ** GNOME compliance. GNOME hints can be turned on and off for individual windows. ** Mouse stroke support. You will need the libstroke library, found at http://www.etla.net/~willey/projects/libstroke/ ** Much more flexibility and control in menu definition and menu styles including dynamically generated menus and some menu generating scripts. ** Almost all commands, including Key, Mouse and Style, take effect immediately. The Recapture command is no longer needed to activate most changes. ** The old StaysOnTop style option has been generalised into the concept of layers. See the fvwm2 man page for details. ** Using Alt-Tab now works exactly like the other one. ** A derived package fvwm-themes standardises FVWM Themes issues. More info is available at http://fvwm-themes.sourceforge.net/ ** Improved multi head support.
2001-07-10Update to fvwm-2.4.0. Addresses PR #13373.nra5-135/+371
Highlights: ----------- ** A new "Theme" module called FvwmTheme and "colour sets" including 8 kinds of gradients and pixmap support controlling the appearance of borders, title bars, frames, 3D shadows, menus and modules. ** GNOME compliance. GNOME hints can be turned on and off for individual windows. ** Mouse stroke support. You will need the libstroke library, found at http://www.etla.net/~willey/projects/libstroke/ ** Much more flexibility and control in menu definition and menu styles including dynamically generated menus and some menu generating scripts. ** Almost all commands, including Key, Mouse and Style, take effect immediately. The Recapture command is no longer needed to activate most changes. ** The old StaysOnTop style option has been generalised into the concept of layers. See the fvwm2 man page for details. ** Using Alt-Tab now works exactly like the other one. ** A derived package fvwm-themes standardises FVWM Themes issues. More info is available at http://fvwm-themes.sourceforge.net/ ** Improved multi head support.
2001-07-07Fix link problems with "libwraster" caused by buildlink changes.tron2-4/+13
2001-07-06Make this package work under Solaris.tron1-3/+3
2001-06-30Converted to use buildlink.mk fileszuntum1-8/+7
2001-06-30Set USE_BUILDLINK_ONLYzuntum2-4/+6
2001-06-30Converted to use buildlink.mk fileszuntum2-7/+4
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-2/+3
2001-06-30Converted to use buildlink.mk fileszuntum1-3/+3
2001-06-30Set USE_BUILDLINK_ONLYzuntum2-3/+5
2001-06-30Converted to use buildlink.mk fileszuntum1-3/+4
2001-06-30Converted to use buildlink stuffzuntum3-29/+7
2001-06-30Converted to use buildlink.mk stuffzuntum1-1/+2
2001-06-30Converted to use buildlink.mk fileszuntum1-7/+3
2001-06-30USE_XPM -> xpm's buildlink.mkzuntum1-2/+2
2001-06-30Update ion to 20010523zuntum2-7/+8
Changelog: 2001-04-25: * Added missing functions to documentation 2001-04-19: * switch_ws_next/prev wrap around * Fixed a problem with some programs' popups 2001-04-01: * Unmap;map race condition fix. o also set USE_BUILDLINK_ONLY
2001-06-29Fix patch-ad so it compiles.nra2-6/+6
2001-06-29Fix patch-ad to apply correctly.nra2-5/+5
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28add and enable amateruswiz1-1/+2
2001-06-28Initial import of amaterus, a gtk+ based window manager.wiz4-0/+36
Based on the package submitted by Takehiro Sakagami in pkg/12653. Adapted to use buildlink.mk, and other changes in pkgsrc.
2001-06-28Update.fvdl1-1/+2
2001-06-28Reset SIGPIPE handler to default (from SIG_IGN) before execing anything,fvdl1-0/+25
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
2001-06-26Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-13/+17
2001-06-26Have package Makefiles include bsd.pkg.mk by themselves.jlam2-5/+5
2001-06-26Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessaryjlam1-6/+3
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
2001-06-26Converted to use buildlink.mk fileszuntum1-11/+8
2001-06-25Update fvwm2-current to 2.3.33zuntum2-5/+6
Changes: - fixed several memory leaks - mouse handling fixes - manual page fixes o add --without-gnome just to make sure it isn't used Fixes pkg/13303 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-18Convert to use buildlink.mk files.jlam1-7/+3
2001-06-16xpkgwedge fix by John P. Darrow from pkg/13222.wiz2-4/+4
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam5-11/+6
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-07Change maintainer's mail address, requested on IRChubertf1-2/+2
2001-06-07LICENSE=amiwm-licensejtb1-1/+3
2001-05-30Add and enable qvwmagc1-1/+2