Commit graph

144 commits

Author SHA1 Message Date
wiz
3e0cc6a068 Update to 2.8.1. New since 2.7:
* Added new Window Maker texture style "interwoven gradients" and
  attributes WorkspaceBorder/WorkspaceBorderSize
* New translations: pt_BR.po, es_ES.po
2001-08-03 17:49:40 +00:00
jlam
2883045988 Don't explicitly set CC=gcc and honor CFLAGS passed in from environment
during build.
2001-07-28 21:44:36 +00:00
wiz
880f87c385 Remove fvwm2-current. fvwm2 is at the same version, and the PLIST is broken
anyway.
2001-07-28 18:26:06 +00:00
jlam
b6ef576793 Note update of wmx, the addition of wmx-gnome,and the removal of
wmx-current and wmx-gnome-current.
2001-07-27 20:51:36 +00:00
jlam
18f1a482a7 This package is obsoleted by wmx-gnome. 2001-07-27 20:44:24 +00:00
jlam
16df0dfd7b wmx-gnome: wmx w/ partial GNOME compliance. 2001-07-27 20:42:21 +00:00
jlam
4cc106d5d7 Update wmx to latest stable release wmx-6. Changes from version 5 include:
* multihead support due to Sven Oliver `SvOlli' Moll
	* shaped window support and window grouping due to Henri
	* some behavioural improvements
	* a few bug fixes

This package obsoletes wm/wmx-current, so remove the latter.
2001-07-27 20:39:59 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
d0d99e2728 Fix windowmaker segfaults reported in pkg/13148 with the patch from there,
by Anthony Mallet.
2001-07-23 18:56:19 +00:00
wiz
8cd7b71bcf Add dependency on hermes. 2001-07-23 18:54:54 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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-20 01:54:51 +00:00
wiz
bb69171e52 Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen.
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-16 15:21:21 +00:00
jlam
28ff294a5a Add the buildlink-config-wrapper targets to the pre-configure
dependencies.
2001-07-15 14:24:04 +00:00
jlam
155230e622 Add buildlink.mk file for use by other package Makefiles. 2001-07-15 14:22:08 +00:00
jlam
7266b3491d Regen. 2001-07-15 08:48:19 +00:00
jlam
4b24007ee4 Fix several non-portable shell constructs:
(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-15 08:48:01 +00:00
jlam
c9f42f14c2 Fix several nonportable shell constructs:
(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 08:46:00 +00:00
jlam
fceb89172e [ doesn't understand == as equality operator. 2001-07-15 08:43:34 +00:00
jlam
b1827af46e Fix libwraster linking problem in a more buildlink-friendly way. 2001-07-14 18:22:35 +00:00
jlam
1cede7e4e0 Locale files are installed under ${PKGLOCALEDIR}. 2001-07-14 18:21:37 +00:00
jlam
2d47f2fff1 Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedir
using PKGLOCALEDIR.
2001-07-14 18:20:51 +00:00
jlam
751004b137 Don't include bsd.pkg.mk in Makefile.common -- just include it in the
package Makefile.
2001-07-14 02:27:35 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
abs
73515e965d Fix path to documentation in manpage 2001-07-11 07:58:48 +00:00
nra
8e8d5d2e51 Add missing patch file. 2001-07-10 20:25:01 +00:00
nra
7f3766a8dc Update to fvwm-2.4.0. Sync with fvwm2 package. Addresses PR #13373.
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-10 20:15:48 +00:00
nra
a5786c8538 Update to fvwm-2.4.0. Addresses PR #13373.
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-10 20:03:28 +00:00
tron
d20e38e4bd Fix link problems with "libwraster" caused by buildlink changes. 2001-07-07 23:05:21 +00:00
tron
b55d5a9f0b Make this package work under Solaris. 2001-07-06 19:26:18 +00:00
zuntum
40e2368bdd Converted to use buildlink.mk files 2001-06-30 10:37:25 +00:00
zuntum
e0ec2bde39 Set USE_BUILDLINK_ONLY 2001-06-30 10:34:13 +00:00
zuntum
ee81427d1d Converted to use buildlink.mk files 2001-06-30 10:25:01 +00:00
zuntum
1a41c37362 Set USE_BUILDLINK_ONLY 2001-06-30 10:17:53 +00:00
zuntum
518fec84fe Converted to use buildlink.mk files 2001-06-30 10:15:06 +00:00
zuntum
cddff4a151 Set USE_BUILDLINK_ONLY 2001-06-30 09:59:50 +00:00
zuntum
0e4486ce01 Converted to use buildlink.mk files 2001-06-30 09:50:05 +00:00
zuntum
e6b4b15a1e Converted to use buildlink stuff 2001-06-30 09:48:57 +00:00
zuntum
34bb0cf4c8 Converted to use buildlink.mk stuff 2001-06-30 09:45:48 +00:00
zuntum
3c48ffdf3a Converted to use buildlink.mk files 2001-06-30 09:24:56 +00:00
zuntum
29f2c3087f USE_XPM -> xpm's buildlink.mk 2001-06-30 09:16:47 +00:00
zuntum
9ece772cd9 Update ion to 20010523
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-30 09:01:34 +00:00
nra
5187edfa6a Fix patch-ad so it compiles. 2001-06-29 16:28:50 +00:00
nra
1c3cc7f313 Fix patch-ad to apply correctly. 2001-06-29 14:28:05 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
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-29 04:54:49 +00:00
wiz
be8994f5f0 add and enable amaterus 2001-06-28 16:16:03 +00:00
wiz
923ef015fb Initial import of amaterus, a gtk+ based window manager.
Based on the package submitted by Takehiro Sakagami in pkg/12653.
Adapted to use buildlink.mk, and other changes in pkgsrc.
2001-06-28 16:15:17 +00:00
fvdl
4b9a27b329 Update. 2001-06-28 14:20:32 +00:00
fvdl
3ced13fa2b Reset SIGPIPE handler to default (from SIG_IGN) before execing anything,
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
2001-06-28 14:20:17 +00:00
jlam
bb9b02b84b Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-26 21:01:59 +00:00
jlam
31f3f9b57a Have package Makefiles include bsd.pkg.mk by themselves. 2001-06-26 20:55:37 +00:00