Bug 111588 - New port: devel/mcpp Alternative C/C++ preprocessor
Summary: New port: devel/mcpp Alternative C/C++ preprocessor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-15 07:30 UTC by Kiyoshi Matsui
Modified: 2007-04-15 21:33 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2007-04-15 07:30 UTC, Kiyoshi Matsui
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kiyoshi Matsui 2007-04-15 07:30:03 UTC
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.

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/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-15 09:17:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-15 19:59:40 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-15 21:33:23 UTC
State Changed
From-To: open->closed

New port added. Thanks!