[36991] trunk/dports/devel/mcpp/Portfile
simon at macports.org
simon at macports.org
Thu May 22 06:36:47 PDT 2008
Revision: 36991
http://trac.macosforge.org/projects/macports/changeset/36991
Author: simon at macports.org
Date: 2008-05-22 06:36:47 -0700 (Thu, 22 May 2008)
Log Message:
-----------
devel/mcpp: Maintainer update to version 2.7.1, closes #15347. Thanks to kmatsui at t3.rim.or.jp.
Modified Paths:
--------------
trunk/dports/devel/mcpp/Portfile
Modified: trunk/dports/devel/mcpp/Portfile
===================================================================
--- trunk/dports/devel/mcpp/Portfile 2008-05-22 13:35:47 UTC (rev 36990)
+++ trunk/dports/devel/mcpp/Portfile 2008-05-22 13:36:47 UTC (rev 36991)
@@ -1,31 +1,30 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
name mcpp
-version 2.7
+version 2.7.1
categories devel
platforms darwin
maintainers t3.rim.or.jp:kmatsui
description Alternative C/C++ preprocessor
long_description \
- 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. 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. \
+ 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.\
+ It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. \
+ MCPP is especially useful for debugging a source program which uses \
+ complicated macros and also useful for checking portability of a \
+ source. \
Though mcpp could be built as a replacement of GCC's resident \
- proprocessor, this port installs only a program which behaves \
- independent from GCC.
+ proprocessor, this port installs a program which behaves independent \
+ from GCC.
homepage http://mcpp.sourceforge.net/
master_sites sourceforge
-checksums md5 14f9e4155aeb5812fc3ced6345caee02 \
- sha1 3bb1c2a2f0fae9c73c2c4edaf98354b2140f4f53
+checksums md5 375575ed6b305edd985c7adf9f36202e \
+ sha1 9f85d43462b9cda2662df335ca3e0c8e015b8805
configure.args-append --mandir=${prefix}/share/man
# +universal: Install universal binary of mcpp for i386 and ppc.
# Do not append these options to configure, but append to make.
variant universal { build.args-append CFLAGS+='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch ppc' }
-# +mcpplib: Install mcpp as a library libmcpp.* instead of mcpp command.
+# +mcpplib: Install library libmcpp.* and build executable linking the library.
variant mcpplib { configure.args-append --enable-mcpplib }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080522/1988f1d4/attachment.htm
More information about the macports-changes
mailing list