Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2016 00:18:29 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417455 - in head/net-im: . diligent diligent/files
Message-ID:  <201606250018.u5P0ITHi053483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Sat Jun 25 00:18:29 2016
New Revision: 417455
URL: https://svnweb.freebsd.org/changeset/ports/417455

Log:
  Diligent is unofficial cross-platform desktop client for Slack.
  
  WWW: https://github.com/trueos/diligent

Added:
  head/net-im/diligent/
  head/net-im/diligent/Makefile   (contents, props changed)
  head/net-im/diligent/distinfo   (contents, props changed)
  head/net-im/diligent/files/
  head/net-im/diligent/files/diligent.desktop.in   (contents, props changed)
  head/net-im/diligent/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Sat Jun 25 00:04:55 2016	(r417454)
+++ head/net-im/Makefile	Sat Jun 25 00:18:29 2016	(r417455)
@@ -15,6 +15,7 @@
     SUBDIR += convey
     SUBDIR += corebird
     SUBDIR += cutegram
+    SUBDIR += diligent
     SUBDIR += echat
     SUBDIR += ejabberd
     SUBDIR += ekiga

Added: head/net-im/diligent/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/diligent/Makefile	Sat Jun 25 00:18:29 2016	(r417455)
@@ -0,0 +1,38 @@
+# Created by: Kris Moore <kmoore@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	diligent
+PORTVERSION=	0.2.5
+DISTVERSIONPREFIX=	v
+CATEGORIES=	net-im
+
+MAINTAINER=	kmoore@FreeBSD.org
+COMMENT=	Unofficial Qt Slack client
+
+LICENSE=	LGPL3
+
+LIB_DEPENDS=	libQt5WebKitWidgets.so:www/webkit-qt5
+
+USE_LDCONFIG=	yes
+USE_QT5=	core gui network svg linguist \
+		buildtools x11extras widgets
+USE_GL+=	gl
+USES=		compiler:c++11-lang qmake tar:xz
+
+QMAKE_ARGS=	CONFIG+="configure"
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	trueos
+GH_PROJECT=	diligent
+PLIST_FILES=	bin/diligent \
+		share/applications/diligent.desktop \
+		share/icons/diligent.png
+SUB_FILES=      diligent.desktop
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/diligent ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
+	${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/diligent.png
+
+.include <bsd.port.mk>

Added: head/net-im/diligent/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/diligent/distinfo	Sat Jun 25 00:18:29 2016	(r417455)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466813589
+SHA256 (trueos-diligent-v0.2.5_GH0.tar.gz) = d424d28bfbdcd7d1f6d92195acf284ce5143ae885b2530c19995f9a59c4c5d17
+SIZE (trueos-diligent-v0.2.5_GH0.tar.gz) = 3350897

Added: head/net-im/diligent/files/diligent.desktop.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/diligent/files/diligent.desktop.in	Sat Jun 25 00:18:29 2016	(r417455)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Diligent
+GenericName=Slack Client
+Comment=A simple Qt5 based Slack Client
+Exec=%%PREFIX%%/bin/diligent
+Icon=%%PREFIX%%/share/icons/diligent.png
+StartupNotify=false
+Terminal=false
+Type=Application
+Categories=Application;Network;

Added: head/net-im/diligent/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/diligent/pkg-descr	Sat Jun 25 00:18:29 2016	(r417455)
@@ -0,0 +1,3 @@
+Diligent is unofficial cross-platform desktop client for Slack.
+
+WWW: https://github.com/trueos/diligent



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