Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2007 13:24:26 +0200 (CEST)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116304: New port: irc/irssi-xmpp - an irssi plugin to connect to jabber	
Message-ID:  <20070912112426.D4586D93F@huppa.tuxaco.net>
Resent-Message-ID: <200709121120.l8CBK1Sx095312@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116304
>Category:       ports
>Synopsis:       New port: irc/irssi-xmpp - an irssi plugin to connect to jabber
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 11:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Audeoud
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Here is the .shar to add irssi-xmpp (http://cybione.org/src/irssi-xmpp/) to the port tree (irc category)	
>How-To-Repeat:
	
>Fix:

	

--- irssi-xmpp.shar-0 begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	irssi-xmpp/
#	irssi-xmpp/Makefile
#	irssi-xmpp/distinfo
#	irssi-xmpp/pkg-descr
#
echo c - irssi-xmpp/
mkdir -p irssi-xmpp/ > /dev/null 2>&1
echo x - irssi-xmpp/Makefile
sed 's/^X//' >irssi-xmpp/Makefile << 'END-of-irssi-xmpp/Makefile'
X# New ports collection makefile for:   irssi-xmpp
X# Date created:                11 September 2007
X# Whom:                        Philippe Audeoud <jadawin@tuxaco.net>
X# $FreeBSD$
X
XPORTNAME=	irssi-xmpp
XPORTVERSION=	0.13
XCATEGORIES=	irc
XMASTER_SITES=	http://cybione.org/src/irssi-xmpp/
XPKGNAMEPREFIX=	irssi-
X
XMAINTAINER=	jadawin@tuxaco.net
XCOMMENT=	Irssi-xmpp is an irssi plugin to connect to the Jabber network
X
XBUILD_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
XRUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
XLIB_DEPENDS=	loudmouth:${PORTSDIR}/net-im/loudmouth
X
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
XMAKE_ENV=	IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
X
XPLIST_FILES=	lib/irssi/modules/libfe_xmpp.so \
X       lib/irssi/modules/libxmpp_core.so
XPORTDOCS=	README
X
Xdo-install:
X.for data in core fe-common
X	${MKDIR} ${PREFIX}/lib/irssi/modules/
X	${CP} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/${data}/*.so \
X		${PREFIX}/lib/irssi/modules
X.endfor
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-irssi-xmpp/Makefile
echo x - irssi-xmpp/distinfo
sed 's/^X//' >irssi-xmpp/distinfo << 'END-of-irssi-xmpp/distinfo'
XMD5 (irssi-xmpp-0.13.tar.gz) = be2dab63a3ef5d86c3be9d5ff02f26fe
XSHA256 (irssi-xmpp-0.13.tar.gz) = 0f6741c702222390d337c03b17ff65ed61a932fcd98780b5ffafbfdabf6eefa7
XSIZE (irssi-xmpp-0.13.tar.gz) = 25074
END-of-irssi-xmpp/distinfo
echo x - irssi-xmpp/pkg-descr
sed 's/^X//' >irssi-xmpp/pkg-descr << 'END-of-irssi-xmpp/pkg-descr'
Xirssi-xmpp's aim is to provide a good integration in this text-based 
Xirc client and a good support of XMPP (the Jabber protocol).
X
XCurrent main features are:
X
X    * Sending and receiving messages in irssi's query windows
X    * A roster with contact's ressources tracking (contact list)
X    * Contact management (add, remove, manage subscriptions...)
X    * Contact's JIDs, ressources and commands completion (TAB key)
X    * Multiple accounts support (in different connection)
X    * Unicode support (UTF-8)
X    * SSL support
X    * ...
X
XWWW: http://cybione.org/src/irssi-xmpp/
END-of-irssi-xmpp/pkg-descr
exit
--- irssi-xmpp.shar-0 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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