Index: sysutils/g15daemon/Makefile =================================================================== --- sysutils/g15daemon/Makefile (nonexistent) +++ sysutils/g15daemon/Makefile (working copy) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= g15daemon +PORTVERSION= 1.9.5.5 +CATEGORIES= sysutils + +MAINTAINER= menelkir@itroll.org +COMMENT= Daemon for use the G-Buttons and draw on the G15 LCD + +LICENSE= GPLv2 + +LIB_DEPENDS+= libg15.so:sysutils/libg15 \ + libg15render.so:sysutils/libg15render + +USES= compiler:gcc-c++11-lib gmake localbase libtool + +USE_GITLAB= yes +GL_ACCOUNT= menelkir +GL_PROJECT= ${PORTNAME} +GL_COMMIT= b4773bdb2e145ce8a33db061fab25321a4a9a710 + +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +CFLAGS+= -std=c99 -fcommon + +USE_RC_SUBR= g15daemon + +INSTALL_TARGET= install-strip + +.include Property changes on: sysutils/g15daemon/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/g15daemon/distinfo =================================================================== --- sysutils/g15daemon/distinfo (nonexistent) +++ sysutils/g15daemon/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1611540360 +SHA256 (menelkir-g15daemon-b4773bdb2e145ce8a33db061fab25321a4a9a710_GL0.tar.gz) = 462f80ea45dca5d5268689dbe5b2a0dea13ec10389635c786e87bf4d4e8aabbb +SIZE (menelkir-g15daemon-b4773bdb2e145ce8a33db061fab25321a4a9a710_GL0.tar.gz) = 504926 Property changes on: sysutils/g15daemon/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/g15daemon/files/g15daemon.in =================================================================== --- sysutils/g15daemon/files/g15daemon.in (nonexistent) +++ sysutils/g15daemon/files/g15daemon.in (working copy) @@ -0,0 +1,27 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: g15daemon +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# g15daemon_enable (bool): Set to NO by default. +# Set it to YES to enable doormand. + +. /etc/rc.subr + +name=g15daemon +rcvar=g15daemon_enable + +load_rc_config $name + +: ${daemon_enable:="NO"} + +command=%%PREFIX%%/sbin/${name} +pidfile=/var/run/${name}.pid + +run_rc_command "$1" Property changes on: sysutils/g15daemon/files/g15daemon.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/g15daemon/pkg-descr =================================================================== --- sysutils/g15daemon/pkg-descr (nonexistent) +++ sysutils/g15daemon/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Daemon to use the G-Buttons and draw on the G15 LCD + +WWW: https://gitlab.com/menelkir/g15daemon Property changes on: sysutils/g15daemon/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/g15daemon/pkg-plist =================================================================== --- sysutils/g15daemon/pkg-plist (nonexistent) +++ sysutils/g15daemon/pkg-plist (working copy) @@ -0,0 +1,14 @@ +include/g15daemon.h +include/g15daemon_client.h +lib/g15daemon/1.9.5.4/plugins/g15plugin_clock.a +lib/g15daemon/1.9.5.4/plugins/g15plugin_clock.so +lib/g15daemon/1.9.5.4/plugins/g15plugin_tcpserver.a +lib/g15daemon/1.9.5.4/plugins/g15plugin_tcpserver.so +lib/libg15daemon_client.a +lib/libg15daemon_client.so +lib/libg15daemon_client.so.1 +lib/libg15daemon_client.so.1.0.2 +man/man1/g15daemon.1.gz +man/man3/g15daemon_client_devel.3.gz +sbin/g15daemon +%%DATADIR%%/splash/g15logo2.wbmp Property changes on: sysutils/g15daemon/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property