[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (8397daacc0d0025657baf5813417778803521479)

Pol Vinogradov scm at sourcemage.org
Thu Aug 18 19:15:48 EDT 2011


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

 ChangeLog              |    3 ++
 chat-im/vacuum/BUILD   |    4 +++
 chat-im/vacuum/DEPENDS |    2 +
 chat-im/vacuum/DETAILS |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 chat-im/vacuum/HISTORY |    3 ++
 chat-im/vacuum/PREPARE |    1 
 6 files changed, 63 insertions(+)

New commits:
commit 8397daacc0d0025657baf5813417778803521479
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    chat-im/vacuum: new spell, a plugin based jabber client

diff --git a/ChangeLog b/ChangeLog
index 517190d..c448759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-08-18 Pol Vinogradov <vin.public at gmail.com>
+	* chat-im/vacuum: new spell, a plugin based jabber client
+
 2011-08-15 Justin Boffemmyer <flux at sourcemage.org>
 	* devel/sas: new spell, pure POSIX shell-implemented assembler
 
diff --git a/chat-im/vacuum/BUILD b/chat-im/vacuum/BUILD
new file mode 100755
index 0000000..d246419
--- /dev/null
+++ b/chat-im/vacuum/BUILD
@@ -0,0 +1,4 @@
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
+PATH="$QTDIR/bin/qt4:$PATH"
+qmake PREFIX=$INSTALL_ROOT/usr INSTALL_PREFIX=$INSTALL_ROOT/usr -recursive vacuum.pro &&
+make
diff --git a/chat-im/vacuum/DEPENDS b/chat-im/vacuum/DEPENDS
new file mode 100755
index 0000000..81ad11d
--- /dev/null
+++ b/chat-im/vacuum/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends openssl
diff --git a/chat-im/vacuum/DETAILS b/chat-im/vacuum/DETAILS
new file mode 100755
index 0000000..05355d0
--- /dev/null
+++ b/chat-im/vacuum/DETAILS
@@ -0,0 +1,50 @@
+           SPELL=vacuum
+if test "$VACUUM_SVN_AUTOUPDATE" = "y"; then
+         VERSION=$(date +%Y%m%d)
+else
+         VERSION=svn
+fi
+  FORCE_DOWNLOAD=on
+          SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+   SOURCE_URL[0]=svn_http://vacuum-im.googlecode.com/svn/trunk:$SPELL-svn
+   SOURCE_IGNORE=volatile
+        WEB_SITE=http://www.vacuum-im.org
+         ENTERED=20110818
+      LICENSE[0]=GPL
+        KEYWORDS="jabber messaging chat"
+           SHORT="Vacuum-IM is a plugin based jabber client"
+cat << EOF
+Vacuum is a client for jabber networks. The core program is just a plugin loader,
+all functionality is made available
+via plugins. This enforces modularity and ensures well defined component
+interaction via interfaces.
+
+Main Features
+    Several independent profiles
+    Multiple accounts in one profile
+    Nested roster groups
+    Support JID escaping
+    Storage of history both locally and on the server, with the possibility of
+replication of history from the server to your computer
+    Agreed off save messages (mode OTR)
+    Full support for Jabber conferences
+    Create a bookmark at the conference with the possibility autologin
+    Support for CAPTCHA form, with the possibility of transmission without the
+use of browser
+    A few named windows with tabs for chats and conferences
+    Support for Adium message styles
+    Animated Emoticons (using Adium style)
+    Notifications of activity of the user in the chat
+    Automatic change of transport with preservation of names, groups,
+subscriptions and archive messages
+    Lists of privacy, with the possibility of ignoring or setting in invisible
+mode for individual contacts and groups
+    Multi-stage automatic change of status depending on the time of inactivity
+    Ability to set different status icons for individual contacts, and groups of
+contacts are connected through transport
+    Support for avatars with the ability to specify a contact an arbitrary
+image as an avatar
+    Ability to add annotation to contact
+    Remote controlling 
+EOF
diff --git a/chat-im/vacuum/HISTORY b/chat-im/vacuum/HISTORY
new file mode 100644
index 0000000..3e439b1
--- /dev/null
+++ b/chat-im/vacuum/HISTORY
@@ -0,0 +1,3 @@
+2011-08-18 Pol Vinogradov <vin.public at gmail.com>
+	* BUILD, DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/chat-im/vacuum/PREPARE b/chat-im/vacuum/PREPARE
new file mode 100755
index 0000000..17332c3
--- /dev/null
+++ b/chat-im/vacuum/PREPARE
@@ -0,0 +1 @@
+config_query VACUUM_SVN_AUTOUPDATE "Update to the latest SVN on every cast?" n


More information about the SM-Commit mailing list