[Lunar-commits] r18745 - in moonbase/trunk: devel/psyco graphics/gtkam

Dennis Veatch stumbles at lunar-linux.org
Thu Feb 16 03:39:24 UTC 2006


Author: stumbles
Date: 2006-02-16 03:39:21 +0000 (Thu, 16 Feb 2006)
New Revision: 18745

Modified:
   moonbase/trunk/devel/psyco/DETAILS
   moonbase/trunk/graphics/gtkam/DETAILS
Log:

Replace deprecated GtkMenuItems with GtkActionItems
updated build system
Reintegrate Pat's config changes, which were  accidentally
left out of a subsequent update.


and some others



Modified: moonbase/trunk/devel/psyco/DETAILS
===================================================================
--- moonbase/trunk/devel/psyco/DETAILS	2006-02-16 02:09:25 UTC (rev 18744)
+++ moonbase/trunk/devel/psyco/DETAILS	2006-02-16 03:39:21 UTC (rev 18745)
@@ -1,16 +1,16 @@
           MODULE=psyco
-         VERSION=1.4
+         VERSION=1.5
           SOURCE=$MODULE-$VERSION-src.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:965d2b8fdecde3f1fb3a1855b697b53da66fa058
+      SOURCE_VFY=sha1:84bc508d74818676cdf3cec1cd4dfc10242081d4
         WEB_SITE=http://psyco.sourceforge.net
          ENTERED=20031020
-         UPDATED=20050108
-           SHORT="Psyco is a Python extension module which can massively speed up the execution of any Python code"
+         UPDATED=20060215
+           SHORT="speeds up the execution of any Python code"
 
 cat << EOF
-Think of Psyco as a kind of just-in-time (JIT) compiler, a little
-bit like java's, that emit machine code on the fly instead of 
-interpreting your Python program step by step. The result is that 
-your unmodified Python programs run faster.
+Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
+java's, that emit machine code on the fly instead of interpreting your
+Python program step by step. The result is that your unmodified Python
+programs run faster.
 EOF

Modified: moonbase/trunk/graphics/gtkam/DETAILS
===================================================================
--- moonbase/trunk/graphics/gtkam/DETAILS	2006-02-16 02:09:25 UTC (rev 18744)
+++ moonbase/trunk/graphics/gtkam/DETAILS	2006-02-16 03:39:21 UTC (rev 18745)
@@ -1,11 +1,11 @@
           MODULE=gtkam
-         VERSION=0.1.12
-	  SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=0.1.13
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/gphoto/
-      SOURCE_VFY=sha1:d8ca0755d9dec48338fcfb0c7e97c90962b6d627	
+      SOURCE_VFY=sha1:3cc826ea75e61f92aac3c7e75c6ac00c9a15809e
         WEB_SITE=http://www.gphoto.org/
          ENTERED=20021007
-         UPDATED=20041018
+         UPDATED=20060215
            SHORT="gtkam is a gtk+ frontend to gphoto2"
 cat << EOF
 gtkam is the official GTK2 GUI for libgphoto2. Its purpose it to provide



More information about the Lunar-commits mailing list