Date: Wed, 26 Dec 2001 07:02:18 +0000 (GMT) From: Bruce M Simpson <bms@spc.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33185: NEW PORT: x11/wmfstatus 0.4 Message-ID: <20011226070218.3562B2102C@kiowa.dek.spc.org>
next in thread | raw e-mail | index | archive | help
>Number: 33185 >Category: ports >Synopsis: NEW PORT: x11/wmfstatus 0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 25 23:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.0-CURRENT i386 >Organization: spc.org >Environment: System: FreeBSD kiowa.dek.spc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Mon Dec 24 04:57:54 GMT 2001 root@kiowa.dek.spc.org:/usr/src/sys/i386/compile/KIOWA i386 >Description: wmfstatus is a general purpose LCD panel for the WindowMaker dock. >How-To-Repeat: >Fix: --- wmfstatus.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: # # wmfstatus # wmfstatus/pkg-comment # wmfstatus/pkg-descr # wmfstatus/pkg-plist # wmfstatus/Makefile # wmfstatus/files # wmfstatus/files/patch-aa # wmfstatus/distinfo # echo c - wmfstatus mkdir -p wmfstatus > /dev/null 2>&1 echo x - wmfstatus/pkg-comment sed 's/^X//' >wmfstatus/pkg-comment << 'END-of-wmfstatus/pkg-comment' XGeneral purpose LCD display for the WindowMaker dock END-of-wmfstatus/pkg-comment echo x - wmfstatus/pkg-descr sed 's/^X//' >wmfstatus/pkg-descr << 'END-of-wmfstatus/pkg-descr' XFrom the author's website: X XIt is a very useful general purpose 8x5 LCD screen. It can show any Xinformation you provide manually or generate by some script/program. XCan monitor anything, starting with number of new messages in inbox Xand ending with number of unread articles on Slashdot. I myself use Xtwo instances of wmfstatus to see number of unread mails in the big Xnumber of folders I have. X XAuthor: finik@sporu.net X XWWW: http://www.finik.net/software.html X XBruce Xbms@spc.org END-of-wmfstatus/pkg-descr echo x - wmfstatus/pkg-plist sed 's/^X//' >wmfstatus/pkg-plist << 'END-of-wmfstatus/pkg-plist' Xbin/wmfstatus END-of-wmfstatus/pkg-plist echo x - wmfstatus/Makefile sed 's/^X//' >wmfstatus/Makefile << 'END-of-wmfstatus/Makefile' X# New ports collection makefile for: wmfstatus X# Date created: 26 December 2001 X# Whom: Bruce M Simpson <bms@spc.org> X# X# $FreeBSD$ X# X XPORTNAME= wmfstatus XPORTVERSION= 0.4 XCATEGORIES= x11 XMASTER_SITES= http://www.finik.net/files/ X XMAINTAINER= bms@spc.org X XWRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_XPM= yes X XNO_MAN= X X.include <bsd.port.mk> END-of-wmfstatus/Makefile echo c - wmfstatus/files mkdir -p wmfstatus/files > /dev/null 2>&1 echo x - wmfstatus/files/patch-aa sed 's/^X//' >wmfstatus/files/patch-aa << 'END-of-wmfstatus/files/patch-aa' X--- Makefile.dist Wed Dec 26 04:44:38 2001 X+++ Makefile Wed Dec 26 04:49:38 2001 X@@ -1,4 +1,4 @@ X-LIBDIR = -L/usr/X11R6/lib X+LIBDIR = -L${X11BASE}/lib X LIBS = -lXpm -lXext -lX11 X FLAGS = -O2 X OBJS = wmfstatus.o \ X@@ -8,7 +8,7 @@ X X X .c.o: X- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o X+ cc -I${X11BASE}/include $(FLAGS) -c -Wall $< -o $*.o X X wmfstatus: $(OBJS) X cc $(FLAGS) -o wmfstatus $^ -lXext $(LIBDIR) $(LIBS) X@@ -23,7 +23,4 @@ X rm -f *~ X X install:: wmfstatus X- cp -f wmfstatus /usr/local/bin/ X- chmod 755 /usr/local/bin/wmfstatus X- chown root:root /usr/local/bin/wmfstatus X- @echo "WMFSTATUS Installation finished..." X+ install -s -o root -g wheel -m 0755 ./wmfstatus ${PREFIX}/bin/ END-of-wmfstatus/files/patch-aa echo x - wmfstatus/distinfo sed 's/^X//' >wmfstatus/distinfo << 'END-of-wmfstatus/distinfo' XMD5 (wmfstatus-0.4.tar.gz) = 91c4d03268c935663bc55dc7eb61597c END-of-wmfstatus/distinfo exit --- wmfstatus.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011226070218.3562B2102C>