           SPELL=mcpp
         VERSION=2.7.2
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SPELL/V.$VERSION/$SOURCE
     SOURCE_HASH=sha512:1ca885cb13fdb684de9d0595a9215b52f48a93a69077d82cdcacafe40d9a61fb77b00a3ff2b8890e7bc0a0fcc0c8d70d4093c00c280351cd4459aba67c573235
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://mcpp.sourceforge.net/"
      LICENSE[0]="BSD"
         ENTERED=20150329
        KEYWORDS=""
           SHORT="a portable C preprocessor"
cat << EOF
mcpp is a C/C++ preprocessor with the following features:

* Implements all of C90, C99 and C++98 specifications.  * Provides a validation
suite to test C/C++ preprocessor's conformance and
  quality comprehensively. When this validation suite is applied, mcpp
  distinguishes itself among many existing preprocessors.
* Has plentiful and on-target diagnostics to check all the preprocessing
  problems such as latent bug or lack of portability in source code.
* Has #pragma directives to output debugging information.  * Is portable
and has been ported to many compiler-systems, including GCC and
  Visual C++, on UNIX-like systems and Windows.
* Has various behavior modes.  * Can be built either as a compiler-specific
preprocessor to replace the
  resident preprocessor of a particular compiler system, or as a
  compiler-independent command, or even as a subroutine called from some
  other main program.
* Provides comprehensive documents both in Japanese and in English.
EOF
