Date: Mon, 26 Jul 2004 10:23:45 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/69613: new port: x11/bbappconf Message-ID: <200407261023.i6QANj7S070216@www.freebsd.org> Resent-Message-ID: <200407261030.i6QAUDQi023194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69613 >Category: ports >Synopsis: new port: x11/bbappconf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 26 10:30:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p9 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Sat Jul 24 12:36:40 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: bbappconf makes it possible to set some options for the windows blackbox opens, like: * on which desktop they should open * if it should be displayed without titlebar * if it should be sticky * position size of windows WWW: http://bbtools.windsofstorm.net/ >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/bbappconf # x11/bbappconf/Makefile # x11/bbappconf/distinfo # x11/bbappconf/pkg-descr # x11/bbappconf/pkg-plist # x11/bbappconf/files # x11/bbappconf/files/patch-resouce.cc # echo c - x11/bbappconf mkdir -p x11/bbappconf > /dev/null 2>&1 echo x - x11/bbappconf/Makefile sed 's/^X//' >x11/bbappconf/Makefile << 'END-of-x11/bbappconf/Makefile' X# New ports collection makefile for: bbappconf X# Date created: 26 July 2004 X# Whom: Gerrit Beine <tux@pinguru.net> X# X# $FreeBSD:$ X# X XPORTNAME= bbappconf XPORTVERSION= 0.0.2 XCATEGORIES= x11 XMASTER_SITES= http://bbtools.windsofstorm.net/sources/ X XMAINTAINER= tux@pinguru.net XCOMMENT= Application configuring tool for the blackbox window manager X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X Xdo-install: X @${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/bbappconf ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/bbtools X.for a in README.bbappconf bbappconf.bb bbappconf.nobb X @${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools X.endfor X X.include <bsd.port.mk> END-of-x11/bbappconf/Makefile echo x - x11/bbappconf/distinfo sed 's/^X//' >x11/bbappconf/distinfo << 'END-of-x11/bbappconf/distinfo' XMD5 (bbappconf-0.0.2.tar.gz) = 3f36aa6739db238d22f2894d697293d9 XSIZE (bbappconf-0.0.2.tar.gz) = 80107 END-of-x11/bbappconf/distinfo echo x - x11/bbappconf/pkg-descr sed 's/^X//' >x11/bbappconf/pkg-descr << 'END-of-x11/bbappconf/pkg-descr' Xbbappconf makes it possible to set some options for the windows blackbox opens, Xlike: X X * on which desktop they should open X * if it should be displayed without titlebar X * if it should be sticky X * position size of windows X XWWW: http://bbtools.windsofstorm.net/ END-of-x11/bbappconf/pkg-descr echo x - x11/bbappconf/pkg-plist sed 's/^X//' >x11/bbappconf/pkg-plist << 'END-of-x11/bbappconf/pkg-plist' Xbin/bbappconf Xshare/bbtools/README.bbappconf Xshare/bbtools/bbappconf.bb Xshare/bbtools/bbappconf.nobb X@unexec rmdir %D/share/bbtools 2>/dev/null || true END-of-x11/bbappconf/pkg-plist echo c - x11/bbappconf/files mkdir -p x11/bbappconf/files > /dev/null 2>&1 echo x - x11/bbappconf/files/patch-resouce.cc sed 's/^X//' >x11/bbappconf/files/patch-resouce.cc << 'END-of-x11/bbappconf/files/patch-resouce.cc' X--- resource.cc.orig Tue Oct 15 21:10:51 2002 X+++ resource.cc Mon Jul 26 11:36:10 2004 X@@ -23,6 +23,7 @@ X #include "blackboxstyle.hh" X X Resource::Resource(ToolWindow *toolwindow): BaseResource(toolwindow) { X+ frame.font = NULL; X Load(); X } X END-of-x11/bbappconf/files/patch-resouce.cc exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407261023.i6QANj7S070216>