summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 08:42:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 08:42:02 +0000
commitd0da6c97d8da251ecf10704d8b136fdf7424f58b (patch)
treeb806f94bf0e1448e5b90ca3ff8da0c3c9191cf51 /misc
parentSet tabstops to 4 in vi like in emacs. (diff)
New port, run two shells in a split window/terminal.
Note that this duplicates the functionality of window(1). However I didn't know this existed when I made the port. Also, it may be useful for those in a hetrogenious environment, if they want the same programs on all OS's.
Notes
Notes: svn path=/head/; revision=4272
Diffstat (limited to 'misc')
-rw-r--r--misc/splitvt/Makefile30
-rw-r--r--misc/splitvt/distinfo1
-rw-r--r--misc/splitvt/pkg-comment1
-rw-r--r--misc/splitvt/pkg-descr11
-rw-r--r--misc/splitvt/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile
new file mode 100644
index 000000000000..bd27511f4781
--- /dev/null
+++ b/misc/splitvt/Makefile
@@ -0,0 +1,30 @@
+# 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.5 1995/04/24 03:38:04 asami Exp $
+#
+
+DISTNAME= splitvt-1.6.1
+CATEGORIES+= misc
+MASTER_SITES= ftp://ftp.cc.gatech.edu/pub/linux/utils/console/ \
+ ftp://sunsite.unc.edu/pub/Linux/utils/console/ \
+ ftp://ftp.funet.fi/pub/Linux/sunsite/utils/console/ \
+ ftp://ftp.cs.cuhk.hk/pub/Linux/utils/console/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+ALL_TARGET=
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1
+
+post-install:
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/splitvt.1
+
+.include <bsd.port.mk>
diff --git a/misc/splitvt/distinfo b/misc/splitvt/distinfo
new file mode 100644
index 000000000000..ea487d37612b
--- /dev/null
+++ b/misc/splitvt/distinfo
@@ -0,0 +1 @@
+MD5 (splitvt-1.6.1.tgz) = decc7d796f283ff3c3714b546fbb7fec
diff --git a/misc/splitvt/pkg-comment b/misc/splitvt/pkg-comment
new file mode 100644
index 000000000000..a58c6d15dcd9
--- /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 000000000000..6008aa751aaf
--- /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 000000000000..9ba24f90bfd2
--- /dev/null
+++ b/misc/splitvt/pkg-plist
@@ -0,0 +1,2 @@
+bin/splitvt
+man/man1/splitvt.1.gz