From owner-svn-ports-all@freebsd.org Thu May 24 19:45:57 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 061BFEFC89F; Thu, 24 May 2018 19:45:57 +0000 (UTC) (envelope-from eugen@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 AA8AD8025B; Thu, 24 May 2018 19:45:56 +0000 (UTC) (envelope-from eugen@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 84BAE16B30; Thu, 24 May 2018 19:45:56 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4OJjurO068366; Thu, 24 May 2018 19:45:56 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4OJjtWP068363; Thu, 24 May 2018 19:45:55 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201805241945.w4OJjtWP068363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Thu, 24 May 2018 19:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470805 - in head/net-im: . pidgin-window_merge X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/net-im: . pidgin-window_merge X-SVN-Commit-Revision: 470805 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.26 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: Thu, 24 May 2018 19:45:57 -0000 Author: eugen Date: Thu May 24 19:45:55 2018 New Revision: 470805 URL: https://svnweb.freebsd.org/changeset/ports/470805 Log: Window Merge is a Pidgin plugin that merges a conversation window with the Buddy List window. It can be used to achieve a rudimentary "single window mode" for Pidgin. Both Window Merge and Pidgin itself should be kept updated for the most stable experience. WWW: https://github.com/dm0-/window_merge PR: 227094 Submitted by: Volodymyr Kostyrko Added: head/net-im/pidgin-window_merge/ head/net-im/pidgin-window_merge/Makefile (contents, props changed) head/net-im/pidgin-window_merge/distinfo (contents, props changed) head/net-im/pidgin-window_merge/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Thu May 24 19:12:51 2018 (r470804) +++ head/net-im/Makefile Thu May 24 19:45:55 2018 (r470805) @@ -133,6 +133,7 @@ SUBDIR += pidgin-skype SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter + SUBDIR += pidgin-window_merge SUBDIR += plasma-applet-ktp-kde4 SUBDIR += poezio SUBDIR += profanity Added: head/net-im/pidgin-window_merge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pidgin-window_merge/Makefile Thu May 24 19:45:55 2018 (r470805) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= window_merge +PORTVERSION= 0.3 +CATEGORIES= net-im +PKGNAMEPREFIX= pidgin- + +MAINTAINER= arcade@b1t.name +COMMENT= One window interface for pidgin + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpurple.so:net-im/libpurple +BUILD_DEPENDS= pidgin:net-im/pidgin +RUN_DEPENDS= pidgin:net-im/pidgin + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static + +USES= autoreconf gmake libtool pkgconfig localbase:ldflags +USE_GNOME= intltool + +INSTALL_TARGET= install-strip +PLIST_FILES= lib/pidgin/window_merge.so + +USE_GITHUB= yes +GH_ACCOUNT= dm0- +GH_TAGNAME= b4811ae1807a6c124fb06a717951bb2541be19f7 + +.include Added: head/net-im/pidgin-window_merge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pidgin-window_merge/distinfo Thu May 24 19:45:55 2018 (r470805) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527191072 +SHA256 (dm0--window_merge-0.3-b4811ae1807a6c124fb06a717951bb2541be19f7_GH0.tar.gz) = 43842bbeafca11b46facc215037e186c0d5cb860f5db5193a3d62b3a6ca1e75f +SIZE (dm0--window_merge-0.3-b4811ae1807a6c124fb06a717951bb2541be19f7_GH0.tar.gz) = 33314 Added: head/net-im/pidgin-window_merge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pidgin-window_merge/pkg-descr Thu May 24 19:45:55 2018 (r470805) @@ -0,0 +1,6 @@ +Window Merge is a Pidgin plugin that merges a conversation window with the +Buddy List window. It can be used to achieve a rudimentary "single window mode" +for Pidgin. Both Window Merge and Pidgin itself should be kept updated for +the most stable experience. + +WWW: https://github.com/dm0-/window_merge