From owner-svn-ports-all@freebsd.org Sun Aug 19 13:30:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2D87108CA65; Sun, 19 Aug 2018 13:30:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 883427597B; Sun, 19 Aug 2018 13:30:36 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6962926D99; Sun, 19 Aug 2018 13:30:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JDUalh023263; Sun, 19 Aug 2018 13:30:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JDUZbY022995; Sun, 19 Aug 2018 13:30:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808191330.w7JDUZbY022995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 19 Aug 2018 13:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477572 - in head/net-im: . talkatu X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net-im: . talkatu X-SVN-Commit-Revision: 477572 X-SVN-Commit-Repository: ports 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.27 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: Sun, 19 Aug 2018 13:30:37 -0000 Author: swills Date: Sun Aug 19 13:30:35 2018 New Revision: 477572 URL: https://svnweb.freebsd.org/changeset/ports/477572 Log: net-im/talkatu: create port Talkatu is a collection of Gtk+ widgets that are useful for chat applications. It was started as a rewrite of the GtkIMHTML widget found in Pidgin, but quickly expanded to include most things related to conversation windows. WWW: https://bitbucket.org/rw_grim/talkatu/overview Added: head/net-im/talkatu/ head/net-im/talkatu/Makefile (contents, props changed) head/net-im/talkatu/distinfo (contents, props changed) head/net-im/talkatu/pkg-descr (contents, props changed) head/net-im/talkatu/pkg-plist (contents, props changed) Modified: head/net-im/Makefile (contents, props changed) Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Aug 19 13:25:05 2018 (r477571) +++ head/net-im/Makefile Sun Aug 19 13:30:35 2018 (r477572) @@ -179,6 +179,7 @@ SUBDIR += skype-devel SUBDIR += skype4 SUBDIR += slack-term + SUBDIR += talkatu SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-desktop Added: head/net-im/talkatu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/talkatu/Makefile Sun Aug 19 13:30:35 2018 (r477572) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= talkatu +PORTVERSION= g2018081801 +CATEGORIES= net-im +MASTER_SITES= https://bitbucket.org/rw_grim/talkatu/get/ +DISTNAME= d0bd69e7ca26 + +MAINTAINER= swills@FreeBSD.org +COMMENT= Collection of Gtk+ widgets that are useful for chat applications + +BUILD_DEPENDS= help2man:misc/help2man \ + gtkdoc-scan:textproc/gtk-doc +LIB_DEPENDS= libgladeui-2.so:devel/glade \ + libgspell-1.so:textproc/gspell \ + libgumbo.so:devel/gumbo \ + libcmark.so:textproc/cmark + +USES= meson pkgconfig +USE_LDCONFIG= yes +MESON_ARGS= -Dgobject-introspection=false +WRKSRC= ${WRKDIR}/rw_grim-talkatu-${DISTNAME} + +.include Added: head/net-im/talkatu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/talkatu/distinfo Sun Aug 19 13:30:35 2018 (r477572) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534592560 +SHA256 (d0bd69e7ca26.tar.gz) = e2369db1dd8a38596d02e6be8c30d2f609df093b8c381397e69bbd36f8ad3128 +SIZE (d0bd69e7ca26.tar.gz) = 115939 Added: head/net-im/talkatu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/talkatu/pkg-descr Sun Aug 19 13:30:35 2018 (r477572) @@ -0,0 +1,6 @@ +Talkatu is a collection of Gtk+ widgets that are useful for chat applications. + +It was started as a rewrite of the GtkIMHTML widget found in Pidgin, but +quickly expanded to include most things related to conversation windows. + +WWW: https://bitbucket.org/rw_grim/talkatu/overview Added: head/net-im/talkatu/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/talkatu/pkg-plist Sun Aug 19 13:30:35 2018 (r477572) @@ -0,0 +1,59 @@ +bin/talkatu-demo +include/talkatu-1.0/talkatu.h +include/talkatu-1.0/talkatu/talkatuaction.h +include/talkatu-1.0/talkatu/talkatubuffer.h +include/talkatu-1.0/talkatu/talkatucodeset.h +include/talkatu-1.0/talkatu/talkatucore.h +include/talkatu-1.0/talkatu/talkatuenums.h +include/talkatu-1.0/talkatu/talkatuhistory.h +include/talkatu-1.0/talkatu/talkatuhistorybuffer.h +include/talkatu-1.0/talkatu/talkatuhtmlbuffer.h +include/talkatu-1.0/talkatu/talkatulinkdialog.h +include/talkatu-1.0/talkatu/talkatumarkdownbuffer.h +include/talkatu-1.0/talkatu/talkatumenutoolbutton.h +include/talkatu-1.0/talkatu/talkatumessage.h +include/talkatu-1.0/talkatu/talkatumessageview.h +include/talkatu-1.0/talkatu/talkatutag.h +include/talkatu-1.0/talkatu/talkatutoolbar.h +include/talkatu-1.0/talkatu/talkatutooldrawer.h +include/talkatu-1.0/talkatu/talkatuversion.h +include/talkatu-1.0/talkatu/talkatuview.h +lib/libtalkatu.so +lib/libtalkatu.so.0 +lib/libtalkatu.so.0.1.0 +libdata/pkgconfig/talkatu.pc +man/man1/talkatu-demo.1.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/HACKING +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/logo.png +share/glade/catalogs/talkatu.xml +share/gtk-doc/html/talkatu/API.html +share/gtk-doc/html/talkatu/TalkatuBuffer.html +share/gtk-doc/html/talkatu/TalkatuHTMLBuffer.html +share/gtk-doc/html/talkatu/TalkatuLinkDialog.html +share/gtk-doc/html/talkatu/TalkatuMarkdownBuffer.html +share/gtk-doc/html/talkatu/TalkatuMenuToolButton.html +share/gtk-doc/html/talkatu/TalkatuToolDrawer.html +share/gtk-doc/html/talkatu/TalkatuToolbar.html +share/gtk-doc/html/talkatu/TalkatuView.html +share/gtk-doc/html/talkatu/annotation-glossary.html +share/gtk-doc/html/talkatu/api-index-deprecated.html +share/gtk-doc/html/talkatu/api-index-full.html +share/gtk-doc/html/talkatu/home.png +share/gtk-doc/html/talkatu/index.html +share/gtk-doc/html/talkatu/left-insensitive.png +share/gtk-doc/html/talkatu/left.png +share/gtk-doc/html/talkatu/object-hierarchy.html +share/gtk-doc/html/talkatu/right-insensitive.png +share/gtk-doc/html/talkatu/right.png +share/gtk-doc/html/talkatu/style.css +share/gtk-doc/html/talkatu/talkatu-Codeset-Helpers.html +share/gtk-doc/html/talkatu/talkatu-Core-API.html +share/gtk-doc/html/talkatu/talkatu-Tags.html +share/gtk-doc/html/talkatu/talkatu-Talkatu-Actions.html +share/gtk-doc/html/talkatu/talkatu-Version-Information.html +share/gtk-doc/html/talkatu/talkatu.devhelp2 +share/gtk-doc/html/talkatu/up-insensitive.png +share/gtk-doc/html/talkatu/up.png