Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 22:19:00 -0500
From:      "kitsune " <v.velox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/110148: Net port: x11/roxbg A tool for setting the background in rox using a simple command.
Message-ID:  <1173496740.21635@vixen42.vulpes>
Resent-Message-ID: <200703100340.l2A3e31I092158@freefall.freebsd.org>

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

>Number:         110148
>Category:       ports
>Synopsis:       Net port: x11/roxbg  A tool for setting the background in rox using a simple command.
>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 Mar 10 03:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     kitsune
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #2: Wed Mar  7 19:30:14 EST 2007
    root@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2



>Description:


roxbg is a small shell script to handle talking to the POS XML API used by rox.

This makes it easy to set the bg from things like gqview, xterm, or the like.


>How-To-Repeat:


1: notice the XML API used by rox detonates goats
2:
3: install this
4: avoid major annoyances from having to muck around with a poorly though out API
5: switch to XFCE?


>Fix:


--- roxbg.shar begins here ---
# 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:
#
#	roxbg/
#	roxbg/Makefile
#	roxbg/pkg-descr
#
echo c - roxbg/
mkdir -p roxbg/ > /dev/null 2>&1
echo x - roxbg/Makefile
sed 's/^X//' >roxbg/Makefile << 'END-of-roxbg/Makefile'
X# New ports collection makefile for: comiccron
X# Date created:        9 March 2007
X# Whom:                Zane C. Bowers
X#
X# $FreeBSD$
X#
X
XPORTNAME=	roxbg
XPORTVERSION=	1.0.0
XCATEGORIES=	x11 deskutils
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=
XEXTRACT_ONLY=
X
XMAINTAINER=	vvelox@vvelox.net
XCOMMENT=	A tool for setting the background in rox using a simple command.
X
XRUN_DEPENDS=	${PREFIX}/bin/rox:${PORTSDIR}/x11-fm/rox-filer
X
XNO_WRKSUBDIR=	yes
X
XMASTER_SITES=	http://vvelox.net/programs/unix/x11/
X
XPLIST_FILES=	bin/roxbg
X
Xpost-extract:
X	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
X
X#nothing to configure
Xdo-configure:
X	@${ECHO} -n
X
X#nothing to make
Xdo-build:
X	@${ECHO} -n
X
Xdo-install:
X	@${CP} -v ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/roxbg
X	@${CHMOD} +x ${PREFIX}/bin/roxbg
X
X.include <bsd.port.mk>
END-of-roxbg/Makefile
echo x - roxbg/pkg-descr
sed 's/^X//' >roxbg/pkg-descr << 'END-of-roxbg/pkg-descr'
XMakes it easy to set the background in rox instead of having to
Xhaving to muck around with the XML API it uses.
X
X-f fill the screen with the image
X-s scale the image with out stretching it
X-c center image and do not scale
X-t tile the image
X
Xdefault: -s
END-of-roxbg/pkg-descr
exit

--- roxbg.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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