The FreeBSD Ports Archive
FreeBSD x11-wm : mlvwm4>
Macintosh like window manager for X11
mlvwm history
v. 1.31
date: 2007/09/27 22:18:41; author: miwi; state: Exp; lines: +3 -0
- Marked deprecated (Project is dead, last release from 2000)
v. 1.30
date: 2007/05/19 20:32:45; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/04/26 16:17:51; author: lwhsu; state: Exp; lines: +16 -10
- Fix build
PR: 112140
Submitted by: KATO Tsuguru
Approved by: clsung (mentor)
Noted by: kris
v. 1.28
date: 2007/04/22 01:39:47; author: kris; state: Exp; lines: +4 -0
BROKEN on >= 6.0: does not build
v. 1.27
date: 2007/03/03 18:31:24; author: kris; state: Exp; lines: +0 -4
Now appears to build on 7.0
v. 1.26
date: 2006/09/17 02:11:02; author: kris; state: Exp; lines: +7 -1
BROKEN on 6.x: Does not compile
v. 1.25
date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.24
date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.23
date: 2003/11/03 01:19:25; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.22
date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2001/02/05 21:05:41; author: olgeni; state: Exp; lines: +2 -2
Layout fixes in x11-wm.
v. 1.20
date: 2000/08/03 09:28:10; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.19
date: 2000/07/16 12:39:38; author: nakai; state: Exp; lines: +4 -4
Update to 0.9.1
PR: ports/19767
Submitted by: Kato Tsuguru
v. 1.18
date: 2000/04/10 19:50:04; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.17
date: 2000/02/29 08:23:27; author: nakai; state: Exp; lines: +4 -2
Support CFLAGS/PREFIX properly
PR: ports/17052
v. 1.16
date: 1999/10/05 03:16:32; author: nakai; state: Exp; lines: +18 -22
Update to 0.9.0
(Patches from "KATO Tsuguru" )
v. 1.15
date: 1999/08/31 03:00:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.14
date: 1999/02/03 11:12:01; author: asami; state: Exp; lines: +2 -1
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.13
date: 1999/01/12 16:51:02; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.12
date: 1998/12/23 01:33:52; author: steve; state: Exp; lines: +10 -7
Update to version 0.8.9.
PR: 9120
Submitted by: maintainer
v. 1.11
date: 1998/09/17 00:32:58; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:36; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/25 00:44:33; author: asami; state: Exp; lines: +2 -2
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
v. 1.8
date: 1998/08/07 23:01:39; author: asami; state: Exp; lines: +2 -2
Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
v. 1.7
date: 1998/03/11 07:31:11; author: vanilla; state: Exp; lines: +6 -5
Upgrade to 0.8.6.
v. 1.6
date: 1997/12/16 20:13:09; author: vanilla; state: Exp; lines: +3 -2
make it fetchable.
v. 1.5
date: 1997/12/12 06:27:49; author: vanilla; state: Exp; lines: +2 -3
remove obsolete MASTER_SITES.
v. 1.4
date: 1997/12/05 12:50:41; author: vanilla; state: Exp; lines: +10 -6
Upgrade to 0.8.5
PR: ports/5227
Submitted by: maintainer
v. 1.3
date: 1997/06/03 08:09:40; author: asami; state: Exp; lines: +11 -5
Update to 0.7.1.
PR: 3708
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/19 06:34:57; author: asami; state: Exp; lines: +2 -4
Remove unnecessary USE_X11 (USE_IMAKE is defined). Put CONFIGURE_ENV
in right place.
v. 1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp; lines: +0 -0
Added mlvwm port.
A Mac lookalike window manager.
Submitted by: Yukihiro Nakai
=============================================================================
v. 1.31
date: 2007/09/27 22:18:41; author: miwi; state: Exp; lines: +3 -0
- Marked deprecated (Project is dead, last release from 2000)
v. 1.30
date: 2007/05/19 20:32:45; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/04/26 16:17:51; author: lwhsu; state: Exp; lines: +16 -10
- Fix build
PR: 112140
Submitted by: KATO Tsuguru
Approved by: clsung (mentor)
Noted by: kris
v. 1.28
date: 2007/04/22 01:39:47; author: kris; state: Exp; lines: +4 -0
BROKEN on >= 6.0: does not build
v. 1.27
date: 2007/03/03 18:31:24; author: kris; state: Exp; lines: +0 -4
Now appears to build on 7.0
v. 1.26
date: 2006/09/17 02:11:02; author: kris; state: Exp; lines: +7 -1
BROKEN on 6.x: Does not compile
v. 1.25
date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.24
date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.23
date: 2003/11/03 01:19:25; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.22
date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2001/02/05 21:05:41; author: olgeni; state: Exp; lines: +2 -2
Layout fixes in x11-wm.
v. 1.20
date: 2000/08/03 09:28:10; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.19
date: 2000/07/16 12:39:38; author: nakai; state: Exp; lines: +4 -4
Update to 0.9.1
PR: ports/19767
Submitted by: Kato Tsuguru
v. 1.18
date: 2000/04/10 19:50:04; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.17
date: 2000/02/29 08:23:27; author: nakai; state: Exp; lines: +4 -2
Support CFLAGS/PREFIX properly
PR: ports/17052
v. 1.16
date: 1999/10/05 03:16:32; author: nakai; state: Exp; lines: +18 -22
Update to 0.9.0
(Patches from "KATO Tsuguru" )
v. 1.15
date: 1999/08/31 03:00:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.14
date: 1999/02/03 11:12:01; author: asami; state: Exp; lines: +2 -1
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.13
date: 1999/01/12 16:51:02; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.12
date: 1998/12/23 01:33:52; author: steve; state: Exp; lines: +10 -7
Update to version 0.8.9.
PR: 9120
Submitted by: maintainer
v. 1.11
date: 1998/09/17 00:32:58; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:36; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/25 00:44:33; author: asami; state: Exp; lines: +2 -2
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
v. 1.8
date: 1998/08/07 23:01:39; author: asami; state: Exp; lines: +2 -2
Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
v. 1.7
date: 1998/03/11 07:31:11; author: vanilla; state: Exp; lines: +6 -5
Upgrade to 0.8.6.
v. 1.6
date: 1997/12/16 20:13:09; author: vanilla; state: Exp; lines: +3 -2
make it fetchable.
v. 1.5
date: 1997/12/12 06:27:49; author: vanilla; state: Exp; lines: +2 -3
remove obsolete MASTER_SITES.
v. 1.4
date: 1997/12/05 12:50:41; author: vanilla; state: Exp; lines: +10 -6
Upgrade to 0.8.5
PR: ports/5227
Submitted by: maintainer
v. 1.3
date: 1997/06/03 08:09:40; author: asami; state: Exp; lines: +11 -5
Update to 0.7.1.
PR: 3708
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/19 06:34:57; author: asami; state: Exp; lines: +2 -4
Remove unnecessary USE_X11 (USE_IMAKE is defined). Put CONFIGURE_ENV
in right place.
v. 1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp; lines: +0 -0
Added mlvwm port.
A Mac lookalike window manager.
Submitted by: Yukihiro Nakai
=============================================================================
v. 1.31
date: 2007/09/27 22:18:41; author: miwi; state: Exp; lines: +3 -0
- Marked deprecated (Project is dead, last release from 2000)
v. 1.30
date: 2007/05/19 20:32:45; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/04/26 16:17:51; author: lwhsu; state: Exp; lines: +16 -10
- Fix build
PR: 112140
Submitted by: KATO Tsuguru
Approved by: clsung (mentor)
Noted by: kris
v. 1.28
date: 2007/04/22 01:39:47; author: kris; state: Exp; lines: +4 -0
BROKEN on >= 6.0: does not build
v. 1.27
date: 2007/03/03 18:31:24; author: kris; state: Exp; lines: +0 -4
Now appears to build on 7.0
v. 1.26
date: 2006/09/17 02:11:02; author: kris; state: Exp; lines: +7 -1
BROKEN on 6.x: Does not compile
v. 1.25
date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
v. 1.24
date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
v. 1.23
date: 2003/11/03 01:19:25; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
v. 1.22
date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.21
date: 2001/02/05 21:05:41; author: olgeni; state: Exp; lines: +2 -2
Layout fixes in x11-wm.
v. 1.20
date: 2000/08/03 09:28:10; author: asami; state: Exp; lines: +2 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.19
date: 2000/07/16 12:39:38; author: nakai; state: Exp; lines: +4 -4
Update to 0.9.1
PR: ports/19767
Submitted by: Kato Tsuguru
v. 1.18
date: 2000/04/10 19:50:04; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.17
date: 2000/02/29 08:23:27; author: nakai; state: Exp; lines: +4 -2
Support CFLAGS/PREFIX properly
PR: ports/17052
v. 1.16
date: 1999/10/05 03:16:32; author: nakai; state: Exp; lines: +18 -22
Update to 0.9.0
(Patches from "KATO Tsuguru" )
v. 1.15
date: 1999/08/31 03:00:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.14
date: 1999/02/03 11:12:01; author: asami; state: Exp; lines: +2 -1
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.13
date: 1999/01/12 16:51:02; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.12
date: 1998/12/23 01:33:52; author: steve; state: Exp; lines: +10 -7
Update to version 0.8.9.
PR: 9120
Submitted by: maintainer
v. 1.11
date: 1998/09/17 00:32:58; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:36; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/25 00:44:33; author: asami; state: Exp; lines: +2 -2
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
v. 1.8
date: 1998/08/07 23:01:39; author: asami; state: Exp; lines: +2 -2
Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
v. 1.7
date: 1998/03/11 07:31:11; author: vanilla; state: Exp; lines: +6 -5
Upgrade to 0.8.6.
v. 1.6
date: 1997/12/16 20:13:09; author: vanilla; state: Exp; lines: +3 -2
make it fetchable.
v. 1.5
date: 1997/12/12 06:27:49; author: vanilla; state: Exp; lines: +2 -3
remove obsolete MASTER_SITES.
v. 1.4
date: 1997/12/05 12:50:41; author: vanilla; state: Exp; lines: +10 -6
Upgrade to 0.8.5
PR: ports/5227
Submitted by: maintainer
v. 1.3
date: 1997/06/03 08:09:40; author: asami; state: Exp; lines: +11 -5
Update to 0.7.1.
PR: 3708
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
v. 1.2
date: 1997/02/19 06:34:57; author: asami; state: Exp; lines: +2 -4
Remove unnecessary USE_X11 (USE_IMAKE is defined). Put CONFIGURE_ENV
in right place.
v. 1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/16 22:32:14; author: andreas; state: Exp; lines: +0 -0
Added mlvwm port.
A Mac lookalike window manager.
Submitted by: Yukihiro Nakai
=============================================================================
|
| |

|