Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2007 18:59:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/mcpp Makefile distinfo pkg-descr
Message-ID:  <200704151859.l3FIxboO093782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-04-15 18:59:37 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/mcpp           Makefile distinfo pkg-descr 
  Log:
  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>
  
  PR:             ports/111588
  Submitted by:   Kiyoshi Matsui <kmatsui at t3.rim.or.jp>
  
  Revision  Changes    Path
  1.2734    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/mcpp/Makefile (new)
  1.1       +3 -0      ports/devel/mcpp/distinfo (new)
  1.1       +17 -0     ports/devel/mcpp/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704151859.l3FIxboO093782>