[97039] trunk/dports/textproc
hum at macports.org
hum at macports.org
Fri Aug 24 22:38:25 PDT 2012
Revision: 97039
https://trac.macports.org/changeset/97039
Author: hum at macports.org
Date: 2012-08-24 22:38:22 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
New port: irstlm @5.80.01 - The IRST Language Modeling Toolkit.
Added Paths:
-----------
trunk/dports/textproc/irstlm/
trunk/dports/textproc/irstlm/Portfile
Added: trunk/dports/textproc/irstlm/Portfile
===================================================================
--- trunk/dports/textproc/irstlm/Portfile (rev 0)
+++ trunk/dports/textproc/irstlm/Portfile 2012-08-25 05:38:22 UTC (rev 97039)
@@ -0,0 +1,50 @@
+# -*- 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 irstlm
+version 5.80.01
+categories textproc math
+maintainers hum openmaintainer
+
+description The IRST Language Modeling Toolkit
+long_description ${description} features algorithms and data structures \
+ suitable to estimate, store, and access very large LMs. Our \
+ software has been integrated into a popular open source \
+ Statistical Machine Translation decoder called Moses, and is \
+ compatible with language models created with other tools, \
+ such as the SRILM Tooolkit.
+
+homepage http://hlt.fbk.eu/en/irstlm
+platforms darwin
+license LGPL
+
+master_sites http://sourceforge.net/projects/irstlm/files/irstlm/irstlm-5.80/
+checksums rmd160 93e6d412a4eee5c68075cd46233336deef2b1a1c \
+ sha256 3d79155828a2fa25a425c60efb12a4357d7be994c15e37105d7814a638372ee9
+extract.suffix .tgz
+
+depends_lib port:zlib
+
+depends_build port:autoconf port:automake port:libtool
+
+universal_variant no
+
+pre-configure {
+ system -W ${worksrcpath} "sh regenerate-makefiles.sh"
+}
+
+if {${configure.compiler} == "clang"} {
+ configure.compiler "llvm-gcc-4.2"
+}
+
+post-destroot {
+ foreach f [glob -directory ${destroot}${prefix}/bin -type f *] {
+ file attributes ${f} -permissions 0755
+ }
+}
+
+livecheck.type regex
+livecheck.url http://sourceforge.net/projects/irstlm/
+livecheck.regex ${name}-(\[0-9.\]+)\\.
Property changes on: trunk/dports/textproc/irstlm/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/20120824/0e2f0ac7/attachment.html>
More information about the macports-changes
mailing list