The FreeBSD Ports Archive
FreeBSD x11-wm : afterstep-i18n4>
The NeXTstep clone window manager with Fontset support
AfterStep is a continuation of the BowMan window manager which was
originally put together by Bo Yang. BowMan was based on the fvwm window
manager, written by Robert Nation. Fvwm was based on code from twm. And so
on... It is designed to emulate some of the look and feel of the NeXTstep
user interface, while adding useful, requested, and neat features. The
changes which comprise AfterStep's personality were originally part of
BowMan development, but due to a desire to move past simple emulation and
into a niche as its own valuable window manager, the current designers
decided to change the project name and move on. BowMan development may
continue, but we will no longer be a part of it.
Major changes from fvwm are:
- NeXTstep-like title bar, title buttons, borders and corners. BowMan's
Wharf is a much worked-out version of GoodStuff. To avoid copyright
complications it is not called a "dock".
- NeXTstep style menu. However, the menus are not controlled by
applications; they are more of pop-up service lists on the root window.
- NeXTstep style icons. These styles are hard-coded in the program, which is
good for the consistent look of the NeXTstep interface.
This version of AfterStep can use fontset.
http://www.afterstep.org/
|
afterstep-i18n history
v. 1.31
date: 2007/05/19 20:32:23; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +1 -9
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.29
date: 2005/11/18 12:58:58; author: danfe; state: Exp; lines: +1 -1
- Use canonical spelling of `NeXTstep' in COMMENT and pkg-descr
- Add SHA256 checksums
v. 1.28
date: 2005/10/10 00:03:52; author: fenner; state: Exp; lines: +6 -7
Use groups to stop trying to fetch the wrong file from the wrong site.
v. 1.27
date: 2005/06/15 02:42:13; author: lesi; state: Exp; lines: +9 -1
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.26
date: 2003/02/20 19:21:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/08/26 00:38:08; author: petef; state: Exp; lines: +3 -2
Don't install our own copy of asclock, depend on the one from the
x11-clocks/asclock port.
PR: 39441
v. 1.22
date: 2002/06/09 14:24:34; author: petef; state: Exp; lines: +4 -2
Add the same patch that's in the afterstep port: fix a resources leak &
bump PORTREVISION.
While I'm here, use master site grouping to download the icon files.
Submitted by: Andriy Gapon
v. 1.21
date: 2002/05/17 20:50:54; author: trevor; state: Exp; lines: +2 -2
Use new domain name for Tokyo University of Science.
PR: 38196
Submitted by: hrs
v. 1.20
date: 2002/02/16 05:32:08; author: issei; state: Exp; lines: +2 -2
Remove myself from MAINTAINER
v. 1.19
date: 2001/03/18 23:00:36; author: kuriyama; state: Exp; lines: +2 -2
Change $MASTER_SITE_SUBDIR due to changes on original site.
v. 1.18
date: 2001/01/16 17:33:19; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.17
date: 2000/08/13 19:46:38; author: alex; state: Exp; lines: +2 -7
The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
v. 1.16
date: 2000/08/13 16:09:07; author: alex; state: Exp; lines: +9 -3
This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4,
or version 4 if the previous condition is not true (that is, in the
case xmkmf isn't installed on the system).
Portlint while I'm here.
Found by: bento
v. 1.15
date: 2000/08/03 09:27:45; 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.14
date: 2000/06/29 02:31:41; author: asami; state: Exp; lines: +4 -3
Use ${MASTER_SITE_LOCAL}.
v. 1.13
date: 2000/06/12 08:42:18; author: kuriyama; state: Exp; lines: +2 -2
Change MASTER_SITES to point local-distfiles/kuriyama on ftp.FreeBSD.org.
v. 1.12
date: 2000/04/10 19:49:32; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.11
date: 2000/02/08 09:29:45; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.10
date: 1999/08/31 06:53:04; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/31 02:59:53; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:14; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/28 02:17:33; author: mharo; state: Exp; lines: +2 -2
sed -> ${SED}
v. 1.6
date: 1999/02/21 21:51:00; author: billf; state: Exp; lines: +3 -2
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
v. 1.5
date: 1999/01/18 06:38:08; author: asami; state: Exp; lines: +2 -2
Add "afterstep" virtual category.
v. 1.4
date: 1999/01/10 14:54:28; author: simokawa; state: Exp; lines: +11 -1
Fix for alpha.
They assume AlphaArchitecture == OSF/1.
v. 1.3
date: 1998/11/19 22:03:49; author: kuriyama; state: Exp; lines: +2 -1
Add more MASTER_SITES.
v. 1.2
date: 1998/11/16 19:41:11; author: billf; state: Exp; lines: +2 -2
Update MASTER_SITES and regenerate md5.
PR: ports/8708
Submitted by: shige@kuis.kyoto-u.ac.jp
v. 1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp; lines: +0 -0
The NeXTSTEP clone window manager with Fontset support.
PR: ports/8408
Submitted by: Issei Suzuki
=============================================================================
v. 1.31
date: 2007/05/19 20:32:23; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +1 -9
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.29
date: 2005/11/18 12:58:58; author: danfe; state: Exp; lines: +1 -1
- Use canonical spelling of `NeXTstep' in COMMENT and pkg-descr
- Add SHA256 checksums
v. 1.28
date: 2005/10/10 00:03:52; author: fenner; state: Exp; lines: +6 -7
Use groups to stop trying to fetch the wrong file from the wrong site.
v. 1.27
date: 2005/06/15 02:42:13; author: lesi; state: Exp; lines: +9 -1
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.26
date: 2003/02/20 19:21:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/08/26 00:38:08; author: petef; state: Exp; lines: +3 -2
Don't install our own copy of asclock, depend on the one from the
x11-clocks/asclock port.
PR: 39441
v. 1.22
date: 2002/06/09 14:24:34; author: petef; state: Exp; lines: +4 -2
Add the same patch that's in the afterstep port: fix a resources leak &
bump PORTREVISION.
While I'm here, use master site grouping to download the icon files.
Submitted by: Andriy Gapon
v. 1.21
date: 2002/05/17 20:50:54; author: trevor; state: Exp; lines: +2 -2
Use new domain name for Tokyo University of Science.
PR: 38196
Submitted by: hrs
v. 1.20
date: 2002/02/16 05:32:08; author: issei; state: Exp; lines: +2 -2
Remove myself from MAINTAINER
v. 1.19
date: 2001/03/18 23:00:36; author: kuriyama; state: Exp; lines: +2 -2
Change $MASTER_SITE_SUBDIR due to changes on original site.
v. 1.18
date: 2001/01/16 17:33:19; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.17
date: 2000/08/13 19:46:38; author: alex; state: Exp; lines: +2 -7
The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
v. 1.16
date: 2000/08/13 16:09:07; author: alex; state: Exp; lines: +9 -3
This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4,
or version 4 if the previous condition is not true (that is, in the
case xmkmf isn't installed on the system).
Portlint while I'm here.
Found by: bento
v. 1.15
date: 2000/08/03 09:27:45; 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.14
date: 2000/06/29 02:31:41; author: asami; state: Exp; lines: +4 -3
Use ${MASTER_SITE_LOCAL}.
v. 1.13
date: 2000/06/12 08:42:18; author: kuriyama; state: Exp; lines: +2 -2
Change MASTER_SITES to point local-distfiles/kuriyama on ftp.FreeBSD.org.
v. 1.12
date: 2000/04/10 19:49:32; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.11
date: 2000/02/08 09:29:45; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.10
date: 1999/08/31 06:53:04; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/31 02:59:53; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:14; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/28 02:17:33; author: mharo; state: Exp; lines: +2 -2
sed -> ${SED}
v. 1.6
date: 1999/02/21 21:51:00; author: billf; state: Exp; lines: +3 -2
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
v. 1.5
date: 1999/01/18 06:38:08; author: asami; state: Exp; lines: +2 -2
Add "afterstep" virtual category.
v. 1.4
date: 1999/01/10 14:54:28; author: simokawa; state: Exp; lines: +11 -1
Fix for alpha.
They assume AlphaArchitecture == OSF/1.
v. 1.3
date: 1998/11/19 22:03:49; author: kuriyama; state: Exp; lines: +2 -1
Add more MASTER_SITES.
v. 1.2
date: 1998/11/16 19:41:11; author: billf; state: Exp; lines: +2 -2
Update MASTER_SITES and regenerate md5.
PR: ports/8708
Submitted by: shige@kuis.kyoto-u.ac.jp
v. 1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp; lines: +0 -0
The NeXTSTEP clone window manager with Fontset support.
PR: ports/8408
Submitted by: Issei Suzuki
=============================================================================
v. 1.31
date: 2007/05/19 20:32:23; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +1 -9
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.29
date: 2005/11/18 12:58:58; author: danfe; state: Exp; lines: +1 -1
- Use canonical spelling of `NeXTstep' in COMMENT and pkg-descr
- Add SHA256 checksums
v. 1.28
date: 2005/10/10 00:03:52; author: fenner; state: Exp; lines: +6 -7
Use groups to stop trying to fetch the wrong file from the wrong site.
v. 1.27
date: 2005/06/15 02:42:13; author: lesi; state: Exp; lines: +9 -1
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.26
date: 2003/02/20 19:21:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/08/26 00:38:08; author: petef; state: Exp; lines: +3 -2
Don't install our own copy of asclock, depend on the one from the
x11-clocks/asclock port.
PR: 39441
v. 1.22
date: 2002/06/09 14:24:34; author: petef; state: Exp; lines: +4 -2
Add the same patch that's in the afterstep port: fix a resources leak &
bump PORTREVISION.
While I'm here, use master site grouping to download the icon files.
Submitted by: Andriy Gapon
v. 1.21
date: 2002/05/17 20:50:54; author: trevor; state: Exp; lines: +2 -2
Use new domain name for Tokyo University of Science.
PR: 38196
Submitted by: hrs
v. 1.20
date: 2002/02/16 05:32:08; author: issei; state: Exp; lines: +2 -2
Remove myself from MAINTAINER
v. 1.19
date: 2001/03/18 23:00:36; author: kuriyama; state: Exp; lines: +2 -2
Change $MASTER_SITE_SUBDIR due to changes on original site.
v. 1.18
date: 2001/01/16 17:33:19; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.17
date: 2000/08/13 19:46:38; author: alex; state: Exp; lines: +2 -7
The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
v. 1.16
date: 2000/08/13 16:09:07; author: alex; state: Exp; lines: +9 -3
This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4,
or version 4 if the previous condition is not true (that is, in the
case xmkmf isn't installed on the system).
Portlint while I'm here.
Found by: bento
v. 1.15
date: 2000/08/03 09:27:45; 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.14
date: 2000/06/29 02:31:41; author: asami; state: Exp; lines: +4 -3
Use ${MASTER_SITE_LOCAL}.
v. 1.13
date: 2000/06/12 08:42:18; author: kuriyama; state: Exp; lines: +2 -2
Change MASTER_SITES to point local-distfiles/kuriyama on ftp.FreeBSD.org.
v. 1.12
date: 2000/04/10 19:49:32; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.11
date: 2000/02/08 09:29:45; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.10
date: 1999/08/31 06:53:04; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/31 02:59:53; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:14; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/28 02:17:33; author: mharo; state: Exp; lines: +2 -2
sed -> ${SED}
v. 1.6
date: 1999/02/21 21:51:00; author: billf; state: Exp; lines: +3 -2
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
v. 1.5
date: 1999/01/18 06:38:08; author: asami; state: Exp; lines: +2 -2
Add "afterstep" virtual category.
v. 1.4
date: 1999/01/10 14:54:28; author: simokawa; state: Exp; lines: +11 -1
Fix for alpha.
They assume AlphaArchitecture == OSF/1.
v. 1.3
date: 1998/11/19 22:03:49; author: kuriyama; state: Exp; lines: +2 -1
Add more MASTER_SITES.
v. 1.2
date: 1998/11/16 19:41:11; author: billf; state: Exp; lines: +2 -2
Update MASTER_SITES and regenerate md5.
PR: ports/8708
Submitted by: shige@kuis.kyoto-u.ac.jp
v. 1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/15 22:08:01; author: kuriyama; state: Exp; lines: +0 -0
The NeXTSTEP clone window manager with Fontset support.
PR: ports/8408
Submitted by: Issei Suzuki
=============================================================================
|
| |

|