Bye-bye perfd. The apmd in base has done a pretty good job for quite a while.
This commit is contained in:
parent
0074d5ea7d
commit
4a8d394781
@ -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 <ckuethe@ualberta.ca>
|
||||
|
||||
# bsd
|
||||
PERMIT_PACKAGE_CDROM= yes
|
||||
PERMIT_PACKAGE_FTP= yes
|
||||
PERMIT_DISTFILES_CDROM= yes
|
||||
PERMIT_DISTFILES_FTP= yes
|
||||
|
||||
WANTLIB= c m
|
||||
|
||||
NO_REGRESS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -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
|
@ -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
|
@ -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.
|
@ -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
|
Loading…
Reference in New Issue
Block a user