[Lunar-commits] <moonbase> universalindentgui: added version 1.1.0 to moonbase

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


commit 6ad1df2387a8fca863db5628cb5f83ab47e07230
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Apr 5 15:52:18 2010 +0200

    universalindentgui: added version 1.1.0 to moonbase
    
    universalindentgui is a GUI to preview various code formatters.
    
    Note: I didn't manage to work out what SOURCE_URL is really needed
    to map to the PHP download link, hence the second link to gentoo.
---
 utils/universalindentgui/BUILD   |   14 ++++++++++++++
 utils/universalindentgui/DEPENDS |    1 +
 utils/universalindentgui/DETAILS |   19 +++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/utils/universalindentgui/BUILD b/utils/universalindentgui/BUILD
new file mode 100644
index 0000000..bc03ae5
--- /dev/null
+++ b/utils/universalindentgui/BUILD
@@ -0,0 +1,14 @@
+(
+
+  source /etc/profile.d/qt4.rc  &&
+
+  sedit 's:--style=kr:--style=k/r:' indenters/uigui_astyle.ini &&
+
+  qmake -o Makefile UniversalIndentGUI.pro  &&
+  make release  &&
+
+  prepare_install  &&
+  make install
+
+) > $C_FIFO 2>&1
+
diff --git a/utils/universalindentgui/DEPENDS b/utils/universalindentgui/DEPENDS
new file mode 100644
index 0000000..f944fa4
--- /dev/null
+++ b/utils/universalindentgui/DEPENDS
@@ -0,0 +1 @@
+depends qscintilla2
diff --git a/utils/universalindentgui/DETAILS b/utils/universalindentgui/DETAILS
new file mode 100644
index 0000000..3e12cd3
--- /dev/null
+++ b/utils/universalindentgui/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=universalindentgui
+         VERSION=1.1.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$SFORGE_URL/$MODULE/files/uigui/UniversalIndentGUI_$VERSION/
+   SOURCE_URL[1]=http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:e1bb09e48bb2d927d2a9e59eb5b8eb7fa2a8193e
+        WEB_SITE="http://universalindent.sourceforge.net/"
+         ENTERED=20100403
+         UPDATED=20100403
+           SHORT="gui for several code formatters, beautifiers and indenters"
+cat <<EOF
+UniversalIndentGUI offers a live preview for setting the parameters
+of nearly any indenter. You change the value of a parameter and
+directly see how your reformatted code will look like. Save your
+beauty looking code or create an anywhere usable batch/shell script
+to reformat whole directories or just one file even out of the editor
+of your choice that supports external tool calls.
+EOF


More information about the Lunar-commits mailing list