[Lunar-commits] CVS: moonbase/devel/expect BUILD, 1.4, 1.5 DEPENDS, 1.4, 1.5 DETAILS, 1.9, 1.10

Florin Braescu florin at lunar-linux.org
Wed Feb 9 04:59:37 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/expect
In directory espresso.foo-projects.org:/tmp/cvs-serv31173/devel/expect

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
bump the version from 5.42.1 to 5.43.0.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	12 Mar 2004 19:18:27 -0000	1.4
+++ BUILD	9 Feb 2005 04:59:35 -0000	1.5
@@ -4,19 +4,17 @@
    OPTS="$OPTS --with-tk=$SOURCE_DIRECTORY/libtke/tk/unix"
  fi
 
- cd $SOURCE_DIRECTORY/                                  &&
- ./configure $OPTS                                      \
-             --prefix=/usr                              \
-             --sysconfdir=/etc                          \
-             --localstatedir=/var                       \
-             --infodir=/usr/share/info                  \
-             --mandir=/usr/share/man                    \
+ cd $SOURCE_DIRECTORY/                 &&
+ ./configure $OPTS                      \
+             --prefix=/usr              \
+             --sysconfdir=/etc          \
+             --localstatedir=/var       \
+             --infodir=/usr/share/info  \
+             --mandir=/usr/share/man    \
              --with-tcl=$SOURCE_DIRECTORY/libtke/tcl/unix            \
              --with-tclinclude=$SOURCE_DIRECTORY/libtke/tcl/generic  \
-             --enable-gcc                   &&
- make                                       &&
- prepare_install                            &&
- make install
+             --enable-gcc  &&
+ default_make
 
 ) > $C_FIFO 2>&1
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS	12 Mar 2004 19:18:27 -0000	1.4
+++ DEPENDS	9 Feb 2005 04:59:35 -0000	1.5
@@ -1,2 +1,3 @@
 depends tcl &&
+
 optional_depends "tk" "" "" "For expectk"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/expect/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	5 Oct 2004 09:29:54 -0000	1.9
+++ DETAILS	9 Feb 2005 04:59:35 -0000	1.10
@@ -1,24 +1,24 @@
            MODULE=expect
-          VERSION=5.42.1
+          VERSION=5.43.0
            SOURCE=$MODULE-$VERSION.tar.gz
           SOURCE2=tcl_tk_bits_for_expect.tar.bz2
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-5.42
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-5.43
        SOURCE_URL=http://expect.nist.gov/old/
-       SOURCE_VFY=md5:fea346fac6aaf74b0851f2441f478571
+       SOURCE_VFY=sha1:4da64b7c50cea22ac87fcf0f8f98f786793ee785
       SOURCE2_URL=$PATCH_URL/
-      SOURCE2_VFY=md5:60d35518949f6ab07b51f04346128c3a
+      SOURCE2_VFY=sha1:7f5680463d431ad139ea0dedeecc845195a4ef83
          WEB_SITE=http://expect.nist.gov/
           ENTERED=20030817
-          UPDATED=20040807
+          UPDATED=20050209
         PSAFE="no"
         SHORT="Expect is a tool for automating interactive applications"
 
 cat << EOF
-  Expect is a tool for automating interactive applications such as telnet, 
+Expect is a tool for automating interactive applications such as telnet, 
 ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff 
 trivial. Expect is also useful for testing these same applications. And 
 by adding Tk, you can also wrap interactive applications in X11 GUIs.
-  Expect can make easy all sorts of tasks that are prohibitively difficult 
+Expect can make easy all sorts of tasks that are prohibitively difficult 
 with anything else. You will find that Expect is an absolutely invaluable 
 tool - using it, you will be able to automate tasks that you've never 
 even thought of before - and you'll be able to do this automation quickly 



More information about the Lunar-commits mailing list