Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 17:19:35 +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: r400040 - in head/net-im: . teamwords teamwords/files
Message-ID:  <201510231719.t9NHJZTF048120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kmoore@FreeBSD.org>
+# $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 <bsd.port.options.mk>
+
+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 <bsd.port.mk>

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



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