Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 20:18:33 +0100 (CET)
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/119694: New port: x11/swarp - simple pointer warping utility
Message-ID:  <200801151918.m0FJIXn3063821@marvin.roe>
Resent-Message-ID: <200801151920.m0FJK17u016242@freefall.freebsd.org>

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

>Number:         119694
>Category:       ports
>Synopsis:       New port: x11/swarp - simple pointer warping utility
>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:   Tue Jan 15 19:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 6.2-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD marvin.roe 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Simple pointer warp is a generic pointer warping utility for X11.
It allows you to place the pointer to arbitrary x/y coordinates,
for instance from within scripts.  It is especially useful in
conjunction with scripted window managers such as wmii.

WWW: http://www.suckless.org/wiki/tools/xlib
>How-To-Repeat:
>Fix:
--- swarp-0.1.diff 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:
#
#	swarp
#	swarp/Makefile
#	swarp/distinfo
#	swarp/pkg-descr
#
echo c - swarp
mkdir -p swarp > /dev/null 2>&1
echo x - swarp/Makefile
sed 's/^X//' >swarp/Makefile << 'END-of-swarp/Makefile'
X# Ports collection makefile for:	swarp
X# Date created:				2008-01-15
X# Whom:					Daniel Roethlisberger <daniel@roe.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	swarp
XPORTVERSION=	0.1
XCATEGORIES=	x11
XMASTER_SITES=	http://www.suckless.org/download/ \
X		http://mirror.roe.ch/dist/${PORTNAME}/
X
XMAINTAINER=	daniel@roe.ch
XCOMMENT=	X11 generic pointer warping utility
X
XUSE_XLIB=	yes
X
XMAKE_ARGS=	LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -lX11" \
X		CFLAGS="${CFLAGS} -I${X11BASE}/include \
X			-DVERSION=\\\"${PORTVERSION}\\\"" \
X		LD=${CC}
X
XPLIST_FILES=	bin/swarp
XPORTDOCS=	README
X
Xpost-patch:
X	@${ECHO} -n > ${WRKSRC}/config.mk
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-swarp/Makefile
echo x - swarp/distinfo
sed 's/^X//' >swarp/distinfo << 'END-of-swarp/distinfo'
XMD5 (swarp-0.1.tar.gz) = b674dd2f33c45cbd789e4b6e09b7b55e
XSHA256 (swarp-0.1.tar.gz) = ef5730fe8ee00879cbec1e91e22a7f0f7817a63375d790d775f5b7427886d45f
XSIZE (swarp-0.1.tar.gz) = 2277
END-of-swarp/distinfo
echo x - swarp/pkg-descr
sed 's/^X//' >swarp/pkg-descr << 'END-of-swarp/pkg-descr'
XSimple pointer warp is a generic pointer warping utility for X11.
XIt allows you to place the pointer to arbitrary x/y coordinates,
Xfor instance from within scripts.  It is especially useful in
Xconjunction with scripted window managers such as wmii.
X
XWWW: http://www.suckless.org/wiki/tools/xlib
END-of-swarp/pkg-descr
exit
--- swarp-0.1.diff ends here ---


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



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