FreeBSD Bugzilla – Attachment 231766 Details for
Bug 261880
[NEW PORT] sysutils/fand: PWM cooling fan control daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fand-2.patch
fand-2.patch (text/plain), 2.22 KB, created by
Corey Hinshaw
on 2022-02-12 00:22:09 UTC
(
hide
)
Description:
fand-2.patch
Filename:
MIME Type:
Creator:
Corey Hinshaw
Created:
2022-02-12 00:22:09 UTC
Size:
2.22 KB
patch
obsolete
>From 4f36a40813c766131e0c86d24413e5ebaf066ff5 Mon Sep 17 00:00:00 2001 >From: Corey Hinshaw <corey@electrickite.org> >Date: Fri, 11 Feb 2022 19:18:29 -0500 >Subject: [PATCH] Adds new port sysutils/fand > >--- > sysutils/fand/Makefile | 21 +++++++++++++++++++++ > sysutils/fand/distinfo | 3 +++ > sysutils/fand/files/patch-fand.rc.in | 10 ++++++++++ > sysutils/fand/pkg-descr | 3 +++ > 4 files changed, 37 insertions(+) > create mode 100644 sysutils/fand/Makefile > create mode 100644 sysutils/fand/distinfo > create mode 100644 sysutils/fand/files/patch-fand.rc.in > create mode 100644 sysutils/fand/pkg-descr > >diff --git a/sysutils/fand/Makefile b/sysutils/fand/Makefile >new file mode 100644 >index 000000000000..e78aff2aa2a3 >--- /dev/null >+++ b/sysutils/fand/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= fand >+DISTVERSION= 0.2.3 >+CATEGORIES= sysutils >+ >+MAINTAINER= corey@electrickite.org >+COMMENT= PWM cooling fan control daemon >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USE_GITHUB= yes >+GH_ACCOUNT= electrickite >+ >+PLIST_FILES= sbin/${PORTNAME} \ >+ man/man8/${PORTNAME}.8.gz \ >+ etc/rc.d/${PORTNAME} >+ >+post-install: >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} >+ >+.include <bsd.port.mk> >diff --git a/sysutils/fand/distinfo b/sysutils/fand/distinfo >new file mode 100644 >index 000000000000..ec8810baaa8d >--- /dev/null >+++ b/sysutils/fand/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1644624555 >+SHA256 (electrickite-fand-0.2.3_GH0.tar.gz) = d93d85a1825cfe507d45b19a8c5b5e0ec282ab14684a4dc383482f39086c9c39 >+SIZE (electrickite-fand-0.2.3_GH0.tar.gz) = 6308 >diff --git a/sysutils/fand/files/patch-fand.rc.in b/sysutils/fand/files/patch-fand.rc.in >new file mode 100644 >index 000000000000..f98d3aa37de4 >--- /dev/null >+++ b/sysutils/fand/files/patch-fand.rc.in >@@ -0,0 +1,10 @@ >+--- fand.rc.in.orig 2022-02-10 20:48:18 UTC >++++ fand.rc.in >+@@ -1,5 +1,7 @@ >+ #!/bin/sh >+ >++# $FreeBSD$ >++# >+ # PROVIDE: fand >+ # REQUIRE: DAEMON devfs sysctl >+ # KEYWORD: nojail shutdown >diff --git a/sysutils/fand/pkg-descr b/sysutils/fand/pkg-descr >new file mode 100644 >index 000000000000..f25c6e7da33f >--- /dev/null >+++ b/sysutils/fand/pkg-descr >@@ -0,0 +1,3 @@ >+PWM cooling fan control daemon. >+ >+WWW: https://github.com/electrickite/fand >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261880
:
231739
| 231766