[35363] trunk/dports/devel
akira at macports.org
akira at macports.org
Tue Mar 25 15:33:23 PDT 2008
Revision: 35363
http://trac.macosforge.org/projects/macports/changeset/35363
Author: akira at macports.org
Date: 2008-03-25 15:33:22 -0700 (Tue, 25 Mar 2008)
Log Message:
-----------
Added new port devel/mcpp from t3.rim.or.jp:kmatsui - #14794
Added Paths:
-----------
trunk/dports/devel/mcpp/
trunk/dports/devel/mcpp/Portfile
Added: trunk/dports/devel/mcpp/Portfile
===================================================================
--- trunk/dports/devel/mcpp/Portfile (rev 0)
+++ trunk/dports/devel/mcpp/Portfile 2008-03-25 22:33:22 UTC (rev 35363)
@@ -0,0 +1,31 @@
+# -*- 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
+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. \
+ Though mcpp could be built as a replacement of GCC's resident \
+ proprocessor, this port installs only a program which behaves \
+ independent from GCC.
+homepage http://mcpp.sourceforge.net/
+master_sites sourceforge
+checksums md5 14f9e4155aeb5812fc3ced6345caee02 \
+ sha1 3bb1c2a2f0fae9c73c2c4edaf98354b2140f4f53
+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.
+variant mcpplib { configure.args-append --enable-mcpplib }
Property changes on: trunk/dports/devel/mcpp/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080325/cfb82813/attachment-0001.html
More information about the macports-changes
mailing list