aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cpupowerd/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-05-04 18:51:02 +0800
committerrene <rene@FreeBSD.org>2014-05-04 18:51:02 +0800
commitacfb6718e772ece24a306d036b3e941633e26707 (patch)
treedc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /sysutils/cpupowerd/Makefile
parentd7206c13bdc5429b2d5d9499765ff8a9833b04ab (diff)
downloadfreebsd-ports-graphics-acfb6718e772ece24a306d036b3e941633e26707.tar.gz
freebsd-ports-graphics-acfb6718e772ece24a306d036b3e941633e26707.tar.zst
freebsd-ports-graphics-acfb6718e772ece24a306d036b3e941633e26707.zip
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
Diffstat (limited to 'sysutils/cpupowerd/Makefile')
-rw-r--r--sysutils/cpupowerd/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/sysutils/cpupowerd/Makefile b/sysutils/cpupowerd/Makefile
deleted file mode 100644
index 49e022ff3b7..00000000000
--- a/sysutils/cpupowerd/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Bernhard Froehlich <decke@bluelife.at>
-# $FreeBSD$
-
-PORTNAME= cpupowerd
-PORTVERSION= 0.2.1
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= SF
-
-MAINTAINER= decke@FreeBSD.org
-COMMENT= A CPU over- and undervolting daemon
-
-DEPRECATED= Not maintained from upstream anymore and only supports ancient AMD K8.
-EXPIRATION_DATE=2014-05-01
-
-USE_RC_SUBR= cpupowerd
-ONLY_FOR_ARCHS= i386 amd64
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-MAKE_ENV+= GROUP=wheel \
- RIGHTS=555
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if (${OSVERSION} < 800042 && ${OSVERSION} >= 800000) || ${OSVERSION} < 701102
-BUILD_DEPENDS+= ${LOCALBASE}/include/cpu.h:${PORTSDIR}/sysutils/devcpu
-SUB_LIST+= CPUCTL="cpu"
-.else
-SUB_LIST+= CPUCTL="cpuctl"
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../CHANGELOG ${DOCSDIR}/CHANGELOG
- ${INSTALL_DATA} ${WRKSRC}/../COPYING ${DOCSDIR}/COPYING
- ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}/README
- ${INSTALL_DATA} ${WRKSRC}/../TODO ${DOCSDIR}/TODO
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>