Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2010 05:22:13 GMT
From:      Winston Weinert <winstonw@lavabit.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150266: New port: x11/tabbed Simple generic tabbed fronted to xembed aware applications
Message-ID:  <201009040522.o845MDCb062089@www.freebsd.org>
Resent-Message-ID: <201009040530.o845U53T078859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <winstonw@lavabit.com>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009040522.o845MDCb062089>