From 240eed442d1f97f7d7dd9430673499ef25dd1f36 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 11 Oct 1997 21:53:59 +0000 Subject: Import as of 09/25/97 --- misc/splitvt/Makefile | 25 +++++++++++++++++++++++++ misc/splitvt/files/md5 | 1 + misc/splitvt/pkg/COMMENT | 1 + misc/splitvt/pkg/DESCR | 11 +++++++++++ misc/splitvt/pkg/PLIST | 2 ++ 5 files changed, 40 insertions(+) create mode 100644 misc/splitvt/Makefile create mode 100644 misc/splitvt/files/md5 create mode 100644 misc/splitvt/pkg/COMMENT create mode 100644 misc/splitvt/pkg/DESCR create mode 100644 misc/splitvt/pkg/PLIST (limited to 'misc/splitvt') 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 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 -- cgit v1.2.3