mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add new port net-im/libjreen:
Qt4 based jabber library from qutim.org project. WWW: http://qutim.org/jreen PR: based on ports/168801 Submitted by: Andrey K <akuz84@gmail.com>
This commit is contained in:
parent
f594233b90
commit
59c07f3bc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299961
4 changed files with 98 additions and 0 deletions
32
net-im/libjreen/Makefile
Normal file
32
net-im/libjreen/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: libjreen
|
||||
# Date created: 2012-06-09
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libjreen
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://qutim.org/downloads/
|
||||
|
||||
MAINTAINER= akuz84@gmail.com
|
||||
COMMENT= Qt4 based jabber library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca \
|
||||
speex.1:${PORTSDIR}/audio/speex
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT4= network moc_build qmake_build rcc_build uic_build
|
||||
USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's,lib.*/pkg-config,libdata/pkg-config,' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-im/libjreen/distinfo
Normal file
2
net-im/libjreen/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libjreen-1.1.0.tar.bz2) = 2f9e94ee51d1e76cb8cfe00114a3246b3f46432fb7bb35b73767027a7ebe1ec6
|
||||
SIZE (libjreen-1.1.0.tar.bz2) = 223095
|
3
net-im/libjreen/pkg-descr
Normal file
3
net-im/libjreen/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Qt4 based jabber library from qutim.org project.
|
||||
|
||||
WWW: http://qutim.org/jreen
|
61
net-im/libjreen/pkg-plist
Normal file
61
net-im/libjreen/pkg-plist
Normal file
|
@ -0,0 +1,61 @@
|
|||
include/jreen/abstractroster.h
|
||||
include/jreen/activity.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/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.0
|
||||
libdata/pkgconfig/libjreen.pc
|
||||
@dirrm include/jreen
|
Loading…
Add table
Reference in a new issue