summaryrefslogtreecommitdiff
path: root/textproc/latex2html/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-15 13:06:40 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-15 13:06:40 +0000
commit2cf5b33f06810ec513cda7596db978b27ac56e71 (patch)
treeb6cb818a9a688bcfcdc526443b44a8c1d97bf9f1 /textproc/latex2html/Makefile
parent888de112a8368b5ac96e60ab48e668384282fd8c (diff)
downloadpkgsrc-2cf5b33f06810ec513cda7596db978b27ac56e71.tar.gz
Add astyle-1.13.6.1: 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, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation. 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. Even if you as a programmer take care to ONLY use spaces or tabs, looking at other peoples source code can still be problematic. To address this problem I have created Artistic Style - 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. Submitted in PR 12402 by Thomas Runge <runge@rostock.zgdv.de>
Diffstat (limited to 'textproc/latex2html/Makefile')
0 files changed, 0 insertions, 0 deletions