FreeBSD Bugzilla – Attachment 231739 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.patch
fand.patch (text/plain), 2.22 KB, created by
Corey Hinshaw
on 2022-02-11 02:58:20 UTC
(
hide
)
Description:
fand.patch
Filename:
MIME Type:
Creator:
Corey Hinshaw
Created:
2022-02-11 02:58:20 UTC
Size:
2.22 KB
patch
obsolete
>From b10d92e4974782892e1478c17cfe449a0f0a9f8a Mon Sep 17 00:00:00 2001 >From: Corey Hinshaw <corey@electrickite.org> >Date: Thu, 10 Feb 2022 16:39:35 -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..7eaaf4b34e7c >--- /dev/null >+++ b/sysutils/fand/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= fand >+DISTVERSION= 0.2.2 >+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..8488c0e26e09 >--- /dev/null >+++ b/sysutils/fand/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1644528836 >+SHA256 (electrickite-fand-0.2.2_GH0.tar.gz) = 995678d383658dc93d670ea76645681aa05e29fef789c287e948f60fbfab953c >+SIZE (electrickite-fand-0.2.2_GH0.tar.gz) = 6309 >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