[113456] trunk/dports/textproc

Ryan Schmidt ryandesign at macports.org
Wed Nov 20 15:43:39 PST 2013


On Nov 16, 2013, at 08:07, hum at macports.org wrote:

> Revision
> 113456
> Author
> hum at macports.org
> Date
> 2013-11-16 06:07:30 -0800 (Sat, 16 Nov 2013)
> Log Message
> 
> New port: brown-cluster @ 1.3-20130905 - C++ implementation of the Brown word clustering algorithm.
> Added Paths
> 
> 	• trunk/dports/textproc/brown-cluster/
> 	• trunk/dports/textproc/brown-cluster/Portfile
> 	• trunk/dports/textproc/brown-cluster/files/
> 	• trunk/dports/textproc/brown-cluster/files/patch-Makefile.diff
> 	• trunk/dports/textproc/brown-cluster/files/patch-cpp11.diff
> Diff
> 
> Added: trunk/dports/textproc/brown-cluster/Portfile (0 => 113456)
> 
> --- trunk/dports/textproc/brown-cluster/Portfile	                        (rev 0)
> +++ trunk/dports/textproc/brown-cluster/Portfile	2013-11-16 14:07:30 UTC (rev 113456)
> 
> @@ -0,0 +1,39 @@
> 
> +# -*- 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           github 1.0
> +
> +github.setup        percyliang brown-cluster add013e2d42e69b3dda505b2d54fe3f52650a4df
> +
> +version             1.3-20130905
> +categories          textproc
> +maintainers         hum openmaintainer
> +
> +description         C++ implementation of the Brown word clustering algorithm
> +long_description    ${description}.
> +
> +platforms           darwin
> +license             Permissive
> +
> +checksums           rmd160  daaf19aac15030689c771c09bdc0b1a9c2db452b \
> +                    sha256  249bcc66277f1d72c81ece3bf0d28af66ec3cfbae8e6fb16bf3d7caff82a2401
> +
> +patchfiles          patch-Makefile.diff patch-cpp11.diff
> +
> +use_configure       no
> +
> +build.target        wcluster
> +build.args          CXX="${configure.cxx}" \
> +                    CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"

Is there any reason why we shouldn’t add a universal variant? It seems to build fine for me.



More information about the macports-dev mailing list