View | Details | Raw Unified | Return to bug 252987 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/g15daemon/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	g15daemon
4
PORTVERSION=	1.9.5.5
5
CATEGORIES=	sysutils
6
7
MAINTAINER=	menelkir@itroll.org
8
COMMENT=	Daemon for use the G-Buttons and draw on the G15 LCD
9
10
LICENSE=	GPLv2
11
12
LIB_DEPENDS+=	libg15.so:sysutils/libg15 \
13
		libg15render.so:sysutils/libg15render
14
15
USES=		gmake localbase libtool
16
17
USE_GITLAB=	yes
18
GL_ACCOUNT=	menelkir
19
GL_PROJECT=	${PORTNAME}
20
GL_COMMIT=	b4773bdb2e145ce8a33db061fab25321a4a9a710
21
22
USE_LDCONFIG=	yes
23
24
GNU_CONFIGURE=	yes
25
26
USE_RC_SUBR=	g15daemon
27
28
INSTALL_TARGET=	install-strip
29
30
.include <bsd.port.mk>
(-)sysutils/g15daemon/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1611540360
2
SHA256 (menelkir-g15daemon-b4773bdb2e145ce8a33db061fab25321a4a9a710_GL0.tar.gz) = 462f80ea45dca5d5268689dbe5b2a0dea13ec10389635c786e87bf4d4e8aabbb
3
SIZE (menelkir-g15daemon-b4773bdb2e145ce8a33db061fab25321a4a9a710_GL0.tar.gz) = 504926
(-)sysutils/g15daemon/files/g15daemon.in (+27 lines)
Line 0 Link Here
1
#!/bin/sh
2
3
# $FreeBSD$
4
#
5
# PROVIDE: g15daemon
6
# REQUIRE: LOGIN
7
# KEYWORD: shutdown
8
#
9
# Add these lines to /etc/rc.conf.local or /etc/rc.conf
10
# to enable this service:
11
#
12
# g15daemon_enable (bool):	Set to NO by default.
13
#				Set it to YES to enable doormand.
14
15
. /etc/rc.subr
16
17
name=g15daemon
18
rcvar=g15daemon_enable
19
20
load_rc_config $name
21
22
: ${daemon_enable:="NO"}
23
24
command=%%PREFIX%%/sbin/${name}
25
pidfile=/var/run/${name}.pid
26
27
run_rc_command "$1"
(-)sysutils/g15daemon/pkg-descr (+3 lines)
Line 0 Link Here
1
Daemon to use the G-Buttons and draw on the G15 LCD
2
3
WWW: https://gitlab.com/menelkir/g15daemon
(-)sysutils/g15daemon/pkg-plist (+26 lines)
Line 0 Link Here
1
etc/rc.d/g15daemon
2
include/g15daemon.h
3
include/g15daemon_client.h
4
lib/g15daemon/1.9.5.5/plugins/g15plugin_clock.a
5
lib/g15daemon/1.9.5.5/plugins/g15plugin_clock.so
6
lib/g15daemon/1.9.5.5/plugins/g15plugin_tcpserver.a
7
lib/g15daemon/1.9.5.5/plugins/g15plugin_tcpserver.so
8
lib/libg15daemon_client.a
9
lib/libg15daemon_client.so
10
lib/libg15daemon_client.so.1
11
lib/libg15daemon_client.so.1.0.2
12
man/man1/g15daemon.1.gz
13
man/man3/g15daemon_client_devel.3.gz
14
sbin/g15daemon
15
%%DOCSDIR%%-1.9.5.5/AUTHORS
16
%%DOCSDIR%%-1.9.5.5/ChangeLog
17
%%DOCSDIR%%-1.9.5.5/FAQ
18
%%DOCSDIR%%-1.9.5.5/LICENSE
19
%%DOCSDIR%%-1.9.5.5/NEWS
20
%%DOCSDIR%%-1.9.5.5/README
21
%%DOCSDIR%%-1.9.5.5/README.FreeBSD
22
%%DOCSDIR%%-1.9.5.5/README.Linux
23
%%DOCSDIR%%-1.9.5.5/README.Solaris
24
%%DOCSDIR%%-1.9.5.5/README.usage
25
%%DOCSDIR%%-1.9.5.5/TODO
26
%%DATADIR%%/splash/g15logo2.wbmp

Return to bug 252987