summaryrefslogtreecommitdiff
path: root/devel/mcpp
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-06-29add a bit of a hack that should fix or advance the MacOS builddholland2-1/+18
2013-10-20Import mcpp-2.7.2 as devel/mcpp.ryoon5-0/+65
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. * Is an open source software released under BSD-style-license.