The FreeBSD Ports Archive
FreeBSD x11 : 9term4>
An X11 program which emulates a plan9 window
9term is a terminal emulator which emulates an 8 1/2 window.
this version supports unicode. To see this support, cat one of
the utf files in an 8 1/2 window. Your Xserver must be able to
find the required fonts, and the `*p9font' x-resource must be
set to point to the fonts, maybe `/usr/X11R6/lib/X11/fonts/Xg/unicode.9.font'.
This port needs work, it is functional enough to get the feel
for 9term, but some of the features don't work with FreeBSD.
eric.
http://www.cs.su.oz.au/~matty/9term/
|
9term history
v. 1.23
date: 2007/05/19 20:25: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.22
date: 2004/02/05 20:38:04; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.21
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/11/10 16:48:34; 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.19
date: 2002/11/06 22:47:36; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.18
date: 2001/05/31 22:22:59; author: ade; state: Exp; lines: +2 -2
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
v. 1.17
date: 2000/05/29 23:59:57; author: steve; state: Exp; lines: +8 -9
- Fix MASTER_SITES
- Support CC/CFLAGS/X11BASE properly
- Add WWW: line to pkg/DESCR
PR: 16670
Submitted by: KATO Tsuguru
v. 1.16
date: 2000/04/23 22:59:12; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.15
date: 2000/04/13 19:09:03; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.14
date: 1999/08/31 02:50:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.13
date: 1999/01/18 10:20:23; author: asami; state: Exp; lines: +2 -2
Correctly refer to sam's build directory.
v. 1.12
date: 1999/01/11 03:14:09; author: asami; state: Exp; lines: +2 -2
Oops, needs "build", not "extract" from sam.
v. 1.11
date: 1999/01/09 03:36:14; author: asami; state: Exp; lines: +2 -2
Oops, forgot to change one dependency line.
v. 1.10
date: 1999/01/09 03:19:44; author: asami; state: Exp; lines: +3 -3
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.
Reviewed by: the ports list
v. 1.9
date: 1998/12/26 22:03:26; author: asami; state: Exp; lines: +3 -3
Make this work with WRKDIRPREFIX.
v. 1.8
date: 1998/11/28 09:07:17; author: asami; state: Exp; lines: +5 -4
A few more USE_XLIBs.
v. 1.7
date: 1998/11/21 17:18:15; author: steve; state: Exp; lines: +2 -2
Fixup CATEGORIES list.
Submitted by: Josh Gilliam
v. 1.6
date: 1998/08/23 07:34:46; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.5
date: 1996/12/07 23:43:56; author: asami; state: Exp; lines: +3 -3
Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required
for building only.
v. 1.4
date: 1996/12/07 09:05:09; author: asami; state: Exp; lines: +4 -1
Add DEPENDS to sam, this port requires libraries and private headers.
v. 1.3
date: 1996/11/12 02:19:30; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2
date: 1995/10/28 20:25:56; author: erich; state: Exp; lines: +4 -1
added myself as MAINTAINER
v. 1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp; lines: +0 -0
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!
Submitted by: Eric L. Hernes
=============================================================================
v. 1.23
date: 2007/05/19 20:25: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.22
date: 2004/02/05 20:38:04; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.21
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/11/10 16:48:34; 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.19
date: 2002/11/06 22:47:36; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.18
date: 2001/05/31 22:22:59; author: ade; state: Exp; lines: +2 -2
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
v. 1.17
date: 2000/05/29 23:59:57; author: steve; state: Exp; lines: +8 -9
- Fix MASTER_SITES
- Support CC/CFLAGS/X11BASE properly
- Add WWW: line to pkg/DESCR
PR: 16670
Submitted by: KATO Tsuguru
v. 1.16
date: 2000/04/23 22:59:12; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.15
date: 2000/04/13 19:09:03; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.14
date: 1999/08/31 02:50:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.13
date: 1999/01/18 10:20:23; author: asami; state: Exp; lines: +2 -2
Correctly refer to sam's build directory.
v. 1.12
date: 1999/01/11 03:14:09; author: asami; state: Exp; lines: +2 -2
Oops, needs "build", not "extract" from sam.
v. 1.11
date: 1999/01/09 03:36:14; author: asami; state: Exp; lines: +2 -2
Oops, forgot to change one dependency line.
v. 1.10
date: 1999/01/09 03:19:44; author: asami; state: Exp; lines: +3 -3
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.
Reviewed by: the ports list
v. 1.9
date: 1998/12/26 22:03:26; author: asami; state: Exp; lines: +3 -3
Make this work with WRKDIRPREFIX.
v. 1.8
date: 1998/11/28 09:07:17; author: asami; state: Exp; lines: +5 -4
A few more USE_XLIBs.
v. 1.7
date: 1998/11/21 17:18:15; author: steve; state: Exp; lines: +2 -2
Fixup CATEGORIES list.
Submitted by: Josh Gilliam
v. 1.6
date: 1998/08/23 07:34:46; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.5
date: 1996/12/07 23:43:56; author: asami; state: Exp; lines: +3 -3
Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required
for building only.
v. 1.4
date: 1996/12/07 09:05:09; author: asami; state: Exp; lines: +4 -1
Add DEPENDS to sam, this port requires libraries and private headers.
v. 1.3
date: 1996/11/12 02:19:30; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2
date: 1995/10/28 20:25:56; author: erich; state: Exp; lines: +4 -1
added myself as MAINTAINER
v. 1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp; lines: +0 -0
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!
Submitted by: Eric L. Hernes
=============================================================================
v. 1.23
date: 2007/05/19 20:25: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.22
date: 2004/02/05 20:38:04; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.21
date: 2003/02/20 19:17:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/11/10 16:48:34; 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.19
date: 2002/11/06 22:47:36; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.18
date: 2001/05/31 22:22:59; author: ade; state: Exp; lines: +2 -2
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
v. 1.17
date: 2000/05/29 23:59:57; author: steve; state: Exp; lines: +8 -9
- Fix MASTER_SITES
- Support CC/CFLAGS/X11BASE properly
- Add WWW: line to pkg/DESCR
PR: 16670
Submitted by: KATO Tsuguru
v. 1.16
date: 2000/04/23 22:59:12; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.15
date: 2000/04/13 19:09:03; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.14
date: 1999/08/31 02:50:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.13
date: 1999/01/18 10:20:23; author: asami; state: Exp; lines: +2 -2
Correctly refer to sam's build directory.
v. 1.12
date: 1999/01/11 03:14:09; author: asami; state: Exp; lines: +2 -2
Oops, needs "build", not "extract" from sam.
v. 1.11
date: 1999/01/09 03:36:14; author: asami; state: Exp; lines: +2 -2
Oops, forgot to change one dependency line.
v. 1.10
date: 1999/01/09 03:19:44; author: asami; state: Exp; lines: +3 -3
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.
Reviewed by: the ports list
v. 1.9
date: 1998/12/26 22:03:26; author: asami; state: Exp; lines: +3 -3
Make this work with WRKDIRPREFIX.
v. 1.8
date: 1998/11/28 09:07:17; author: asami; state: Exp; lines: +5 -4
A few more USE_XLIBs.
v. 1.7
date: 1998/11/21 17:18:15; author: steve; state: Exp; lines: +2 -2
Fixup CATEGORIES list.
Submitted by: Josh Gilliam
v. 1.6
date: 1998/08/23 07:34:46; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.5
date: 1996/12/07 23:43:56; author: asami; state: Exp; lines: +3 -3
Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required
for building only.
v. 1.4
date: 1996/12/07 09:05:09; author: asami; state: Exp; lines: +4 -1
Add DEPENDS to sam, this port requires libraries and private headers.
v. 1.3
date: 1996/11/12 02:19:30; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2
date: 1995/10/28 20:25:56; author: erich; state: Exp; lines: +4 -1
added myself as MAINTAINER
v. 1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/08/14 04:07:58; author: asami; state: Exp; lines: +0 -0
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!
Submitted by: Eric L. Hernes
=============================================================================
|
| |

|