From 4532e5d1877001022a323a3d8d8f7e945ac6b75a Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2003 20:39:31 +0000 Subject: Add nvclock, a utility that allows users to overclock their nVidia-based graphics cards. PR: 55478 Submitted by: Samy Al Bahra --- sysutils/Makefile | 1 + sysutils/nvclock/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ sysutils/nvclock/distinfo | 1 + sysutils/nvclock/pkg-descr | 12 ++++++++++++ sysutils/nvclock/pkg-plist | 2 ++ 5 files changed, 55 insertions(+) create mode 100644 sysutils/nvclock/Makefile create mode 100644 sysutils/nvclock/distinfo create mode 100644 sysutils/nvclock/pkg-descr create mode 100644 sysutils/nvclock/pkg-plist diff --git a/sysutils/Makefile b/sysutils/Makefile index 6504bf3b69fb..ba6b1d53d2b3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -180,6 +180,7 @@ SUBDIR += no-login SUBDIR += npadmin SUBDIR += nut + SUBDIR += nvclock SUBDIR += nwclient SUBDIR += nwclient602 SUBDIR += obliterate diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile new file mode 100644 index 000000000000..5b8b0ceb0494 --- /dev/null +++ b/sysutils/nvclock/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: nvclock +# Date created: August 4, 2003 +# Whom: Samy Al Bahra +# +# $FreeBSD$ +# + +PORTNAME= nvclock +PORTVERSION= 0.7 +CATEGORIES= sysutils +MASTER_SITES= http://www.linuxhardware.org/nvclock/ \ + http://www.kerneled.com/freebsd/ports/ +DISTNAME= nvclock${PORTVERSION} + +MAINTAINER= samy@kerneled.com +COMMENT= nVidia graphic card status and overclocking tool + +USE_GMAKE= yes +USE_GETOPT_LONG=yes +GNU_CONFIGURE= yes +USE_GNOME= pkgconfig + +.if defined(WITHOUT_GUI) +PLIST_SUB+= GTK="@comment " +CONFIGURE_ARGS+= "--enable-gtk=no" +.else +USE_GNOME+= gtk20 +PLIST_SUB+= GTK="" +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "* You can disable nvclock's GTK user interface *" + @${ECHO_MSG} "* by defining WITHOUT_GUI. *" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "" + +.include diff --git a/sysutils/nvclock/distinfo b/sysutils/nvclock/distinfo new file mode 100644 index 000000000000..3e60fe5b71d7 --- /dev/null +++ b/sysutils/nvclock/distinfo @@ -0,0 +1 @@ +MD5 (nvclock0.7.tar.gz) = a3bb5ff1c2638317f1a69c7c2442b9e4 diff --git a/sysutils/nvclock/pkg-descr b/sysutils/nvclock/pkg-descr new file mode 100644 index 000000000000..3ddaccb2a660 --- /dev/null +++ b/sysutils/nvclock/pkg-descr @@ -0,0 +1,12 @@ +NVClock is a small utility that allows users to +overclock NVIDIA based video cards running on +*nix platforms. The original code used in building +this application was borrowed from the nvcs +application. That code has been extensively reworked +in order to make the utility much more user friendly +and to make it play nice with current distros and +drivers. + + WWW: http://www.linuxhardware.org/nvclock + +- Samy Al Bahra diff --git a/sysutils/nvclock/pkg-plist b/sysutils/nvclock/pkg-plist new file mode 100644 index 000000000000..03b977056f8b --- /dev/null +++ b/sysutils/nvclock/pkg-plist @@ -0,0 +1,2 @@ +bin/nvclock +%%GTK%%bin/nvclock_gtk -- cgit