[Lunar-commits] r26206 - moonbase/trunk/chat/irssi
Stefan Wold
ratler at lunar-linux.org
Sun Oct 14 15:01:43 CEST 2007
Author: ratler
Date: 2007-10-14 15:01:43 +0200 (Sun, 14 Oct 2007)
New Revision: 26206
Added:
moonbase/trunk/chat/irssi/CONFIGURE
Modified:
moonbase/trunk/chat/irssi/DEPENDS
moonbase/trunk/chat/irssi/DETAILS
Log:
Version bump. Also adding a few more options
Added: moonbase/trunk/chat/irssi/CONFIGURE
===================================================================
--- moonbase/trunk/chat/irssi/CONFIGURE (rev 0)
+++ moonbase/trunk/chat/irssi/CONFIGURE 2007-10-14 13:01:43 UTC (rev 26206)
@@ -0,0 +1,3 @@
+mquery ENABLE_BOT "Enable irssi-bot?" n --with-bot --without-bot
+mquery ENABLE_PROXY "Enable irssi-proxy?" n --with-proxy --without-proxy
+mquery ENABLE_IPV6 "Enable IPV6 support?" n --enable-ipv6 --disable-ipv6
Modified: moonbase/trunk/chat/irssi/DEPENDS
===================================================================
--- moonbase/trunk/chat/irssi/DEPENDS 2007-10-14 05:44:16 UTC (rev 26205)
+++ moonbase/trunk/chat/irssi/DEPENDS 2007-10-14 13:01:43 UTC (rev 26206)
@@ -1,2 +1,4 @@
-depends glib-2 &&
+depends glib-2
depends ncurses
+depends perl
+optional_depends openssl "" "--disable-ssl" "for SSL support"
Modified: moonbase/trunk/chat/irssi/DETAILS
===================================================================
--- moonbase/trunk/chat/irssi/DETAILS 2007-10-14 05:44:16 UTC (rev 26205)
+++ moonbase/trunk/chat/irssi/DETAILS 2007-10-14 13:01:43 UTC (rev 26206)
@@ -1,13 +1,13 @@
MODULE=irssi
- VERSION=0.8.11
+ VERSION=0.8.12
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://irssi.org/files/
- SOURCE_VFY=sha1:e6433e6d622a1ed09be4323105174433fd72516f
+ SOURCE_VFY=sha1:00ecca04766c51feef057b2327f67166be473fa3
WEB_SITE=http://irssi.org/
ENTERED=20020908
- UPDATED=20070427
+ UPDATED=20071014
SHORT="irssi: an IRC client"
-
+
cat << EOF
Irssi is a modular IRC client for UNIX that currently has only text mode
user interface, but 80-90% of the code isn't text mode specific, so other
More information about the Lunar-commits
mailing list