[Lunar-commits] r19820 - in moonbase/trunk/devel: . autogen
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Apr 23 15:33:14 UTC 2006
Author: v3rt1g0
Date: 2006-04-23 15:33:14 +0000 (Sun, 23 Apr 2006)
New Revision: 19820
Added:
moonbase/trunk/devel/autogen/
moonbase/trunk/devel/autogen/DEPENDS
moonbase/trunk/devel/autogen/DETAILS
Log:
Initial import of a tool to help autogenerate portions of
source code and other text files. This also happens to be
a requirement for Anjuta2.
Added: moonbase/trunk/devel/autogen/DEPENDS
===================================================================
--- moonbase/trunk/devel/autogen/DEPENDS (rev 0)
+++ moonbase/trunk/devel/autogen/DEPENDS 2006-04-23 15:33:14 UTC (rev 19820)
@@ -0,0 +1,2 @@
+depends guile &&
+depends libxml2
Added: moonbase/trunk/devel/autogen/DETAILS
===================================================================
--- moonbase/trunk/devel/autogen/DETAILS (rev 0)
+++ moonbase/trunk/devel/autogen/DETAILS 2006-04-23 15:33:14 UTC (rev 19820)
@@ -0,0 +1,16 @@
+ MODULE=autogen
+ VERSION=5.8.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:09c513d065c6e674b8e3a32e8769b579a33b4e6b
+ WEB_SITE=http://autogen.sourceforge.net/
+ ENTERED=20060423
+ UPDATED=20060423
+ SHORT="a tool to generate programs and text files"
+
+cat << EOF
+AutoGen is a tool designed to simplify the creation and maintenance of
+programs that contain large amounts of repetitious text. It is
+especially valuable in programs that have several blocks of text that
+must be kept synchronized.
+EOF
More information about the Lunar-commits
mailing list