Skip to Content.
Sympa Menu

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

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 (3a34ba4cd25fccc3ad546325a1eb0854c44525a5)
  • Date: Wed, 22 Jul 2009 06:57:37 -0500

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

ChangeLog | 3 +
chat-im/ekiga/DEPENDS | 61
++++++++++++++++++++++++---------------
chat-im/ekiga/HISTORY | 4 ++
chat-libs/ptlib/DEPENDS | 2 -
chat-libs/ptlib/HISTORY | 3 +
crypto/cyrus-sasl/HISTORY | 3 +
crypto/cyrus-sasl/PROVIDES | 1
crypto/libsasl/BUILD | 10 ++++++
crypto/libsasl/DEPENDS | 3 +
crypto/libsasl/DETAILS | 16 ++++++++++
crypto/libsasl/HISTORY | 2 +
crypto/libsasl/INSTALL | 4 ++
crypto/libsasl/PROVIDES | 1
gnome2-apps/evolution/DEPENDS | 20 +++++++++---
gnome2-apps/evolution/HISTORY | 4 ++
gnome2-libs/gconf-editor/DEPENDS | 6 +++
gnome2-libs/gconf-editor/HISTORY | 3 +
security-libs/libfprint/DETAILS | 4 +-
security-libs/libfprint/HISTORY | 4 ++
19 files changed, 123 insertions(+), 31 deletions(-)

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

libsasl: new spell, cyrus-sasl client libs only

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

ekiga: lots of dependencies added/fixed/changed

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

libfprint: added (commented out) the latest -pre release to
track when it's recent enough for fprintd

commit 6c357dca5f4ee3252b87ba47b06f1d8e22343cba
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ptlib: depends on LIBSASL

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

cyrus-sasl: made a LIBSASL provider

commit 90bf9bfdddb0d1a5f76153d5177d38ac1125e2fe
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

evolution: made rarian, gnome-doc-utils, gnome-spell and libgnomeprintui
optional

commit 89cf1898127bfdd0ac53b174bc2a75a133818605
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gconf-editor: made rarian optional

diff --git a/ChangeLog b/ChangeLog
index 7452b68..265881e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * crypto/libsasl: new spell, cyrus-sasl client libs only
+
2009-07-21 Eric Sandall <sandalle AT sourcemage.org>
* kde4-apps/kile4: Added a KDE4 (La)TeX editor and shell

diff --git a/chat-im/ekiga/DEPENDS b/chat-im/ekiga/DEPENDS
index 180f32e..08c6539 100755
--- a/chat-im/ekiga/DEPENDS
+++ b/chat-im/ekiga/DEPENDS
@@ -1,27 +1,40 @@
-depends rarian &&
-depends opal &&
-if [ "$GTK_ONLY" == "y" ]; then
- depends gtk+2
-else
- depends libgnomeui &&
- depends evolution-data-server
-fi &&
-depends esound &&
+depends opal &&
+depends gtk+2 &&
depends libsigc++3 &&
-depends cyrus-sasl &&
+depends LIBSASL &&
depends -sub SASL ptlib &&

+optional_depends "libgnomeui" \
+ "--enable-gnome" \
+ "--disable-gnome" \
+ "Enable gnome support?" &&
+optional_depends "gconf2" \
+ "--enable-gconf" \
+ "--disable-gconf" \
+ "Enable gconf support?" &&
+optional_depends "kdelibs4" \
+ "--enable-kde --enable-kab" \
+ "--disable-kde --disable-kab" \
+ "Enable EXPERIMENTAL kde support?" &&
+optional_depends evolution-data-server \
+ "--enable-eds" \
+ "--disable-eds" \
+ "Enable evolution-data-server addressbook support?" &&
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with scrollkeeper?" &&
optional_depends libnotify \
- "" \
+ "--enable-notify" \
"--disable-notify" \
"For libnotify support" &&
optional_depends openldap \
- "" \
+ "--enable-ldap" \
"--disable-ldap" \
"for LDAP addressbook support" &&
optional_depends "gnome-doc-utils" \
- "" \
- "--disable-doc" \
+ "--enable-gdu" \
+ "--disable-gdu" \
"To build manual and documentation" &&

optional_depends "sdl" \
@@ -33,11 +46,15 @@ optional_depends "arts" \
"" \
"" \
"For ARTS support" &&
-optional_depends "howl" \
- "" \
- "--disable-howl" \
- "Required to build HOWL component"
-#optional_depends "avahi" \
-# "" \
-# "--disable-avahi" \
-# "for avahi support"
+optional_depends "avahi" \
+ "--enable-avahi" \
+ "--disable-avahi" \
+ "for avahi support" &&
+optional_depends "gstreamer" \
+ "--enable-gstreamer" \
+ "--disable-gstreamer" \
+ "Enable EXPERIMENTAL gstreamer support?" &&
+optional_depends "dbus" \
+ "--enable-dbus --enable-dbus-service" \
+ "--disable-dbus --disable-dbus-service" \
+ "for dbus support"
diff --git a/chat-im/ekiga/HISTORY b/chat-im/ekiga/HISTORY
index e37833c..3d0572a 100644
--- a/chat-im/ekiga/HISTORY
+++ b/chat-im/ekiga/HISTORY
@@ -1,3 +1,7 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added lots of missing deps, made some
+ experimental stuff optional and swapped howl for avahi.
+
2009-05-20 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.2.4

diff --git a/chat-libs/ptlib/DEPENDS b/chat-libs/ptlib/DEPENDS
index cc76574..c60163c 100755
--- a/chat-libs/ptlib/DEPENDS
+++ b/chat-libs/ptlib/DEPENDS
@@ -11,7 +11,7 @@ optional_depends "openssl" \
"--disable-openssl" \
"for SSL connections" &&

-optional_depends "cyrus-sasl" \
+optional_depends "LIBSASL" \
"--enable-sasl" \
"--disable-sasl" \
"for SASL connections" &&
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index bd6fea9..a487f12 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,6 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: changed cyrus-sasl to LIBSASL
+
2009-07-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 2.6.4

diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index 5d443ec..cbb9016 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -1,3 +1,6 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * PROVIDES: added
+
2009-05-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.1.23, SECURITY_PATCH=1, CERT VU#238019

diff --git a/crypto/cyrus-sasl/PROVIDES b/crypto/cyrus-sasl/PROVIDES
new file mode 100755
index 0000000..a56ce58
--- /dev/null
+++ b/crypto/cyrus-sasl/PROVIDES
@@ -0,0 +1 @@
+LIBSASL
diff --git a/crypto/libsasl/BUILD b/crypto/libsasl/BUILD
new file mode 100755
index 0000000..ef6b5f1
--- /dev/null
+++ b/crypto/libsasl/BUILD
@@ -0,0 +1,10 @@
+cd ${SOURCE_DIRECTORY} &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ ${OPTS} &&
+pushd lib &&
+make &&
+popd
diff --git a/crypto/libsasl/DEPENDS b/crypto/libsasl/DEPENDS
new file mode 100755
index 0000000..1f7761d
--- /dev/null
+++ b/crypto/libsasl/DEPENDS
@@ -0,0 +1,3 @@
+depends automake &&
+depends autoconf &&
+depends groff
diff --git a/crypto/libsasl/DETAILS b/crypto/libsasl/DETAILS
new file mode 100755
index 0000000..f6fc417
--- /dev/null
+++ b/crypto/libsasl/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libsasl
+ VERSION=2.1.23
+ SOURCE=cyrus-sasl-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/cyrus-sasl-$VERSION
+ SOURCE_URL[0]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/$SOURCE
+
SOURCE_HASH=sha512:bf72db55fefe9eccfe4a12caf1160efc80aba98f8acc2743af360fda96659a3ee1fc3a5af6104b3dfc8fc4571f4e98526b9719a6cdf0948980cf76a9cb1a2b0e
+ LICENSE[0]=BSD
+ WEB_SITE=http://cyrusimap.web.cmu.edu/
+ ENTERED=20090722
+ SHORT="Cyrus SASL (RFC 2222) Library"
+cat << EOF
+This is the Cyrus SASL API implentation. This spell can only be used on the
client
+side to provide authentication. Use the cyrus-sasl spell for server side
authentication.
+See RFC 2222 for more information.
+EOF
diff --git a/crypto/libsasl/HISTORY b/crypto/libsasl/HISTORY
new file mode 100644
index 0000000..acdb6c1
--- /dev/null
+++ b/crypto/libsasl/HISTORY
@@ -0,0 +1,2 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, PROVIDES: created spell
diff --git a/crypto/libsasl/INSTALL b/crypto/libsasl/INSTALL
new file mode 100755
index 0000000..849e109
--- /dev/null
+++ b/crypto/libsasl/INSTALL
@@ -0,0 +1,4 @@
+cd ${SOURCE_DIRECTORY}/lib &&
+make install &&
+cd ${SOURCE_DIRECTORY}/include &&
+make install
diff --git a/crypto/libsasl/PROVIDES b/crypto/libsasl/PROVIDES
new file mode 100755
index 0000000..a56ce58
--- /dev/null
+++ b/crypto/libsasl/PROVIDES
@@ -0,0 +1 @@
+LIBSASL
diff --git a/gnome2-apps/evolution/DEPENDS b/gnome2-apps/evolution/DEPENDS
index b46a2bb..4849a99 100755
--- a/gnome2-apps/evolution/DEPENDS
+++ b/gnome2-apps/evolution/DEPENDS
@@ -20,11 +20,16 @@ depends gnome-icon-theme &&
depends libnotify &&
depends libsoup &&
depends gstreamer &&
-depends rarian &&
depends psmisc &&
-depends gnome-doc-utils &&
-depends gnome-spell &&
-depends libgnomeprintui &&
+
+optional_depends gnome-doc-utils \
+ '--with-help' \
+ '--without-help' \
+ 'Build documentation?' &&
+
+optional_depends gnome-spell '' '' 'Enable spelling checker?' &&
+
+optional_depends libgnomeprintui '' '' 'Enable printing?' &&

optional_depends gnupg \
"" \
@@ -80,4 +85,9 @@ optional_depends gtk-doc \
optional_depends avahi \
"" \
"" \
- "for service discovery"
+ "for service discovery" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with rarian?"
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index a13a92c..1f65fc6 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,7 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian, gnome-doc-utils, gnome-spell and
+ libgnomeprintui optional
+
2009-05-22 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Remove conflict with evolution2, finally removed

diff --git a/gnome2-libs/gconf-editor/DEPENDS
b/gnome2-libs/gconf-editor/DEPENDS
index 2d4bc6c..ab19601 100755
--- a/gnome2-libs/gconf-editor/DEPENDS
+++ b/gnome2-libs/gconf-editor/DEPENDS
@@ -3,4 +3,8 @@ depends gconf2 &&
depends libgnome &&
depends libgnomeui &&
depends intltool &&
-depends policykit
+depends policykit &&
+optional_depends rarian \
+ '--enable-scrollkeeper' \
+ '--disable-scrollkeeper' \
+ 'Register with rarian?'
diff --git a/gnome2-libs/gconf-editor/HISTORY
b/gnome2-libs/gconf-editor/HISTORY
index f0602f8..86c1eeb 100644
--- a/gnome2-libs/gconf-editor/HISTORY
+++ b/gnome2-libs/gconf-editor/HISTORY
@@ -1,3 +1,6 @@
+2009-07-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional
+
2009-03-25 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on policykit

diff --git a/security-libs/libfprint/DETAILS b/security-libs/libfprint/DETAILS
index 92ac15a..422c67c 100755
--- a/security-libs/libfprint/DETAILS
+++ b/security-libs/libfprint/DETAILS
@@ -1,8 +1,8 @@
SPELL=libfprint
if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
#not recent enough..
-# VERSION=0.1.0-pre1
-#
SOURCE_HASH=sha512:7e481ff661ba3fac2b93b6552c2c65244bbe8d62884215eb4cdb2cd585dc308268e9762e251d2330143c56903f55cf339940df6ec03be08cd1fe45a4840665a5
+# VERSION=0.1.0-pre2
+#
SOURCE_HASH=sha512:0005eedbd5864b8a758a564c5ffcc146f6a8b56c28abe85956c75ad4d599e58bde7a01e2711a3d4aaec6ea65f949dc2825253ff22025cedc31b4b82a7d8b63f4
VERSION=scm
SOURCE_IGNORE=volatile
SOURCE_URL=git://projects.reactivated.net/~dsd/libfprint.git
diff --git a/security-libs/libfprint/HISTORY b/security-libs/libfprint/HISTORY
index 868c409..82db06d 100644
--- a/security-libs/libfprint/HISTORY
+++ b/security-libs/libfprint/HISTORY
@@ -1,3 +1,7 @@
+2009-03-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: added latest unstable release to track when
+ it's recent enough for fprintd
+
2009-03-19 Ladislav Hagara <hgr AT vabo.cz>
* BUILD: fixed broken stable version




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (3a34ba4cd25fccc3ad546325a1eb0854c44525a5), Arjan Bouter, 07/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page