Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 20:33:09 +0200 (CEST)
From:      Fredrik Lindberg <fliREMOVEME@shapeshifter.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69822: New port: sysutils/xwlans Displays wlan signal strength on x11 root-desktop
Message-ID:  <20040730183309.7B2E440BF@biocandy.shapeshifter.se>
Resent-Message-ID: <200407301910.i6UJAF9B070352@freefall.freebsd.org>

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

>Number:         69822
>Category:       ports
>Synopsis:       New port: sysutils/xwlans Displays wlan signal strength on x11 root-desktop
>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:   Fri Jul 30 19:10:15 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fredrik Lindberg
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD biocandy.shapeshifter.se 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #2: Fri May 28 16:31:01 CEST 2004 root@biocandy.shapeshifter.se:/usr/obj/usr/src/sys/BIOCANDY i386


	
>Description:
This utility displays your current wlan (IEEE 802.11/wavelan) signal strength
in a nice graph on your X11 root desktop.

WWW: http://shapeshifter.se/code/xwlans/

-- Fredrik Lindberg
   fliREMOVEME@shapeshifter.se

>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:
#
#	xwlans
#	xwlans/files
#	xwlans/files/patch-Makefile
#	xwlans/Makefile
#	xwlans/pkg-descr
#	xwlans/distinfo
#
echo c - xwlans
mkdir -p xwlans > /dev/null 2>&1
echo c - xwlans/files
mkdir -p xwlans/files > /dev/null 2>&1
echo x - xwlans/files/patch-Makefile
sed 's/^X//' >xwlans/files/patch-Makefile << 'END-of-xwlans/files/patch-Makefile'
X*** Makefile.orig	Tue Dec 23 16:43:46 2003
X--- Makefile	Fri Jul 30 20:08:42 2004
X***************
X*** 1,15 ****
X! CC	= gcc
X! CFLAGS	= -O2 -ansi -Wall -L/usr/X11R6/lib -I/usr/X11R6/include
X  
X  OBJS	= main.o graphics.o sys.o osdep/freebsd.o
X  
X  all::	${OBJS}
X! 	${CC} -o xwlans *.o -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include 
X  
X  install:: xwlans 
X  	strip xwlans
X! 	cp xwlans /usr/X11R6/bin
X! 	chmod 0755 /usr/X11R6/bin/xwlans
X  
X  clean::
X  	rm *.o
X--- 1,14 ----
X! CFLAGS += -L${X11BASE}/lib -I${X11BASE}/include
X  
X  OBJS	= main.o graphics.o sys.o osdep/freebsd.o
X  
X  all::	${OBJS}
X! 	${CC} -o xwlans *.o -lX11 -L${X11BASE}/lib -I${X11BASE}/include 
X  
X  install:: xwlans 
X  	strip xwlans
X! 	cp xwlans ${X11BASE}/bin
X! 	chmod 0755 ${X11BASE}/bin/xwlans
X  
X  clean::
X  	rm *.o
END-of-xwlans/files/patch-Makefile
echo x - xwlans/Makefile
sed 's/^X//' >xwlans/Makefile << 'END-of-xwlans/Makefile'
XPORTNAME=	xwlans
XPORTVERSION=	0.1.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://shapeshifter.se/code/xwlans/release/ \
X		http://mirror.shapeshifter.se/code/xwlans/release/
X
XMAINTAINER=	fliREMOVEME@shapeshifter.se
XCOMMENT=	Utilty to display your wavelan signal strength on the X11 root-display
X
XUSE_X_PREFIX=	yes
XPLIST_FILES=	bin/xwlans
X
X.include <bsd.port.mk>
END-of-xwlans/Makefile
echo x - xwlans/pkg-descr
sed 's/^X//' >xwlans/pkg-descr << 'END-of-xwlans/pkg-descr'
XThis utility displays your current wlan (IEEE 802.11/wavelan) signal strength 
Xin a nice graph on your X11 root desktop.
X
XWWW: http://shapeshifter.se/code/xwlans/
X
X-- Fredrik Lindberg
X   fliREMOVEME@shapeshifter.se
END-of-xwlans/pkg-descr
echo x - xwlans/distinfo
sed 's/^X//' >xwlans/distinfo << 'END-of-xwlans/distinfo'
XMD5 (xwlans-0.1.2.tar.gz) = c36c7764470200cabaaf40a850bce7a9
XSIZE (xwlans-0.1.2.tar.gz) = 4836
END-of-xwlans/distinfo
exit


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



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