Date: Sat, 10 Feb 2001 07:33:56 -0800 From: Gergely Nagy <8@free.bsd.hu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24995: New port: x11-wm/ratpoison - Simple window manager with no fat library dependencies. Message-ID: <E14Rc28-0004UV-00@klecker.debian.org>
next in thread | raw e-mail | index | archive | help
>Number: 24995 >Category: ports >Synopsis: New port: x11-wm/ratpoison - Simple window manager with no fat library dependencies. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 07:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gergely Nagy >Release: FreeBSD 5.0-CURRENT i386 >Organization: The MadHouse Project >Environment: System: FreeBSD fearbsd.bonehunter.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Feb 4 16:16:10 CET 2001 root@fearbsd.bonehunter.org:/usr/obj/usr/src/sys/FEAR i386 >Description: 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ratpoison # ratpoison/Makefile # ratpoison/distinfo # ratpoison/pkg-comment # ratpoison/pkg-descr # ratpoison/pkg-plist # ratpoison/pkg-plist.nodoc # echo c - ratpoison mkdir -p ratpoison > /dev/null 2>&1 echo x - ratpoison/Makefile sed 's/^X//' >ratpoison/Makefile << 'END-of-ratpoison/Makefile' X# New ports collection makefile for: ratpoison X# Date created: January 20, 2001 X# Whom: Gergely Nagy <8@free.bsd.hu> X# X# $FreeBSD$ X# X XPORTNAME= ratpoison XPORTVERSION= 0.0.5 XCATEGORIES= x11-wm XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= 8@free.bsd.hu X X.if defined(WITH_RXVT) XRUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt X.endif X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X X.if defined(WITH_RXVT) Xpre-build: X ${PERL} -pi -e 's/xterm/rxvt/' ${WRKSRC}/src/actions.c X.endif X X.if defined(NOPORTDOCS) XPLIST= ${PKGDIR}/pkg-plist.nodoc X.endif X Xdo-install: X.if !defined(NOPORTDOCS) X ${GMAKE} -C ${WRKSRC} ${INSTALL_TARGET} X.else X ${GMAKE} -C ${WRKSRC} ${INSTALL_TARGET} SUBDIRS=src X.endif X X.include <bsd.port.mk> END-of-ratpoison/Makefile echo x - ratpoison/distinfo sed 's/^X//' >ratpoison/distinfo << 'END-of-ratpoison/distinfo' XMD5 (ratpoison-0.0.5.tar.gz) = 766235d28b34fb4e988fdd1bdcecb622 END-of-ratpoison/distinfo echo x - ratpoison/pkg-comment sed 's/^X//' >ratpoison/pkg-comment << 'END-of-ratpoison/pkg-comment' XSimple window manager with no fat library dependencies END-of-ratpoison/pkg-comment echo x - ratpoison/pkg-descr sed 's/^X//' >ratpoison/pkg-descr << 'END-of-ratpoison/pkg-descr' XRatpoison is a simple Window Manager with no fat library Xdependencies, no fancy graphics, no window decorations, Xand no flashy wank. It is largely modelled after GNU XScreen which has done wonders in virtual terminal market. X XAll interaction with the window manager is done through Xkeystrokes. ratpoison has a prefix map to minimize the Xkey clobbering that cripples EMACS and other quality Xpieces of software. X X- Gergely Nagy X8@free.bsd.hu X XWWW: http://ratpoison.sourceforge.net/ XAuthor: Shawn Betts <sabetts@mail.sourceforge.net> END-of-ratpoison/pkg-descr echo x - ratpoison/pkg-plist sed 's/^X//' >ratpoison/pkg-plist << 'END-of-ratpoison/pkg-plist' Xbin/ratpoison X@unexec install-info --delete %D/info/ratpoison %D/info/dir Xinfo/ratpoison.info X@exec install-info %D/info/ratpoison.info %D/info/dir END-of-ratpoison/pkg-plist echo x - ratpoison/pkg-plist.nodoc sed 's/^X//' >ratpoison/pkg-plist.nodoc << 'END-of-ratpoison/pkg-plist.nodoc' Xbin/ratpoison END-of-ratpoison/pkg-plist.nodoc exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14Rc28-0004UV-00>