From b5a6da867060400930c48e6c827121b3fa047878 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 12 Mar 2001 07:59:08 +0000 Subject: Initial import of ratpoison. Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no flashy wank. It is largely modelled after GNU Screen which has done wonders in virtual terminal market. All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. --- wm/ratpoison/Makefile | 14 ++++++++++++++ wm/ratpoison/files/md5 | 3 +++ wm/ratpoison/pkg/DESCR | 9 +++++++++ wm/ratpoison/pkg/PLIST | 12 ++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 wm/ratpoison/Makefile create mode 100644 wm/ratpoison/files/md5 create mode 100644 wm/ratpoison/pkg/DESCR create mode 100644 wm/ratpoison/pkg/PLIST (limited to 'wm') diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile new file mode 100644 index 00000000000..1b235f76d5e --- /dev/null +++ b/wm/ratpoison/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/12 07:59:08 zuntum Exp $ +# + +DISTNAME= ratpoison-0.1.1 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ratpoison/} + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://ratpoison.sourceforge.net/ +COMMENT= Simple window manager with no fat library dependencies + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/ratpoison/files/md5 b/wm/ratpoison/files/md5 new file mode 100644 index 00000000000..19c71e1a7b0 --- /dev/null +++ b/wm/ratpoison/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/12 07:59:08 zuntum Exp $ + +SHA1 (ratpoison-0.1.1.tar.gz) = 529cd0568cb1581e18cc13a213ce38698af28239 diff --git a/wm/ratpoison/pkg/DESCR b/wm/ratpoison/pkg/DESCR new file mode 100644 index 00000000000..989554c6947 --- /dev/null +++ b/wm/ratpoison/pkg/DESCR @@ -0,0 +1,9 @@ +Ratpoison is a simple Window Manager with no fat library +dependencies, no fancy graphics, no window decorations, +and no flashy wank. It is largely modelled after GNU +Screen which has done wonders in virtual terminal market. + +All interaction with the window manager is done through +keystrokes. ratpoison has a prefix map to minimize the +key clobbering that cripples EMACS and other quality +pieces of software. diff --git a/wm/ratpoison/pkg/PLIST b/wm/ratpoison/pkg/PLIST new file mode 100644 index 00000000000..0aa285b890c --- /dev/null +++ b/wm/ratpoison/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/12 07:59:08 zuntum Exp $ +bin/ratpoison +@unexec install-info --delete --info-dir=%D/info %D/info/ratpoison.info +info/ratpoison.info +@exec install-info --info-dir=%D/info %D/info/ratpoison.info +man/man1/ratpoison.1 +share/doc/ratpoison/AUTHORS +share/doc/ratpoison/COPYING +share/doc/ratpoison/ChangeLog +share/doc/ratpoison/NEWS +share/doc/ratpoison/README +@dirrm share/doc/ratpoison -- cgit v1.2.3