[Lunar-commits] r24899 - in moonbase/trunk/net: wvdial wvstreams

Dennis Veatch stumbles at lunar-linux.org
Mon Jun 18 20:34:43 CEST 2007


Author: stumbles
Date: 2007-06-18 20:34:43 +0200 (Mon, 18 Jun 2007)
New Revision: 24899

Removed:
   moonbase/trunk/net/wvstreams/BUILD
Modified:
   moonbase/trunk/net/wvdial/BUILD
   moonbase/trunk/net/wvdial/DETAILS
   moonbase/trunk/net/wvstreams/DEPENDS
   moonbase/trunk/net/wvstreams/DETAILS
Log:

Version bumps on both. Bugfixes and build issues corrected.
Switched wvstreams to gamin and just say no to qt for now. 
Hmpf, wvdial did recognize the modem built into my rzor V3m, 
go figure.



Modified: moonbase/trunk/net/wvdial/BUILD
===================================================================
--- moonbase/trunk/net/wvdial/BUILD	2007-06-18 17:32:58 UTC (rev 24898)
+++ moonbase/trunk/net/wvdial/BUILD	2007-06-18 18:34:43 UTC (rev 24899)
@@ -1,8 +1,8 @@
 (
-# unset CC CXX                                         &&
-  sedit 's/\/usr\/local/\/usr/g' Makefile              &&
-  default_make                                         &&
-  strip /usr/bin/wvdial &&
+
+  sedit 's/\/usr\/local/\/usr/g' Makefile &&
+  default_make                            &&
+  strip /usr/bin/wvdial                   &&
   strip /usr/bin/wvdialconf
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/net/wvdial/DETAILS
===================================================================
--- moonbase/trunk/net/wvdial/DETAILS	2007-06-18 17:32:58 UTC (rev 24898)
+++ moonbase/trunk/net/wvdial/DETAILS	2007-06-18 18:34:43 UTC (rev 24899)
@@ -1,11 +1,11 @@
           MODULE=wvdial
-         VERSION=1.54.0
-        #VERSION=1.53
+         VERSION=1.56
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=http://open.nit.ca/download/
+      SOURCE_VFY=sha1:6a0ed7508b93b56f7bc4c5dc7faa4a3e6a911d18
         WEB_SITE=http://open.nit.ca/
          ENTERED=20020425
-         UPDATED=20031205
+         UPDATED=20070618
            SHORT="An automated dialer"
 cat << EOF
 WvDial is a program that makes it easy to connect your Linux

Deleted: moonbase/trunk/net/wvstreams/BUILD

Modified: moonbase/trunk/net/wvstreams/DEPENDS
===================================================================
--- moonbase/trunk/net/wvstreams/DEPENDS	2007-06-18 17:32:58 UTC (rev 24898)
+++ moonbase/trunk/net/wvstreams/DEPENDS	2007-06-18 18:34:43 UTC (rev 24899)
@@ -1,43 +1,43 @@
 depends db       &&
 depends openssl  &&
 depends zlib     &&
-optional_depends  "fam"                 \
+
+optional_depends  "gamin"               \
                   "--with-fam"          \
                   "--without-fam"       \
-                  "FAM support"
+                  "FAM support"        &&
 
 optional_depends  "fftw"                \
                   "--with-fftw"         \
                   "--without-fftw"      \
-                  "FFTW support"
+                  "FFTW support"       &&
 
 optional_depends  "gdbm"                \
                   "--with-gdbm"         \
                   "--without-gdbm"      \
-                  "GDBM support"
+                  "GDBM support"       &&
 
 optional_depends  "gtk+"                \
                   "--with-gtk"          \
                   "--without-gtk"       \
-                  "GTK+ support"
+                  "GTK+ support"       &&
 
 optional_depends  "libogg"              \
                   "--with-ogg"          \
                   "--without-ogg"       \
-                  "lib OGG support"
+                  "lib OGG support"    &&
 
 optional_depends  "Linux-PAM"           \
                   "--with-pam"          \
                   "--without-pam"       \
-                  "PAM support"
+                  "PAM support"        &&
 
+optional_depends  "speex"               \
+                  "--with-speex"        \
+                  "--without-speex"     \
+                  "Speex support"      &&
+
 optional_depends  "qt3"                 \
                   "--with-qt"           \
                   "--without-qt"        \
                   "Qt support"
-
-optional_depends  "speex"               \
-                  "--with-speex"        \
-                  "--without-speex"     \
-                  "Speex support"
-

Modified: moonbase/trunk/net/wvstreams/DETAILS
===================================================================
--- moonbase/trunk/net/wvstreams/DETAILS	2007-06-18 17:32:58 UTC (rev 24898)
+++ moonbase/trunk/net/wvstreams/DETAILS	2007-06-18 18:34:43 UTC (rev 24899)
@@ -1,12 +1,11 @@
           MODULE=wvstreams
-         VERSION=3.74.0
-        #VERSION=3.70
+         VERSION=4.3
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://open.nit.ca/download/
-      SOURCE_VFY=md5:f31e8e140e0d91e2617b166154051998
+   SOURCE_URL[0]=http://alumnit.ca/download/
+      SOURCE_VFY=sha1:9347696d28a482c0be741a222436f0529283c304
         WEB_SITE=http://open.nit.ca/
          ENTERED=20020425
-         UPDATED=20031205
+         UPDATED=20070618
            SHORT="A networking C++ library"
 cat << EOF
 WvStreams aims to be an efficient, secure, and easy-to-use library



More information about the Lunar-commits mailing list