[Lunar-commits] <moonbase> wvstreams: version bumped to 4.5.1
Florin Braescu
florin at lunar-linux.org
Sun Jan 11 21:47:13 CET 2009
commit 41612f3fed210c322c46a68fa2f50f4f0c55ea31
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 11 22:47:13 2009 +0200
wvstreams: version bumped to 4.5.1
Major features added, code clenup, bugfixes.
---
net/wvstreams/BUILD | 2 +-
net/wvstreams/DEPENDS | 50 +++++++++++++-----------------------------------
net/wvstreams/DETAILS | 11 +++++----
3 files changed, 21 insertions(+), 42 deletions(-)
diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD
index ffc8c5c..fdcfb77 100644
--- a/net/wvstreams/BUILD
+++ b/net/wvstreams/BUILD
@@ -6,7 +6,7 @@
if module_installed qt3; then
. /etc/profile.d/qt3.rc
. /etc/profile.d/kde3.rc
- sedit "s:/usr/lib/libqt-mt.so:/opt/lunar/qt/3/lib:g" vars.mk
+# sedit "s:/usr/lib/libqt-mt.so:/opt/lunar/qt/3/lib:g" vars.mk
fi
fi &&
diff --git a/net/wvstreams/DEPENDS b/net/wvstreams/DEPENDS
index 1f1cd94..654324e 100644
--- a/net/wvstreams/DEPENDS
+++ b/net/wvstreams/DEPENDS
@@ -1,43 +1,21 @@
-depends db &&
-depends openssl &&
-depends zlib &&
+depends zlib
-optional_depends "gamin" \
- "--with-fam" \
- "--without-fam" \
- "FAM support"
+optional_depends "dbus" \
+ "--with-dbus" \
+ "--without-dbus" \
+ "Dbus support"
-optional_depends "fftw" \
- "--with-fftw" \
- "--without-fftw" \
- "FFTW support"
-
-optional_depends "gdbm" \
- "--with-gdbm" \
- "--without-gdbm" \
- "GDBM support"
-
-optional_depends "gtk+" \
- "--with-gtk" \
- "--without-gtk" \
- "GTK+ support"
-
-optional_depends "libogg" \
- "--with-ogg" \
- "--without-ogg" \
- "lib OGG support"
-
-optional_depends "Linux-PAM" \
- "--with-pam" \
- "--without-pam" \
+optional_depends "Linux-PAM" \
+ "--with-pam" \
+ "--without-pam" \
"PAM support"
-optional_depends "speex" \
- "--with-speex" \
- "--without-speex" \
+optional_depends "openssl" \
+ "--with-openssl" \
+ "--without-openssl" \
"Speex support"
-optional_depends "qt3" \
- "--with-qt" \
- "--without-qt" \
+optional_depends "qt3" \
+ "--with-qt" \
+ "--without-qt" \
"Qt support"
diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS
index 58b8c4d..997be5b 100644
--- a/net/wvstreams/DETAILS
+++ b/net/wvstreams/DETAILS
@@ -1,12 +1,13 @@
MODULE=wvstreams
- VERSION=4.4.1
+ VERSION=4.5.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://$MODULE.googlecode.com/files/
- SOURCE_VFY=sha1:1c84bb50f1528a4014f62c1bd645815fedea713a
- WEB_SITE=http://open.nit.ca/
+ SOURCE_URL=http://$MODULE.googlecode.com/files
+ SOURCE_VFY=sha1:bd8c270cf831c54776e8d06bdd8dcf48b21917de
+ WEB_SITE=http://open.nit.ca
ENTERED=20020425
- UPDATED=20070917
+ UPDATED=20090111
SHORT="A networking C++ library"
+
cat << EOF
WvStreams aims to be an efficient, secure, and easy-to-use library
for doing network applications development.
More information about the Lunar-commits
mailing list