[Lunar-commits] CVS: moonbase/devel/gob DETAILS,1.2,1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Dec 17 01:54:33 UTC 2004


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

Modified Files:
	DETAILS 
Log Message:
Reformatted the long description so it wasn't ugly and added a missing 
sha1 sum.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/gob/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:29:54 -0000	1.2
+++ DETAILS	17 Dec 2004 01:54:31 -0000	1.3
@@ -1,19 +1,24 @@
           MODULE=gob
          VERSION=1.0.12
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://ftp.5z.com/pub/gob/
+      SOURCE_URL=http://ftp.5z.com/pub/gob/
+      SOURCE_VRY=sha1:ebdc5c9d24b3eb0eb2c16c9c4bb3e9da225383e3
         WEB_SITE=http://www.5z.com/jirka/gob.html
          ENTERED=20020713
          UPDATED=20020713
-           SHORT="GOB is a preprocessor for making GTK+ objects with inline C code so that generated files are not editted."
+           SHORT="A preprocessor for making GTK+ objects with inline C code"
+
 cat << EOF
-GOB is a preprocessor for making GTK+ objects with inline C code so that generated files are not editted. Syntax is inspired by java and yacc or lex. The implementation is intentionaly kept simple, and no C actual code parsing is done.
+GOB is a preprocessor for making GTK+ objects with inline C code so
+that generated files are not editted.  Syntax is inspired by java and
+yacc or lex.  The implementation is intentionaly kept simple, and no C
+actual code parsing is done.
 
 Reasons:
-
-    * C is a perfect (well mostly) language, no need for another language
-        * Writing a fully featured GTK+ object is a hassle
-            * GTK+ has little typesafety, GOB improves on it.
-                * Need for a generator that doesn't require changes to generated code
-                * I like how Java writes method code directly into the class definition. 
+ * C is a perfect (well mostly) language, no need for another language
+ * Writing a fully featured GTK+ object is a hassle
+ * GTK+ has little typesafety, GOB improves on it
+ * Need for a generator that doesn't require changes to generated code
+ * I like how Java writes method code directly into the class 
+   definition
 EOF



More information about the Lunar-commits mailing list