Add window(1) from the base system. This follows OpenBSD whom removed

this yesterday and we would like to follow suit.

Reviewed by:	ed, pav
This commit is contained in:
Tom Rhodes 2009-06-02 11:19:09 +00:00
parent 0e25878bf3
commit 31401e81e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235020
4 changed files with 38 additions and 0 deletions

View File

@ -573,6 +573,7 @@
SUBDIR += voltcraft304
SUBDIR += wanpipe
SUBDIR += whichman
SUBDIR += window
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar
SUBDIR += wmfirew

31
misc/window/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: window
# Date created: 31 May 2009
# Whom: Tom Rhodes <trhodes@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= window
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://people.FreeBSD.org/~trhodes/
MAINTAINER= trhodes@FreeBSD.org
COMMENT= The FreeBSD usr.bin/window application
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800093
IGNORE= window-1.0 is still part of the base system
.endif
WRKSRC= ${WRKDIR}/window
MAN1= window.1
PLIST_FILES= bin/window
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/window ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.post.mk>

3
misc/window/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (window-1.0.tar.gz) = a121850e0913578033559f90914b7540
SHA256 (window-1.0.tar.gz) = f70e9cf01c7459563a321b7db62460ad5f714166fa98e3da92076cbd2d72a8cd
SIZE (window-1.0.tar.gz) = 84083

3
misc/window/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
The window utility implements a window environment on ASCII terminals.
It was once distributed as part of the base system. This version includes
several code fixes such as removal of 'register' keyword.