Initial import of window-20110309:
window(1) implements a windowing environment on ASCII terminals. It is similar to tmux and GNU screen. The program provided by this package is based on the original code of window(1) shipped by NetBSD 5.x. NetBSD is replacing window(1) with tmux, and when that happens this package will be the canonical source for window(1).
This commit is contained in:
parent
e049cfabee
commit
d3f32117e0
4 changed files with 42 additions and 0 deletions
7
misc/window/DESCR
Normal file
7
misc/window/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
window(1) implements a windowing environment on ASCII terminals.
|
||||
It is similar to tmux and GNU screen.
|
||||
|
||||
The program provided by this package is based on the original code of
|
||||
window(1) shipped by NetBSD 5.x. NetBSD is replacing window(1) with
|
||||
tmux, and when that happens this package will be the canonical source
|
||||
for window(1).
|
27
misc/window/Makefile
Normal file
27
misc/window/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/03/09 17:38:55 jmmv Exp $
|
||||
|
||||
DISTNAME= window-20110309
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Windowing environment for ASCII terminals
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# The current distfile relies on the NetBSD make system and does not use any
|
||||
# kind of autoconfiguration. This is done purely for simplicity reasons but
|
||||
# is why this package is restricted to NetBSD. If anyone is willing to
|
||||
# improve the distfile to be more portable (e.g. by adding autoconf support),
|
||||
# we can remove this limitation.
|
||||
ONLY_FOR_PLATFORM= NetBSD-[5-9]*-*
|
||||
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/window ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/window.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
misc/window/PLIST
Normal file
3
misc/window/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/09 17:38:55 jmmv Exp $
|
||||
bin/window
|
||||
man/man1/window.1
|
5
misc/window/distinfo
Normal file
5
misc/window/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/03/09 17:38:55 jmmv Exp $
|
||||
|
||||
SHA1 (window-20110309.tar.gz) = 949d92aa036b0e9a4ccea2ae8969cf6e7eb6d72e
|
||||
RMD160 (window-20110309.tar.gz) = 0633000a1a4792fa8e8dce7597a5fbf1557901d5
|
||||
Size (window-20110309.tar.gz) = 84574 bytes
|
Loading…
Reference in a new issue