Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dc36c27cb855f4fd395eddd77dd1fd53c2a89ff3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dc36c27cb855f4fd395eddd77dd1fd53c2a89ff3)
  • Date: Sat, 6 Sep 2008 13:06:13 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
chat-im/mcabber/DEPENDS | 18 ++++++++++++++++++
chat-im/mcabber/DETAILS | 16 ++++++++++++++++
chat-im/mcabber/HISTORY | 3 +++
4 files changed, 40 insertions(+)

New commits:
commit dc36c27cb855f4fd395eddd77dd1fd53c2a89ff3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

chat-im/mcabber: new spell, Jabber console client

diff --git a/ChangeLog b/ChangeLog
index dc09fc1..cc8291f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-06 Pol Vinogradov <vin.public AT gmail.com>
+ * chat-im/mcabber: new spell, Jabber console client
+
2008-09-05 Vlad Glagolev <stealth AT sourcemage.org>
* net/nsd: new spell, authoritative only, high performance name server
* groups: added group nsd (GID 164)
diff --git a/chat-im/mcabber/DEPENDS b/chat-im/mcabber/DEPENDS
new file mode 100755
index 0000000..900f7f1
--- /dev/null
+++ b/chat-im/mcabber/DEPENDS
@@ -0,0 +1,18 @@
+depends glib2 &&
+depends ncurses &&
+optional_depends aspell \
+ "--enable-aspell" \
+ "--disable-aspell" \
+ "for spellchecking" &&
+optional_depends gpgme \
+ "--enable-gpgme" \
+ "--disable-gpgme" \
+ "for GPG support" &&
+optional_depends libgcrypt \
+ "" \
+ "" \
+ "for libgcrypt support" &&
+optional_depends openssl \
+ "--with-ssl" \
+ "--without-ssl" \
+ "for SSL connections"
diff --git a/chat-im/mcabber/DETAILS b/chat-im/mcabber/DETAILS
new file mode 100755
index 0000000..f1de7a9
--- /dev/null
+++ b/chat-im/mcabber/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mcabber
+ VERSION=0.9.7
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.lilotux.net/~mikael/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:3c945fbf7c5417f37ff867a983451986f53d5a9e72a163dab280dd05797b9537c70c2603e4e464fad375f5ebcb14aff91d5ae7b8db61b3a6bc021edce8549ae1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.lilotux.net/~mikael/mcabber/";
+ LICENSE[0]=GPL
+ ENTERED=20080906
+ SHORT="mcabber is a small Jabber console client"
+cat << EOF
+mcabber is a small Jabber console client. It includes features such as SSL
+support, MUC (Multi-User Chat) support, history logging, command completion,
+OpenPGP encryption, OTR (Off-the-Record Messaging) support and external
+action triggers.
+EOF
diff --git a/chat-im/mcabber/HISTORY b/chat-im/mcabber/HISTORY
new file mode 100644
index 0000000..268cc7e
--- /dev/null
+++ b/chat-im/mcabber/HISTORY
@@ -0,0 +1,3 @@
+2008-09-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dc36c27cb855f4fd395eddd77dd1fd53c2a89ff3), Pol Vinogradov, 09/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page