svn commit: r470805 - in head/net-im: . pidgin-window_merge

Eugene Grosbein eugen at FreeBSD.org
Thu May 24 19:45:57 UTC 2018


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 <arcade at b1t.name>

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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list