From owner-svn-ports-head@freebsd.org Mon Jul 20 08:26:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 998439A6D21; Mon, 20 Jul 2015 08:26:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D6FF1D13; Mon, 20 Jul 2015 08:26:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K8Qsgh048262; Mon, 20 Jul 2015 08:26:54 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K8QqGv048256; Mon, 20 Jul 2015 08:26:52 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507200826.t6K8QqGv048256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 08:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392554 - in head/sysutils: . acerhdf-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 08:26:54 -0000 Author: robak Date: Mon Jul 20 08:26:51 2015 New Revision: 392554 URL: https://svnweb.freebsd.org/changeset/ports/392554 Log: sysutils/acerhdf-kmod: NEW PORT - Acer Aspire One fan control kernel module The acerhdf kernel module allows you to control the fans of some of the Acer Aspire One netbook models. This includes the models Acer AO521, Acer AO531h, Acer AO751h Acer Aspire 1410, Acer Aspire 1810T, Acer Aspire 1810TZ, Acer Aspire 1825PTZ, Acer Aspire 5315, Acer Aspire 5739G, Acer Aspire 5755G, Acer Aspire One 753, Acer Aspire One A110, Acer Aspire One A150, Acer Extensa 5420, Acer LT-10Q, Acer TM8573T, Acer TravelMate 7730G, Gateway AOA110, Gateway AOA150, Gateway LT31, Packard Bell AOA110, Packard Bell AOA150, Packard Bell DOA150, Packard Bell DOTMA, Packard Bell DOTMU, Packard Bell DOTVR46, and Packard Bell ENBFT. WWW: https://github.com/t6/kmod-acerhdf PR: 198716 Submitted by: Tobias Kortkamp Added: head/sysutils/acerhdf-kmod/ head/sysutils/acerhdf-kmod/Makefile (contents, props changed) head/sysutils/acerhdf-kmod/distinfo (contents, props changed) head/sysutils/acerhdf-kmod/pkg-descr (contents, props changed) head/sysutils/acerhdf-kmod/pkg-message (contents, props changed) head/sysutils/acerhdf-kmod/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jul 20 08:26:03 2015 (r392553) +++ head/sysutils/Makefile Mon Jul 20 08:26:51 2015 (r392554) @@ -13,6 +13,7 @@ SUBDIR += abgx360 SUBDIR += abgx360gui SUBDIR += accountsservice + SUBDIR += acerhdf-kmod SUBDIR += acpi_call SUBDIR += acpica-tools SUBDIR += acts Added: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/Makefile Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,32 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +PORTNAME= acerhdf-kmod +PORTVERSION= 0.1.1 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= tobias.kortkamp@gmail.com +COMMENT= Acer Aspire One fan control + +LICENSE= GPLv2 + +USES= kmod +KMODNAME= acerhdf +MANDIR= ${PREFIX}/man/man4 + +USE_GITHUB= yes +GH_PROJECT= kmod-acerhdf +GH_ACCOUNT= t6 + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 +IGNORE= does not support FreeBSD versions older than 10.1 +.endif + +do-install: + ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} + ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR} + +.include Added: head/sysutils/acerhdf-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/distinfo Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,2 @@ +SHA256 (t6-kmod-acerhdf-v0.1.1_GH0.tar.gz) = 2947bfa7714eee18d5498b768bca90fed7dd1e720d4ef124245268f54576b1d5 +SIZE (t6-kmod-acerhdf-v0.1.1_GH0.tar.gz) = 7594 Added: head/sysutils/acerhdf-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-descr Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,12 @@ +The acerhdf kernel module allows you to control the fans of some of +the Acer Aspire One netbook models. This includes the models Acer +AO521, Acer AO531h, Acer AO751h Acer Aspire 1410, Acer Aspire 1810T, +Acer Aspire 1810TZ, Acer Aspire 1825PTZ, Acer Aspire 5315, Acer Aspire +5739G, Acer Aspire 5755G, Acer Aspire One 753, Acer Aspire One A110, +Acer Aspire One A150, Acer Extensa 5420, Acer LT-10Q, Acer TM8573T, +Acer TravelMate 7730G, Gateway AOA110, Gateway AOA150, Gateway LT31, +Packard Bell AOA110, Packard Bell AOA150, Packard Bell DOA150, Packard +Bell DOTMA, Packard Bell DOTMU, Packard Bell DOTVR46, and Packard Bell +ENBFT. + +WWW: https://github.com/t6/kmod-acerhdf Added: head/sysutils/acerhdf-kmod/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-message Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,11 @@ +The acerhdf fan control is disabled by default. To enable it add the +following settings to /boot/loader.conf + + acerhdf_load="YES" + +and to /etc/sysctl.conf + + dev.acerhdf.0.enabled=1 + +Refer to acerhdf(4) for additonal settings. Choose wisely and be +careful that your system does not overheat! Added: head/sysutils/acerhdf-kmod/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-plist Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,2 @@ +/%%KMODDIR%%/acerhdf.ko +man/man4/acerhdf.4.gz