Package astyle: Information

    Source package: astyle
    Version: 2.02.1-alt1
    Build time:  Apr 25, 2012, 02:25 AM
    Report package bug
    License: : GPL
    Summary: A small, fast automatic indentation filter for C/C++/Java code
    Description: 
    Artistic Style is a reindenter and reformatter of C++, C and Java source code.
    
    When indenting source code, we as programmers have a tendency to use
    both spaces and tab characters to create the wanted
    indentation. Moreover, some editors by default insert spaces instead
    of tabs when pressing the tab key. Since the NUMBER of space
    characters showed on screen for each tab character in the source code
    changes between editors (until the user sets up the number to his
    liking...), one of the standard problems facing programmers when
    moving from one source code editor to another is that code containing
    both spaces and tabs that was up to now perfectly indented, suddently
    becomes a mess to look at when changing to another editor.
    
    Artistic Style solves this problem by providing a series of filters,
    written in C++, that automatically reindent & reformat C/C++/Java
    source files. These can be used from a command line, or it can be
    incorporated as classes in another C++ program.

    List of rpms provided by this srpm:
    astyle (x86_64, i586)

    Maintainer: George V. Kouryachy

    List of contributors:
    George V. Kouryachy
    syatskevich
    Stanislav Ievlev

      1. gcc-c++

    Last changed


    April 25, 2012 George V. Kouryachy 2.02.1-alt1
    - Autobuild version bump to 2.02.1
    - Skip a lot of version upgrades
    May 30, 2008 Sergey N. Yatskevich <syatskevich@altlinux.ru> 1.22-alt1
    - 1.22
    Jan. 25, 2005 Stanislav Ievlev 1.15.3-alt7
    - really apply previous fix