aboutsummaryrefslogtreecommitdiff
path: root/sysutils/glogg
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-12-24 20:27:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-12-24 20:27:59 +0000
commit84eb955a8498f2fa690b34231364a26d75bc5c50 (patch)
treef252f7067bf9496cf138b68627d5d9196360024b /sysutils/glogg
parent37efbda70e2f429aa3dc574b339da19b1651980b (diff)
downloadports-84eb955a8498f2fa690b34231364a26d75bc5c50.tar.gz
ports-84eb955a8498f2fa690b34231364a26d75bc5c50.zip
New port: sysutils/glogg: GUI application to browse and search through long or complex log files
Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13609
Notes
Notes: svn path=/head/; revision=457197
Diffstat (limited to 'sysutils/glogg')
-rw-r--r--sysutils/glogg/Makefile27
-rw-r--r--sysutils/glogg/distinfo3
-rw-r--r--sysutils/glogg/files/patch-glogg.pro11
-rw-r--r--sysutils/glogg/pkg-descr6
4 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/glogg/Makefile b/sysutils/glogg/Makefile
new file mode 100644
index 000000000000..7f1d7dfb5a6a
--- /dev/null
+++ b/sysutils/glogg/Makefile
@@ -0,0 +1,27 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= glogg
+DISTVERSION= 1.1.4
+CATEGORIES= sysutils textproc
+MASTER_SITES= http://glogg.bonnefon.org/files/
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= GUI application to browse and search through long or complex log files
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
+
+USES= qmake desktop-file-utils
+USE_QT5= core gui widgets dbus buildtools_build
+LDFLAGS+= -Wl,--as-needed # prevents stray USE_GL=gl, see bug#224488
+
+PLIST_FILES= bin/glogg \
+ share/applications/glogg.desktop \
+ share/icons/hicolor/16x16/apps/glogg.png \
+ share/icons/hicolor/32x32/apps/glogg.png \
+ share/icons/hicolor/scalable/apps/glogg.svg
+
+.include <bsd.port.mk>
diff --git a/sysutils/glogg/distinfo b/sysutils/glogg/distinfo
new file mode 100644
index 000000000000..1c1195bc64de
--- /dev/null
+++ b/sysutils/glogg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514142262
+SHA256 (glogg-1.1.4.tar.gz) = 0c1ddc72ebfc255bbb246446fb7be5b0fd1bb1594c70045c3e537cb6d274965b
+SIZE (glogg-1.1.4.tar.gz) = 1197151
diff --git a/sysutils/glogg/files/patch-glogg.pro b/sysutils/glogg/files/patch-glogg.pro
new file mode 100644
index 000000000000..523307bf59ae
--- /dev/null
+++ b/sysutils/glogg/files/patch-glogg.pro
@@ -0,0 +1,11 @@
+--- glogg.pro.orig 2017-12-24 19:09:28 UTC
++++ glogg.pro
+@@ -166,7 +166,7 @@ icon_svg.path = $$PREFIX/share/icons/hi
+ icon_svg.files = images/hicolor/scalable/glogg.svg
+
+ doc.path = $$PREFIX/share/doc/glogg
+-doc.files += README COPYING
++doc.files += README
+
+ desktop.path = $$PREFIX/share/applications
+ desktop.files = glogg.desktop
diff --git a/sysutils/glogg/pkg-descr b/sysutils/glogg/pkg-descr
new file mode 100644
index 000000000000..395499405c84
--- /dev/null
+++ b/sysutils/glogg/pkg-descr
@@ -0,0 +1,6 @@
+glogg is a multi-platform GUI application to browse and search through long or
+complex log files. It is designed with programmers and system administrators in
+mind. glogg can be seen as a graphical, interactive combination of grep and
+less.
+
+WWW: https://glogg.bonnefon.org