1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Update to 0.50

- Remove IGNORE
- Update MASTER_SITES

PR:		ports/145290
Submitted by:	Peter Schuller <peter.schuller _AT_ infidyne.com>
This commit is contained in:
Philippe Audeoud 2010-05-05 12:20:22 +00:00
parent 35124f59d4
commit 9647b747b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253741
3 changed files with 28 additions and 17 deletions

View File

@ -4,10 +4,9 @@
# $FreeBSD$
PORTNAME= irssi-xmpp
PORTVERSION= 0.13
PORTREVISION= 1
PORTVERSION= 0.50
CATEGORIES= irc
MASTER_SITES= http://cybione.org/src/irssi-xmpp/
MASTER_SITES= http://cybione.org/~irssi-xmpp/files/
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Irssi-xmpp is an irssi plugin to connect to the Jabber network
@ -21,13 +20,18 @@ USE_LDCONFIG= yes
MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
lib/irssi/modules/libtext_xmpp.so \
lib/irssi/modules/libxmpp_core.so
PORTDOCS= README
IGNORE= Does not work with irc/irssi-0.8.12
PORTDOCS= README \
FAQ \
GENERAL \
INTERNAL \
MUC \
STARTUP \
XEP
do-install:
.for data in core fe-common
.for data in core fe-common fe-text
${MKDIR} ${PREFIX}/lib/irssi/modules
${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \
${PREFIX}/lib/irssi/modules
@ -35,6 +39,12 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/GENERAL ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/INTERNAL ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/MUC ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/STARTUP ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/XEP ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +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
MD5 (irssi-xmpp-0.50.tar.gz) = ca0dbe486fe28d10f6e6917d2575f6b7
SHA256 (irssi-xmpp-0.50.tar.gz) = 9aa5c656dffb9a067485e90cb62e4ac5fd41c38acd7876c1dc95f52e4ffc9878
SIZE (irssi-xmpp-0.50.tar.gz) = 65700

View File

@ -1,15 +1,16 @@
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:
Its 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)
* A roster with contact & resource tracking (contact list)
* Contact management (add, remove, manage subscriptions)
* MUC (Multi-User Chat)
* Tab completion of commands, JIDs and resources
* Message Events ("composing")
* Support for multiple accounts
* Unicode support (UTF-8)
* SSL support
* SSL and HTTP proxy support
* ...
WWW: http://cybione.org/src/irssi-xmpp/