From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 4 05:30:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5E0A10656BF for ; Sat, 4 Sep 2010 05:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7730E8FC0A for ; Sat, 4 Sep 2010 05:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o845U5sg078865 for ; Sat, 4 Sep 2010 05:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o845U53T078859; Sat, 4 Sep 2010 05:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 4 Sep 2010 05:30:05 GMT Resent-Message-Id: <201009040530.o845U53T078859@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Winston Weinert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F0410656D3 for ; Sat, 4 Sep 2010 05:22:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 52E828FC08 for ; Sat, 4 Sep 2010 05:22:13 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o845MD1w062090 for ; Sat, 4 Sep 2010 05:22:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o845MDCb062089; Sat, 4 Sep 2010 05:22:13 GMT (envelope-from nobody) Message-Id: <201009040522.o845MDCb062089@www.freebsd.org> Date: Sat, 4 Sep 2010 05:22:13 GMT From: Winston Weinert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150266: New port: x11/tabbed Simple generic tabbed fronted to xembed aware applications X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2010 05:30:05 -0000 >Number: 150266 >Category: ports >Synopsis: New port: x11/tabbed Simple generic tabbed fronted to xembed aware applications >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 04 05:30:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Winston Weinert >Release: 8.1-Release >Organization: >Environment: FreeBSD ironwood.local 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Simple generic tabbed fronted to xembed aware applications >How-To-Repeat: Attempt to install tabbed from ports. >Fix: See attachment: tabbed.txt, which is a applications/shar file, not a text file! Patch attached with submission follows: # 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: # # tabbed # tabbed/Makefile # tabbed/files # tabbed/files/patch-config.mk # tabbed/pkg-descr # tabbed/distinfo # echo c - tabbed mkdir -p tabbed > /dev/null 2>&1 echo x - tabbed/Makefile sed 's/^X//' >tabbed/Makefile << '0bd49f5bc834720d0a3f56c85a2ed1a7' X# New ports collection makefile for: tabbed X# Date created: September 03, 2010 X# Whom: Winston Weinert X# X# $FreeBSD$ X# X XPORTNAME= tabbed XPORTVERSION= 0.3 XCATEGORIES= x11 XMASTER_SITES= http://dl.suckless.org/tools/ X XMAINTAINER= winstonw@lavabit.com XCOMMENT= Simple generic tabbed fronted to xembed aware applications X XUSE_XORG= x11 X XMAN1= tabbed.1 XPLIST_FILES= bin/tabbed XPORTDOCS= LICENSE README X Xpre-everything:: X @${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:" X @${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean" X Xpost-extract: X.if defined(TABBED_CONF) X @${ECHO_MSG} "creating config.h from ${TABBED_CONF}" X @${CP} ${TABBED_CONF} ${WRKSRC}/config.h X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" X @${MKDIR} ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include 0bd49f5bc834720d0a3f56c85a2ed1a7 echo c - tabbed/files mkdir -p tabbed/files > /dev/null 2>&1 echo x - tabbed/files/patch-config.mk sed 's/^X//' >tabbed/files/patch-config.mk << 'd0b056b78f90112746969bb19000562e' X--- config.mk.orig 2010-09-03 23:40:32.000000000 -0500 X+++ config.mk 2010-09-03 23:42:18.000000000 -0500 X@@ -4,12 +4,12 @@ X # Customize below to fit your system X X # paths X-PREFIX = /usr/local X-MANPREFIX = ${PREFIX}/share/man X+PREFIX?= /usr/local X+MANPREFIX = ${PREFIX}/man X X # includes and libs X-INCS = -I. -I/usr/include X-LIBS = -L/usr/lib -lc -lX11 X+INCS = -I. -I/usr/include -I/usr/local/include X+LIBS = -L/usr/lib -L/usr/local/lib -lc -lX11 X X # flags X CPPFLAGS = -DVERSION=\"${VERSION}\" X@@ -21,4 +21,4 @@ X #LDFLAGS = ${LIBS} X X # compiler and linker X-CC = cc X+CC?= cc d0b056b78f90112746969bb19000562e echo x - tabbed/pkg-descr sed 's/^X//' >tabbed/pkg-descr << '3752bd8c5cd4c8d27ed14df22ee55e35' Xtabbed is a simple Xembed container manager based on Xlib. tabbed Xwas originally designed for surf but also usable with many other Xapplication, i.e. uzbl, urxvt and xterm. X XIt consists of a single binary, configuration is done at compile-time Xby a single config.h file. X XWWW: http://tools.suckless.org/tabbed 3752bd8c5cd4c8d27ed14df22ee55e35 echo x - tabbed/distinfo sed 's/^X//' >tabbed/distinfo << '47f7aea96a0c4ad417a8cf47959cd6e9' XMD5 (tabbed-0.3.tar.gz) = 4a30458f9adc38db549f735b8fb6451b XSHA256 (tabbed-0.3.tar.gz) = bb72aa6e4831e0aadee8a6232d8532a548e736236bbaaed970e77fb5d3177ff0 XSIZE (tabbed-0.3.tar.gz) = 9177 47f7aea96a0c4ad417a8cf47959cd6e9 exit >Release-Note: >Audit-Trail: >Unformatted: