mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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.
This commit is contained in:
parent
ae2ad0d91a
commit
d0da6c97d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4272
30
misc/splitvt/Makefile
Normal file
30
misc/splitvt/Makefile
Normal file
@ -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>
|
1
misc/splitvt/distinfo
Normal file
1
misc/splitvt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (splitvt-1.6.1.tgz) = decc7d796f283ff3c3714b546fbb7fec
|
1
misc/splitvt/pkg-comment
Normal file
1
misc/splitvt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
run two shells in a split window/terminal
|
11
misc/splitvt/pkg-descr
Normal file
11
misc/splitvt/pkg-descr
Normal 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
2
misc/splitvt/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/splitvt
|
||||
man/man1/splitvt.1.gz
|
Loading…
Reference in New Issue
Block a user