diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-05-31 21:01:23 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-05-31 21:01:23 +0800 |
commit | 1c8ca5bff0da9bc742289611fbd31df8c7e38a89 (patch) | |
tree | 826b95a792a079e20929d7e976692b930d9d8077 /textproc/irstlm | |
parent | 899ff88ace9e1ca51141f156fa6793eb0f0037d5 (diff) | |
download | freebsd-ports-gnome-1c8ca5bff0da9bc742289611fbd31df8c7e38a89.tar.gz freebsd-ports-gnome-1c8ca5bff0da9bc742289611fbd31df8c7e38a89.tar.zst freebsd-ports-gnome-1c8ca5bff0da9bc742289611fbd31df8c7e38a89.zip |
New port: irstlm.
The IRST Language Modeling Toolkit features algorithms and data structures suitable to estimate, store, and access very large LMs.
Diffstat (limited to 'textproc/irstlm')
-rw-r--r-- | textproc/irstlm/Makefile | 27 | ||||
-rw-r--r-- | textproc/irstlm/distinfo | 3 | ||||
-rw-r--r-- | textproc/irstlm/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/irstlm/pkg-plist | 28 |
4 files changed, 62 insertions, 0 deletions
diff --git a/textproc/irstlm/Makefile b/textproc/irstlm/Makefile new file mode 100644 index 000000000000..d802ac3d5f1a --- /dev/null +++ b/textproc/irstlm/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: irstlm +# Date created: 31 May 2010 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= irstlm +PORTVERSION= 5.40.01 +CATEGORIES= textproc +MASTER_SITES= http://hlt.fbk.eu/sites/hlt.fbk.eu/files/irstlm/ + +MAINTAINER= demon@FreeBSD.org +COMMENT= The IRST Language Modeling Toolkit + +USE_ZIP= yes +GNU_CONFIGURE= yes + +do-install: +.for f in dict ngt compile_lm interpolate_lm prune_lm quantize_lm tlm + ${INSTALL_PROGRAM} ${WRKSRC}/src/$f ${PREFIX}/bin/ +.endfor + ${INSTALL_DATA} ${WRKSRC}/src/libirstlm.a ${PREFIX}/lib/ + ${RANLIB} ${PREFIX}/lib/libirstlm.a + ${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/ + +.include <bsd.port.mk> diff --git a/textproc/irstlm/distinfo b/textproc/irstlm/distinfo new file mode 100644 index 000000000000..62e9d68e8374 --- /dev/null +++ b/textproc/irstlm/distinfo @@ -0,0 +1,3 @@ +MD5 (irstlm-5.40.01.zip) = 9255d952ece194df81787e68d786da32 +SHA256 (irstlm-5.40.01.zip) = 6d36897ebea12aac7ce670f5f5523acf6435a80c4c38601dc4facbdf15564a86 +SIZE (irstlm-5.40.01.zip) = 1250516 diff --git a/textproc/irstlm/pkg-descr b/textproc/irstlm/pkg-descr new file mode 100644 index 000000000000..4e5bdf97d546 --- /dev/null +++ b/textproc/irstlm/pkg-descr @@ -0,0 +1,4 @@ +The IRST Language Modeling Toolkit features algorithms and data structures +suitable to estimate, store, and access very large LMs. + +WWW: http://hlt.fbk.eu/en/irstlm diff --git a/textproc/irstlm/pkg-plist b/textproc/irstlm/pkg-plist new file mode 100644 index 000000000000..80d105c3256a --- /dev/null +++ b/textproc/irstlm/pkg-plist @@ -0,0 +1,28 @@ +bin/dict +bin/ngt +bin/compile_lm +bin/interpolate_lm +bin/prune_lm +bin/quantize_lm +bin/tlm +lib/libirstlm.a +include/cmd.h +include/dictionary.h +include/gzfilebuf.h +include/htable.h +include/index.h +include/interplm.h +include/linearlm.h +include/lmmacro.h +include/lmtable.h +include/mdiadapt.h +include/mempool.h +include/mfstream.h +include/mixture.h +include/n_gram.h +include/ngramcache.h +include/ngrampool.h +include/ngramtable.h +include/normcache.h +include/shiftlm.h +include/util.h |