[126418] trunk/dports/devel

jmr at macports.org jmr at macports.org
Thu Oct 9 14:50:06 PDT 2014


Revision: 126418
          https://trac.macports.org/changeset/126418
Author:   jmr at macports.org
Date:     2014-10-09 14:50:06 -0700 (Thu, 09 Oct 2014)
Log Message:
-----------
New port: tradcpp, a traditional (K&R-style) preprocessor

Added Paths:
-----------
    trunk/dports/devel/tradcpp/
    trunk/dports/devel/tradcpp/Portfile

Added: trunk/dports/devel/tradcpp/Portfile
===================================================================
--- trunk/dports/devel/tradcpp/Portfile	                        (rev 0)
+++ trunk/dports/devel/tradcpp/Portfile	2014-10-09 21:50:06 UTC (rev 126418)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+
+name                tradcpp
+version             0.4
+categories          devel
+platforms           darwin
+license             BSD
+installs_libs       no
+maintainers         nomaintainer
+description         a traditional (K&R-style) C preprocessor
+long_description \
+   ${name} is a ${description}. It has the particular property that it \
+   doesn't (for the most part) trash whitespace, so it can be used on \
+   makefiles.
+
+homepage            http://ftp.netbsd.org/pub/NetBSD/misc/dholland/
+master_sites        ${homepage}
+
+checksums           rmd160 c8a7263083d94ff501c386001be7144a2ee50dfe \
+                    sha256 c60aa356945e0b6634bd449ead6a4fca0059d2ce3ae8044cf982140bbd54e688
+
+use_configure       no
+build.type          bsd
+build.env           CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
+                    CC="${configure.cc}" NO_WERROR=1
+
+destroot.env        BINDIR=${prefix}/bin


Property changes on: trunk/dports/devel/tradcpp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141009/7fae115a/attachment.html>


More information about the macports-changes mailing list