aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2010-05-05 20:20:22 +0800
committerjadawin <jadawin@FreeBSD.org>2010-05-05 20:20:22 +0800
commitd25b946e575e7565a163d90066f7c12ce441d6ba (patch)
tree7c081e198a8227eb073c51ef74080e8f12b01edc /irc
parent99e6e03607778f72e28f2069d4f38e3ed16505fe (diff)
downloadfreebsd-ports-gnome-d25b946e575e7565a163d90066f7c12ce441d6ba.tar.gz
freebsd-ports-gnome-d25b946e575e7565a163d90066f7c12ce441d6ba.tar.zst
freebsd-ports-gnome-d25b946e575e7565a163d90066f7c12ce441d6ba.zip
- Update to 0.50
- Remove IGNORE - Update MASTER_SITES PR: ports/145290 Submitted by: Peter Schuller <peter.schuller _AT_ infidyne.com>
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi-xmpp/Makefile24
-rw-r--r--irc/irssi-xmpp/distinfo6
-rw-r--r--irc/irssi-xmpp/pkg-descr15
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/