diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 16:42:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 16:42:02 +0800 |
commit | a407df757a374f44e8998589c600e7ab47965fac (patch) | |
tree | 47b2ee2f060d35fc96b76fc36afea1d9afaa37b4 /misc | |
parent | 523b56a3bd3dfbe2aa4db3d24736d4cdf8611604 (diff) | |
download | freebsd-ports-gnome-a407df757a374f44e8998589c600e7ab47965fac.tar.gz freebsd-ports-gnome-a407df757a374f44e8998589c600e7ab47965fac.tar.zst freebsd-ports-gnome-a407df757a374f44e8998589c600e7ab47965fac.zip |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/splitvt/Makefile | 30 | ||||
-rw-r--r-- | misc/splitvt/distinfo | 1 | ||||
-rw-r--r-- | misc/splitvt/pkg-comment | 1 | ||||
-rw-r--r-- | misc/splitvt/pkg-descr | 11 | ||||
-rw-r--r-- | misc/splitvt/pkg-plist | 2 |
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 |