summaryrefslogtreecommitdiff
path: root/misc/splitvt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/splitvt
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/splitvt')
-rw-r--r--misc/splitvt/Makefile25
-rw-r--r--misc/splitvt/files/md51
-rw-r--r--misc/splitvt/pkg/COMMENT1
-rw-r--r--misc/splitvt/pkg/DESCR11
-rw-r--r--misc/splitvt/pkg/PLIST2
5 files changed, 40 insertions, 0 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile
new file mode 100644
index 00000000000..ce5b873319b
--- /dev/null
+++ b/misc/splitvt/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Splitvt
+# Version required: 1.6.1
+# Date created: Fri Oct 4, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:59 hubertf Exp $
+#
+
+DISTNAME= splitvt-1.6.3
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= utils/console
+
+MAINTAINER= obrien@FreeBSD.org
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+ALL_TARGET=
+MAN1= splitvt.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/misc/splitvt/files/md5 b/misc/splitvt/files/md5
new file mode 100644
index 00000000000..5a85ea14947
--- /dev/null
+++ b/misc/splitvt/files/md5
@@ -0,0 +1 @@
+MD5 (splitvt-1.6.3.tar.gz) = e95e166145ec51d2a9d80aa6472f9f98
diff --git a/misc/splitvt/pkg/COMMENT b/misc/splitvt/pkg/COMMENT
new file mode 100644
index 00000000000..a58c6d15dcd
--- /dev/null
+++ b/misc/splitvt/pkg/COMMENT
@@ -0,0 +1 @@
+run two shells in a split window/terminal
diff --git a/misc/splitvt/pkg/DESCR b/misc/splitvt/pkg/DESCR
new file mode 100644
index 00000000000..6008aa751aa
--- /dev/null
+++ b/misc/splitvt/pkg/DESCR
@@ -0,0 +1,11 @@
+Splitvt splits the screen into two windows, each running a shell, so you
+can do and see two things at once.
+
+Using special keys, the focus may be changed from one window to another.
+Other features include cut & pasting between windows, and the ability to
+the terminal.
+
+Note: users may want to take a look at /usr/bin/window (see ``man window'')
+for a FreeBSD native version this type of program.
+
+-- David (obrien@cs.ucdavis.edu)
diff --git a/misc/splitvt/pkg/PLIST b/misc/splitvt/pkg/PLIST
new file mode 100644
index 00000000000..9ba24f90bfd
--- /dev/null
+++ b/misc/splitvt/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/splitvt
+man/man1/splitvt.1.gz