NOTICE: This package has been removed from pkgsrc

./wip/mcpp, Alternative C/C++ preprocessor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7.2, Package name: mcpp-2.7.2, Maintainer: loo

MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui. It supports multiple standards: K&R,
ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.

Although mcpp could be built as a replacement of GCC's resident
preprocessor 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.


Master sites:

SHA1: 703356b7c2cd30d7fb6000625bf3ccc2eb977ecb
RMD160: 05bc2c8d8e032e75b8a9b1d22f11c007d5829d1f
Filesize: 1497.517 KB

Version history: (Expand)


CVS history: (Expand)


   2013-10-20 17:13:52 by Ryo ONODERA | Files touched by this commit (5) | Package removed
Log message:
Remove mcpp. Independently created version is in pkgsrc now.
   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-08-11 11:43:04 by Jan Kryl | Files touched by this commit (4)
Log message:
Updating version of mcpp from 2.7.1 to 2.7.2.
Adding PKG_DESTDIR_SUPPORT to Makefile.
Removing obsoleted @dirrm directive from PLIST.
Creating new TODO file to track future enhancements.
   2009-06-17 14:53:23 by Marko Schütz | Files touched by this commit (2)
Log message:
bumped version to 2.7.2
   2008-08-03 15:30:13 by Jan Kryl | Files touched by this commit (2)
Log message:
Update package from 2.6.4 to 2.7.1 version. MCPP's changelog:
 1. Implemented -K option to enable "macro notification mode".
 2. Fixed several bugs of the previous release.
 3. Ported to Mac OS X / GCC and Visual C++ 2008.
 4. Made GCC-specific-build more closer to GCC.
 5. Added documentation on source checking of firefox 3.0pre.
   2008-03-05 00:40:06 by Jan Kryl | Files touched by this commit (4) | Imported package
Log message:
MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui.  It supports multiple standards: K&R,
ISO C90, ISO C99, and ISO C++98.  MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.