Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e629f78c91e028a638550a3a3ddd1c7dc269ab5b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e629f78c91e028a638550a3a3ddd1c7dc269ab5b)
  • Date: Wed, 26 Jul 2006 18:52:21 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

chat-irc/miau/CONFIGURE | 37
+++++++++++++++++------------------
chat-irc/miau/DETAILS | 5 +---
chat-irc/miau/HISTORY | 4 +++
chat-irc/miau/miau-0.6.1.tar.bz2.sig | 0
dev/null |binary
5 files changed, 24 insertions(+), 22 deletions(-)

New commits:
commit e629f78c91e028a638550a3a3ddd1c7dc269ab5b
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

miau: update to 0.6.2

diff --git a/chat-irc/miau/CONFIGURE b/chat-irc/miau/CONFIGURE
index 2666b0c..65febb2 100755
--- a/chat-irc/miau/CONFIGURE
+++ b/chat-irc/miau/CONFIGURE
@@ -1,75 +1,74 @@
-config_query_option MIAU_DCCBOUNCE \
+MIAU_OPTS="$MIAU_DCCBOUNCE $MIAU_AUTOMODE $MIAU_RELEASENICK \
+ $MIAU_CTCP $MIAU_MKPASSWD $MIAU_UPTIME $MIAU_CHANLOG \
+ $MIAU_PRIVLOG $MIAU_ONCONNECT $MIAU_EMPTYAWAY $MIAU_ASCIIART \
+ $MIAU_QUICKLOG $MIAU_QUICKLOGSTAMP $MIAU_INBOX"
+config_query_option MIAU_OPTS \
"Enable DCC Bouncing" \
y \
"--enable-dccbounce" \
"--disable-dccbounce"
-config_query_option MIAU_AUTOMODE \
+config_query_option MIAU_OPTS \
"Enable automode setting onjoin" \
y \
"--enable-automode" \
"--disable-automode"
-config_query_option MIAU_RELEASENICK \
+config_query_option MIAU_OPTS \
"Enable the release nick option" \
y \
"--enable-releasenick" \
"--disable-releasenick"
-config_query_option MIAU_CTCP \
+config_query_option MIAU_OPTS \
"Enable ctcp replies(highly recommended)" \
y \
"--enable-ctcp-replies" \
"--disable-ctcp-replies"
-config_query_option MIAU_MKPASSWD \
+config_query_option MIAU_OPTS \
"Enable builtin crypt mkpasswd utility(good idea)" \
y \
"--enable-mkpasswd" \
"--disable-mkpasswd"
-config_query_option MIAU_UPTIME \
+config_query_option MIAU_OPTS \
"Enable uptime command" \
y \
"--enable-uptime" \
"--disable-uptime"
-config_query_option MIAU_CHANLOG \
+config_query_option MIAU_OPTS \
"Enable channel logging" \
y \
"--enable-chanlog" \
"--disable-chanlog"
-config_query_option MIAU_PRIVLOG \
+config_query_option MIAU_OPTS \
"Enable private message logging" \
y \
"--enable-privlog" \
"--disable-privlog"
-config_query_option MIAU_ONCONNECT \
+config_query_option MIAU_OPTS \
"Enable on connect actions" \
y \
"--enable-onconnect" \
"--disable-onconnect"
-config_query_option MIAU_EMPTYAWAY \
+config_query_option MIAU_OPTS \
"Enable the use of empty away messages" \
y \
"--enable-empty-awaymsg" \
"--disable-empty-awaymsg"
-config_query_option MIAU_ASCIIART \
+config_query_option MIAU_OPTS \
"Enable fancy ascii art" \
y \
"--enable-ascii-art" \
"--disable-ascii-art"
-config_query_option MIAU_QUICKLOG \
+config_query_option MIAU_OPTS \
"Enable quicklogging" \
y \
"--enable-quicklog" \
"--disable-quicklog"
-config_query_option MIAU_QUICKLOGSTAMP \
+config_query_option MIAU_OPTS \
"Enable quicklog timestamps" \
y \
"--enable-qlogstamp" \
"--disable-qlogstamp"
-config_query_option MIAU_INBOX \
+config_query_option MIAU_OPTS \
"Enable inbox for priv msgs" \
y \
"--enable-inbox" \
"--disable-inbox"
-
-MIAU_OPTS="$MIAU_DCCBOUNCE $MIAU_AUTOMODE $MIAU_RELEASENICK \
- $MIAU_CTCP $MIAU_MKPASSWD $MIAU_UPTIME $MIAU_CHANLOG \
- $MIAU_PRIVLOG $MIAU_ONCONNECT $MIAU_EMPTYAWAY $MIAU_ASCIIART \
- $MIAU_QUICKLOG $MIAU_QUICKLOGSTAMP $MIAU_INBOX"
diff --git a/chat-irc/miau/DETAILS b/chat-irc/miau/DETAILS
index f3a0652..a4f0e85 100755
--- a/chat-irc/miau/DETAILS
+++ b/chat-irc/miau/DETAILS
@@ -1,12 +1,11 @@
SPELL=miau
- VERSION=0.6.1
+ VERSION=0.6.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:d80908004e2a4f368841d9d7884ea44e2e21e349daf9b510fb49c8c7c53ced7b2ece3935d3aaacaf60192876db4603516db283a7281c7dc1c28296a1f9d3e5d6
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://miau.sourceforge.net/
ENTERED=20050802
- UPDATED=20050802
LICENSE[0]=GPL
KEYWORDS="irc chat"
SHORT="A small but fully featured IRC bouncer."
diff --git a/chat-irc/miau/HISTORY b/chat-irc/miau/HISTORY
index a18fbe6..067af6f 100644
--- a/chat-irc/miau/HISTORY
+++ b/chat-irc/miau/HISTORY
@@ -1,3 +1,7 @@
+2006-07-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated to 0.6.2, removed UPDATED
+ * CONFIGURE: use only a single variable MIAU_OPTS
+
2006-05-14 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 0.6.1

diff --git a/chat-irc/miau/miau-0.6.1.tar.bz2.sig
b/chat-irc/miau/miau-0.6.1.tar.bz2.sig
deleted file mode 100644
index de652f4..0000000
Binary files a/chat-irc/miau/miau-0.6.1.tar.bz2.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e629f78c91e028a638550a3a3ddd1c7dc269ab5b), Andra?? Levstik, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page