diff options
-rw-r--r-- | x11-wm/vtwm/Makefile | 21 | ||||
-rw-r--r-- | x11-wm/vtwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/vtwm/files/patch-aa | 25 | ||||
-rw-r--r-- | x11-wm/vtwm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/vtwm/pkg-descr | 6 | ||||
-rw-r--r-- | x11-wm/vtwm/pkg-plist | 2 |
6 files changed, 56 insertions, 0 deletions
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 <bsd.port.mk> 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 |