diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-12 07:59:08 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-12 07:59:08 +0000 |
commit | b5a6da867060400930c48e6c827121b3fa047878 (patch) | |
tree | 33b30cdd6ba941f6bd28916c026671fdcdaf253e /wm | |
parent | 5f1e9b742fd780fb7ad9eb2b9cf8857ae42ef1a4 (diff) | |
download | pkgsrc-b5a6da867060400930c48e6c827121b3fa047878.tar.gz |
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.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ratpoison/Makefile | 14 | ||||
-rw-r--r-- | wm/ratpoison/files/md5 | 3 | ||||
-rw-r--r-- | wm/ratpoison/pkg/DESCR | 9 | ||||
-rw-r--r-- | wm/ratpoison/pkg/PLIST | 12 |
4 files changed, 38 insertions, 0 deletions
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 |