diff options
author | jmmv <jmmv@pkgsrc.org> | 2011-03-09 17:38:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2011-03-09 17:38:55 +0000 |
commit | d3f32117e04c12db9aa6fc513a4e28ce99ac4806 (patch) | |
tree | 6c16666d651d5e9bce0986508a47799f358f3839 /misc/window | |
parent | e049cfabee95c8aa1b0c3acb300235ecc804c676 (diff) | |
download | pkgsrc-d3f32117e04c12db9aa6fc513a4e28ce99ac4806.tar.gz |
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).
Diffstat (limited to 'misc/window')
-rw-r--r-- | misc/window/DESCR | 7 | ||||
-rw-r--r-- | misc/window/Makefile | 27 | ||||
-rw-r--r-- | misc/window/PLIST | 3 | ||||
-rw-r--r-- | misc/window/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/misc/window/DESCR b/misc/window/DESCR new file mode 100644 index 00000000000..9aa5a5746c6 --- /dev/null +++ b/misc/window/DESCR @@ -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). diff --git a/misc/window/Makefile b/misc/window/Makefile new file mode 100644 index 00000000000..a9f49a730d6 --- /dev/null +++ b/misc/window/Makefile @@ -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" diff --git a/misc/window/PLIST b/misc/window/PLIST new file mode 100644 index 00000000000..eec469bd4db --- /dev/null +++ b/misc/window/PLIST @@ -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 diff --git a/misc/window/distinfo b/misc/window/distinfo new file mode 100644 index 00000000000..94aabb09e91 --- /dev/null +++ b/misc/window/distinfo @@ -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 |