head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.52 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.50 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.48 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.46 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.42 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.40 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.38 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.36 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.34 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.32 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.30 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.28 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.26 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.24 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.22 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.20 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.18 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.16 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.14 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2004.01.10.22.43.08; author wiz; state dead; branches; next 1.4; 1.4 date 2003.11.14.09.20.13; author wiz; state Exp; branches; next 1.3; 1.3 date 2000.05.12.12.41.43; author kleink; state Exp; branches; next 1.2; 1.2 date 2000.04.13.00.11.49; author dmcmahill; state Exp; branches; next 1.1; 1.1 date 99.11.06.15.57.41; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.06.15.57.41; author hubertf; state Exp; branches; next ; desc @@ 1.5 log @Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003). @ text @$NetBSD: patch-aa,v 1.4 2003/11/14 09:20:13 wiz Exp $ --- Makefile.orig Mon Jun 28 08:44:35 1999 +++ Makefile @@@@ -4,15 +4,15 @@@@ KLAVGVER=1.1 #------------ -INCDIR = -I$(QTDIR)/include -I$(KDEDIR)/include -I/usr/include/qt -CFLAGS = -DKLAVGVERSION=\"$(KLAVGVER)\" -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include +INCDIR = -I$(QTDIR)/include -I$(KDEDIR)/include +CFLAGS = -DKLAVGVERSION=\"$(KLAVGVER)\" -O2 -fno-strength-reduce -Wall -W -I${X11BASE}/include LIBCFLAGS = -LFLAGS = -L/usr/X11R6/lib -L$(QTDIR)/lib -L$(KDEDIR)/lib \ +LFLAGS = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib -L$(KDEDIR)/lib -Wl,-R$(KDEDIR)/lib \ -lqt -lkdecore -lkdeui -lkfile -lkfm -lXext -lX11 CC = gcc -#MOC = $(QTDIR)/bin/moc -MOC = moc +MOC = $(QTDIR)/bin/moc +#MOC = moc SHELL = /bin/sh @@@@ -61,6 +61,4 @@@@ tar: cd ..; rm -f klavg-$(KLAVGVER).tar klavg-$(KLAVGVER).tar.gz; tar --exclude CVS -cvf klavg-$(KLAVGVER).tar klavg; gzip -9 klavg-$(KLAVGVER).tar install: $(TARGET) - cp klavg /usr/bin - chown root:root /usr/bin/klavg - chmod a=rx,go-w /usr/bin/klavg + ${BSD_INSTALL_PROGRAM} klavg ${PREFIX}/bin/klavg @ 1.4 log @Convert to buildlink2. Make build with xpkgwedge. s/USE_X11BASE/USE_X11/ and bump PKGREVISION for it. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Unbreak runtime linkage. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/04/13 00:11:49 dmcmahill Exp $ d3 3 a5 4 --- Makefile.orig Wed Apr 12 20:06:49 2000 +++ Makefile Wed Apr 12 20:05:44 2000 @@@@ -3,15 +3,18 @@@@ KLAVGVER=1.1 a6 3 +QTDIR= ${X11BASE}/qt1 +KDEDIR= ${X11BASE} + d25 3 a27 1 @@@@ -62,5 +65,3 @@@@ @ 1.2 log @fix path for qt1 @ text @d1 1 a1 1 $NetBSD$ d19 1 a19 1 +LFLAGS = -L${X11BASE}/lib -Wl,-R${X11BASE} -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib -L$(KDEDIR)/lib \ @ 1.1 log @Initial revision @ text @d3 3 a5 4 --- Makefile.orig Mon Jun 28 08:44:35 1999 +++ Makefile Fri Nov 5 14:29:58 1999 @@@@ -2,12 +2,15 @@@@ d8 1 a8 1 +QTDIR= ${X11BASE} d15 1 a15 1 +INCDIR = -I$(QTDIR)/include/qt -I$(KDEDIR)/include d19 1 a19 1 +LFLAGS = -L${X11BASE}/lib -Wl,-R${X11BASE} -L$(QTDIR)/lib -L$(KDEDIR)/lib \ d23 7 a29 2 @@@@ -61,6 +64,4 @@@@ cd ..; rm -f klavg-$(KLAVGVER).tar klavg-$(KLAVGVER).tar.gz; tar --exclude CVS -cvf klavg-$(KLAVGVER).tar klavg; gzip -9 klavg-$(KLAVGVER).tar @ 1.1.1.1 log @This is a small KDE applet showing load everage graph on the panel. You could customise colours, refresh rate. It also allows to execute some command on click. After start it puts itself in the docking area on the panel. If session support is enabled, it will restart itself next time user logs in. Pressing righ mouse button shows menu. Pressing left mouse button executes configured command. @ text @@