summaryrefslogtreecommitdiff
path: root/misc/gkrellm1-moon
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-01 21:36:16 +0000
committerwiz <wiz@pkgsrc.org>2007-04-01 21:36:16 +0000
commite0378cad3d9fd4b681ba3777f2320b2ce79ba44e (patch)
tree5bede7eac635be2ccff1fd7de33cd36d702ee0dd /misc/gkrellm1-moon
parent1e65ee8c3c7711a6cfaeae6bfbaacacb61d0a5fa (diff)
downloadpkgsrc-e0378cad3d9fd4b681ba3777f2320b2ce79ba44e.tar.gz
Remove gkrellm1 and its dependencies from pkgsrc.
This has been replaced ages ago with gkrellm version 2. No disagreement on pkgsrc-users.
Diffstat (limited to 'misc/gkrellm1-moon')
-rw-r--r--misc/gkrellm1-moon/DESCR2
-rw-r--r--misc/gkrellm1-moon/Makefile18
-rw-r--r--misc/gkrellm1-moon/PLIST2
-rw-r--r--misc/gkrellm1-moon/distinfo6
-rw-r--r--misc/gkrellm1-moon/patches/patch-aa33
5 files changed, 0 insertions, 61 deletions
diff --git a/misc/gkrellm1-moon/DESCR b/misc/gkrellm1-moon/DESCR
deleted file mode 100644
index 7fa851bba24..00000000000
--- a/misc/gkrellm1-moon/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-gkrellmoon is a moon clock plugin for gkrellm. It shows the
-current phase of the moon.
diff --git a/misc/gkrellm1-moon/Makefile b/misc/gkrellm1-moon/Makefile
deleted file mode 100644
index 866ea5f5967..00000000000
--- a/misc/gkrellm1-moon/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:40 wiz Exp $
-
-DISTNAME= gkrellmoon-0.3
-PKGNAME= gkrellm-moon-0.3
-PKGREVISION= 8
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmoon/}
-
-MAINTAINER= damon@NetBSD.org
-HOMEPAGE= http://gkrellmoon.sourceforge.net/
-COMMENT= gkrellm moonclock plugin
-
-
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
-
-.include "../../sysutils/gkrellm1/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gkrellm1-moon/PLIST b/misc/gkrellm1-moon/PLIST
deleted file mode 100644
index 77dac802a84..00000000000
--- a/misc/gkrellm1-moon/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/24 23:09:51 cube Exp $
-lib/gkrellm/plugins/gkrellmoon.so
diff --git a/misc/gkrellm1-moon/distinfo b/misc/gkrellm1-moon/distinfo
deleted file mode 100644
index e7a14d7accd..00000000000
--- a/misc/gkrellm1-moon/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 11:02:52 agc Exp $
-
-SHA1 (gkrellmoon-0.3.tar.gz) = 13c774ab2acc9cadc157c7cf16776c3b6bfb42f1
-RMD160 (gkrellmoon-0.3.tar.gz) = 713a8e52223dfc61fdc2bd0e2bf324ded044fe2d
-Size (gkrellmoon-0.3.tar.gz) = 51988 bytes
-SHA1 (patch-aa) = 1af28d177f7ecaabcd41608d12685398f541c33d
diff --git a/misc/gkrellm1-moon/patches/patch-aa b/misc/gkrellm1-moon/patches/patch-aa
deleted file mode 100644
index 6ea4320659e..00000000000
--- a/misc/gkrellm1-moon/patches/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/24 23:09:51 cube Exp $
-
---- Makefile.orig Sat Oct 20 01:40:33 2001
-+++ Makefile
-@@ -4,17 +4,19 @@
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
- THREAD_LIB = -lpthread
--INSTALLDIR = /usr/share/gkrellm/plugins
-+INSTALLDIR = ${PREFIX}/lib/gkrellm/plugins
-
-
--FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
-+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) -I${PREFIX}/include
- LIBS = $(GTK_LIB) $(IMLIB_LIB) $(THREAD_LIB)
- LFLAGS = -shared
-
--CC = gcc $(CFLAGS) $(FLAGS)
-+CC = gcc $(CFLAGS)
-
- OBJS = gkrellmoon.o MoonRise.o CalcEphem.o Moon.o
-
-+all: gkrellmoon.so
-+
- gkrellmoon.so: $(OBJS)
- $(CC) $(OBJS) -o gkrellmoon.so $(LFLAGS) $(LIBS)
-
-@@ -26,4 +28,4 @@
- # %.o: %.c
-
- install: gkrellmoon.so
-- sudo install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)
-+ install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)