diff options
author | roam <roam@FreeBSD.org> | 2001-02-14 14:43:15 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-02-14 14:43:15 +0000 |
commit | b777be0a03d84e384298196f7f905c604b78f197 (patch) | |
tree | 17b7365732f049bffe63d42490893c6b9c2c6a63 /x11-wm | |
parent | 328a825c78ce90c2e420e83329d683866e5b2a37 (diff) | |
download | FreeBSD-ports-b777be0a03d84e384298196f7f905c604b78f197.zip FreeBSD-ports-b777be0a03d84e384298196f7f905c604b78f197.tar.gz |
ratpoison is a simple window manager with no fat library dependencies.
PR: 24995
Submitted by: Gergely Nagy <8@free.bsd.hu>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ratpoison/Makefile | 32 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-descr | 15 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 4 |
6 files changed, 54 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 7be76ef..fb37c80 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -39,6 +39,7 @@ SUBDIR += pwm SUBDIR += qlwm SUBDIR += qvwm + SUBDIR += ratpoison SUBDIR += sapphire SUBDIR += sapphire-themes SUBDIR += sawfish diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile new file mode 100644 index 0000000..99cc2c1 --- /dev/null +++ b/x11-wm/ratpoison/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ratpoison +# Date created: January 20, 2001 +# Whom: Gergely Nagy <8@free.bsd.hu> +# +# $FreeBSD$ +# + +PORTNAME= ratpoison +PORTVERSION= 0.0.5 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= 8@free.bsd.hu + +.if defined(WITH_RXVT) +RUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt +.endif + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.if defined(WITH_RXVT) +pre-build: + ${PERL} -pi -e 's/xterm/rxvt/' ${WRKSRC}/src/actions.c +.endif + +.if defined(NOPORTDOCS) +INSTALL_TARGET= SUBDIRS=src install +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo new file mode 100644 index 0000000..e5ff4b7 --- /dev/null +++ b/x11-wm/ratpoison/distinfo @@ -0,0 +1 @@ +MD5 (ratpoison-0.0.5.tar.gz) = 766235d28b34fb4e988fdd1bdcecb622 diff --git a/x11-wm/ratpoison/pkg-comment b/x11-wm/ratpoison/pkg-comment new file mode 100644 index 0000000..ce1f2b6 --- /dev/null +++ b/x11-wm/ratpoison/pkg-comment @@ -0,0 +1 @@ +Simple window manager with no fat library dependencies diff --git a/x11-wm/ratpoison/pkg-descr b/x11-wm/ratpoison/pkg-descr new file mode 100644 index 0000000..f11a017 --- /dev/null +++ b/x11-wm/ratpoison/pkg-descr @@ -0,0 +1,15 @@ +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. + +- Gergely Nagy +8@free.bsd.hu + +WWW: http://ratpoison.sourceforge.net/ +Author: Shawn Betts <sabetts@mail.sourceforge.net> diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist new file mode 100644 index 0000000..e65093d --- /dev/null +++ b/x11-wm/ratpoison/pkg-plist @@ -0,0 +1,4 @@ +bin/ratpoison +%%PORTDOCS%%@unexec install-info --delete %D/info/ratpoison %D/info/dir +%%PORTDOCS%%info/ratpoison.info +%%PORTDOCS%%@exec install-info %D/info/ratpoison.info %D/info/dir |