From owner-freebsd-ports Sat Mar 31 7:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47DF537B71B for ; Sat, 31 Mar 2001 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFo1f23983; Sat, 31 Mar 2001 07:50:01 -0800 (PST) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 442AF37B718 for ; Sat, 31 Mar 2001 07:47:28 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 1292A3C8E; Sat, 31 Mar 2001 17:47:26 +0200 (CEST) Message-Id: <20010331154726.1292A3C8E@totem.fix.no> Date: Sat, 31 Mar 2001 17:47:26 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26245: New port: x11-clocks/wmfishtime Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26245 >Category: ports >Synopsis: New port: x11-clocks/wmfishtime >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 Mar 31 07:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.2-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: Tested in: 4.2-STABLE from January FreeBSD current.localnet 5.0-20010116-CURRENT FreeBSD 5.0-20010116-CURRENT #0: Tue Jan 16 16:30:03 GMT 2001 root@usw2.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: New port of wmfishtime, a time/date applet for WindowMaker with fishes swimming around. >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: # # wmfishtime # wmfishtime/files # wmfishtime/files/patch-Makefile # wmfishtime/pkg-comment # wmfishtime/Makefile # wmfishtime/distinfo # wmfishtime/pkg-descr # wmfishtime/pkg-plist # echo c - wmfishtime mkdir -p wmfishtime > /dev/null 2>&1 echo c - wmfishtime/files mkdir -p wmfishtime/files > /dev/null 2>&1 echo x - wmfishtime/files/patch-Makefile sed 's/^X//' >wmfishtime/files/patch-Makefile << 'END-of-wmfishtime/files/patch-Makefile' X--- Makefile.orig Thu Mar 29 22:14:33 2001 X+++ Makefile Sat Mar 31 14:31:34 2001 X@@ -15,17 +15,16 @@ X X # no user serviceable parts below this line X # optimization cflags X-CFLAGS = -O3 -Wall `gtk-config --cflags` ${EXTRA} X+CFLAGS+= -Wall `gtk12-config --cflags` ${EXTRA} X # profiling cflags X # CFLAGS=-ansi -pedantic -Wall -pg -O3 `gtk-config --cflags` ${EXTRA} -DPRO X # test coverage cflags X # CFLAGS=-fprofile-arcs -ftest-coverage -Wall -ansi -pedantic -g `gtk-config --cflags` ${EXTRA} -DPRO X X X-CC = gcc X SHELL = sh X OBJS = fishmon.o X-LIBS = `gtk-config --libs | sed "s/-lgtk//g"` X+LIBS = `gtk12-config --libs | sed "s/-lgtk12//g"` X INSTALL = -m 755 X X all: wmfishtime END-of-wmfishtime/files/patch-Makefile echo x - wmfishtime/pkg-comment sed 's/^X//' >wmfishtime/pkg-comment << 'END-of-wmfishtime/pkg-comment' XA time/date applet for WindowMaker with fishes swimming around END-of-wmfishtime/pkg-comment echo x - wmfishtime/Makefile sed 's/^X//' >wmfishtime/Makefile << 'END-of-wmfishtime/Makefile' X# New ports collection makefile for: wmfishtime X# Date created: 31 March 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= wmfishtime XPORTVERSION= 1.1 XCATEGORIES= x11-clocks windowmaker XMASTER_SITES= http://www.ne.jp/asahi/linux/timecop/ \ X http://www.freenix.no/~anders/ X XMAINTAINER= anders@fix.no X XUSE_GTK= yes XUSE_X_PREFIX= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin X X.include END-of-wmfishtime/Makefile echo x - wmfishtime/distinfo sed 's/^X//' >wmfishtime/distinfo << 'END-of-wmfishtime/distinfo' XMD5 (wmfishtime-1.1.tar.gz) = 104eedea5701b364fc46a3e61be9eb54 END-of-wmfishtime/distinfo echo x - wmfishtime/pkg-descr sed 's/^X//' >wmfishtime/pkg-descr << 'END-of-wmfishtime/pkg-descr' XThis is a time/date applet for WindowMaker (and BlackBox, E, SawFish...). Top Xpart has the clock face, bottom part has day of the week, followed by day, Xfollowed by month. Yellow hand counts seconds, green hand counts minutes, red Xhand counts hours. Few seconds after startup there are at least 32 bubbles Xfloating up behind the clock face. There are 4 fishes randomly swimming back Xand forth. If you move your mouse inside the dockapp window, the fish will get Xscared and run away. X XWWW: http://www.ne.jp/asahi/linux/timecop/#wmfishtime X X- Anders Nordby END-of-wmfishtime/pkg-descr echo x - wmfishtime/pkg-plist sed 's/^X//' >wmfishtime/pkg-plist << 'END-of-wmfishtime/pkg-plist' Xbin/wmfishtime END-of-wmfishtime/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message