Date: Sat, 5 Jun 1999 16:37:46 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12040: New port: toolbox Message-ID: <19990605233746.E7037143C@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 12040 >Category: ports >Synopsis: New port: toolbox >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 Jun 5 16:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun 1 19:22:37 PDT 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: A style/theme configuration utility for the blackbox window manager. I put it in misc following the precedent that enlightenment-conf set. >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: # # toolbox # toolbox/files # toolbox/files/md5 # toolbox/patches # toolbox/patches/patch-aa # toolbox/pkg # toolbox/pkg/COMMENT # toolbox/pkg/DESCR # toolbox/pkg/PLIST # toolbox/Makefile # echo c - toolbox mkdir -p toolbox > /dev/null 2>&1 echo c - toolbox/files mkdir -p toolbox/files > /dev/null 2>&1 echo x - toolbox/files/md5 sed 's/^X//' >toolbox/files/md5 << 'END-of-toolbox/files/md5' XMD5 (toolbox-0.4.0.tar.gz) = 0e3000c14df48439b831e88316944540 END-of-toolbox/files/md5 echo c - toolbox/patches mkdir -p toolbox/patches > /dev/null 2>&1 echo x - toolbox/patches/patch-aa sed 's/^X//' >toolbox/patches/patch-aa << 'END-of-toolbox/patches/patch-aa' X--- Makefile.orig Sat Jun 5 16:31:00 1999 X+++ Makefile Sat Jun 5 16:31:25 1999 X@@ -1,6 +1,6 @@ X-CC = gcc X-LIBS = `gtk-config --libs` `glib-config --libs` -L/usr/X11R6/lib -lX11 X-CFLAGS = -g -O2 -Wall `gtk-config --cflags` `glib-config --cflags` -I/usr/X11R6/include X+CC ?= gcc X+LIBS = `gtk12-config --libs` `glib12-config --libs` -L/usr/X11R6/lib -lX11 X+CFLAGS += `gtk12-config --cflags` `glib12-config --cflags` -I/usr/X11R6/include X X OBJECTS = toolbox.o sigfunc.o widget.o tree.o uibox.o color.o io.o parser.o X SOURCES = toolbox.c sigfunc.c widget.c tree.c uibox.c color.c io.c parser.c END-of-toolbox/patches/patch-aa echo c - toolbox/pkg mkdir -p toolbox/pkg > /dev/null 2>&1 echo x - toolbox/pkg/COMMENT sed 's/^X//' >toolbox/pkg/COMMENT << 'END-of-toolbox/pkg/COMMENT' XA blackbox style configuration utility. END-of-toolbox/pkg/COMMENT echo x - toolbox/pkg/DESCR sed 's/^X//' >toolbox/pkg/DESCR << 'END-of-toolbox/pkg/DESCR' XA utility for the blackbox window manager that allows you to configure and Xcreate "styles" or "themes" for your desktop. X X-Chris Piazza Xcpiazza@home.net END-of-toolbox/pkg/DESCR echo x - toolbox/pkg/PLIST sed 's/^X//' >toolbox/pkg/PLIST << 'END-of-toolbox/pkg/PLIST' Xbin/toolbox END-of-toolbox/pkg/PLIST echo x - toolbox/Makefile sed 's/^X//' >toolbox/Makefile << 'END-of-toolbox/Makefile' X# New ports collection makefile for: toolbox X# Version required: 0.4.0 X# Date created: 05 June 1999 X# Whom: Chris Piazza <cpiazza@home.net> X# X# $Id$ X# X XDISTNAME= toolbox-0.4.0 XCATEGORIES= misc XMASTER_SITES= http://cs.bc.edu/~kelleyry/blackbox/utils/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XALL_TARGET= default X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox X X.include <bsd.port.mk> END-of-toolbox/Makefile exit -Chris >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?19990605233746.E7037143C>