Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2013 22:52:36 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313550 - in head/net-im: . jreen jreen/files
Message-ID:  <201303062252.r26MqawQ098795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Wed Mar  6 22:52:36 2013
New Revision: 313550
URL: http://svnweb.freebsd.org/changeset/ports/313550

Log:
  Jreen is extensible Qt-based asynchronious Jabber library.
  
  WWW: https://github.com/euroelessar/jreen

Added:
  head/net-im/jreen/
  head/net-im/jreen/Makefile   (contents, props changed)
  head/net-im/jreen/distinfo   (contents, props changed)
  head/net-im/jreen/files/
  head/net-im/jreen/files/patch-CMakeLists.txt   (contents, props changed)
  head/net-im/jreen/pkg-descr   (contents, props changed)
  head/net-im/jreen/pkg-plist   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Wed Mar  6 22:50:17 2013	(r313549)
+++ head/net-im/Makefile	Wed Mar  6 22:52:36 2013	(r313550)
@@ -48,6 +48,7 @@
     SUBDIR += jabberd
     SUBDIR += jarl
     SUBDIR += jggtrans
+    SUBDIR += jreen
     SUBDIR += kmerlin
     SUBDIR += kmess
     SUBDIR += kmess-kde4

Added: head/net-im/jreen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/jreen/Makefile	Wed Mar  6 22:52:36 2013	(r313550)
@@ -0,0 +1,35 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jreen
+PORTVERSION=	1.1.1
+#PORTREVISION=	0
+CATEGORIES=	net-im
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Extensible Qt-based asynchronious Jabber library
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	qca:${PORTSDIR}/devel/qca \
+		speex:${PORTSDIR}/audio/speex
+
+CMAKE_ARGS=	-DCMAKE_COLOR_MAKEFILE:BOOL="OFF"
+
+GH_ACCOUNT=	euroelessar
+GH_COMMIT=	388621f
+GH_PROJECT=	jreen
+GH_TAGNAME=	v${PORTVERSION}
+
+REINPLACE_ARGS=	-e 's,-lspeex,-L${LOCALBASE}/lib &,1' -i.bak
+
+USE_CMAKE=	yes
+USE_GITHUB=	yes
+USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
+USE_QT4=	moc_build qmake_build rcc_build network
+
+post-configure:
+	@${REINPLACE_CMD} ${WRKSRC}/CMakeFiles/jreen.dir/link.txt
+
+.include <bsd.port.mk>

Added: head/net-im/jreen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/jreen/distinfo	Wed Mar  6 22:52:36 2013	(r313550)
@@ -0,0 +1,2 @@
+SHA256 (jreen-1.1.1.tar.gz) = 7ecd2e4960caa47ca0632efbe234b3623865a7dd128040aaa448dd0747b5e439
+SIZE (jreen-1.1.1.tar.gz) = 292173

Added: head/net-im/jreen/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/jreen/files/patch-CMakeLists.txt	Wed Mar  6 22:52:36 2013	(r313550)
@@ -0,0 +1,11 @@
+--- ./CMakeLists.txt.orig	2013-02-13 23:28:31.000000000 +0100
++++ ./CMakeLists.txt	2013-02-13 23:28:47.000000000 +0100
+@@ -217,7 +217,7 @@
+ 		${CMAKE_CURRENT_BINARY_DIR}/libjreen.pc
+ 	)
+ 	install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libjreen.pc
+-	DESTINATION lib${LIB_SUFFIX}/pkgconfig
++	DESTINATION libdata/pkgconfig
+ )
+ endif(NOT WIN32)
+ 

Added: head/net-im/jreen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/jreen/pkg-descr	Wed Mar  6 22:52:36 2013	(r313550)
@@ -0,0 +1,3 @@
+Jreen is extensible Qt-based asynchronious Jabber library.
+
+WWW: https://github.com/euroelessar/jreen

Added: head/net-im/jreen/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/jreen/pkg-plist	Wed Mar  6 22:52:36 2013	(r313550)
@@ -0,0 +1,71 @@
+@comment $FreeBSD$
+include/jreen/abstractroster.h
+include/jreen/activity.h
+include/jreen/attention.h
+include/jreen/bitsofbinary.h
+include/jreen/bookmark.h
+include/jreen/bookmarkstorage.h
+include/jreen/buffereddatastream.h
+include/jreen/capabilities.h
+include/jreen/captcha.h
+include/jreen/chatstate.h
+include/jreen/client.h
+include/jreen/connection.h
+include/jreen/connectionbosh.h
+include/jreen/dataform.h
+include/jreen/datastream.h
+include/jreen/delayeddelivery.h
+include/jreen/directconnection.h
+include/jreen/disco.h
+include/jreen/entitytime.h
+include/jreen/error.h
+include/jreen/experimental/iristransport.h
+include/jreen/experimental/jingleaudiocontent.h
+include/jreen/experimental/jingleaudiopayload.h
+include/jreen/experimental/jinglecontent.h
+include/jreen/experimental/jinglemanager.h
+include/jreen/experimental/jinglesession.h
+include/jreen/experimental/jingletransport.h
+include/jreen/forwarded.h
+include/jreen/iq.h
+include/jreen/iqreply.h
+include/jreen/jid.h
+include/jreen/jreen.h
+include/jreen/jstrings.h
+include/jreen/langmap.h
+include/jreen/logger.h
+include/jreen/message.h
+include/jreen/messagesession.h
+include/jreen/metacontactstorage.h
+include/jreen/mood.h
+include/jreen/mucroom.h
+include/jreen/nickname.h
+include/jreen/parser.h
+include/jreen/pgpencrypted.h
+include/jreen/pgpsigned.h
+include/jreen/ping.h
+include/jreen/presence.h
+include/jreen/privacymanager.h
+include/jreen/privatexml.h
+include/jreen/pubsubevent.h
+include/jreen/pubsubmanager.h
+include/jreen/receipt.h
+include/jreen/registrationmanager.h
+include/jreen/softwareversion.h
+include/jreen/stanza.h
+include/jreen/stanzaextension.h
+include/jreen/streamprocessor.h
+include/jreen/subscription.h
+include/jreen/tcpconnection.h
+include/jreen/tune.h
+include/jreen/udpconnection.h
+include/jreen/util.h
+include/jreen/vcard.h
+include/jreen/vcardmanager.h
+include/jreen/vcardupdate.h
+lib/libjreen.so
+lib/libjreen.so.1
+lib/libjreen.so.1.1.1
+libdata/pkgconfig/libjreen.pc
+@dirrm include/jreen/experimental
+@dirrm include/jreen



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