aboutsummaryrefslogtreecommitdiff
path: root/devel/mcpp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mcpp/pkg-descr')
-rw-r--r--devel/mcpp/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/mcpp/pkg-descr b/devel/mcpp/pkg-descr
new file mode 100644
index 000000000000..4284924c4c0f
--- /dev/null
+++ b/devel/mcpp/pkg-descr
@@ -0,0 +1,17 @@
+C/C++ preprocessor expands macros and processes '#if', '#include' and
+some other directives.
+
+MCPP is an alternative C/C++ preprocessor with the highest conformance,
+implementated by Kiyoshi Matsui. MCPP is especially useful for
+debugging the source program which use complicated macros and also
+useful for checking portability of the source. It supports multiple
+standards: K&R, ISO C90, ISO C99, and ISO C++98.
+
+Though mcpp could be built as a replacement of GCC's resident
+proprocessor or as a subroutine called from some other main program,
+this package installs only a stand-alone program named 'mcpp' which
+behaves independent from GCC.
+
+WWW: http://mcpp.sourceforge.net/
+
+- Kiyoshi Matsui <kmatsui@t3.rim.or.jp>