Skip to content

Commit

Permalink
Update port shar file to conform with new port WWW guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
signetica committed Sep 8, 2022
1 parent 5c7973a commit 9e17141
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions acpi_hidd.shar
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,33 @@
# This is a shell archive
echo x acpi_hidd
mkdir -p acpi_hidd > /dev/null 2>&1
echo x acpi_hidd/pkg-plist
sed 's/^X//' > acpi_hidd/pkg-plist << 'SHAR_END'
X/%%KMODDIR%%/acpi_hidd.ko
Xman/man4/acpi_hidd.4.gz
SHAR_END
echo x acpi_hidd/pkg-descr
sed 's/^X//' > acpi_hidd/pkg-descr << 'SHAR_END'
XThe acpi_hidd kernel module provides driver services for ACPI HIDD
Xhardware, in particular brightness and media control keyboard support.
X
XThe driver has devd(8), evdev(4), and sysctl(8) interfaces; the sysctl(8)
Xinterface allows inspection and control of the screen brightness, the evdev(4)
Xinterface allows applications to directly receive keystrokes corresponding to
XACPI events, and the devd(8) interface provides a way to have userland
Xprograms run when ACPI keys are pressed.
SHAR_END
echo x acpi_hidd/Makefile
sed 's/^X//' > acpi_hidd/Makefile << 'SHAR_END'
X# Created by: Cyrus Rahman <crahman@gmail.com>
X
XPORTNAME= acpi_hidd
XDISTVERSION= 1.1.4
XDISTVERSION= 1.1.5
XCATEGORIES= sysutils
X
XMAINTAINER= crahman@gmail.com
XCOMMENT= Provide APIC HID kernel services, e.g. brightness & media control keys
XWWW= https://www.github.com/signetica/acpi_hidd
X
XLICENSE= BSD2CLAUSE
X
Expand All @@ -33,22 +50,4 @@ X ${INSTALL_MAN} ${WRKSRC}/acpi_hidd.4 ${STAGEDIR}${MANPREFIX}/man/man4
X
X.include <bsd.port.mk>
SHAR_END
echo x acpi_hidd/pkg-plist
sed 's/^X//' > acpi_hidd/pkg-plist << 'SHAR_END'
X/%%KMODDIR%%/acpi_hidd.ko
Xman/man4/acpi_hidd.4.gz
SHAR_END
echo x acpi_hidd/pkg-descr
sed 's/^X//' > acpi_hidd/pkg-descr << 'SHAR_END'
XThe acpi_hidd kernel module provides driver services for ACPI HIDD
Xhardware, in particular brightness and media control keyboard support.
X
XThe driver has devd(8), evdev(4), and sysctl(8) interfaces; the sysctl(8)
Xinterface allows inspection and control of the screen brightness, the evdev(4)
Xinterface allows applications to directly receive keystrokes corresponding to
XACPI events, and the devd(8) interface provides a way to have userland
Xprograms run when ACPI keys are pressed.
X
XWWW: https://www.github.com/signetica/acpi_hidd
SHAR_END
exit

0 comments on commit 9e17141

Please sign in to comment.