svn commit: r420507 - in head/textproc/opengrm-ngram: . files

Dmitry Sivachenko demon at FreeBSD.org
Sat Aug 20 12:27:58 UTC 2016


Author: demon
Date: Sat Aug 20 12:27:56 2016
New Revision: 420507
URL: https://svnweb.freebsd.org/changeset/ports/420507

Log:
  Update to version 1.3.1

Modified:
  head/textproc/opengrm-ngram/Makefile
  head/textproc/opengrm-ngram/distinfo
  head/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in
  head/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
  head/textproc/opengrm-ngram/pkg-plist

Modified: head/textproc/opengrm-ngram/Makefile
==============================================================================
--- head/textproc/opengrm-ngram/Makefile	Sat Aug 20 12:06:20 2016	(r420506)
+++ head/textproc/opengrm-ngram/Makefile	Sat Aug 20 12:27:56 2016	(r420507)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opengrm-ngram
-PORTVERSION=	1.2.2
+PORTVERSION=	1.3.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/
 

Modified: head/textproc/opengrm-ngram/distinfo
==============================================================================
--- head/textproc/opengrm-ngram/distinfo	Sat Aug 20 12:06:20 2016	(r420506)
+++ head/textproc/opengrm-ngram/distinfo	Sat Aug 20 12:27:56 2016	(r420507)
@@ -1,2 +1,3 @@
-SHA256 (opengrm-ngram-1.2.2.tar.gz) = 12bba4c1345f3933e161859cc9cb5d21b772d2b46173b4511fc778c67ada233b
-SIZE (opengrm-ngram-1.2.2.tar.gz) = 15307289
+TIMESTAMP = 1471695211
+SHA256 (opengrm-ngram-1.3.1.tar.gz) = fd862680405000bbc789d0826237cca3295d0b778e5c0e2fa5e7762d33d3fbf2
+SIZE (opengrm-ngram-1.3.1.tar.gz) = 14695197

Modified: head/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in
==============================================================================
--- head/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in	Sat Aug 20 12:06:20 2016	(r420506)
+++ head/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in	Sat Aug 20 12:27:56 2016	(r420507)
@@ -1,11 +1,11 @@
---- src/bin/Makefile.in.orig	2014-10-20 15:50:21.000000000 +0400
-+++ src/bin/Makefile.in	2014-10-20 15:50:35.000000000 +0400
-@@ -255,7 +255,7 @@
+--- src/bin/Makefile.in.orig	2016-08-20 15:15:24.687217000 +0300
++++ src/bin/Makefile.in	2016-08-20 15:15:27.844638000 +0300
+@@ -351,7 +351,7 @@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AM_CPPFLAGS = -I$(srcdir)/../include
 -AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm -ldl
 +AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm
- dist_noinst_SCRIPTS = ngram.sh
- ngramapply_SOURCES = ngramapply.cc
+ dist_noinst_SCRIPTS = ngram.sh ngramfrac.sh
+ ngramapply_SOURCES = ngramapply_main.cc
  ngramapply_LDADD = ../lib/libngram.la

Modified: head/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
==============================================================================
--- head/textproc/opengrm-ngram/files/patch-src-test-Makefile.in	Sat Aug 20 12:06:20 2016	(r420506)
+++ head/textproc/opengrm-ngram/files/patch-src-test-Makefile.in	Sat Aug 20 12:27:56 2016	(r420507)
@@ -1,11 +1,11 @@
---- src/test/Makefile.in.orig	2014-10-20 16:03:57.000000000 +0400
-+++ src/test/Makefile.in	2014-10-20 16:04:02.000000000 +0400
-@@ -192,7 +192,7 @@
+--- src/test/Makefile.in.orig	2016-08-20 15:16:41.132906000 +0300
++++ src/test/Makefile.in	2016-08-20 15:16:48.256944000 +0300
+@@ -494,7 +494,7 @@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  AM_CPPFLAGS = -I$(srcdir)/../include
 -AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm -ldl
 +AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm
+ ngramhisttest_SOURCES = ngramhisttest.cc
+ ngramhisttest_LDADD = -lfstscript ../lib/libngram.la ../lib/libngramhist.la
  ngramrandtest_SOURCES = ngramrandtest.cc
- ngramrandtest_LDADD = ../lib/libngram.la
- dist_check_SCRIPTS = ngramprint_test.sh ngramcount_test.sh \

Modified: head/textproc/opengrm-ngram/pkg-plist
==============================================================================
--- head/textproc/opengrm-ngram/pkg-plist	Sat Aug 20 12:06:20 2016	(r420506)
+++ head/textproc/opengrm-ngram/pkg-plist	Sat Aug 20 12:27:56 2016	(r420507)
@@ -1,6 +1,7 @@
 bin/ngramapply
 bin/ngramcontext
 bin/ngramcount
+bin/ngramhisttest
 bin/ngraminfo
 bin/ngrammake
 bin/ngrammarginalize
@@ -15,6 +16,11 @@ bin/ngramsort
 bin/ngramsplit
 bin/ngramsymbols
 bin/ngramtransfer
+include/ngram/hist-arc.h
+include/ngram/hist-mapper.h
+include/ngram/ngram-bayes-model-merge.h
+include/ngram/ngram-hist-merge.h
+include/ngram/util.h
 include/ngram/lexicographic-map.h
 include/ngram/ngram-absolute.h
 include/ngram/ngram-complete.h
@@ -44,6 +50,12 @@ include/ngram/ngram-transfer.h
 include/ngram/ngram-unsmoothed.h
 include/ngram/ngram-witten-bell.h
 include/ngram/ngram.h
+lib/hist-arc.so
+lib/hist-arc.so.0
+lib/hist-arc.so.0.0.0
 lib/libngram.so
-lib/libngram.so.1
-lib/libngram.so.1.0.0
+lib/libngram.so.2
+lib/libngram.so.2.0.0
+lib/libngramhist.so
+lib/libngramhist.so.2
+lib/libngramhist.so.2.0.0


More information about the svn-ports-all mailing list