Date: Sat, 4 Aug 2001 15:08:44 -0700 (PDT) From: Adam@FreeBSD.ORG, Weinberger:monkey@crackula.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: monkey@crackula.com Subject: ports/29462: new port: x11-wm/bbrun (blackbox run box) Message-ID: <200108042208.f74M8ip02003@localhost.crackula.com>
next in thread | raw e-mail | index | archive | help
>Number: 29462 >Category: ports >Synopsis: new port: x11-wm/bbrun (blackbox run box) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 04 15:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD monkeytop.crackula.com 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Sun Jul 22 19:06:12 PDT 2001 root@monkeytop.crackula.com:/usr/obj/home/sys/usr.src/sys/MONKEYTOP i386 >Description: new port: x11-wm/bbrun (blackbox run box) >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: # # x11-wm/bbrun/ # x11-wm/bbrun/distinfo # x11-wm/bbrun/Makefile # x11-wm/bbrun/files # x11-wm/bbrun/files/patch-Makefile # x11-wm/bbrun/pkg-plist # x11-wm/bbrun/pkg-comment # x11-wm/bbrun/pkg-descr # echo c - x11-wm/bbrun/ mkdir -p x11-wm/bbrun/ > /dev/null 2>&1 echo x - x11-wm/bbrun/distinfo sed 's/^X//' >x11-wm/bbrun/distinfo << 'END-of-x11-wm/bbrun/distinfo' XMD5 (bbrun-1.1.tar.gz) = 19264424d472d4de7336429ce507b206 END-of-x11-wm/bbrun/distinfo echo x - x11-wm/bbrun/Makefile sed 's/^X//' >x11-wm/bbrun/Makefile << 'END-of-x11-wm/bbrun/Makefile' X# New ports collection makefile for: bbrun X# Date created: 3 August 2001 X# Whom: Adam Weinberger X# X# $FreeBSD$ X# X XPORTNAME= bbrun XPORTVERSION= 1.1 XCATEGORIES= x11-wm XMASTER_SITES= http://bbtools.windsofstorm.net/sources/contrib/ X XMAINTAINER= monkey@crackula.com X XRUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox X XUSE_X_PREFIX= yes XUSE_GTK= yes XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/${DISTNAME}/bbrun X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin X Xpost-install: X strip ${PREFIX}/bin/bbrun X ${INSTALL_MAN} ${WRKSRC}/../README ${PREFIX}/share/bbtools/README.bbrun X X.include <bsd.port.mk> END-of-x11-wm/bbrun/Makefile echo c - x11-wm/bbrun/files mkdir -p x11-wm/bbrun/files > /dev/null 2>&1 echo x - x11-wm/bbrun/files/patch-Makefile sed 's/^X//' >x11-wm/bbrun/files/patch-Makefile << 'END-of-x11-wm/bbrun/files/patch-Makefile' X--- Makefile.orig Fri Aug 3 12:01:45 2001 X+++ Makefile Fri Aug 3 12:11:18 2001 X@@ -1,6 +1,6 @@ X-LIBDIR = -L/usr/X11R6/lib -L/usr/lib X-LIBS = -lXpm -lXext -lX11 -lm -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl X-CFLAGS = -I/usr/X11R6/include -I/usr/lib/glib/include X+LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib X+LIBS = `gtk-config --libs` -rdynamic -lXpm X+CFLAGS = `gtk-config --cflags` X OBJS = bbrun.o \ X ../wmgeneral/wmgeneral.o \ X ../wmgeneral/misc.o \ X@@ -17,3 +17,5 @@ X rm $$i; \ X done X rm bbrun X+ X+all: bbrun END-of-x11-wm/bbrun/files/patch-Makefile echo x - x11-wm/bbrun/pkg-plist sed 's/^X//' >x11-wm/bbrun/pkg-plist << 'END-of-x11-wm/bbrun/pkg-plist' Xbin/bbrun Xshare/bbtools/README.bbrun END-of-x11-wm/bbrun/pkg-plist echo x - x11-wm/bbrun/pkg-comment sed 's/^X//' >x11-wm/bbrun/pkg-comment << 'END-of-x11-wm/bbrun/pkg-comment' XA Run box for Blackbox END-of-x11-wm/bbrun/pkg-comment echo x - x11-wm/bbrun/pkg-descr sed 's/^X//' >x11-wm/bbrun/pkg-descr << 'END-of-x11-wm/bbrun/pkg-descr' Xbbrun is a Run box for the Blackbox windowmanager. It provides Xa simple interface with which you can launch programs. It is Xdesigned to be a part of the Slit. bbrun will maintain a history Xfile in $HOME/.bbrun_history X XWWW: http://bbtools.windsofstorm.net/ X X-Adam Xmonkey@crackula.com END-of-x11-wm/bbrun/pkg-descr 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?200108042208.f74M8ip02003>