This commit is contained in:
joey 1997-12-17 23:01:43 +00:00
parent 03e6aeeb3a
commit 6b528ae28b
5 changed files with 40 additions and 0 deletions

25
misc/splitvt/Makefile Normal file
View File

@ -0,0 +1,25 @@
# OpenBSD makefile for: Splitvt
# Version required: 1.6.1
# Date created: Dec 16 1997
# Whom: joey@OpenBSD.ORG
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/17 23:01:43 joey Exp $
#
DISTNAME= splitvt-1.6.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/console
MAINTAINER= joey@OpenBSD.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>

1
misc/splitvt/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (splitvt-1.6.3.tar.gz) = e95e166145ec51d2a9d80aa6472f9f98

1
misc/splitvt/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
run two shells in a split window/terminal

11
misc/splitvt/pkg/DESCR Normal file
View File

@ -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)

2
misc/splitvt/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/splitvt
man/man1/splitvt.1