diff options
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 31 | ||||
-rw-r--r-- | x11/9term/distinfo | 3 | ||||
-rw-r--r-- | x11/9term/files/patch-aa | 44 | ||||
-rw-r--r-- | x11/9term/files/patch-ac | 11 | ||||
-rw-r--r-- | x11/9term/files/patch-ad | 66 | ||||
-rw-r--r-- | x11/9term/files/patch-ae | 44 | ||||
-rw-r--r-- | x11/9term/files/patch-af | 23 | ||||
-rw-r--r-- | x11/9term/files/patch-ag | 23 | ||||
-rw-r--r-- | x11/9term/files/patch-ah | 29 | ||||
-rw-r--r-- | x11/9term/files/patch-ai | 78 | ||||
-rw-r--r-- | x11/9term/pkg-descr | 12 |
11 files changed, 0 insertions, 364 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile deleted file mode 100644 index db5da97df6a4..000000000000 --- a/x11/9term/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: 9term -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# -# $FreeBSD$ -# - -PORTNAME= 9term -PORTVERSION= 1.6.3 -PORTREVISION= 2 -CATEGORIES= x11 plan9 -MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/ -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 program which emulates a plan9 window - -# needs library and private header, but not during runtime -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build - -DEPRECATED= depends on expired port -EXPIRATION_DATE=2008-07-18 -BROKEN= Unfetchable - -NO_WRKSUBDIR= yes -USE_XORG= x11 -MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work -MAN1= 9term.1 -PLIST_FILES= bin/9term - -.include <bsd.port.mk> diff --git a/x11/9term/distinfo b/x11/9term/distinfo deleted file mode 100644 index f90267466f29..000000000000 --- a/x11/9term/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (9term.1.6.3.tar.gz) = 064a4428aba417a7793d3252423faf0b -SHA256 (9term.1.6.3.tar.gz) = e8b15469eeb6460c0b6198afaa55605fbee32c1ad39a59fd5b4e1e3eac6bb39f -SIZE (9term.1.6.3.tar.gz) = 135169 diff --git a/x11/9term/files/patch-aa b/x11/9term/files/patch-aa deleted file mode 100644 index 5b8594ec3b16..000000000000 --- a/x11/9term/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ -*** 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,18 ---- - # - # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified - # if your compiler supports posix-compatible compilation -! OS=-DSUNOS -O2 - - # 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 deleted file mode 100644 index 7b83164d63b0..000000000000 --- a/x11/9term/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** Makefile.orig Fri Feb 11 10:13:45 2000 ---- Makefile Fri Feb 11 10:16:11 2000 -*************** -*** 0 **** ---- 1,6 ---- -+ all: -+ (cd libtext; ${MAKE}) -+ (cd 9term; ${MAKE}) -+ install: -+ ${BSD_INSTALL_PROGRAM} 9term/9term $(PREFIX)/bin -+ ${BSD_INSTALL_MAN} 9term/9term.1 $(PREFIX)/man/man1 diff --git a/x11/9term/files/patch-ad b/x11/9term/files/patch-ad deleted file mode 100644 index 46e5a7b8bf66..000000000000 --- a/x11/9term/files/patch-ad +++ /dev/null @@ -1,66 +0,0 @@ ---- 9term/Makefile.orig Mon Mar 14 13:50:54 1994 -+++ 9term/Makefile Fri Feb 11 10:18:21 2000 -@@ -11,27 +11,29 @@ - # Define RISCOS for Mips RISC/os - # Define BSDPTYS for BSD-style pty support - # Define POSIXPTYS for POSIX ptys --OS=-DSOLARIS - --# where we'll install it --BINDIR=/usr/pgrad/matty/bin/$(cputype) -+OS= -D_LIBXG_EXTENSION -DSUNOS -+ -+SAMPATH=${SAMDIR} -+ -+BINDIR=. # where we'll install it - - HEADERFILE=9term.h - TARGET=9term --INCLUDES=-I. -I../include -I/usr/openwin/include --CFLAGS=-g $(OS) $(INCLUDES) -fno-builtin -D_LIBXG_EXTENSION --LDFLAGS=-g -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/ucblib -L/usr/ucblib --CC=gcc -+INCLUDES=-I. -I../libtext -I$(SAMPATH)/include -I${LOCALBASE}/include -+CFLAGS+= $(OS) $(INCLUDES) -+LDFLAGS= -+CC?=gcc - - # change this if your X11 libraries are in different places - # or if you need extra libraries to load with X11 applications --LIBS=../libtext/libtext.a ../libframe/libframe.a ../libXg/libXg.a --XLIBS=-lXt -lX11 -- -+LIBS=../libtext/libtext.a $(SAMPATH)/libframe/libframe.a $(SAMPATH)/libXg/libXg.a -+XLIBS= -lXt -lX11 -L${LOCALBASE}/lib -+XLIBS+=-Wl,-rpath,$(LOCALBASE)/lib - OBJECTS=9term.o command.o display.o pty.o - - $(TARGET): $(OBJECTS) -- $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(XLIBS) -lm -lucb -+ $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(XLIBS) -lm - - wloc: wloc.o - $(CC) $(LDFLAGS) -o wloc wloc.o $(LIBS) $(XLIBS) -lm -@@ -39,21 +43,17 @@ - label: wloc - ln wloc label - --unicode: unicode.o -- $(CC) $(LDFLAGS) -o unicode unicode.o $(LIBS) $(XLIBS) -lm -- - install: $(TARGET) wloc label - cp $(TARGET) $(BINDIR) - chown root $(BINDIR)/$(TARGET) - chmod 04755 $(BINDIR)/$(TARGET) - mv wloc $(BINDIR) - mv label $(BINDIR) -- mv unicode $(BINDIR) - - clean: - rm -f *.o core - - nuke: clean -- rm -f $(TARGET) wloc label unicode -+ rm -f $(TARGET) wloc label - - $(OBJECTS): 9term.h diff --git a/x11/9term/files/patch-ae b/x11/9term/files/patch-ae deleted file mode 100644 index c946588a8656..000000000000 --- a/x11/9term/files/patch-ae +++ /dev/null @@ -1,44 +0,0 @@ ---- 9term/9term.c.orig Fri Jun 3 17:35:39 1994 -+++ 9term/9term.c Fri Feb 11 10:08:04 2000 -@@ -10,7 +10,11 @@ - #include <frame.h> - #include <text.h> - -+#ifdef __FreeBSD__ -+#include <sys/termios.h> -+#else - #include <sys/termio.h> -+#endif - #include <signal.h> - #include <sys/stat.h> - -@@ -153,9 +157,9 @@ - } - } - -- setenv("TERM", "9term", 1); -+ O_setenv("TERM", "9term", 1); - /* Cope with BSD-oid systems. - cks */ -- setenv("TERMCAP", "9term: :am:bl=^G:do=^J:nl=^J:", 1); -+ O_setenv("TERMCAP", "9term: :am:bl=^G:do=^J:nl=^J:", 1); - signal(SIGINT, SIG_IGN); - - init_display(&argc, argv, cmd, resource); -@@ -718,7 +722,7 @@ - texthighlight(t, t->length, t->length, F&~D); - #ifdef REMOTE - flushstream(); -- killpg(r == quitchar ? SIGQUIT : SIGINT); -+ O_killpg(r == quitchar ? SIGQUIT : SIGINT); - #else - sendrunes(&r, 1); - #endif -@@ -804,7 +808,7 @@ - * export a name-value pair to environment - */ - int --setenv(char *name, char *value, int overwrite) -+O_setenv(char *name, char *value, int overwrite) - { - char *p; - diff --git a/x11/9term/files/patch-af b/x11/9term/files/patch-af deleted file mode 100644 index f5ce232a1928..000000000000 --- a/x11/9term/files/patch-af +++ /dev/null @@ -1,23 +0,0 @@ ---- 9term/9term.h.orig Thu Dec 15 23:49:15 1994 -+++ 9term/9term.h Fri Feb 11 10:08:04 2000 -@@ -31,7 +31,7 @@ - extern int isig; - - extern void specialchars(int); --extern int setenv(char *, char *, int); -+extern int O_setenv(char *, char *, int); - extern void init_display(int *, char **, char**, char*); - #ifdef NEEDVARARG - extern void error(); -@@ -65,6 +65,11 @@ - #endif - - #ifdef SUNOS -+#define POSIXPTYS -+#define BSDPTYS -+#endif -+ -+#ifdef __FreeBSD__ - #define POSIXPTYS - #define BSDPTYS - #endif diff --git a/x11/9term/files/patch-ag b/x11/9term/files/patch-ag deleted file mode 100644 index eb293180ecdd..000000000000 --- a/x11/9term/files/patch-ag +++ /dev/null @@ -1,23 +0,0 @@ ---- 9term/command.c.orig Mon Mar 7 10:50:51 1994 -+++ 9term/command.c Fri Feb 11 10:08:04 2000 -@@ -13,7 +13,11 @@ - #include <sys/wait.h> - #include <signal.h> - #include <grp.h> -+#ifdef __FreeBSD__ -+#include <termios.h> -+#else - #include <termio.h> -+#endif - #ifdef SOLARIS - #include <sys/stropts.h> - #endif -@@ -204,7 +208,7 @@ - */ - - void --killpg(int sig) -+O_killpg(int sig) - { - if (comm_pid) - kill(-comm_pid, sig); diff --git a/x11/9term/files/patch-ah b/x11/9term/files/patch-ah deleted file mode 100644 index 634575389bb7..000000000000 --- a/x11/9term/files/patch-ah +++ /dev/null @@ -1,29 +0,0 @@ ---- 9term/display.c.orig Thu Dec 15 23:48:28 1994 -+++ 9term/display.c Fri Feb 11 10:08:04 2000 -@@ -114,7 +114,7 @@ - delwin(Widget w, XEvent *event, String *params, Cardinal *n) - { - if (w == _toplevel) -- killpg(SIGHUP); -+ O_killpg(SIGHUP); - } - - /* -@@ -185,7 +185,7 @@ - else if (!strcasecmp(s, "plan9")) - kbdmode = PLAN9; - if (s = get_resource(resource, class, "p9font", "P9font")) -- setenv("font", s, 1); -+ O_setenv("font", s, 1); - if (s = get_resource(resource, class, "highwater", "Highwater")) - highwater = atoi(s); - if (s = get_resource(resource, class, "lowwater", "Lowwater")) -@@ -230,7 +230,7 @@ - #endif - /* export window id to environment */ - sprintf(id, "%d", XtWindow(_toplevel)); -- setenv("WINDOWID", id, 1); -+ O_setenv("WINDOWID", id, 1); - - /* register mouse and keyboard events */ - einit(Ekeyboard | Emouse); diff --git a/x11/9term/files/patch-ai b/x11/9term/files/patch-ai deleted file mode 100644 index fa7fb9f7c014..000000000000 --- a/x11/9term/files/patch-ai +++ /dev/null @@ -1,78 +0,0 @@ ---- 9term/pty.c.orig Sat Jul 23 00:47:29 1994 -+++ 9term/pty.c Fri Feb 11 10:08:05 2000 -@@ -12,7 +12,16 @@ - - #include <utmp.h> - #include <errno.h> --#ifdef SUNOS -+ -+#ifdef __FreeBSD__ -+# include <termios.h> -+ -+/* # include <stropts.h> */ -+ /* Isn't POSIX and portability so much fun? */ -+# define VRPRNT VREPRINT -+#endif -+ -+#if defined(SUNOS) && !defined(__FreeBSD__) - # undef _POSIX_SOURCE - # include <sys/termio.h> - # include <stropts.h> -@@ -41,7 +50,7 @@ - # define VEOL2 _VEOL2 - #endif - --#ifdef RISCOS -+#ifdef RISCOS - # include <sys/stat.h> - # include </usr/include/ctype.h> /* to defeat posix version */ - # define VLNEXT V_LNEXT -@@ -49,10 +58,12 @@ - # define VRPRNT V_RPRNT - # define VWERASE V_WERAS - #else -+#ifndef __FreeBSD__ - # include <ctype.h> - #endif -+#endif - --#ifdef OSF1 -+#if defined(OSF1) - # define V_START VSTART - # define V_STOP VSTOP - # define V_SUSP VSUSP -@@ -115,7 +126,7 @@ - char udef, p9def; - }; - --#if defined(SUNOS) || defined(IRIX) || defined(SOLARIS) -+#if defined(SUNOS) || defined(IRIX) || defined(SOLARIS) || defined(__FreeBSD__) - # define V_START VSTART - # define V_STOP VSTOP - # define V_SUSP VSUSP -@@ -139,7 +150,7 @@ - #ifndef _POSIX_SOURCE - { "eol2", 4, VEOL2, 0, 0 }, - #endif --#if !defined(_OSF_SOURCE) && !defined(_POSIX_SOURCE) -+#if !defined(_OSF_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__FreeBSD__) - { "swtch", 5, VSWTCH, 0, 0 }, - #endif - { "start", 5, V_START, ctrl('q'), ctrl('q') }, -@@ -292,10 +303,16 @@ - /* Insure some sanity. */ - ttmode.c_lflag |= ECHO; - ttmode.c_oflag &= ~(ONLCR); -+#ifndef __FreeBSD__ - ttmode.c_oflag |= ONLRET; -+#endif - } else { - ttmode.c_iflag = BRKINT | IGNPAR | ICRNL | IXON; -+#ifdef __FreeBSD__ -+ ttmode.c_oflag = OPOST; -+#else - ttmode.c_oflag = OPOST | ONLRET; -+#endif - ttmode.c_cflag = B9600 | PARENB | CS8 | CREAD; - ttmode.c_lflag = ISIG | ICANON | ECHO | ECHOK; - #ifdef __ultrix diff --git a/x11/9term/pkg-descr b/x11/9term/pkg-descr deleted file mode 100644 index 3c3dfd6f094a..000000000000 --- a/x11/9term/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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. - -WWW: http://www.cs.su.oz.au/~matty/9term/ |