From cdd3dcc6de6b3391ca14df1cbc13beac7a7112f4 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 7 Apr 2001 05:14:11 +0000 Subject: Add wmfishtime 1.1, a time/date applet for WindowMaker with fishes swimming around. PR: 26245 Submitted by: Anders Nordby --- x11-clocks/Makefile | 1 + x11-clocks/wmfishtime/Makefile | 26 ++++++++++++++++++++++++++ x11-clocks/wmfishtime/distinfo | 1 + x11-clocks/wmfishtime/pkg-comment | 1 + x11-clocks/wmfishtime/pkg-descr | 11 +++++++++++ x11-clocks/wmfishtime/pkg-plist | 1 + 6 files changed, 41 insertions(+) create mode 100644 x11-clocks/wmfishtime/Makefile create mode 100644 x11-clocks/wmfishtime/distinfo create mode 100644 x11-clocks/wmfishtime/pkg-comment create mode 100644 x11-clocks/wmfishtime/pkg-descr create mode 100644 x11-clocks/wmfishtime/pkg-plist (limited to 'x11-clocks') diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 7607d6f3ddcb..73daede01968 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -23,6 +23,7 @@ SUBDIR += tclock SUBDIR += wmcalclock SUBDIR += wmdate + SUBDIR += wmfishtime SUBDIR += wmitime SUBDIR += wmtime SUBDIR += wmtz diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile new file mode 100644 index 000000000000..a371c74a2537 --- /dev/null +++ b/x11-clocks/wmfishtime/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: wmfishtime +# Date created: 31 March 2001 +# Whom: Anders Nordby +# +# $FreeBSD$ +# + +PORTNAME= wmfishtime +PORTVERSION= 1.1 +CATEGORIES= x11-clocks windowmaker +MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/ \ + http://www.freenix.no/~anders/ + +MAINTAINER= anders@fix.no + +USE_GTK= yes +USE_X_PREFIX= yes + +pre-build: + ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3@${CFLAGS}@g; \ + s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin + +.include diff --git a/x11-clocks/wmfishtime/distinfo b/x11-clocks/wmfishtime/distinfo new file mode 100644 index 000000000000..344c12df21ef --- /dev/null +++ b/x11-clocks/wmfishtime/distinfo @@ -0,0 +1 @@ +MD5 (wmfishtime-1.1.tar.gz) = 104eedea5701b364fc46a3e61be9eb54 diff --git a/x11-clocks/wmfishtime/pkg-comment b/x11-clocks/wmfishtime/pkg-comment new file mode 100644 index 000000000000..b4543cb37432 --- /dev/null +++ b/x11-clocks/wmfishtime/pkg-comment @@ -0,0 +1 @@ +A time/date applet for WindowMaker with fishes swimming around diff --git a/x11-clocks/wmfishtime/pkg-descr b/x11-clocks/wmfishtime/pkg-descr new file mode 100644 index 000000000000..31a65773bd0c --- /dev/null +++ b/x11-clocks/wmfishtime/pkg-descr @@ -0,0 +1,11 @@ +This is a time/date applet for WindowMaker (and BlackBox, E, SawFish...). Top +part has the clock face, bottom part has day of the week, followed by day, +followed by month. Yellow hand counts seconds, green hand counts minutes, red +hand counts hours. Few seconds after startup there are at least 32 bubbles +floating up behind the clock face. There are 4 fishes randomly swimming back +and forth. If you move your mouse inside the dockapp window, the fish will get +scared and run away. + +WWW: http://www.ne.jp/asahi/linux/timecop/#wmfishtime + +- Anders Nordby diff --git a/x11-clocks/wmfishtime/pkg-plist b/x11-clocks/wmfishtime/pkg-plist new file mode 100644 index 000000000000..de8ae87abcea --- /dev/null +++ b/x11-clocks/wmfishtime/pkg-plist @@ -0,0 +1 @@ +bin/wmfishtime -- cgit v1.2.3