Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 20:27:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457197 - in head/sysutils: . glogg glogg/files
Message-ID:  <201712242027.vBOKRxYW069000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 24 20:27:59 2017
New Revision: 457197
URL: https://svnweb.freebsd.org/changeset/ports/457197

Log:
  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

Added:
  head/sysutils/glogg/
  head/sysutils/glogg/Makefile   (contents, props changed)
  head/sysutils/glogg/distinfo   (contents, props changed)
  head/sysutils/glogg/files/
  head/sysutils/glogg/files/patch-glogg.pro   (contents, props changed)
  head/sysutils/glogg/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Dec 24 20:27:45 2017	(r457196)
+++ head/sysutils/Makefile	Sun Dec 24 20:27:59 2017	(r457197)
@@ -407,6 +407,7 @@
     SUBDIR += gkrellm2
     SUBDIR += gkrelltop
     SUBDIR += gksu
+    SUBDIR += glogg
     SUBDIR += gnome-control-center
     SUBDIR += gnome-device-manager
     SUBDIR += gnome-mount

Added: head/sysutils/glogg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/glogg/Makefile	Sun Dec 24 20:27:59 2017	(r457197)
@@ -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>

Added: head/sysutils/glogg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/glogg/distinfo	Sun Dec 24 20:27:59 2017	(r457197)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514142262
+SHA256 (glogg-1.1.4.tar.gz) = 0c1ddc72ebfc255bbb246446fb7be5b0fd1bb1594c70045c3e537cb6d274965b
+SIZE (glogg-1.1.4.tar.gz) = 1197151

Added: head/sysutils/glogg/files/patch-glogg.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/glogg/files/patch-glogg.pro	Sun Dec 24 20:27:59 2017	(r457197)
@@ -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

Added: head/sysutils/glogg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/glogg/pkg-descr	Sun Dec 24 20:27:59 2017	(r457197)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712242027.vBOKRxYW069000>