diff options
Diffstat (limited to 'x11-wm/tvtwm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 21 | ||||
-rw-r--r-- | x11-wm/tvtwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/tvtwm/files/patch-aa | 19 | ||||
-rw-r--r-- | x11-wm/tvtwm/files/patch-ab | 47 | ||||
-rw-r--r-- | x11-wm/tvtwm/files/patch-ac | 25 | ||||
-rw-r--r-- | x11-wm/tvtwm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/tvtwm/pkg-descr | 7 | ||||
-rw-r--r-- | x11-wm/tvtwm/pkg-plist | 3 |
8 files changed, 0 insertions, 124 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile deleted file mode 100644 index 3c2c66c1aa7e..000000000000 --- a/x11-wm/tvtwm/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: tvtwm -# Version required: pl11 -# Date created: 5th December 1994 -# Whom: gpalmer -# -# $Id: Makefile,v 1.7 1995/04/12 20:31:45 asami Exp $ -# - -DISTNAME= tvtwm -PKGNAME= tvtwm-pl11 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ -DISTFILES= tvtwm.pl11.tar.gz - -MAINTAINER= gpalmer@FreeBSD.ORG - -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm - -USE_IMAKE= yes - -.include <bsd.port.mk> diff --git a/x11-wm/tvtwm/distinfo b/x11-wm/tvtwm/distinfo deleted file mode 100644 index bb80645e3608..000000000000 --- a/x11-wm/tvtwm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tvtwm.pl11.tar.gz) = 0e91b9c05ad9709e5843606200bff42a diff --git a/x11-wm/tvtwm/files/patch-aa b/x11-wm/tvtwm/files/patch-aa deleted file mode 100644 index c3d33454903c..000000000000 --- a/x11-wm/tvtwm/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** gram.y.orig Mon Dec 5 07:35:28 1994 ---- gram.y Mon Dec 5 07:36:42 1994 -*************** -*** 79,85 **** - extern int do_single_keyword(), do_string_keyword(), do_number_keyword(); - extern name_list **do_colorlist_keyword(); - extern int do_color_keyword(), do_string_savecolor(); -! extern int yylineno; - %} - - %union ---- 79,85 ---- - extern int do_single_keyword(), do_string_keyword(), do_number_keyword(); - extern name_list **do_colorlist_keyword(); - extern int do_color_keyword(), do_string_savecolor(); -! int yylineno; - %} - - %union diff --git a/x11-wm/tvtwm/files/patch-ab b/x11-wm/tvtwm/files/patch-ab deleted file mode 100644 index ce4b522b7d6c..000000000000 --- a/x11-wm/tvtwm/files/patch-ab +++ /dev/null @@ -1,47 +0,0 @@ -*** lex.l.orig Wed Mar 10 20:57:51 1993 ---- lex.l Mon Dec 5 08:06:40 1994 -*************** -*** 43,48 **** ---- 43,61 ---- - - extern int ParseError; - -+ #undef YY_INPUT -+ #define YY_INPUT(buf,result,max_size) \ -+ { \ -+ int res = (*twmInputFunc)(); \ -+ if (res == NULL) \ -+ result = YY_NULL; \ -+ else \ -+ { \ -+ buf[0] = res; \ -+ result = 1; \ -+ } \ -+ } -+ - %} - - string \"([^"]|\\.)*\" -*************** -*** 98,107 **** - #endif - - #undef unput -! #undef input - #undef output - #undef feof - #define unput(c) twmUnput(c) -! #define input() (*twmInputFunc)() - #define output(c) TwmOutput(c) - #define feof() (1) ---- 111,120 ---- - #endif - - #undef unput -! /*#undef input*/ - #undef output - #undef feof - #define unput(c) twmUnput(c) -! /*#define input() (*twmInputFunc)()*/ - #define output(c) TwmOutput(c) - #define feof() (1) diff --git a/x11-wm/tvtwm/files/patch-ac b/x11-wm/tvtwm/files/patch-ac deleted file mode 100644 index 3122091620e4..000000000000 --- a/x11-wm/tvtwm/files/patch-ac +++ /dev/null @@ -1,25 +0,0 @@ -*** Imakefile.orig Mon Dec 5 14:47:52 1994 ---- Imakefile Mon Dec 5 14:49:04 1994 -*************** -*** 106,115 **** - XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm - - #if (ProjectX < 5) -! InstallNonExec(system.twmrc,$(TWMDIR)) - /* InstallProgram(ssetroot,$(BINDIR)/xsetroot) */ - #else -! InstallNonExecFile(system.twmrc,$(TWMDIR)) - /* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */ - #endif - ---- 106,115 ---- - XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm - - #if (ProjectX < 5) -! /* InstallNonExec(system.twmrc,$(TWMDIR))*/ - /* InstallProgram(ssetroot,$(BINDIR)/xsetroot) */ - #else -! /* InstallNonExecFile(system.twmrc,$(TWMDIR)) */ - /* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */ - #endif - diff --git a/x11-wm/tvtwm/pkg-comment b/x11-wm/tvtwm/pkg-comment deleted file mode 100644 index bcd8edc62fb8..000000000000 --- a/x11-wm/tvtwm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -tvtwm - a virtual desktop twm diff --git a/x11-wm/tvtwm/pkg-descr b/x11-wm/tvtwm/pkg-descr deleted file mode 100644 index 2b0434cc9fb1..000000000000 --- a/x11-wm/tvtwm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -tvtwm is a version of twm which incorporates virtual desktops, similar -to vtwm and swm. It is nearly identical to twm until you specify a -virtual desktop size in your .[tv]twmrc file, which is when you start -getting the benefits of this window manager. - -Gary Palmer -gpalmer@FreeBSD.org diff --git a/x11-wm/tvtwm/pkg-plist b/x11-wm/tvtwm/pkg-plist deleted file mode 100644 index 7a3549f52707..000000000000 --- a/x11-wm/tvtwm/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@cwd /usr/X11R6 -bin/tvtwm -man/man1/tvtwm.1.gz |