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

Collapse All | Expand All

(-)sysutils/g15daemon/Makefile (+32 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=		compiler:gcc-c++11-lib 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
CFLAGS+=	-std=c99 -fcommon
27
28
USE_RC_SUBR=	g15daemon
29
30
INSTALL_TARGET=	install-strip
31
32
.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 (+14 lines)
Line 0 Link Here
1
include/g15daemon.h
2
include/g15daemon_client.h
3
lib/g15daemon/1.9.5.5/plugins/g15plugin_clock.a
4
lib/g15daemon/1.9.5.5/plugins/g15plugin_clock.so
5
lib/g15daemon/1.9.5.5/plugins/g15plugin_tcpserver.a
6
lib/g15daemon/1.9.5.5/plugins/g15plugin_tcpserver.so
7
lib/libg15daemon_client.a
8
lib/libg15daemon_client.so
9
lib/libg15daemon_client.so.1
10
lib/libg15daemon_client.so.1.0.2
11
man/man1/g15daemon.1.gz
12
man/man3/g15daemon_client_devel.3.gz
13
sbin/g15daemon
14
%%DATADIR%%/splash/g15logo2.wbmp

Return to bug 252987