From e1f2ff39b0ee9aebd99099230084bdda69ac0c2b Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 27 May 2007 21:52:43 +0000 Subject: - Update to 2.6.4 PR: 112831 Submitted by: Kiyoshi Matsui (maintainer) --- devel/mcpp/Makefile | 10 ++++------ devel/mcpp/distinfo | 6 +++--- devel/mcpp/pkg-descr | 6 +++--- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/devel/mcpp/Makefile b/devel/mcpp/Makefile index ece16c573da4..91f58f302d83 100644 --- a/devel/mcpp/Makefile +++ b/devel/mcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mcpp -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.4 CATEGORIES= devel MASTER_SITES= http://prdownloads.sourceforge.net/mcpp/ \ http://jaist.dl.sourceforge.net/sourceforge/mcpp/ @@ -23,10 +23,8 @@ PLIST_FILES= bin/mcpp \ share/doc/mcpp/LICENSE \ share/doc/mcpp/NEWS \ share/doc/mcpp/README \ - share/doc/mcpp/doc-jp/mcpp-manual.html \ - share/doc/mcpp/doc/mcpp-manual.html -PLIST_DIRS= share/doc/mcpp/doc-jp \ - share/doc/mcpp/doc \ - share/doc/mcpp + share/doc/mcpp/mcpp-manual.html \ + share/doc/mcpp/mcpp-manual-jp.html +PLIST_DIRS= share/doc/mcpp .include diff --git a/devel/mcpp/distinfo b/devel/mcpp/distinfo index 756096dcdb5d..29f990c5d7b0 100644 --- a/devel/mcpp/distinfo +++ b/devel/mcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (mcpp-2.6.3.tar.gz) = ae64027a2d474f31656ad44ef656ca21 -SHA256 (mcpp-2.6.3.tar.gz) = ea9af7252efa76ef81508232ea2b0c2f55c1c2720086c668201c805d49dbc414 -SIZE (mcpp-2.6.3.tar.gz) = 1301041 +MD5 (mcpp-2.6.4.tar.gz) = c0f5aa9b13e36ea0f2ab9358c5d65153 +SHA256 (mcpp-2.6.4.tar.gz) = 498ec0e2ef641e3e24c7f3114821a3219dfa2cf93c670b8cb72c529114f68752 +SIZE (mcpp-2.6.4.tar.gz) = 1302617 diff --git a/devel/mcpp/pkg-descr b/devel/mcpp/pkg-descr index 4284924c4c0f..f1ed13ce56d2 100644 --- a/devel/mcpp/pkg-descr +++ b/devel/mcpp/pkg-descr @@ -2,10 +2,10 @@ 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 +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. It supports multiple -standards: K&R, ISO C90, ISO C99, and ISO C++98. +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, -- cgit