From dd11f0e889c3feaa34a239398af25e56a2df0935 Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Thu, 24 Dec 1998 13:17:58 +0000 Subject: PR: ports/9166 Submitted by: bmah@ca.sandia.gov twm with a virtual desktop and optional Motif-like features. --- x11-wm/vtwm/Makefile | 21 +++++++++++++++++++++ x11-wm/vtwm/distinfo | 1 + x11-wm/vtwm/files/patch-aa | 25 +++++++++++++++++++++++++ x11-wm/vtwm/pkg-comment | 1 + x11-wm/vtwm/pkg-descr | 6 ++++++ x11-wm/vtwm/pkg-plist | 2 ++ 6 files changed, 56 insertions(+) create mode 100644 x11-wm/vtwm/Makefile create mode 100644 x11-wm/vtwm/distinfo create mode 100644 x11-wm/vtwm/files/patch-aa create mode 100644 x11-wm/vtwm/pkg-comment create mode 100644 x11-wm/vtwm/pkg-descr create mode 100644 x11-wm/vtwm/pkg-plist (limited to 'x11-wm') diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile new file mode 100644 index 000000000000..04e46dec76e4 --- /dev/null +++ b/x11-wm/vtwm/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: tvtwm +# Version required: 5.4.5a +# Date created: 21 December 1998 +# Whom: bmah@ca.sandia.gov +# +# $Id$ +# + +DISTNAME= vtwm-5.4.5a +CATEGORIES= x11-wm +MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ + +MAINTAINER= bmah@ca.sandia.gov + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes + +MAN1= vtwm.1 + +.include diff --git a/x11-wm/vtwm/distinfo b/x11-wm/vtwm/distinfo new file mode 100644 index 000000000000..ef9936038d83 --- /dev/null +++ b/x11-wm/vtwm/distinfo @@ -0,0 +1 @@ +MD5 (vtwm-5.4.5a.tar.gz) = 13ecd09aa9e4fb693d712b62ca63f563 diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa new file mode 100644 index 000000000000..79b4e4366ebc --- /dev/null +++ b/x11-wm/vtwm/files/patch-aa @@ -0,0 +1,25 @@ +*** gram.y.orig Mon Sep 21 22:42:49 1998 +--- gram.y Mon Sep 21 22:43:08 1998 +*************** +*** 89,101 **** + extern int do_color_keyword(); + extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); + +! /* +! * this used to be the definition - now making the assumption it's +! * defined in lex's skeleton file (submitted by Nelson H. F. Beebe) +! * +! * djhjr - 1/16/98 +! */ +! extern int yylineno; + + %} + +--- 89,95 ---- + extern int do_color_keyword(); + extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry(); + +! int yylineno; + + %} + diff --git a/x11-wm/vtwm/pkg-comment b/x11-wm/vtwm/pkg-comment new file mode 100644 index 000000000000..d4528ef38c72 --- /dev/null +++ b/x11-wm/vtwm/pkg-comment @@ -0,0 +1 @@ +twm with a virtual desktop and optional Motif-like features. diff --git a/x11-wm/vtwm/pkg-descr b/x11-wm/vtwm/pkg-descr new file mode 100644 index 000000000000..8170fab0a709 --- /dev/null +++ b/x11-wm/vtwm/pkg-descr @@ -0,0 +1,6 @@ +vtwm is a twm variant with a virtual desktop. Unlike its older cousin +tvtwm, vtwm is under active development, and supports a number of +relatively new features, such as configurable Motif-like decorations. +The homepage for this program is: + +http://www.visi.com/~hawkeyd/vtwm.html diff --git a/x11-wm/vtwm/pkg-plist b/x11-wm/vtwm/pkg-plist new file mode 100644 index 000000000000..2be80dd2f8b4 --- /dev/null +++ b/x11-wm/vtwm/pkg-plist @@ -0,0 +1,2 @@ +bin/vtwm +lib/X11/twm/system.vtwmrc -- cgit v1.2.3