view debian/control @ 790:4f751376f288

debian/control: Added info about the newly supported indenters and did some spelling corrections. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1067 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 01 Jan 2012 15:26:58 +0000
parents 8736c8cada18
children ca899a323c52
line wrap: on
line source

Source: universalindentgui
Section: devel
Priority: optional
Maintainer: Thomas Schweitzer <mail@thomas-schweitzer.de>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: quilt, debhelper (>= 7), libqt4-dev, libqscintilla2-dev
Standards-Version: 3.8.0
Homepage: http://universalindent.sourceforge.net

Package: universalindentgui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: astyle, bcpp, csstidy, hindent, indent, perltidy, tidy, uncrustify,
 xmlindent
Description: GUI frontend for several code beautifiers
 UniversalIndentGUI is a GUI frontend for several code beautifiers, currently
 supporting:
  * Artistic Styler
  * BCPP
  * Cobol Beautify
  * CSSTidy
  * Fortran 90 PPR
  * GNU Indent
  * GreatCode
  * hindent
  * HTB
  * Javascript Decoder
  * JSPPP
  * Perl Tidy
  * PHP_Beautifier
  * PHP Code Beautifier
  * PHP Stylist
  * pindent
  * Pl/Sql tidy
  * Ruby Beautify
  * Ruby Formatter
  * Shell Indent
  * (HTML) Tidy
  * Uncrustify
  * VBSBeautifier
  * XML Indent
 .
 UniversalIndentGUI allows you to tune a beautifier's configuration and see
 how the changes affects a source example live. It is especially useful to
 compare different beautifiers when you have to choose one of them.
 Currently not supported indenters can be easily added by creating a
 configuration file for them.