summaryrefslogtreecommitdiff
path: root/time/wmfishtime
diff options
context:
space:
mode:
authorkei <kei>2001-04-09 06:46:12 +0000
committerkei <kei>2001-04-09 06:46:12 +0000
commitfb3b5005ed11ce83f6bc2dd3c1bd35bf9caff87f (patch)
tree7334cf97b51a9fc4ee7108473b62fc0d5b1c64ca /time/wmfishtime
parentf4d905cf36ce1844839b240856c78f156f850951 (diff)
downloadpkgsrc-fb3b5005ed11ce83f6bc2dd3c1bd35bf9caff87f.tar.gz
As per discussion with mjl, moved this package from x11 category to time.
Diffstat (limited to 'time/wmfishtime')
-rw-r--r--time/wmfishtime/Makefile19
-rw-r--r--time/wmfishtime/files/md53
-rw-r--r--time/wmfishtime/files/patch-sum3
-rw-r--r--time/wmfishtime/patches/patch-aa38
-rw-r--r--time/wmfishtime/pkg/DESCR6
-rw-r--r--time/wmfishtime/pkg/PLIST2
6 files changed, 71 insertions, 0 deletions
diff --git a/time/wmfishtime/Makefile b/time/wmfishtime/Makefile
new file mode 100644
index 00000000000..703f8b9d000
--- /dev/null
+++ b/time/wmfishtime/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $
+#
+
+DISTNAME= wmfishtime-1.1
+CATEGORIES= time x11
+MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/
+COMMENT= dockable clock application with clock, date and fish
+
+DEPENDS+= gtk+>=1.2.9:../gtk
+
+USE_X11BASE= # defined
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/wmfishtime/files/md5 b/time/wmfishtime/files/md5
new file mode 100644
index 00000000000..93223a232d1
--- /dev/null
+++ b/time/wmfishtime/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $
+
+SHA1 (wmfishtime-1.1.tar.gz) = 68eb77ddb615bba9d81ce007d1aa178f0e6a6e1b
diff --git a/time/wmfishtime/files/patch-sum b/time/wmfishtime/files/patch-sum
new file mode 100644
index 00000000000..9ecea9bae1e
--- /dev/null
+++ b/time/wmfishtime/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $
+
+SHA1 (patch-aa) = 9d1fce473272ecc617ef15272441b59ca735a4d6
diff --git a/time/wmfishtime/patches/patch-aa b/time/wmfishtime/patches/patch-aa
new file mode 100644
index 00000000000..280f1d35891
--- /dev/null
+++ b/time/wmfishtime/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $
+
+--- Makefile.orig Mon Apr 2 23:41:25 2001
++++ Makefile Mon Apr 2 23:44:11 2001
+@@ -8,10 +8,10 @@
+ # from that window, either. Again, complain to the developers. This is out
+ # of my control.
+ #
+-# EXTRA = -DI_HAVE_A_BROKEN_WM
++EXTRA = -DI_HAVE_A_BROKEN_WM
+
+ # where to install this program
+-PREFIX = /usr/local
++# PREFIX = /usr/local
+
+ # no user serviceable parts below this line
+ # optimization cflags
+@@ -22,11 +22,11 @@
+ # CFLAGS=-fprofile-arcs -ftest-coverage -Wall -ansi -pedantic -g `gtk-config --cflags` ${EXTRA} -DPRO
+
+
+-CC = gcc
+-SHELL = sh
++# CC = gcc
++# SHELL = sh
+ OBJS = fishmon.o
+ LIBS = `gtk-config --libs | sed "s/-lgtk//g"`
+-INSTALL = -m 755
++# INSTALL = -m 755
+
+ all: wmfishtime
+
+@@ -37,4 +37,4 @@
+ rm -rf wmfishtime *.o *.bb* *.gcov gmon.* *.da *~ .xvpics
+
+ install:
+- install $(INSTALL) wmfishtime $(PREFIX)/bin
++ $(INSTALL) wmfishtime $(PREFIX)/bin
diff --git a/time/wmfishtime/pkg/DESCR b/time/wmfishtime/pkg/DESCR
new file mode 100644
index 00000000000..a301c0ed4bb
--- /dev/null
+++ b/time/wmfishtime/pkg/DESCR
@@ -0,0 +1,6 @@
+Well, this is just your standard time dockapp. 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.
diff --git a/time/wmfishtime/pkg/PLIST b/time/wmfishtime/pkg/PLIST
new file mode 100644
index 00000000000..76594748910
--- /dev/null
+++ b/time/wmfishtime/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $
+bin/wmfishtime