diff options
author | asami <asami@FreeBSD.org> | 1995-08-14 04:08:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-14 04:08:02 +0000 |
commit | 492951fad01bca530b12060a8fdb5ca3447569ac (patch) | |
tree | c756985edb4d7bd1e350d605dbc1f2aabb495734 /x11/9term | |
parent | 388294ef462d6a7de135800a9be3c1bac3a2834f (diff) | |
download | FreeBSD-ports-492951fad01bca530b12060a8fdb5ca3447569ac.zip FreeBSD-ports-492951fad01bca530b12060a8fdb5ca3447569ac.tar.gz |
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/9term')
-rw-r--r-- | x11/9term/Makefile | 15 | ||||
-rw-r--r-- | x11/9term/distinfo | 1 | ||||
-rw-r--r-- | x11/9term/files/patch-aa | 45 | ||||
-rw-r--r-- | x11/9term/files/patch-ac | 15 | ||||
-rw-r--r-- | x11/9term/pkg-comment | 1 | ||||
-rw-r--r-- | x11/9term/pkg-descr | 10 | ||||
-rw-r--r-- | x11/9term/pkg-plist | 2 |
7 files changed, 89 insertions, 0 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile new file mode 100644 index 0000000..357a2f6 --- /dev/null +++ b/x11/9term/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: 9term +# Version required: 1.6.3 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= 9term.1.6.3 +PKGNAME= 9term-1.6.3 +CATEGORIES+= plan9 +MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/x11/9term/distinfo b/x11/9term/distinfo new file mode 100644 index 0000000..0739005 --- /dev/null +++ b/x11/9term/distinfo @@ -0,0 +1 @@ +MD5 (9term.1.6.3.tar.gz) = 064a4428aba417a7793d3252423faf0b diff --git a/x11/9term/files/patch-aa b/x11/9term/files/patch-aa new file mode 100644 index 0000000..a587c0a --- /dev/null +++ b/x11/9term/files/patch-aa @@ -0,0 +1,45 @@ +*** libtext/Makefile.orig Wed Jun 1 21:01:19 1994 +--- libtext/Makefile Mon Jul 31 11:34:06 1995 +*************** +*** 5,18 **** + # + # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified + # if your compiler supports posix-compatible compilation +! OS=-DSOLARIS + + # add -Iincludedir for any include directories that need to be searched + # for posix header files +! INCS=-I. -I../include + + # add name of library orderer - use ":" if none exists +! RANLIB=: + + # add name of library + AR=ar +--- 5,19 ---- + # + # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified + # if your compiler supports posix-compatible compilation +! OS=-DSUNOS -O2 +! SAMDIR=../../../sam/work + + # add -Iincludedir for any include directories that need to be searched + # for posix header files +! INCS=-I. -I$(SAMDIR)/include + + # add name of library orderer - use ":" if none exists +! RANLIB=ranlib + + # add name of library + AR=ar +*************** +*** 38,41 **** + + install: $(LIB) + +! $(OBJ): ../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h +--- 39,42 ---- + + install: $(LIB) + +! $(OBJ): $(SAMDIR)/include/u.h $(SAMDIR)/include/libc.h $(SAMDIR)/include/libg.h $(SAMDIR)/include/frame.h text.h diff --git a/x11/9term/files/patch-ac b/x11/9term/files/patch-ac new file mode 100644 index 0000000..8bd3e62 --- /dev/null +++ b/x11/9term/files/patch-ac @@ -0,0 +1,15 @@ +*** Makefile.orig Fri Aug 11 15:57:26 1995 +--- Makefile Fri Aug 11 16:04:30 1995 +*************** +*** 0 **** +--- 1,10 ---- ++ ++ MAN=man ++ all: ++ (cd libtext; make) ++ (cd 9term; make) ++ install: ++ $(INSTALL) -c 9term/9term $(PREFIX)/bin/ ++ $(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/ ++ strip $(PREFIX)/bin/9term ++ gzip -9nf $(PREFIX)/man/man1/9term.1 diff --git a/x11/9term/pkg-comment b/x11/9term/pkg-comment new file mode 100644 index 0000000..57dae37 --- /dev/null +++ b/x11/9term/pkg-comment @@ -0,0 +1 @@ +9term -- an X11 program which emulates a plan9 window. diff --git a/x11/9term/pkg-descr b/x11/9term/pkg-descr new file mode 100644 index 0000000..118271b --- /dev/null +++ b/x11/9term/pkg-descr @@ -0,0 +1,10 @@ +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. diff --git a/x11/9term/pkg-plist b/x11/9term/pkg-plist new file mode 100644 index 0000000..c05b3d5 --- /dev/null +++ b/x11/9term/pkg-plist @@ -0,0 +1,2 @@ +bin/9term +man/man1/9term.1.gz |