diff --git a/sysutils/perfd/Makefile b/sysutils/perfd/Makefile deleted file mode 100644 index 7355e5e7969..00000000000 --- a/sysutils/perfd/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $OpenBSD: Makefile,v 1.8 2007/09/15 21:14:02 merdely Exp $ - -IGNORE= - similar functionality is included in apmd as of ${OPSYS} 3.9 - -# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed -ONLY_FOR_ARCHS= i386 macppc sparc zaurus - -COMMENT= utility to adjust cpu performance relative to usage -CATEGORIES= sysutils - -DISTNAME= perfd-0.2 -HOMEPAGE= http://tratt.net/laurie/obsd/perfd/ -MASTER_SITES= ${HOMEPAGE}releases/ - -MAINTAINER= Chris Kuethe - -# bsd -PERMIT_PACKAGE_CDROM= yes -PERMIT_PACKAGE_FTP= yes -PERMIT_DISTFILES_CDROM= yes -PERMIT_DISTFILES_FTP= yes - -WANTLIB= c m - -NO_REGRESS= yes - -.include diff --git a/sysutils/perfd/distinfo b/sysutils/perfd/distinfo deleted file mode 100644 index 003f72963cf..00000000000 --- a/sysutils/perfd/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (perfd-0.2.tar.gz) = CslOQ/D0d13SNL0eS/lVWg== -RMD160 (perfd-0.2.tar.gz) = 5n8jkhhDVi5sOo4lP3uGcLIFvIY= -SHA1 (perfd-0.2.tar.gz) = eBBt2mTNArXEjNITFV7xA6JaUMg= -SHA256 (perfd-0.2.tar.gz) = sBooNDb7uT27fbX4v6IZqrwZsycEXcxCm0XJSMloQp8= -SIZE (perfd-0.2.tar.gz) = 5301 diff --git a/sysutils/perfd/patches/patch-Makefile b/sysutils/perfd/patches/patch-Makefile deleted file mode 100644 index 09b98a9d011..00000000000 --- a/sysutils/perfd/patches/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ -$OpenBSD: patch-Makefile,v 1.1.1.1 2005/09/14 16:01:22 jcs Exp $ ---- Makefile.orig Thu Jul 14 14:43:11 2005 -+++ Makefile Wed Sep 14 10:40:17 2005 -@@ -1,11 +1,11 @@ --CFLAGS=-Wall -+CFLAGS+=-Wall - OBJECT_FILES = perfd.o - - - all: perfd perfd.cat0 - - perfd: ${OBJECT_FILES} -- gcc -lm -o perfd ${OBJECT_FILES} -+ ${CC} -lm -o perfd ${OBJECT_FILES} - - perfd.cat0: perfd.1 - nroff -mandoc perfd.1 > perfd.cat1 -@@ -14,5 +14,5 @@ clean: - rm -f perfd ${OBJECT_FILES} perfd.cat0 - - install: all -- install -g bin -o root perfd /usr/local/sbin -- install -g bin -o root -m 444 perfd.cat1 /usr/local/man/cat1/perfd.0 -+ install -g bin -o root perfd ${PREFIX}/sbin -+ install -g bin -o root -m 444 perfd.cat1 ${PREFIX}/man/cat1/perfd.0 diff --git a/sysutils/perfd/pkg/DESCR b/sysutils/perfd/pkg/DESCR deleted file mode 100644 index 8a0e221e71f..00000000000 --- a/sysutils/perfd/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -perfd automatically adjusts the sysctl(3) hw.setperf value depending -on current processor usage. This allows laptop users to conserve -battery life whilst the machine is idling, but to have good -performance when performing CPU-intensive tasks. It also allows -desktop and server users to keep their machine running at low -temperatures when not performing CPU-intensive tasks. diff --git a/sysutils/perfd/pkg/PLIST b/sysutils/perfd/pkg/PLIST deleted file mode 100644 index eeef05101af..00000000000 --- a/sysutils/perfd/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/14 16:01:22 jcs Exp $ -@man man/cat1/perfd.0 -sbin/perfd