PR: ports/9166
Submitted by: bmah@ca.sandia.gov twm with a virtual desktop and optional Motif-like features.
This commit is contained in:
parent
6e54458fa2
commit
dd11f0e889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15585
6 changed files with 56 additions and 0 deletions
21
x11-wm/vtwm/Makefile
Normal file
21
x11-wm/vtwm/Makefile
Normal file
|
@ -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>
|
1
x11-wm/vtwm/distinfo
Normal file
1
x11-wm/vtwm/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (vtwm-5.4.5a.tar.gz) = 13ecd09aa9e4fb693d712b62ca63f563
|
25
x11-wm/vtwm/files/patch-aa
Normal file
25
x11-wm/vtwm/files/patch-aa
Normal file
|
@ -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;
|
||||
|
||||
%}
|
||||
|
1
x11-wm/vtwm/pkg-comment
Normal file
1
x11-wm/vtwm/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
twm with a virtual desktop and optional Motif-like features.
|
6
x11-wm/vtwm/pkg-descr
Normal file
6
x11-wm/vtwm/pkg-descr
Normal file
|
@ -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
|
2
x11-wm/vtwm/pkg-plist
Normal file
2
x11-wm/vtwm/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/vtwm
|
||||
lib/X11/twm/system.vtwmrc
|
Loading…
Reference in a new issue