Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
misc/window/DESCR Normal file
View File

@@ -0,0 +1,5 @@
window(1) implements a windowing environment on ASCII terminals.
It is similar to tmux and GNU screen.
window(1) was previously shipped with NetBSD, up to and including
NetBSD 6.x. Then it was replaced by tmux.

25
misc/window/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.3 2012/10/08 09:57:41 asau Exp $
DISTNAME= window-20120215
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Windowing environment for ASCII terminals
LICENSE= modified-bsd
# 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
View 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
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/02/16 04:38:45 jmmv Exp $
SHA1 (window-20120215.tar.gz) = 95e2f3376e101d014fa07e1e6f9a7129ccf51755
RMD160 (window-20120215.tar.gz) = 34d2f8bad158a419387a4d6f7fa977f65d54ab9b
Size (window-20120215.tar.gz) = 84798 bytes