[141065] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Fri Oct 9 06:53:02 PDT 2015


Revision: 141065
          https://trac.macports.org/changeset/141065
Author:   ryandesign at macports.org
Date:     2015-10-09 06:53:01 -0700 (Fri, 09 Oct 2015)
Log Message:
-----------
liblightgrep: new port, version 1.4 (#40044)

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

Added: trunk/dports/devel/liblightgrep/Portfile
===================================================================
--- trunk/dports/devel/liblightgrep/Portfile	                        (rev 0)
+++ trunk/dports/devel/liblightgrep/Portfile	2015-10-09 13:53:01 UTC (rev 141065)
@@ -0,0 +1,44 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
+PortGroup           cxx11 1.0
+PortGroup           github 1.0
+
+github.setup        LightboxTech liblightgrep 1.4 v
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-3
+
+description         Search for regular expressions as defined in Unicode \
+                    Technical Standard 18
+
+long_description    ${description}, http://www.unicode.org/reports/tr18/
+
+checksums           rmd160  bae8e6dd69d1fd59f9639b015e35e18a3b59717b \
+                    sha256  62ad78e93c116e108b5f5ec92d0251258fa23e6559e93d37a9519bf0c890a229
+
+homepage            http://www.lightboxtechnologies.com/lightgrep-engine/
+
+depends_build       port:automake \
+                    port:autoconf \
+                    port:bison \
+                    port:boost \
+                    port:libtool \
+                    port:pkgconfig
+
+depends_lib         port:icu
+
+pre-configure {
+    system -W ${worksrcpath} "sh bootstrap.sh"
+}
+
+# error: non-constant-expression cannot be narrowed from type 'char' to 'bool' in initializer list [-Wc++11-narrowing]
+# This was filed at https://github.com/jonstewart/liblightgrep/issues/4 in 2013 but the issue
+# tracker has been deleted since then. The Xcode clang build number 600 is a guess.
+compiler.blacklist-append \
+                    {clang < 600} \
+                    macports-clang-3.3 \
+                    macports-clang-3.4


Property changes on: trunk/dports/devel/liblightgrep/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/20151009/62569d8d/attachment.html>


More information about the macports-changes mailing list