From owner-freebsd-ports Sat Feb 10 7:40:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6186C37B503 for ; Sat, 10 Feb 2001 07:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1AFe2N40273; Sat, 10 Feb 2001 07:40:02 -0800 (PST) (envelope-from gnats) Received: from klecker.debian.org (klecker.debian.org [198.186.203.20]) by hub.freebsd.org (Postfix) with ESMTP id 7925B37B491 for ; Sat, 10 Feb 2001 07:33:56 -0800 (PST) Received: from algernon by klecker.debian.org with local (Exim 3.12 1 (Debian)) id 14Rc28-0004UV-00; Sat, 10 Feb 2001 07:33:56 -0800 Message-Id: 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. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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