From owner-svn-ports-all@freebsd.org Sat Jun 25 00:18:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CA22B803D8; Sat, 25 Jun 2016 00:18:31 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DECF0226C; Sat, 25 Jun 2016 00:18:30 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5P0IUM7053488; Sat, 25 Jun 2016 00:18:30 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5P0ITHi053483; Sat, 25 Jun 2016 00:18:29 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201606250018.u5P0ITHi053483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Sat, 25 Jun 2016 00:18:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 00:18:31 -0000 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 +# $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 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