Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c9659bcc60d41760ae4b92d1d18759dac59d6bcd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c9659bcc60d41760ae4b92d1d18759dac59d6bcd)
  • Date: Tue, 25 Sep 2007 00:12:18 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
chat-im/pidgin/DEPENDS | 13 ++++++++++---
chat-im/pidgin/HISTORY | 3 +++
chat-libs/meanwhile/DEPENDS | 7 +++++++
chat-libs/meanwhile/DETAILS | 20 ++++++++++++++++++++
chat-libs/meanwhile/HISTORY | 3 +++
chat-libs/meanwhile/meanwhile-1.0.2.tar.gz.sig |binary
crypto/nss/BUILD | 2 ++
crypto/nss/HISTORY | 3 +++
kernels/uml_utilities/DEPENDS | 1 +
kernels/uml_utilities/HISTORY | 3 +++
perl-cpan/xml-sax-expat/HISTORY | 4 ++++
perl-cpan/xml-sax-expat/INSTALL | 2 ++
13 files changed, 61 insertions(+), 3 deletions(-)

New commits:
commit c9659bcc60d41760ae4b92d1d18759dac59d6bcd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

uml_utilities: Depends on fuse

commit b8196e9bce9232a6883e6a37943018176c24496a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: Optionally depends on meanwhile for Lotus IM/Sametime protocol

commit 053c5f172a799e59cdba195883e57a3981770ce0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

meanwhile: Added Lotus IM/Sametime protocol library

commit c7e45bd8b5719cc15da1630f4fbf733b73a9c61c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xml-sax-expat: Fails to install with multiple jobs

commit 0777415b90b208bf88ac3980f60c61645362e1f2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nss: Fails with multiple make jobs

diff --git a/ChangeLog b/ChangeLog
index d1b6d22..90c5ef7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * chat-libs/meanwhile: Added Lotus IM Protocol library
+
2007-09-22 Robin Cook <rcook AT wyrms.net>
* New spell gnome2-libs/goffice-0.5
* New spell gnome2-libs/gnome-devel-docs
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 0a688a7..7bb37f9 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -1,5 +1,5 @@
-depends libxml2 &&
-depends xml-parser-expat &&
+depends libxml2 &&
+depends xml-parser-expat &&

if [ "$PIDGIN_CVS" == "y" ]
then
@@ -66,10 +66,12 @@ optional_depends tk \
"" \
"--disable-tk" \
"for tcl/tk scripting support" &&
+
optional_depends mono \
"--enable-mono" \
"--disable-mono" \
"for Mono runtime support" &&
+
optional_depends dbus \
"--enable-dbus" \
"--disable-dbus" \
@@ -78,4 +80,9 @@ optional_depends dbus \
optional_depends howl \
'' \
'' \
- 'for network ZeroConf in Bonjour plugin'
+ 'for network ZeroConf in Bonjour plugin' &&
+
+optional_depends meanwhile \
+ '' \
+ '' \
+ 'for Lotus Instant Messenger/Sametime protocol'
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 4c67ea5..046da43 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on meanwhile for Lotus IM/Sametime
+
2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Fails to compile with multiple make jobs

diff --git a/chat-libs/meanwhile/DEPENDS b/chat-libs/meanwhile/DEPENDS
new file mode 100755
index 0000000..7177954
--- /dev/null
+++ b/chat-libs/meanwhile/DEPENDS
@@ -0,0 +1,7 @@
+depends glib2 &&
+depends pkgconfig &&
+
+optional_depends 'doxygen' \
+ '--enable-doxygen' \
+ '--disable-doxygen' \
+ 'to build documentation'
diff --git a/chat-libs/meanwhile/DETAILS b/chat-libs/meanwhile/DETAILS
new file mode 100755
index 0000000..d68894b
--- /dev/null
+++ b/chat-libs/meanwhile/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=meanwhile
+ VERSION=1.0.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://meanwhile.sourceforge.net/
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=LGPL
+ ENTERED=20070924
+ KEYWORDS="meanwhile chat libs"
+ SHORT='Lotus Sametime Commnunity Client protocol'
+cat << EOF
+The heart of the Meanwhile Project is the Meanwhile library, providing the
+basic Lotus Sametime session functionality along with the core services;
+Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences
+Storage, Identity Resolution, and File Transfer. This extensible client
+interface allows additional services to be added to a session at runtime,
+allowing for simple integration of future service handlers such as the user
+directory and whiteboard and screen-sharing.
+EOF
diff --git a/chat-libs/meanwhile/HISTORY b/chat-libs/meanwhile/HISTORY
new file mode 100644
index 0000000..887ed31
--- /dev/null
+++ b/chat-libs/meanwhile/HISTORY
@@ -0,0 +1,3 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+
diff --git a/chat-libs/meanwhile/meanwhile-1.0.2.tar.gz.sig
b/chat-libs/meanwhile/meanwhile-1.0.2.tar.gz.sig
new file mode 100644
index 0000000..fc20328
Binary files /dev/null and b/chat-libs/meanwhile/meanwhile-1.0.2.tar.gz.sig
differ
diff --git a/crypto/nss/BUILD b/crypto/nss/BUILD
index 55120bb..99ad2f3 100755
--- a/crypto/nss/BUILD
+++ b/crypto/nss/BUILD
@@ -17,6 +17,8 @@ fi &&

echo "INCLUDES += -I${ROOT}/usr/include/nspr" >>
$SOURCE_DIRECTORY/mozilla/security/coreconf/headers.mk &&

+make_single &&
+
cd $SOURCE_DIRECTORY/mozilla/security/coreconf &&
make $MAKE_OPTS &&

diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 65f2da2..fcb55f2 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails with multiple make jobs
+
2007-07-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.11.7

diff --git a/kernels/uml_utilities/DEPENDS b/kernels/uml_utilities/DEPENDS
new file mode 100755
index 0000000..d2a7d24
--- /dev/null
+++ b/kernels/uml_utilities/DEPENDS
@@ -0,0 +1 @@
+depends fuse
diff --git a/kernels/uml_utilities/HISTORY b/kernels/uml_utilities/HISTORY
index 86c3dfd..83c97f8 100644
--- a/kernels/uml_utilities/HISTORY
+++ b/kernels/uml_utilities/HISTORY
@@ -1,3 +1,6 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on fuse
+
2007-07-23 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated to 20060622 fixed source dir
* BUILD: need to just make not all the api1 stuff
diff --git a/perl-cpan/xml-sax-expat/HISTORY b/perl-cpan/xml-sax-expat/HISTORY
index 6e80ab3..024010f 100644
--- a/perl-cpan/xml-sax-expat/HISTORY
+++ b/perl-cpan/xml-sax-expat/HISTORY
@@ -1,2 +1,6 @@
+2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails to install with multiple jobs
+
2006-11-14 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell
+
diff --git a/perl-cpan/xml-sax-expat/INSTALL b/perl-cpan/xml-sax-expat/INSTALL
new file mode 100755
index 0000000..1988708
--- /dev/null
+++ b/perl-cpan/xml-sax-expat/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+default_install



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c9659bcc60d41760ae4b92d1d18759dac59d6bcd), Eric Sandall, 09/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page