summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/vtwm/DESCR5
-rw-r--r--wm/vtwm/Makefile17
-rw-r--r--wm/vtwm/PLIST5
-rw-r--r--wm/vtwm/distinfo7
-rw-r--r--wm/vtwm/patches/patch-aa13
-rw-r--r--wm/vtwm/patches/patch-ab13
6 files changed, 60 insertions, 0 deletions
diff --git a/wm/vtwm/DESCR b/wm/vtwm/DESCR
new file mode 100644
index 00000000000..e46847757d2
--- /dev/null
+++ b/wm/vtwm/DESCR
@@ -0,0 +1,5 @@
+VTWM is a X11 window manager based on TWM. It adds support for a
+virtual desktop, processing configuration files using m4, support for
+sound effects using rplay, and 3D buttons, frames, titlebars, etc.
+VTWM also has support for regular expressions in the configuration
+files.
diff --git a/wm/vtwm/Makefile b/wm/vtwm/Makefile
new file mode 100644
index 00000000000..2c9340de6f6
--- /dev/null
+++ b/wm/vtwm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+#
+
+DISTNAME= vtwm-5.4.7
+CATEGORIES= x11 wm
+MASTER_SITES= http://www.vtwm.org/downloads/
+
+MAINTAINER= mehul.sanghvi@gmail.com
+HOMEPAGE= http://www.vtwm.org/downloads/
+COMMENT= TWM with virtual desktop, m4, sound and 3-D buttons
+
+USE_IMAKE= YES
+
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../audio/rplay/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/vtwm/PLIST b/wm/vtwm/PLIST
new file mode 100644
index 00000000000..bef2e49fc02
--- /dev/null
+++ b/wm/vtwm/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+bin/vtwm
+lib/X11/vtwm/system.vtwmrc
+man/cat1/vtwm.0.gz
+@dirrm lib/X11/vtwm
diff --git a/wm/vtwm/distinfo b/wm/vtwm/distinfo
new file mode 100644
index 00000000000..02bd3770c23
--- /dev/null
+++ b/wm/vtwm/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+
+SHA1 (vtwm-5.4.7.tar.gz) = 6165b4a1f167b50dee0cf0526011fe4ab8123f8c
+RMD160 (vtwm-5.4.7.tar.gz) = 9ab71147abdbaea9f95a2528595b79a3faf49834
+Size (vtwm-5.4.7.tar.gz) = 1021160 bytes
+SHA1 (patch-aa) = cbf1cefdab043613c81d358d1eb7bb6ee07affbe
+SHA1 (patch-ab) = 318c5ff0c04586de089670934e2703d99434df79
diff --git a/wm/vtwm/patches/patch-aa b/wm/vtwm/patches/patch-aa
new file mode 100644
index 00000000000..1b9380be8c2
--- /dev/null
+++ b/wm/vtwm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+
+--- Imakefile.orig 2005-05-09 08:46:24.000000000 -0400
++++ Imakefile
+@@ -57,7 +57,7 @@ XCOMM Installation path for the binary
+ VTWMBINDIR = $(BINDIR)
+
+ XCOMM Installation path for the system resource file
+- VTWMLIBDIR = $(LIBDIR)/twm
++ VTWMLIBDIR = $(LIBDIR)/vtwm
+
+ XCOMM Installation path for the man page
+ VTWMMANDIR = $(MANDIR)
diff --git a/wm/vtwm/patches/patch-ab b/wm/vtwm/patches/patch-ab
new file mode 100644
index 00000000000..a05510fe4f8
--- /dev/null
+++ b/wm/vtwm/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+
+--- gram.y.orig 2005-05-16 21:19:48.000000000 -0400
++++ gram.y
+@@ -116,7 +116,7 @@ extern int SetSound();
+ *
+ * djhjr - 1/16/98
+ */
+-extern int yylineno;
++int yylineno;
+
+ %}
+