From owner-svn-ports-head@freebsd.org Fri Oct 23 17:19:37 2015 Return-Path: Delivered-To: svn-ports-head@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 62362A1CFE9; Fri, 23 Oct 2015 17:19:37 +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 3CF8FA1D; Fri, 23 Oct 2015 17:19:37 +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 t9NHJaU1048125; Fri, 23 Oct 2015 17:19:36 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9NHJZTF048120; Fri, 23 Oct 2015 17:19:35 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201510231719.t9NHJZTF048120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 23 Oct 2015 17:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400040 - in head/net-im: . teamwords teamwords/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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 17:19:37 -0000 Author: kmoore Date: Fri Oct 23 17:19:35 2015 New Revision: 400040 URL: https://svnweb.freebsd.org/changeset/ports/400040 Log: TeamWords is unofficial cross-platform desktop client for Slack. WWW: https://github.com/MiT-Ufa/TeamWords Added: head/net-im/teamwords/ head/net-im/teamwords/Makefile (contents, props changed) head/net-im/teamwords/distinfo (contents, props changed) head/net-im/teamwords/files/ head/net-im/teamwords/files/teamwords.desktop.in (contents, props changed) head/net-im/teamwords/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Oct 23 16:51:52 2015 (r400039) +++ head/net-im/Makefile Fri Oct 23 17:19:35 2015 (r400040) @@ -156,6 +156,7 @@ SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 + SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-purple SUBDIR += telepathy-butterfly Added: head/net-im/teamwords/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/teamwords/Makefile Fri Oct 23 17:19:35 2015 (r400040) @@ -0,0 +1,38 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= teamwords +PORTVERSION= 0.2.1 +DISTVERSIONPREFIX= v +CATEGORIES= net-im + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Unofficial Qt Slack client + +LICENSE= LGPL3 + +USE_LDCONFIG= yes +USE_QT5= core gui network svg linguist \ + buildtools x11extras +USES= qmake tar:xz + +QMAKE_ARGS= CONFIG+="configure" + +USE_GITHUB= yes +GH_ACCOUNT= MiT-Ufa +GH_PROJECT= TeamWords +PLIST_FILES= bin/teamwords \ + share/applications/teamwords.desktop \ + share/icons/teamwords.png +SUB_FILES= teamwords.desktop + +.include + +do-install: + ${STRIP_CMD} ${WRKSRC}/teamwords + ${INSTALL} ${WRKSRC}/teamwords ${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/teamwords.png + +.include Added: head/net-im/teamwords/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/teamwords/distinfo Fri Oct 23 17:19:35 2015 (r400040) @@ -0,0 +1,2 @@ +SHA256 (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = d079cf46f254a159f2a6a7405eddfb38a0e27866285f93ff41c97662dcc193a7 +SIZE (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = 3349113 Added: head/net-im/teamwords/files/teamwords.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/teamwords/files/teamwords.desktop.in Fri Oct 23 17:19:35 2015 (r400040) @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=TeamWords +GenericName=Slack Client +Comment=A simple Qt5 based Slack Client +Exec=%%PREFIX%%/bin/teamwords +Icon=%%PREFIX%%/share/icons/teamwords.png +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; Added: head/net-im/teamwords/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/teamwords/pkg-descr Fri Oct 23 17:19:35 2015 (r400040) @@ -0,0 +1,3 @@ +TeamWords is unofficial cross-platform desktop client for Slack. + +WWW: https://github.com/MiT-Ufa/TeamWords