diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-07-29 21:12:31 +0200 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-07-29 21:34:28 +0200 |
commit | 9c24afe97b74ec69d38e29e6c3685bbfaa85faf7 (patch) | |
tree | 71701b3e45b9262c4ae46f92a57d91342aed1738 /sysutils/sispmctl/files/patch-src_web2_index.html | |
parent | devel/avrdude: Update to 7.2 (diff) |
sysutils/sispmctl: New port to manage EnerGenie and Gembird USB controlled power strips
SIS-PM Control is an application for managing USB controlled powerstrips produced by
GEMBIRD LTD. Newer devices are sold under the Energenie brand.
The following devices are supported:
* Gembird MSIS-PM
* Gembird Silver Shield SIS-PM (aka Revolt Intelliplug)
* Gembird Silver Shield SIS-PMS
* Energenie EG-PM
* Energenie EG-PMS
* Energenie EG-PM2
* Energenie EG-PMS2
Diffstat (limited to 'sysutils/sispmctl/files/patch-src_web2_index.html')
-rw-r--r-- | sysutils/sispmctl/files/patch-src_web2_index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/sispmctl/files/patch-src_web2_index.html b/sysutils/sispmctl/files/patch-src_web2_index.html new file mode 100644 index 000000000000..d7a13f7e048a --- /dev/null +++ b/sysutils/sispmctl/files/patch-src_web2_index.html @@ -0,0 +1,11 @@ +--- src/web2/index.html.orig 2022-04-02 11:21:46 UTC ++++ src/web2/index.html +@@ -8,7 +8,7 @@ + <!DOCTYPE html>
+ <html lang="en">
+ <head>
+-<title>SiS PM Control for Linux $$version()$$</title>
++<title>SiS PM Control for FreeBSD $$version()$$</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <meta charset="UTF-8">
+ </head>
|