Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2018 00:35:31 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488248 - in head/net-im: . pidgin-icyque
Message-ID:  <201812240035.wBO0ZVAo071499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Mon Dec 24 00:35:31 2018
New Revision: 488248
URL: https://svnweb.freebsd.org/changeset/ports/488248

Log:
  New port: net-im/pidgin--icyque
  
  ICQ informed users it stops supporting old official
  and unofficial clients since 28 Decembet 2018.
  Technically it may stop using old OSCAR protocol
  in favour of new WIM protocol introduced some time ago.
  
  This is a port of new Pidgin plug-in for ICQ(WIM) by Eion Robb
  created day ago.
  
  At present, it supports login and send/receive IM only
  and has some rough edges. This is work in progress still.

Added:
  head/net-im/pidgin-icyque/
  head/net-im/pidgin-icyque/Makefile   (contents, props changed)
  head/net-im/pidgin-icyque/distinfo   (contents, props changed)
  head/net-im/pidgin-icyque/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Sun Dec 23 23:49:24 2018	(r488247)
+++ head/net-im/Makefile	Mon Dec 24 00:35:31 2018	(r488248)
@@ -118,6 +118,7 @@
     SUBDIR += pidgin-fetion
     SUBDIR += pidgin-guifications
     SUBDIR += pidgin-hotkeys
+    SUBDIR += pidgin-icyque
     SUBDIR += pidgin-latex
     SUBDIR += pidgin-libnotify
     SUBDIR += pidgin-manualsize

Added: head/net-im/pidgin-icyque/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/pidgin-icyque/Makefile	Mon Dec 24 00:35:31 2018	(r488248)
@@ -0,0 +1,32 @@
+# Created by: Eugene Grosbein <eugen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pidgin-icyque
+DISTVERSION=	g20181222
+CATEGORIES=	net-im
+
+MAINTAINER=	eugen@FreeBSD.org
+COMMENT=	Pidgin plugin for ICQ/WIM protocol
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	pidgin:net-im/pidgin
+RUN_DEPENDS=	pidgin:net-im/pidgin
+LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
+		libpurple.so:net-im/libpurple
+
+PLIST_FILES=	lib/purple-2/libicyque.so
+
+USES=		gmake localbase:ldflags pkgconfig
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	EionRobb
+GH_PROJECT=	icyque
+GH_TAGNAME=	c70f9f8
+WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
+
+USE_GNOME=	glib20
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/net-im/pidgin-icyque/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/pidgin-icyque/distinfo	Mon Dec 24 00:35:31 2018	(r488248)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545545997
+SHA256 (EionRobb-icyque-g20181222-c70f9f8_GH0.tar.gz) = 645fe4cf52a2bf23bf5eb9e631bad0fd20b9b610f3766c7ab9be16faa324fad8
+SIZE (EionRobb-icyque-g20181222-c70f9f8_GH0.tar.gz) = 51680

Added: head/net-im/pidgin-icyque/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/pidgin-icyque/pkg-descr	Mon Dec 24 00:35:31 2018	(r488248)
@@ -0,0 +1,3 @@
+This is a Libpurple plugin for ICQ/WIM protocol.
+
+WWW: https://github.com/EionRobb/icyque



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