aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-10-13 15:12:53 +0800
committerlioux <lioux@FreeBSD.org>2002-10-13 15:12:53 +0800
commitc69ac6ca5480c4d4a77a78fcd3149b5eb8987fac (patch)
treed3b3f11408493b00c4d5287a07586405a87b9fa6 /sysutils
parentb6af16137548e11dfd6b56ad5944f5a93dd6f4d1 (diff)
downloadfreebsd-ports-gnome-c69ac6ca5480c4d4a77a78fcd3149b5eb8987fac.tar.gz
freebsd-ports-gnome-c69ac6ca5480c4d4a77a78fcd3149b5eb8987fac.tar.zst
freebsd-ports-gnome-c69ac6ca5480c4d4a77a78fcd3149b5eb8987fac.zip
New port fvcool version 1.0.2: VCool for FreeBSD - Cooling software
for AMD Athlon/Durin CPUs PR: 43732 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/fvcool/Makefile41
-rw-r--r--sysutils/fvcool/distinfo1
-rw-r--r--sysutils/fvcool/pkg-comment1
-rw-r--r--sysutils/fvcool/pkg-descr16
-rw-r--r--sysutils/fvcool/pkg-message5
-rw-r--r--sysutils/fvcool/pkg-plist5
7 files changed, 70 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 163c3f861c50..b4cd00b02f65 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -75,6 +75,7 @@
SUBDIR += fortunelock
SUBDIR += fsck_ext2fs
SUBDIR += ftrace
+ SUBDIR += fvcool
SUBDIR += gcombust
SUBDIR += gconf-editor
SUBDIR += gfslicer
diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile
new file mode 100644
index 000000000000..6c50c6ffbb61
--- /dev/null
+++ b/sysutils/fvcool/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: fvcool
+# Date created: 5 October 2002
+# Whom: Frerich Raabe <frerich.raabe@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fvcool
+PORTVERSION= 1.0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/
+DISTNAME= FVCool${PORTVERSION:S/.//g}
+
+MAINTAINER= frerich.raabe@gmx.de
+
+USE_REINPLACE= yes
+ALL_TARGET= fvcool
+PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,}
+
+DOC_FILES= 00README.txt 00READMEj.txt 00READMEkt133.txt
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|; \
+ s|-O3||;s|-s$$||' \
+ ${BUILD_WRKSRC}/${MAKEFILE}
+
+do-install: install-doc
+ @${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${PREFIX}/sbin/fvcool
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+install-doc:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/fvcool/distinfo b/sysutils/fvcool/distinfo
new file mode 100644
index 000000000000..d1193fdb85de
--- /dev/null
+++ b/sysutils/fvcool/distinfo
@@ -0,0 +1 @@
+MD5 (FVCool102.tar.gz) = a8477a2392265855b1d482061b92e48e
diff --git a/sysutils/fvcool/pkg-comment b/sysutils/fvcool/pkg-comment
new file mode 100644
index 000000000000..0cc0f68ba76a
--- /dev/null
+++ b/sysutils/fvcool/pkg-comment
@@ -0,0 +1 @@
+VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs
diff --git a/sysutils/fvcool/pkg-descr b/sysutils/fvcool/pkg-descr
new file mode 100644
index 000000000000..2201543b1153
--- /dev/null
+++ b/sysutils/fvcool/pkg-descr
@@ -0,0 +1,16 @@
+FVCool is the FreeBSD version of the famous VCool software
+(http://vcool.occludo.net) which changes the PCI configuration data
+of some chipsets and thus allows AMD Athlon/Duron CPUs to go into
+power-save mode. This makes the CPU consume a lot less electric
+energy, and it produces a lot less heat as well. This trick is not
+a secret - on FreeBSD, you can actually achieve the same effect
+which this software has using the "pciconf" command.
+
+Please note that this software may have a negative impact on the
+system's stability and thus should not be employed in production
+or mission-critical environments.
+
+WWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/
+
+- Frerich Raabe
+frerich.raabe@gmx.de
diff --git a/sysutils/fvcool/pkg-message b/sysutils/fvcool/pkg-message
new file mode 100644
index 000000000000..757ebdb48e80
--- /dev/null
+++ b/sysutils/fvcool/pkg-message
@@ -0,0 +1,5 @@
+WARNING: This software can have a negative impact on the system's
+stability, in particular while doing heavy duty work such as encoding
+music the system can freeze under certain conditions!
+
+Don't use this software in production or mission-critical environments!
diff --git a/sysutils/fvcool/pkg-plist b/sysutils/fvcool/pkg-plist
new file mode 100644
index 000000000000..c9ffae33c61c
--- /dev/null
+++ b/sysutils/fvcool/pkg-plist
@@ -0,0 +1,5 @@
+sbin/fvcool
+%%PORTDOCS%%%%DOCSDIR%%/00README.txt
+%%PORTDOCS%%%%DOCSDIR%%/00READMEj.txt
+%%PORTDOCS%%%%DOCSDIR%%/00READMEkt133.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%