[Lunar-commits] <moonbase> astyle: added version 1.24 to moonbase

Duncan Gibson engelsman at lunar-linux.org
Mon Apr 5 15:46:39 CEST 2010


commit 0f34e435a6b31d7687acda6d583cc49a431a6a69
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Apr 5 15:46:39 2010 +0200

    astyle: added version 1.24 to moonbase
    
    Artistic Style is a code formatter and beautifier for C/C++...
---
 utils/astyle/BUILD   |    6 ++++++
 utils/astyle/DETAILS |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/utils/astyle/BUILD b/utils/astyle/BUILD
new file mode 100644
index 0000000..cc3d02f
--- /dev/null
+++ b/utils/astyle/BUILD
@@ -0,0 +1,6 @@
+(
+  cd $SOURCE_DIRECTORY/build/gcc &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/astyle/DETAILS b/utils/astyle/DETAILS
new file mode 100644
index 0000000..12d4645
--- /dev/null
+++ b/utils/astyle/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=astyle
+         VERSION=1.24
+          SOURCE=${MODULE}_${VERSION}_linux.tar.gz
+      SOURCE_URL=$SFORGE_URL/astyle/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_VFY=sha1:fdd077315c9818f3b012892b91a0ac0578756336
+        WEB_SITE="http://astyle.sourceforge.net/"
+         ENTERED=20100403
+         UPDATED=20100403
+           SHORT="Formatter for C, C++, C#, and Java Source Code"
+cat <<EOF
+Artistic Style is a source code indenter, formatter, and beautifier
+for the C, C++, C# and Java programming languages.
+
+To address the problem of hard and soft tabs in editors and source
+code, Artistic Style was created - a filter written in C++ that
+automatically re-indents and re-formats C / C++ / C# / Java source
+files. It can be used from a command line, or it can be incorporated
+as classes in another C++ program.
+EOF


More information about the Lunar-commits mailing list