From b7197b79cf00159d2ba139c5fd3f16d8d0aeb7e7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 12 Sep 2007 23:56:31 +0000 Subject: irssi-xmpp's aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Current main features are: * Sending and receiving messages in irssi's query windows * A roster with contact's ressources tracking (contact list) * Contact management (add, remove, manage subscriptions...) * Contact's JIDs, ressources and commands completion (TAB key) * Multiple accounts support (in different connection) * Unicode support (UTF-8) * SSL support * ... WWW: http://cybione.org/src/irssi-xmpp/ PR: ports/116304 Submitted by: Philippe Audeoud --- irc/irssi-xmpp-devel/Makefile | 37 +++++++++++++++++++++++++++++++++++++ irc/irssi-xmpp-devel/distinfo | 3 +++ irc/irssi-xmpp-devel/pkg-descr | 15 +++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 irc/irssi-xmpp-devel/Makefile create mode 100644 irc/irssi-xmpp-devel/distinfo create mode 100644 irc/irssi-xmpp-devel/pkg-descr (limited to 'irc/irssi-xmpp-devel') diff --git a/irc/irssi-xmpp-devel/Makefile b/irc/irssi-xmpp-devel/Makefile new file mode 100644 index 000000000000..06629f811371 --- /dev/null +++ b/irc/irssi-xmpp-devel/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: irssi-xmpp +# Date created: 11 September 2007 +# Whom: Philippe Audeoud +# $FreeBSD$ + +PORTNAME= irssi-xmpp +PORTVERSION= 0.13 +CATEGORIES= irc +MASTER_SITES= http://cybione.org/src/irssi-xmpp/ + +MAINTAINER= jadawin@tuxaco.net +COMMENT= Irssi-xmpp is an irssi plugin to connect to the Jabber network + +BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi +RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth + +USE_GMAKE= yes +USE_LDCONFIG= yes +MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/" + +PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \ + lib/irssi/modules/libxmpp_core.so +PORTDOCS= README + +do-install: +.for data in core fe-common + ${MKDIR} ${PREFIX}/lib/irssi/modules + ${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \ + ${PREFIX}/lib/irssi/modules +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include diff --git a/irc/irssi-xmpp-devel/distinfo b/irc/irssi-xmpp-devel/distinfo new file mode 100644 index 000000000000..0613353f19bc --- /dev/null +++ b/irc/irssi-xmpp-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (irssi-xmpp-0.13.tar.gz) = be2dab63a3ef5d86c3be9d5ff02f26fe +SHA256 (irssi-xmpp-0.13.tar.gz) = 0f6741c702222390d337c03b17ff65ed61a932fcd98780b5ffafbfdabf6eefa7 +SIZE (irssi-xmpp-0.13.tar.gz) = 25074 diff --git a/irc/irssi-xmpp-devel/pkg-descr b/irc/irssi-xmpp-devel/pkg-descr new file mode 100644 index 000000000000..f18b5041ad82 --- /dev/null +++ b/irc/irssi-xmpp-devel/pkg-descr @@ -0,0 +1,15 @@ +irssi-xmpp's aim is to provide a good integration in this text-based +irc client and a good support of XMPP (the Jabber protocol). + +Current main features are: + + * Sending and receiving messages in irssi's query windows + * A roster with contact's ressources tracking (contact list) + * Contact management (add, remove, manage subscriptions...) + * Contact's JIDs, ressources and commands completion (TAB key) + * Multiple accounts support (in different connection) + * Unicode support (UTF-8) + * SSL support + * ... + +WWW: http://cybione.org/src/irssi-xmpp/ -- cgit v1.2.3