Commit graph

121 commits

Author SHA1 Message Date
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
jlam
738cc1edc9 Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessary
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
2001-06-26 20:48:20 +00:00
zuntum
43361e838e Converted to use buildlink.mk files 2001-06-26 00:38:28 +00:00
zuntum
8e7a5777ae Update fvwm2-current to 2.3.33
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-25 09:49:49 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
5fc276d091 Convert to use buildlink.mk files. 2001-06-18 05:09:08 +00:00
wiz
f28da02c28 xpkgwedge fix by John P. Darrow from pkg/13222. 2001-06-16 00:29:29 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
hubertf
a2e30883f4 Change maintainer's mail address, requested on IRC 2001-06-07 02:01:11 +00:00
jtb
948bce0990 LICENSE=amiwm-license 2001-06-07 00:09:21 +00:00
agc
fecd69c451 Add and enable qvwm 2001-05-30 14:31:50 +00:00
agc
a38e8e429f Initial import of qvwm-1.1.10 into the packages collection.
Provided in PR 13052 by Hiramatsu Yoshifumi (hiramatu@mil.allnet.ne.jp)

Qvwm is a Windows 95/98/NT like window manager for X Window System.
It allows Windows 95/98/NT users to use X Window System without
hesitation and X Window System users to use Windows 95/98/NT without
hesitation.
2001-05-30 14:30:48 +00:00
tron
afb084ff34 Remove patch obsoleted by last update. 2001-05-22 19:35:37 +00:00
wiz
8e258a060c Update to 0.65.0. Extract of changes:
Bug fixes for GNOME interaction; fixes for window positions/states after
wm crashes; removed single appicon stuff; fixed race conditions on signal
handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha
handling in some cases; MouseButton handling done differently (don't bind
Button to Action, but Action to Button); made "Keep on Top" in the dock/clip
menu a checked menu entry.
Please note: There was a bug in XPM saving -- please delete your icons in
~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start
of the corresponding programs.
2001-05-22 10:42:13 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
zuntum
c0f07671d1 Update fvwm2-current to 2.3.32
Changelog is said to be too long to be included here.

Fixes pkg/12909 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-14 13:36:07 +00:00
fredb
6fb136c538 Update the package's home page (thanks to wiz for pointing this out),
and clarify the IGNORE variable, and comment.
2001-05-11 18:57:59 +00:00
wiz
6473897e0f Use SHA1, and add size. 2001-05-09 12:31:39 +00:00
dmcmahill
bdd69413f2 add missing header (string.h) to keep alpha's happy. 2001-05-07 12:12:07 +00:00
zuntum
8f1f423983 Make this package depend on gtk, should fix bulk build 2001-05-02 09:35:47 +00:00
jlam
6b22abff85 Honor CFLAGS passed in from environment during build. 2001-05-01 16:34:10 +00:00
zuntum
f03393a168 Update fvwm2-current package to 2.3.31
ChangeLog too long to include here, available in ChangeLog file in DISTFILE.

Fixes pkg/12588 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-27 15:14:58 +00:00