Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 1998 22:51:25 -0800 (PST)
From:      bmah@ca.sandia.gov
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9166: New port:  x11-wm/vtwm
Message-ID:  <199812220651.WAA15960@eisenhower.ca.sandia.gov>

next in thread | raw e-mail | index | archive | help

>Number:         9166
>Category:       ports
>Synopsis:       New port:  x11-wm/vtwm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 21 23:00:00 PST 1998
>Last-Modified:
>Originator:     Bruce A. Mah
>Organization:
Sandia National Laboratories
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	

>Description:

The enclosed shar file is a new (well, not formerly seen) port of the
vtwm window manager.  It's superficially similar to the venerable
tvtwm window manager, but it's under somewhat-active development.
It also supports some more recent window-manager features, such as
Motif-style decorations.

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	vtwm
#	vtwm/Makefile
#	vtwm/files
#	vtwm/files/md5
#	vtwm/patches
#	vtwm/patches/patch-aa
#	vtwm/pkg
#	vtwm/pkg/COMMENT
#	vtwm/pkg/DESCR
#	vtwm/pkg/PLIST
#
echo c - vtwm
mkdir -p vtwm > /dev/null 2>&1
echo x - vtwm/Makefile
sed 's/^X//' >vtwm/Makefile << 'END-of-vtwm/Makefile'
X# New ports collection makefile for:	tvtwm
X# Version required:	5.4.5a
X# Date created:		21 December 1998
X# Whom:			bmah@ca.sandia.gov
X#
X# $Id$
X#
X
XDISTNAME=	vtwm-5.4.5a
XCATEGORIES=	x11-wm
XMASTER_SITES=	ftp://ftp.visi.com/users/hawkeyd/X/
X
XMAINTAINER=	bmah@ca.sandia.gov
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_IMAKE=	yes
X
XMAN1=		vtwm.1
X
X.include <bsd.port.mk>
END-of-vtwm/Makefile
echo c - vtwm/files
mkdir -p vtwm/files > /dev/null 2>&1
echo x - vtwm/files/md5
sed 's/^X//' >vtwm/files/md5 << 'END-of-vtwm/files/md5'
XMD5 (vtwm-5.4.5a.tar.gz) = 13ecd09aa9e4fb693d712b62ca63f563
END-of-vtwm/files/md5
echo c - vtwm/patches
mkdir -p vtwm/patches > /dev/null 2>&1
echo x - vtwm/patches/patch-aa
sed 's/^X//' >vtwm/patches/patch-aa << 'END-of-vtwm/patches/patch-aa'
X*** gram.y.orig	Mon Sep 21 22:42:49 1998
X--- gram.y	Mon Sep 21 22:43:08 1998
X***************
X*** 89,101 ****
X  extern int do_color_keyword();
X  extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
X  
X! /*
X!  * this used to be the definition - now making the assumption it's
X!  * defined in lex's skeleton file (submitted by Nelson H. F. Beebe)
X!  *
X!  * djhjr - 1/16/98
X!  */
X! extern int yylineno;
X  
X  %}
X  
X--- 89,95 ----
X  extern int do_color_keyword();
X  extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
X  
X! int yylineno;
X  
X  %}
X  
END-of-vtwm/patches/patch-aa
echo c - vtwm/pkg
mkdir -p vtwm/pkg > /dev/null 2>&1
echo x - vtwm/pkg/COMMENT
sed 's/^X//' >vtwm/pkg/COMMENT << 'END-of-vtwm/pkg/COMMENT'
Xtwm with a virtual desktop and optional Motif-like features.
END-of-vtwm/pkg/COMMENT
echo x - vtwm/pkg/DESCR
sed 's/^X//' >vtwm/pkg/DESCR << 'END-of-vtwm/pkg/DESCR'
Xvtwm is a twm variant with a virtual desktop.  Unlike its older cousin
Xtvtwm, vtwm is under active development, and supports a number of
Xrelatively new features, such as configurable Motif-like decorations.
XThe homepage for this program is:
X
Xhttp://www.visi.com/~hawkeyd/vtwm.html
END-of-vtwm/pkg/DESCR
echo x - vtwm/pkg/PLIST
sed 's/^X//' >vtwm/pkg/PLIST << 'END-of-vtwm/pkg/PLIST'
Xbin/vtwm
Xlib/X11/twm/system.vtwmrc
END-of-vtwm/pkg/PLIST
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812220651.WAA15960>