Index: sysutils/g15daemon/Makefile =================================================================== --- sysutils/g15daemon/Makefile (nonexistent) +++ sysutils/g15daemon/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= g15daemon +PORTVERSION= 3.0.1 +CATEGORIES= sysutils +MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ + +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 \ + libinput.so:x11/libinput + +USES= compiler:gcc-c++11-lib gmake localbase libtool + +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +CFLAGS+= -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 = 1617235287 +SHA256 (g15daemon-3.0.1.tar.gz) = 560dc1ff3ada53fe55f9a31c8b4efe3385c50fb21846073e2acf2f301f313799 +SIZE (g15daemon-3.0.1.tar.gz) = 448579 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,17 @@ +etc/rc.d/g15daemon +include/g15daemon.h +include/g15daemon_client.h +lib/g15daemon/3.0/plugins/g15plugin_clock.a +lib/g15daemon/3.0/plugins/g15plugin_clock.so +lib/g15daemon/3.0/plugins/g15plugin_tcpserver.a +lib/g15daemon/3.0/plugins/g15plugin_tcpserver.so +lib/g15daemon/3.0/plugins/g15plugin_uinput.a +lib/g15daemon/3.0/plugins/g15plugin_uinput.so +lib/libg15daemon_client.a +lib/libg15daemon_client.so +lib/libg15daemon_client.so.3 +lib/libg15daemon_client.so.3.0.0 +man/man1/g15daemon.1.gz +man/man3/g15daemon_client_devel.3.gz +sbin/g15daemon +%%DATADIR%%/splash/g15logo3.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