[99564] trunk/dports/textproc

hum at macports.org hum at macports.org
Fri Nov 9 16:26:40 PST 2012


Revision: 99564
          http://trac.macports.org//changeset/99564
Author:   hum at macports.org
Date:     2012-11-09 16:26:39 -0800 (Fri, 09 Nov 2012)
Log Message:
-----------
New port: mgizapp @0.7.2 - a multi-threaded word alignment tool based on GIZA++.

Added Paths:
-----------
    trunk/dports/textproc/mgizapp/
    trunk/dports/textproc/mgizapp/Portfile

Added: trunk/dports/textproc/mgizapp/Portfile
===================================================================
--- trunk/dports/textproc/mgizapp/Portfile	                        (rev 0)
+++ trunk/dports/textproc/mgizapp/Portfile	2012-11-10 00:26:39 UTC (rev 99564)
@@ -0,0 +1,38 @@
+# -*- 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
+
+name                mgizapp
+version             0.7.2
+categories          textproc
+maintainers         hum openmaintainer
+
+description         a multi-threaded word alignment tool based on GIZA++
+
+long_description    MGIZA++ is a multi-threaded word alignment tool based on GIZA++. \
+                    It extends GIZA++ in multiple ways.
+
+homepage            http://www.kyloo.net/software/doku.php/mgiza:overview
+platforms           darwin
+license             BSD
+
+master_sites        sourceforge
+checksums           rmd160  413c033f0752795d5eb836770f5696fa9d83af1c \
+                    sha256  d67a9e69b8a6d935f6d123a0b616479452775fba4be5ee3601e9767808987a93
+
+depends_lib         port:boost
+
+conflicts           giza-pp
+
+worksrcdir          ${name}
+
+post-extract {
+    file attributes ${worksrcpath}/install-sh -permissions 0755
+}
+
+compiler.blacklist  clang
+
+build.args          LIBS="-lboost_system-mt -lboost_thread-mt"
+
+livecheck.regex     ${name}-(\[\\d.\]+)\\.tar


Property changes on: trunk/dports/textproc/mgizapp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121109/214f1d89/attachment.html>


More information about the macports-changes mailing list