diff options
Diffstat (limited to 'sysutils/kcpuload')
-rw-r--r-- | sysutils/kcpuload/Makefile | 26 | ||||
-rw-r--r-- | sysutils/kcpuload/distinfo | 2 | ||||
-rw-r--r-- | sysutils/kcpuload/files/patch-configure | 14 | ||||
-rw-r--r-- | sysutils/kcpuload/files/patch-kcpuload_Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/kcpuload/files/patch-kcpuproc.cpp | 25 | ||||
-rw-r--r-- | sysutils/kcpuload/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/kcpuload/pkg-plist | 50 |
7 files changed, 0 insertions, 134 deletions
diff --git a/sysutils/kcpuload/Makefile b/sysutils/kcpuload/Makefile deleted file mode 100644 index a131265a5052..000000000000 --- a/sysutils/kcpuload/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: KCPUload -# Date Created: 10 Jan, 2003 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kcpuload -PORTVERSION= 1.99 -PORTREVISION= 13 -CATEGORIES= sysutils kde -MASTER_SITES= http://www.brueffer.de/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= CPU meter for Kicker - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/sysutils/kcpuload/distinfo b/sysutils/kcpuload/distinfo deleted file mode 100644 index 6b7f353c8b49..000000000000 --- a/sysutils/kcpuload/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kcpuload-1.99.tar.gz) = dbfaa814769b902625f2fb352e8843ce67d67e666fd5643e53a4f5c1dd03e301 -SIZE (kcpuload-1.99.tar.gz) = 568355 diff --git a/sysutils/kcpuload/files/patch-configure b/sysutils/kcpuload/files/patch-configure deleted file mode 100644 index a96eec3713d3..000000000000 --- a/sysutils/kcpuload/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Fri Jan 10 12:52:07 2003 -+++ configure Fri Jan 10 12:52:18 2003 -@@ -20919,9 +20919,9 @@ - - - if test -z ""; then -- # Current default Qt version: 3.1 -+ # Current default Qt version: 3.0 - kde_qtver=3 -- kde_qtsubver=1 -+ kde_qtsubver=0 - else - kde_qtsubver=`echo "" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'` - # following is the check if subversion isnt found in passed argument diff --git a/sysutils/kcpuload/files/patch-kcpuload_Makefile.in b/sysutils/kcpuload/files/patch-kcpuload_Makefile.in deleted file mode 100644 index 5b6dcda5ff9f..000000000000 --- a/sysutils/kcpuload/files/patch-kcpuload_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- kcpuload/Makefile.in.orig Sun May 23 17:03:46 2004 -+++ kcpuload/Makefile.in Sun May 23 17:10:01 2004 -@@ -265,7 +265,7 @@ - - kcpuload_LDFLAGS = $(KDE_RPATH) $(all_libraries) - --kcpuload_LDADD = $(LIB_KDEUI) -+kcpuload_LDADD = $(LIB_KDEUI) $(LIBPTHREAD) - - kcpuload_SOURCES = \ - icontoggleaction.cpp \ diff --git a/sysutils/kcpuload/files/patch-kcpuproc.cpp b/sysutils/kcpuload/files/patch-kcpuproc.cpp deleted file mode 100644 index 6d81eb226716..000000000000 --- a/sysutils/kcpuload/files/patch-kcpuproc.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- kcpuload/kcpuproc.cpp.orig Fri Dec 20 10:48:06 2002 -+++ kcpuload/kcpuproc.cpp Wed May 7 09:33:48 2003 -@@ -18,8 +18,12 @@ - - // BSD-specific includes. - #ifdef Q_OS_BSD4 --#include <sys/dkstat.h> - #include <sys/param.h> -+#if defined(__FreeBSD__) && __FreeBSD_version >= 500101 -+#include <sys/resource.h> -+#else -+#include <sys/dkstat.h> -+#endif - #include <sys/sysctl.h> - #include <string.h> - #include <kvm.h> -@@ -119,7 +123,7 @@ - static int oidCpuTime[CTL_MAXNAME + 2]; - static size_t oidCpuTimeLen = sizeof(oidCpuTime); - long cpuTime[CPUSTATES]; -- unsigned int cpuTimeLen = sizeof(cpuTime); -+ size_t cpuTimeLen = sizeof(cpuTime); - static char *name = "kern.cp_time"; - static int initialized = 0; - #endif diff --git a/sysutils/kcpuload/pkg-descr b/sysutils/kcpuload/pkg-descr deleted file mode 100644 index 3e2c128bb87c..000000000000 --- a/sysutils/kcpuload/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A simple CPU meter for the KDE Kicker which displays percent usage, -with support for SMP and separate user/system loads. It will show -the CPU usage in form of one or two configurable diagrams. There are -settings for colors and some different styles. Note that it isn't -the real system load that's shown, but the percent used of the total -CPU power, which is calculated from the number of CPU ticks. diff --git a/sysutils/kcpuload/pkg-plist b/sysutils/kcpuload/pkg-plist deleted file mode 100644 index ddef2f6764e5..000000000000 --- a/sysutils/kcpuload/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/kcpuload -share/applnk/System/kcpuload.desktop -share/apps/kcpuload/icons/hicolor/16x16/actions/bars.png -share/apps/kcpuload/icons/hicolor/16x16/actions/barson.png -share/apps/kcpuload/icons/hicolor/16x16/actions/color.png -share/apps/kcpuload/icons/hicolor/16x16/actions/color0.png -share/apps/kcpuload/icons/hicolor/16x16/actions/color1.png -share/apps/kcpuload/icons/hicolor/16x16/actions/grid.png -share/apps/kcpuload/icons/hicolor/16x16/actions/gridon.png -share/apps/kcpuload/icons/hicolor/16x16/actions/labels.png -share/apps/kcpuload/icons/hicolor/16x16/actions/labelson.png -share/apps/kcpuload/icons/hicolor/16x16/actions/lines.png -share/apps/kcpuload/icons/hicolor/16x16/actions/lineson.png -share/apps/kcpuload/icons/hicolor/16x16/actions/shaded.png -share/apps/kcpuload/icons/hicolor/16x16/actions/shadedon.png -share/apps/kcpuload/icons/hicolor/16x16/actions/smp.png -share/apps/kcpuload/icons/hicolor/16x16/actions/smpon.png -share/apps/kcpuload/icons/hicolor/16x16/actions/soft.png -share/apps/kcpuload/icons/hicolor/16x16/actions/softon.png -share/apps/kcpuload/icons/hicolor/16x16/actions/speedarrow.png -share/apps/kcpuload/icons/hicolor/16x16/actions/split.png -share/apps/kcpuload/icons/hicolor/16x16/actions/spliton.png -share/doc/HTML/en/kcpuload/index.cache.bz2 -share/doc/HTML/en/kcpuload/index.docbook -share/doc/HTML/en/kcpuload/common -share/icons/crystalsvg/16x16/apps/kcpuload.png -share/icons/crystalsvg/32x32/apps/kcpuload.png -share/icons/crystalsvg/48x48/apps/kcpuload.png -share/icons/locolor/16x16/apps/kcpuload.png -share/icons/locolor/32x32/apps/kcpuload.png -@dirrm share/apps/kcpuload/icons/hicolor/16x16/actions -@dirrm share/apps/kcpuload/icons/hicolor/16x16 -@dirrm share/apps/kcpuload/icons/hicolor -@dirrm share/apps/kcpuload/icons -@dirrm share/apps/kcpuload -@dirrm share/doc/HTML/en/kcpuload -@dirrmtry share/icons/crystalsvg/16x16/apps -@dirrmtry share/icons/crystalsvg/16x16 -@dirrmtry share/icons/crystalsvg/32x32/apps -@dirrmtry share/icons/crystalsvg/32x32 -@dirrmtry share/icons/crystalsvg/48x48/apps -@dirrmtry share/icons/crystalsvg/48x48 -@dirrmtry share/icons/crystalsvg -@dirrmtry share/applnk/System -@dirrmtry share/applnk -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor |