diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-05-05 12:20:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-05-05 12:20:22 +0000 |
commit | 9647b747b62a5439dad436d94b7800d1a6843341 (patch) | |
tree | 497b3f3a5813931acf627240180ccce1b7774c9b /irc/irssi-xmpp | |
parent | 35124f59d4410ad5ed04a8269a3e5222fb5835f8 (diff) |
Notes
Diffstat (limited to 'irc/irssi-xmpp')
-rw-r--r-- | irc/irssi-xmpp/Makefile | 24 | ||||
-rw-r--r-- | irc/irssi-xmpp/distinfo | 6 | ||||
-rw-r--r-- | irc/irssi-xmpp/pkg-descr | 15 |
3 files changed, 28 insertions, 17 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index dd721e717701..b63a904adf55 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -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> diff --git a/irc/irssi-xmpp/distinfo b/irc/irssi-xmpp/distinfo index 0613353f19bc..56bef2bafc02 100644 --- a/irc/irssi-xmpp/distinfo +++ b/irc/irssi-xmpp/distinfo @@ -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 diff --git a/irc/irssi-xmpp/pkg-descr b/irc/irssi-xmpp/pkg-descr index f18b5041ad82..3e953a7d5beb 100644 --- a/irc/irssi-xmpp/pkg-descr +++ b/irc/irssi-xmpp/pkg-descr @@ -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/ |