From owner-svn-ports-all@freebsd.org Mon Dec 24 00:35:33 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 67DF913505CB; Mon, 24 Dec 2018 00:35:33 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E3CF960C3; Mon, 24 Dec 2018 00:35:33 +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 DA88F1CDD4; Mon, 24 Dec 2018 00:35:32 +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 wBO0ZWL2071503; Mon, 24 Dec 2018 00:35:32 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBO0ZVAo071499; Mon, 24 Dec 2018 00:35:31 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201812240035.wBO0ZVAo071499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Mon, 24 Dec 2018 00:35:31 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/net-im: . pidgin-icyque X-SVN-Commit-Revision: 488248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0E3CF960C3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 24 Dec 2018 00:35:33 -0000 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 +# $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 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