Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 19:24:37 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325717 - in head: . net-im net-im/licq net-im/licq-console net-im/licq-icq net-im/licq-jabber net-im/licq-msn net-im/licq-osd net-im/licq-qt-gui
Message-ID:  <201308301924.r7UJObU0054571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Aug 30 19:24:37 2013
New Revision: 325717
URL: http://svnweb.freebsd.org/changeset/ports/325717

Log:
  - update to 1.8.0
  - removed plugins: licq-console is no longer maintened upstream.
  - new plugins: licq-icq, licq-msn

Added:
  head/net-im/licq-icq/
  head/net-im/licq-icq/Makefile   (contents, props changed)
  head/net-im/licq-icq/pkg-descr   (contents, props changed)
  head/net-im/licq-msn/
  head/net-im/licq-msn/Makefile   (contents, props changed)
  head/net-im/licq-msn/pkg-descr   (contents, props changed)
Deleted:
  head/net-im/licq-console/
Modified:
  head/MOVED
  head/net-im/Makefile
  head/net-im/licq-jabber/Makefile
  head/net-im/licq-osd/Makefile
  head/net-im/licq-qt-gui/Makefile
  head/net-im/licq/Makefile.inc
  head/net-im/licq/distinfo
  head/net-im/licq/pkg-message
  head/net-im/licq/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/MOVED	Fri Aug 30 19:24:37 2013	(r325717)
@@ -4899,3 +4899,4 @@ devel/bugzilla3|devel/bugzilla24|2013-08
 german/bugzilla3|german/bugzilla42|2013-08-30|EOL: Please update to a supported version
 japanese/bugzilla3|japanese/bugzilla42|2013-08-30|EOL: Please update to a supported version
 russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version
+net-im/licq-console||2013-08-30|No longer maintained upstream

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -70,8 +70,9 @@
     SUBDIR += libtelepathy
     SUBDIR += libyahoo2
     SUBDIR += licq
-    SUBDIR += licq-console
+    SUBDIR += licq-icq
     SUBDIR += licq-jabber
+    SUBDIR += licq-msn
     SUBDIR += licq-osd
     SUBDIR += licq-qt-gui
     SUBDIR += linpopup

Added: head/net-im/licq-icq/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-icq/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME=	icq
+PORTVERSION=	1.8.0
+CATEGORIES=	net-im
+
+MAINTAINER=	dinoex@FreeBSD.org
+COMMENT=	ICQ plugin for Licq
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
+
+USES=		cmake
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+DOCFILES=	README
+PLIST_FILES=	lib/licq/protocol_icq.so \
+		%%PORTDOCS%%%%DOCSDIR%%/README
+PLIST_DIRS=	%%PORTDOCS%%%%DOCSDIR%%
+
+LICQ_PORT?=	net-im/licq
+
+.include <bsd.port.pre.mk>
+
+.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
+
+.if !defined(NOPORTDOCS)
+post-install:
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.post.mk>

Added: head/net-im/licq-icq/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-icq/pkg-descr	Fri Aug 30 19:24:37 2013	(r325717)
@@ -0,0 +1,6 @@
+Adds support for the Jabber (XMPP) protocol to Licq. Still in early
+development, but capable of sending and receiving messages.
+
+LICENSE: GPL2 or later with execption to link with OpenSSL
+
+WWW: http://www.licq.org/

Modified: head/net-im/licq-jabber/Makefile
==============================================================================
--- head/net-im/licq-jabber/Makefile	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq-jabber/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -1,18 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	jabber
-PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTVERSION=	1.8.0
 CATEGORIES=	net-im
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Jabber (XMPP) plugin for Licq
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	gloox:${PORTSDIR}/net-im/gloox \
 		boost_regex:${PORTSDIR}/devel/boost-libs
 
-LICENSE=	GPLv2
-
 USES=		cmake
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 

Added: head/net-im/licq-msn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-msn/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME=	msn
+PORTVERSION=	1.8.0
+CATEGORIES=	net-im
+
+MAINTAINER=	dinoex@FreeBSD.org
+COMMENT=	MSN plugin for Licq
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
+
+USES=		cmake
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+DOCFILES=	README
+PLIST_FILES=	lib/licq/protocol_msn.so \
+		%%PORTDOCS%%%%DOCSDIR%%/README
+PLIST_DIRS=	%%PORTDOCS%%%%DOCSDIR%%
+
+LICQ_PORT?=	net-im/licq
+
+.include <bsd.port.pre.mk>
+
+.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
+
+.if !defined(NOPORTDOCS)
+post-install:
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.post.mk>

Added: head/net-im/licq-msn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-msn/pkg-descr	Fri Aug 30 19:24:37 2013	(r325717)
@@ -0,0 +1,6 @@
+Adds support for the Jabber (XMPP) protocol to Licq. Still in early
+development, but capable of sending and receiving messages.
+
+LICENSE: GPL2 or later with execption to link with OpenSSL
+
+WWW: http://www.licq.org/

Modified: head/net-im/licq-osd/Makefile
==============================================================================
--- head/net-im/licq-osd/Makefile	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq-osd/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	osd
-PORTVERSION=	1.7.1
-PORTREVISION=	2
+PORTVERSION=	1.8.0
 PORTEPOCH=	1
 CATEGORIES=	net-im
 

Modified: head/net-im/licq-qt-gui/Makefile
==============================================================================
--- head/net-im/licq-qt-gui/Makefile	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq-qt-gui/Makefile	Fri Aug 30 19:24:37 2013	(r325717)
@@ -2,19 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	qt4-gui
-PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTVERSION=	1.8.0
 CATEGORIES=	net-im
 PKGNAMESUFFIX?=	${KDE_SUFFIX}${PKGNAMESUFFIX2}
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Qt plugin for licq
 
-LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
-#BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
-
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS=	${LOCALBASE}/lib/licq/protocol_icq.so:${PORTSDIR}/${LICQ_PORT}-icq
+
 USE_XORG=	x11 xext ice xscrnsaver
 USES=		cmake
 USE_QT4=	qmake_build moc_build rcc_build uic_build linguist_build

Modified: head/net-im/licq/Makefile.inc
==============================================================================
--- head/net-im/licq/Makefile.inc	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq/Makefile.inc	Fri Aug 30 19:24:37 2013	(r325717)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PKGNAMEPREFIX=		licq-
-LICQ_VER=		1.7.1
+LICQ_VER=		1.8.0
 .if ${PORTNAME} != "base"
 BUILD_DEPENDS+=		licq:${PORTSDIR}/${LICQ_PORT}
 RUN_DEPENDS+=		licq:${PORTSDIR}/${LICQ_PORT}

Modified: head/net-im/licq/distinfo
==============================================================================
--- head/net-im/licq/distinfo	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq/distinfo	Fri Aug 30 19:24:37 2013	(r325717)
@@ -1,2 +1,2 @@
-SHA256 (licq-1.7.1.tar.bz2) = f40537cc6286f6fbfd1e4dd6e98198e58721723003a5a1d1c6ccbf99bdc00da4
-SIZE (licq-1.7.1.tar.bz2) = 2399713
+SHA256 (licq-1.8.0.tar.bz2) = e30de74b92928bbf0724a2c6f45931cbb4bd90d8d9b1d4ddd002cfa01867da1f
+SIZE (licq-1.8.0.tar.bz2) = 2252723

Modified: head/net-im/licq/pkg-message
==============================================================================
--- head/net-im/licq/pkg-message	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq/pkg-message	Fri Aug 30 19:24:37 2013	(r325717)
@@ -1,3 +1,3 @@
 In order to actually use licq, at least one plugin port needs to be installed.
-Currently they include: licq-qt-gui, licq-jons-gtk-gui, licq-console
-and several others.  Check the net category to find them.
+Currently they include: licq-qt-gui, licq-kde-gui and several others.
+Check the net category to find them.

Modified: head/net-im/licq/pkg-plist
==============================================================================
--- head/net-im/licq/pkg-plist	Fri Aug 30 19:21:25 2013	(r325716)
+++ head/net-im/licq/pkg-plist	Fri Aug 30 19:24:37 2013	(r325717)
@@ -8,15 +8,16 @@ include/licq/contactlist/owner.h
 include/licq/contactlist/user.h
 include/licq/contactlist/usermanager.h
 include/licq/conversation.h
+include/licq/crypto.h
 include/licq/daemon.h
 include/licq/event.h
 include/licq/exceptions/exception.h
 include/licq/filter.h
 include/licq/gpghelper.h
 include/licq/icq/chat.h
-include/licq/icq/codes.h
 include/licq/icq/filetransfer.h
 include/licq/icq/icq.h
+include/licq/icq/icqdata.h
 include/licq/icq/owner.h
 include/licq/icq/user.h
 include/licq/inifile.h
@@ -27,16 +28,25 @@ include/licq/logging/logsink.h
 include/licq/logging/logutils.h
 include/licq/logging/pluginlogsink.h
 include/licq/macro.h
-include/licq/md5.h
+include/licq/mainloop.h
 include/licq/oneventmanager.h
 include/licq/packet.h
 include/licq/pipe.h
-include/licq/plugin/generalbase.h
 include/licq/plugin/generalplugin.h
+include/licq/plugin/generalpluginfactory.h
+include/licq/plugin/generalpluginhelper.h
+include/licq/plugin/generalplugininstance.h
+include/licq/plugin/generalplugininterface.h
 include/licq/plugin/plugin.h
+include/licq/plugin/pluginfactory.h
+include/licq/plugin/plugininstance.h
+include/licq/plugin/plugininterface.h
 include/licq/plugin/pluginmanager.h
-include/licq/plugin/protocolbase.h
 include/licq/plugin/protocolplugin.h
+include/licq/plugin/protocolpluginfactory.h
+include/licq/plugin/protocolpluginhelper.h
+include/licq/plugin/protocolplugininstance.h
+include/licq/plugin/protocolplugininterface.h
 include/licq/pluginsignal.h
 include/licq/protocolmanager.h
 include/licq/protocolsignal.h



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