aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2018-05-24 19:45:55 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2018-05-24 19:45:55 +0000
commit8d4438526feebe5155c81103cbfa7d96e75e2ec6 (patch)
tree83f9ab8ff782eb7ccc381913a71d03c4ed80bd51 /net-im
parentc27a7e99f92d48b191219c285a68113e136a7760 (diff)
downloadports-8d4438526feebe5155c81103cbfa7d96e75e2ec6.tar.gz
ports-8d4438526feebe5155c81103cbfa7d96e75e2ec6.zip
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@b1t.name>
Notes
Notes: svn path=/head/; revision=470805
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/pidgin-window_merge/Makefile31
-rw-r--r--net-im/pidgin-window_merge/distinfo3
-rw-r--r--net-im/pidgin-window_merge/pkg-descr6
4 files changed, 41 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 34b1b30bca51..35958f926339 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -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
diff --git a/net-im/pidgin-window_merge/Makefile b/net-im/pidgin-window_merge/Makefile
new file mode 100644
index 000000000000..40c82d8438b7
--- /dev/null
+++ b/net-im/pidgin-window_merge/Makefile
@@ -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 <bsd.port.mk>
diff --git a/net-im/pidgin-window_merge/distinfo b/net-im/pidgin-window_merge/distinfo
new file mode 100644
index 000000000000..3b0326e90446
--- /dev/null
+++ b/net-im/pidgin-window_merge/distinfo
@@ -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
diff --git a/net-im/pidgin-window_merge/pkg-descr b/net-im/pidgin-window_merge/pkg-descr
new file mode 100644
index 000000000000..208f0d96de09
--- /dev/null
+++ b/net-im/pidgin-window_merge/pkg-descr
@@ -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