diff options
author | asami <asami@FreeBSD.org> | 1995-08-14 12:08:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-14 12:08:02 +0800 |
commit | 492951fad01bca530b12060a8fdb5ca3447569ac (patch) | |
tree | c756985edb4d7bd1e350d605dbc1f2aabb495734 /x11-wm/9wm | |
parent | 388294ef462d6a7de135800a9be3c1bac3a2834f (diff) | |
download | freebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.tar.gz freebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.tar.zst freebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.zip |
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!
Submitted by: Eric L. Hernes <erich@lodgenet.com>
Diffstat (limited to 'x11-wm/9wm')
-rw-r--r-- | x11-wm/9wm/Makefile | 20 | ||||
-rw-r--r-- | x11-wm/9wm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/9wm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/9wm/pkg-descr | 20 | ||||
-rw-r--r-- | x11-wm/9wm/pkg-plist | 2 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/9wm/Makefile b/x11-wm/9wm/Makefile new file mode 100644 index 000000000000..5d4279ae9897 --- /dev/null +++ b/x11-wm/9wm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: 9wm +# Version required: 1.1 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= 9wm-1.1 +CATEGORIES+= plan9 +MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/arnold/ +EXTRACT_SUFX= .shar.gz + +NO_WRKSUBDIR= yes +EXTRACT_CMD= zcat +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= |sh +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-wm/9wm/distinfo b/x11-wm/9wm/distinfo new file mode 100644 index 000000000000..6133e4803248 --- /dev/null +++ b/x11-wm/9wm/distinfo @@ -0,0 +1 @@ +MD5 (9wm-1.1.shar.gz) = e3ebae40e0d4ba2b4c05448c0bbf43ae diff --git a/x11-wm/9wm/pkg-comment b/x11-wm/9wm/pkg-comment new file mode 100644 index 000000000000..71a7a503d8a5 --- /dev/null +++ b/x11-wm/9wm/pkg-comment @@ -0,0 +1 @@ +9wm 1.1 -- an 8 1/2-like Window Manager for X diff --git a/x11-wm/9wm/pkg-descr b/x11-wm/9wm/pkg-descr new file mode 100644 index 000000000000..da925f2e9da3 --- /dev/null +++ b/x11-wm/9wm/pkg-descr @@ -0,0 +1,20 @@ + 9wm Version 1.1 + Copyright 1994 David Hogan. + +What is 9wm? +============ + +9wm is an X window manager which attempts to emulate the Plan 9 window +manager 8-1/2 as far as possible within the constraints imposed by X. +It provides a simple yet comfortable user interface, without garish +decorations or title-bars. Or icons. And it's click-to-type. This +will not appeal to everybody, but if you're not put off yet then read +on. (And don't knock it until you've tried it). + +One major difference between 9wm and 8-1/2 is that the latter provides +windows of text with a typescript interface, and doesn't need to run a +separate program to emulate a terminal. 9wm, as an X window manager, +does require a separate program. For better 8-1/2 emulation, you should +obtain Matthew Farrow's "9term" program (ftp://ftp.cs.su.oz.au/matty/unicode), +version 1.6 or later (earlier versions don't cooperate with 9wm in +implementing "hold mode"). Of course, you can run xterm under 9wm as well. diff --git a/x11-wm/9wm/pkg-plist b/x11-wm/9wm/pkg-plist new file mode 100644 index 000000000000..76261967da6a --- /dev/null +++ b/x11-wm/9wm/pkg-plist @@ -0,0 +1,2 @@ +bin/9wm +man/man1/9wm.1.gz |