From fa2b870c0fa4612d926cade60a0323141c341acf Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 22 May 2008 00:06:46 +0000 Subject: - Update to 2.7.1 PR: 123817 Submitted by: Kiyoshi Matsui (maintainer) --- devel/mcpp/Makefile | 9 +++++++-- devel/mcpp/distinfo | 6 +++--- devel/mcpp/pkg-descr | 19 +++++++++---------- 3 files changed, 19 insertions(+), 15 deletions(-) (limited to 'devel') diff --git a/devel/mcpp/Makefile b/devel/mcpp/Makefile index 5e88f12162f..405e969794d 100644 --- a/devel/mcpp/Makefile +++ b/devel/mcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mcpp -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 CATEGORIES= devel MASTER_SITES= SF @@ -14,10 +14,15 @@ MAINTAINER= kmatsui@t3.rim.or.jp COMMENT= Alternative C/C++ preprocessor GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --enable-mcpplib MAN1= mcpp.1 PLIST_FILES= bin/mcpp \ + lib/libmcpp.so \ + lib/libmcpp.so.2 \ + lib/libmcpp.a \ + lib/libmcpp.la \ share/doc/mcpp/LICENSE \ share/doc/mcpp/NEWS \ share/doc/mcpp/README \ diff --git a/devel/mcpp/distinfo b/devel/mcpp/distinfo index fc6aa25db38..57b480ae1b1 100644 --- a/devel/mcpp/distinfo +++ b/devel/mcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (mcpp-2.7.tar.gz) = 14f9e4155aeb5812fc3ced6345caee02 -SHA256 (mcpp-2.7.tar.gz) = 92ecb4d83682810cf207d248004d0d9e4e242c0ef0b96111d2eecde6fc6a3902 -SIZE (mcpp-2.7.tar.gz) = 1376480 +MD5 (mcpp-2.7.1.tar.gz) = 375575ed6b305edd985c7adf9f36202e +SHA256 (mcpp-2.7.1.tar.gz) = 0e079fefe936a7057481630d7190a66421ab15ddabb5f3bf2875a4c520592d9c +SIZE (mcpp-2.7.1.tar.gz) = 1384826 diff --git a/devel/mcpp/pkg-descr b/devel/mcpp/pkg-descr index f1ed13ce56d..e6650b8732f 100644 --- a/devel/mcpp/pkg-descr +++ b/devel/mcpp/pkg-descr @@ -1,16 +1,15 @@ -C/C++ preprocessor expands macros and processes '#if', '#include' and -some other directives. +C/C++ preprocessor defines and 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. 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. +MCPP is an alternative C/C++ preprocessor with the highest conformance. +It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. +MCPP is especially useful for debugging a source program which use +complicated macros and also useful for checking portability of a 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. +proprocessor or as a stand-alone program withoug using library build of +mcpp, this package installs a program named 'mcpp' which links shared +library of libmcpp and behaves independent from GCC. WWW: http://mcpp.sourceforge.net/ -- cgit