Skip to content

Commit

Permalink
mbt-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 2, 2023
1 parent b7249d5 commit 8ca3c1f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
57 changes: 30 additions & 27 deletions mbt/README
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,52 @@ extraction in domain-specific texts, and disfluency chunking in transcribed
speech.

Runtime requirements:
cygwin-3.4.6-1
libgcc1-11.3.0-1
libgomp1-11.3.0-1
libicu72-72.1-1
libmbt-devel-3.9-1bl2
libmbt2-3.9-1bl2
libstdc++6-11.3.0-1
libticcutils9-0.32-1bl1
libtimbl-devel-6.8.2-1bl1
libtimbl7-6.8.2-1bl1
pkg-config-1.9.4-1
cygwin-3.5.0-0.494.gcb21f8bc56c2
libgcc1-11.4.0-1
libgomp1-11.4.0-1
libicu73-73.2-1
libmbt-devel-3.10-1bl1
libmbt2-3.10-1bl1
libstdc++6-11.4.0-1
libticcutils9-0.34-1bl1
libtimbl-devel-6.9-1bl1
libtimbl7-6.9-1bl1
pkg-config-2.1.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-15-1
automake-11-1
binutils-2.40-1
cygport-0.36.1-1
gcc-core-11.3.0-1
gcc-g++-11.3.0-1
libicu-devel-72.1-1
libticcutils-devel-0.32-1bl1
libtimbl-devel-6.8.2-1bl1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
gcc-g++-11.4.0-1
libicu-devel-73.2-1
libticcutils-devel-0.34-1bl1
libtimbl-devel-6.9-1bl1
libtool-2.4.7-1
make-4.4.1-1
make-4.4.1-2

Canonical website:
https://github.com/LanguageMachines/mbt/

Canonical download:
https://github.com/LanguageMachines/mbt/archive/refs/tags/v3.9.tar.gz
https://github.com/LanguageMachines/mbt/archive/refs/tags/v3.10.tar.gz

-------------------------------------------

Build instructions:
1. unpack mbt-3.9-X-src.tar.xz
1. unpack mbt-3.10-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./mbt-3.9-X.cygport all
% cygport ./mbt-3.10-X.cygport all

This will create:
/usr/src/mbt-3.9-X-src.tar.xz
/usr/src/mbt-3.9-X.tar.xz
/usr/src/libmbt2-3.9-X.tar.xz
/usr/src/libmbt-devel-3.9-X.tar.xz
/usr/src/mbt-3.10-X-src.tar.xz
/usr/src/mbt-3.10-X.tar.xz
/usr/src/libmbt2-3.10-X.tar.xz
/usr/src/libmbt-devel-3.10-X.tar.xz

-------------------------------------------

Expand All @@ -69,11 +69,11 @@ Files included in the binary package:
/usr/share/doc/mbt/MAINTAINERS
/usr/share/doc/mbt/NEWS
/usr/share/doc/mbt/README
/usr/share/doc/mbt/README.md
/usr/share/doc/mbt/TODO
/usr/share/doc/mbt/examples/eindh.data
/usr/share/doc/mbt/examples/eindh.test
/usr/share/doc/mbt/examples/simpletest.setting
/usr/share/doc/mbt/readme.md
/usr/share/man/man1/mbt.1.gz
/usr/share/man/man1/mbtg.1.gz

Expand All @@ -94,6 +94,9 @@ Files included in the binary package:

Port Notes:

----- version 3.10-1bl1 -----
Version bump.

----- version 3.9-1bl2 -----
Rebuild for libicu

Expand Down
2 changes: 1 addition & 1 deletion mbt/mbt-3.9-1bl2.cygport → mbt/mbt-3.10-1bl1.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mbt_CONTENTS="
usr/share
"
libmbt2_CONTENTS="
usr/bin/*.dll
usr/bin/cyg*-2.dll
"
libmbt_devel_CONTENTS="
usr/include
Expand Down
4 changes: 2 additions & 2 deletions mbt/mbt-3.9-1bl2.src.patch → mbt/mbt-3.10-1bl1.src.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/mbt-3.9/src/Makefile.am 2023-01-02 23:48:25.000000000 +0900
+++ src/mbt-3.9/src/Makefile.am 2023-04-04 09:50:58.875193700 +0900
--- origsrc/mbt-3.10/src/Makefile.am 2023-10-22 01:35:11.000000000 +0900
+++ src/mbt-3.10/src/Makefile.am 2023-12-02 11:28:54.113018000 +0900
@@ -22,7 +22,7 @@ mbtg_SOURCES = Mbtg.cxx
convert_SOURCES = convert.cxx

Expand Down

0 comments on commit 8ca3c1f

Please sign in to comment.