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.

WWW: http://ratpoison.sourceforge.net/

Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>,
lebel@ ok
This commit is contained in:
heko 2001-11-10 18:31:38 +00:00
parent 49a24609b5
commit e3f05afe1f
4 changed files with 47 additions and 0 deletions

26
x11/ratpoison/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 18:31:38 heko Exp $
COMMENT= "minimal wm based on GNU screen"
DISTNAME= ratpoison-1.0.0
CATEGORIES= x11
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://openbsd.rutgers.edu/
MASTER_SITE_SUBDIR= ratpoison
HOMEPAGE= http://ratpoison.sourceforge.net/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# License: GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
x11/ratpoison/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ratpoison-1.0.0.tar.gz) = e84a6609f9992644262bbbfa270d69ee
RMD160 (ratpoison-1.0.0.tar.gz) = 850032bcd2567d8d3ff3f5fd66218b794467fff8
SHA1 (ratpoison-1.0.0.tar.gz) = cacce36f26092f4e2a6573e2bb373a0cc3f19763

6
x11/ratpoison/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
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.
WWW: ${HOMEPAGE}

12
x11/ratpoison/pkg/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/10 18:31:38 heko Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/ratpoison.info
bin/ratpoison
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
@exec install-info --info-dir=%D/info %D/info/ratpoison.info