Index: sysutils/g15stats/Makefile =================================================================== --- sysutils/g15stats/Makefile (nonexistent) +++ sysutils/g15stats/Makefile (working copy) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= g15stats +PORTVERSION= 1.9.8 +CATEGORIES= sysutils + +MAINTAINER= menelkir@itroll.org +COMMENT= Resource monitor for G15daemon + +LICENSE= GPLv2 + +LIB_DEPENDS+= libg15.so:sysutils/libg15 \ + libg15render.so:sysutils/libg15render \ + libgtop-2.0.so:devel/libgtop \ + libg15daemon_client.so:sysutils/g15daemon + +USES= gmake localbase libtool gnome + +USE_GITLAB= yes +GL_ACCOUNT= menelkir +GL_PROJECT= ${PORTNAME} +GL_COMMIT= 14b45654a7fb1607f4943c5f7e815e86de7d6f06 + +USE_LDCONFIG= yes + +USE_GNOME+= glib20 + +GNU_CONFIGURE= yes + +CFLAGS+= -std=c99 -fcommon + +USE_RC_SUBR= g15stats + +INSTALL_TARGET= install-strip + +PLIST_FILES= bin/g15stats \ + etc/rc.d/g15stats + +.include Property changes on: sysutils/g15stats/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/g15stats/distinfo =================================================================== --- sysutils/g15stats/distinfo (nonexistent) +++ sysutils/g15stats/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1611541608 +SHA256 (menelkir-g15stats-14b45654a7fb1607f4943c5f7e815e86de7d6f06_GL0.tar.gz) = 30773f4852efd3b7055f6b58a40bf5d0c636aafe15fdb305692810091eea034a +SIZE (menelkir-g15stats-14b45654a7fb1607f4943c5f7e815e86de7d6f06_GL0.tar.gz) = 361108 Property changes on: sysutils/g15stats/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/g15stats/files/g15stats.in =================================================================== --- sysutils/g15stats/files/g15stats.in (nonexistent) +++ sysutils/g15stats/files/g15stats.in (working copy) @@ -0,0 +1,26 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: g15stats +# REQUIRE: LOGIN g15daemon +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# g15stats_enable (bool): Set to NO by default. +# Set it to YES to enable doormand. + +. /etc/rc.subr + +name=g15stats +rcvar=g15stats_enable + +command=%%PREFIX%%/bin/${name} +command_args='-d -i re0' + +load_rc_config $name +: ${g15stats_enable:="NO"} + +run_rc_command "$1" Property changes on: sysutils/g15stats/files/g15stats.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/g15stats/pkg-descr =================================================================== --- sysutils/g15stats/pkg-descr (nonexistent) +++ sysutils/g15stats/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Resource Monitor for G15Daemon. + +WWW: https://gitlab.com/menelkir/g15stats Property changes on: sysutils/g15stats/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