Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bda273b2f84f100ecbfe177b0f8ea4b481a4ae88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bda273b2f84f100ecbfe177b0f8ea4b481a4ae88)
  • Date: Tue, 20 Apr 2010 10:42:15 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 4 ++++
chat-im/galaxium/BUILD | 8 ++++++++
chat-im/galaxium/DEPENDS | 17 +++++++++++++++++
chat-im/galaxium/DETAILS | 17 +++++++++++++++++
chat-im/galaxium/HISTORY | 3 +++
libs/libanculus-sharp/BUILD | 3 +++
libs/libanculus-sharp/DEPENDS | 2 ++
libs/libanculus-sharp/DETAILS | 27 +++++++++++++++++++++++++++
libs/libanculus-sharp/HISTORY | 3 +++
libs/libanculus-sharp/PRE_SUB_DEPENDS | 5 +++++
libs/libanculus-sharp/SUB_DEPENDS | 6 ++++++
11 files changed, 95 insertions(+)

New commits:
commit bda273b2f84f100ecbfe177b0f8ea4b481a4ae88
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

galaxium: new spell, jabber/irc/msn instant messenger

commit 7d9a25f978312b09de3589873d18dd9c8c41686a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libanculus-sharp: new spell, utility library for mono

diff --git a/ChangeLog b/ChangeLog
index 5bab2db..8e6deca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-20 Arjan Bouter <abouter AT sourcemage.org>
+ * libs/libanculus-sharp: new spell, mono utility library
+ * chat-im/galaxium: new spell, jabber/irc/msn instant messenger
+
2010-04-19 Arjan Bouter <abouter AT sourcemage.org>
* python-pypi/papyon: new spell, pymsn fork

diff --git a/chat-im/galaxium/BUILD b/chat-im/galaxium/BUILD
new file mode 100755
index 0000000..ce53b26
--- /dev/null
+++ b/chat-im/galaxium/BUILD
@@ -0,0 +1,8 @@
+cd "${SOURCE_DIRECTORY}" &&
+./autogen.sh --prefix="${INSTALL_ROOT}/usr" \
+ --sysconfdir="${INSTALL_ROOT}/etc" \
+ --localstatedir="${INSTALL_ROOT}/var" \
+ --infodir="${INSTALL_ROOT}/usr/share/info" \
+ --mandir="${INSTALL_ROOT}/usr/share/man" \
+ $OPTS &&
+make
diff --git a/chat-im/galaxium/DEPENDS b/chat-im/galaxium/DEPENDS
new file mode 100755
index 0000000..4287522
--- /dev/null
+++ b/chat-im/galaxium/DEPENDS
@@ -0,0 +1,17 @@
+depends gtk-sharp-2 &&
+depends libanculus-sharp &&
+depends -sub gtk-sharp-2 libanculus-sharp &&
+depends notify-sharp &&
+depends mono-addins &&
+depends gstreamer &&
+optional_depends webkit-sharp '--enable-webkit' \
+ '--disable-webkit' \
+ 'Enable webkit support?' &&
+optional_depends gecko-sharp-2 '--enable-gecko' \
+ '--disable-gecko' \
+ 'Enable gecko support? (default: disabled)' &&
+# should be optional, but won't build without gnome-sharp
+#optional_depends gnome-sharp '--enable-gnome' \
+# '--disable-gnome' \
+# 'Enable gnome support? (default: disabled)'
+depends gnome-sharp
diff --git a/chat-im/galaxium/DETAILS b/chat-im/galaxium/DETAILS
new file mode 100755
index 0000000..846bd55
--- /dev/null
+++ b/chat-im/galaxium/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=galaxium
+ VERSION=svn
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=svn_http://${SPELL}.googlecode.com/svn/trunk:galaxium
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/galaxium";
+ LICENSE[0]=GPL
+ ENTERED=20100420
+ SHORT="instant messenger"
+cat << EOF
+Galaxium is an instant messenger application designed for the GNOME desktop.
+It will allow you to connect to MSN, Jabber, and IRC.
+You can communicate with your family, friends and co-workers from around the
+world, using different networks at the same time, while still keeping the
+unique user experience of each network's features.
+EOF
diff --git a/chat-im/galaxium/HISTORY b/chat-im/galaxium/HISTORY
new file mode 100644
index 0000000..8ad4ec7
--- /dev/null
+++ b/chat-im/galaxium/HISTORY
@@ -0,0 +1,3 @@
+2010-04-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/libs/libanculus-sharp/BUILD b/libs/libanculus-sharp/BUILD
new file mode 100755
index 0000000..11600d9
--- /dev/null
+++ b/libs/libanculus-sharp/BUILD
@@ -0,0 +1,3 @@
+cd "${SOURCE_DIRECTORY}" &&
+sh autogen.sh --prefix="${INSTALL_ROOT}/usr" ${OPTS} &&
+make
diff --git a/libs/libanculus-sharp/DEPENDS b/libs/libanculus-sharp/DEPENDS
new file mode 100755
index 0000000..ad8e5b5
--- /dev/null
+++ b/libs/libanculus-sharp/DEPENDS
@@ -0,0 +1,2 @@
+depends webkit-sharp &&
+optional_depends gtk-sharp-2 '' '--disable-gtk' 'Enable GTK# support?'
diff --git a/libs/libanculus-sharp/DETAILS b/libs/libanculus-sharp/DETAILS
new file mode 100755
index 0000000..bcad06a
--- /dev/null
+++ b/libs/libanculus-sharp/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=libanculus-sharp
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]="http://libanculus-sharp.googlecode.com/files/${SOURCE}";
+
SOURCE_HASH=sha512:ad3bc2604f7a1d43560cc3e9c0868f4ac542cf0405618117baca9d805425766e4b03e7aca6fc29bd9afdb51f77f70ce9e943b375be7fe6ffdc45589cc68e6cb0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/libanculus-sharp";
+ LICENSE[0]=MIT
+ ENTERED=20100420
+ SHORT="Reusable utility library for Mono"
+cat << EOF
+"Anculus" means servant in Latin, and that is exactly what the library does.
+It serves and helps you to easily and quickly write new applications.
+libanculus-sharp contains all the building blocks that you need to develop
+a good C# application.
+
+Features:
+
+* XML Configuration files (primitive types, strings, serializable objects,
+ lists, arrays, ...)
+* Sorting algorithms (quicksort)
+* String Search algorithms (Boyer-Moore, Aho-Corasick)
+* Translation support (Managed Gettext)
+* Logging (Console, Colored Console, File)
+* Thread dispatching (Gtk-sharp, System.Windows.Forms, Background thread)
+* Collections (sorted list)
+EOF
diff --git a/libs/libanculus-sharp/HISTORY b/libs/libanculus-sharp/HISTORY
new file mode 100644
index 0000000..1c999ca
--- /dev/null
+++ b/libs/libanculus-sharp/HISTORY
@@ -0,0 +1,3 @@
+2010-04-20 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, SUB_DEPENDS, PRE_SUB_DEPENDS:
+ created spell, version 0.3.1
diff --git a/libs/libanculus-sharp/PRE_SUB_DEPENDS
b/libs/libanculus-sharp/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..d446310
--- /dev/null
+++ b/libs/libanculus-sharp/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GTK) is_depends_enabled $SPELL gtk-sharp-2 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/libs/libanculus-sharp/SUB_DEPENDS
b/libs/libanculus-sharp/SUB_DEPENDS
new file mode 100755
index 0000000..6d7c8ea
--- /dev/null
+++ b/libs/libanculus-sharp/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ GTK) message "GTK# support requested, forcing gtk-sharp-2 dependency" &&
+ depends gtk-sharp-2 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bda273b2f84f100ecbfe177b0f8ea4b481a4ae88), Arjan Bouter, 04/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page