Date: Sat, 6 Oct 2001 18:58:28 -0400 (EDT) From: Patrick Li <pat@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31091: New port: sysutils/wmzazof Message-ID: <200110062258.f96MwSw09594@cc92687-a.wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 31091 >Category: ports >Synopsis: New port: sysutils/wmzazof >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: wmzazof is a very simple WindowMaker dockapp that displays the uptime (hours, minutes or days), free mem (kB) and used mem (kB). Two modes exist for mem used and mem free: with or without cache. At startup the dockapp is in uptime mode hours, mem free with cache and mem used without cache. WWW: http://www.zazof.org/wmzazof/ Author: Jef De Geeter <jef@zazof.org> >How-To-Repeat: N/A >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: # # wmzazof # wmzazof/files # wmzazof/files/patch-Makefile # wmzazof/Makefile # wmzazof/distinfo # wmzazof/pkg-descr # wmzazof/pkg-plist # wmzazof/pkg-comment # echo c - wmzazof mkdir -p wmzazof > /dev/null 2>&1 echo c - wmzazof/files mkdir -p wmzazof/files > /dev/null 2>&1 echo x - wmzazof/files/patch-Makefile sed 's/^X//' >wmzazof/files/patch-Makefile << 'END-of-wmzazof/files/patch-Makefile' X--- Makefile.orig Sat Oct 6 15:46:35 2001 X+++ Makefile Sat Oct 6 18:52:19 2001 X@@ -1,13 +1,15 @@ X-CC = gcc X-CFLAGS = -O2 -Wall -fomit-frame-pointer -s X-INCDIR = -I/usr/X11R6/include/X11 X-DESTDIR= /usr/bin X-LIBDIR = -L/usr/X11R6/lib X+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X LIBS = -ldockapp -lX11 -lXext -lXpm X OBJS = wmzazof.o X X+all: wmzazof X+ X wmzazof: $(OBJS) X $(CC) $(CFLAGS) $(OBJS) -o wmzazof $(INCDIR) $(LIBDIR) $(LIBS) X+ X+.c.o: X+ $(CC) -c -o wmzazof.o wmzazof.c $(CFLAGS) $(INCDIR) X X install: wmzazof X strip wmzazof END-of-wmzazof/files/patch-Makefile echo x - wmzazof/Makefile sed 's/^X//' >wmzazof/Makefile << 'END-of-wmzazof/Makefile' X# New ports collection makefile for: wmzazof X# Date created: Sat Oct 6 18:44:32 EDT 2001 X# Whom: Patrick Li <pat@databits.net> X# X# $FreeBSD$ X# X XPORTNAME= wmzazof XPORTVERSION= 0.3 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://users.chello.be/cr49940//wmzazof/ X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/wmzazof ${PREFIX}/bin X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif #NOPORTDOCS X X.include <bsd.port.mk> END-of-wmzazof/Makefile echo x - wmzazof/distinfo sed 's/^X//' >wmzazof/distinfo << 'END-of-wmzazof/distinfo' XMD5 (wmzazof-0.3.tar.gz) = 9b6258e7b9f571ea9185fe7ebbe99a49 END-of-wmzazof/distinfo echo x - wmzazof/pkg-descr sed 's/^X//' >wmzazof/pkg-descr << 'END-of-wmzazof/pkg-descr' Xwmzazof is a very simple WindowMaker dockapp that displays the uptime X(hours, minutes or days), free mem (kB) and used mem (kB). Two modes Xexist for mem used and mem free: with or without cache. At startup Xthe dockapp is in uptime mode hours, mem free with cache and mem used Xwithout cache. X XWWW: http://www.zazof.org/wmzazof/ XAuthor: Jef De Geeter <jef@zazof.org> END-of-wmzazof/pkg-descr echo x - wmzazof/pkg-plist sed 's/^X//' >wmzazof/pkg-plist << 'END-of-wmzazof/pkg-plist' Xbin/wmzazof X%%PORTDOCS%%share/doc/wmzazof/README X%%PORTDOCS%%@dirrm share/doc/wmzazof END-of-wmzazof/pkg-plist echo x - wmzazof/pkg-comment sed 's/^X//' >wmzazof/pkg-comment << 'END-of-wmzazof/pkg-comment' XA simple dockapp that displays the uptime, free and used memory END-of-wmzazof/pkg-comment exit >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?200110062258.f96MwSw09594>