svn commit: r406942 - head/sysutils/bsdhwmon

Kurt Jaeger pi at FreeBSD.org
Fri Jan 22 20:41:18 UTC 2016


Author: pi
Date: Fri Jan 22 20:41:16 2016
New Revision: 406942
URL: https://svnweb.freebsd.org/changeset/ports/406942

Log:
  sysutils/bsdhwmon: 20150429 -> 20151206
  
  - move distsite to github
  - Add support for X7DVL-3 X7DVL-3 X7DCL
  
  PR:		206390
  Submitted by:	Jeremy Chadwick <jdc at koitsu.org> (maintainer)

Modified:
  head/sysutils/bsdhwmon/Makefile
  head/sysutils/bsdhwmon/distinfo
  head/sysutils/bsdhwmon/pkg-descr

Modified: head/sysutils/bsdhwmon/Makefile
==============================================================================
--- head/sysutils/bsdhwmon/Makefile	Fri Jan 22 20:34:51 2016	(r406941)
+++ head/sysutils/bsdhwmon/Makefile	Fri Jan 22 20:41:16 2016	(r406942)
@@ -2,13 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	bsdhwmon
-PORTVERSION=	20150429
+PORTVERSION=	20151206
 CATEGORIES=	sysutils
-MASTER_SITES=	http://bsdhwmon.koitsu.org/dist/
 
 MAINTAINER=	jdc at koitsu.org
 COMMENT=	Hardware sensor monitoring utility for FreeBSD
 
+LICENSE=	BSD2CLAUSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	koitsu
+GH_TAGNAME=	9aec193
+
 PLIST_FILES=	sbin/bsdhwmon man/man8/bsdhwmon.8.gz
 
 OPTIONS_DEFINE=	DEBUG

Modified: head/sysutils/bsdhwmon/distinfo
==============================================================================
--- head/sysutils/bsdhwmon/distinfo	Fri Jan 22 20:34:51 2016	(r406941)
+++ head/sysutils/bsdhwmon/distinfo	Fri Jan 22 20:41:16 2016	(r406942)
@@ -1,2 +1,2 @@
-SHA256 (bsdhwmon-20150429.tar.gz) = fe57dbea2b67531cb4802b5c99afc301b9305de8af7ec1f79d7b2f898a116c18
-SIZE (bsdhwmon-20150429.tar.gz) = 21352
+SHA256 (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 7f4f2ee617cc0ee6e94bd6689778d9b3304ef4997a3253f7de42bb770f3b8a72
+SIZE (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 21149

Modified: head/sysutils/bsdhwmon/pkg-descr
==============================================================================
--- head/sysutils/bsdhwmon/pkg-descr	Fri Jan 22 20:34:51 2016	(r406941)
+++ head/sysutils/bsdhwmon/pkg-descr	Fri Jan 22 20:41:16 2016	(r406942)
@@ -2,27 +2,4 @@ bsdhwmon is a program for FreeBSD for mo
 temperatures, voltages, chassis intrusion, and more) on commerical-grade
 server hardware.
 
-bsdhwmon is developed with a very different mentality compared to other
-hardware monitoring software:
-
-* Written with stability and production environments in mind
-* Intended for use with server products (currently Supermicro, but can be
-  extended to others that have proper SMBIOS identification data)
-* Uses SMBus (smb(4) driver) exclusively, significantly decreasing risks
-  and CPU usage compared to classic LPC I/O
-* Based primarily on documentation provided by motherboard/server vendors,
-  combined with documentation from chipset manufacturers
-* Identifies hardware via strict SMBIOS data matching; device "probing" is
-  avoided to minimise false positives and thus risks
-* Full tested on both i386 and amd64 systems across multiple versions of
-  FreeBSD (legacy and present-day)
-* Written entirely in C
-* No reliance on third-party libraries or tools (e.g. autotools, libtool,
-  etc.)
-* Very simple and clean code -- heavily commented, well-documented, built
-  with -Werror -Wall and similar flags
-* Occasionally tested under valgrind
-* Open-source, released under the 2-clause BSD license
-
-WWW: http://bsdhwmon.koitsu.org/
 WWW: http://github.com/koitsu/bsdhwmon


More information about the svn-ports-head mailing list