debian/0000755000000000000000000000000012176520310007163 5ustar debian/source/0000755000000000000000000000000012176520306010470 5ustar debian/source/format0000644000000000000000000000001411701120654011671 0ustar 3.0 (quilt) debian/mbt.install0000644000000000000000000000025711701120654011341 0ustar # $Id: mbt.install 44276 2011-12-29 09:23:52Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/mbt.install $ usr/bin usr/share/man/man1 debian/copyright0000644000000000000000000000737411701120654011131 0ustar This package was debianized by Joost van Baal on Sat, 16 May 2009 11:06:19 +0200. It was downloaded from http://ilk.uvt.nl/downloads/pub/software/. Files: debian/* Author: Joost van Baal , 2009, 2010 Copyright: Copyright © 2009, 2010 Joost van Baal License: GPL-3+ The Debian packaging is licensed under the GPL, version 3 or later, see below. Files: acinclude.m4 (part ac_path_lib) Author: Roger Leigh Copyright: Copyright © 2005 Roger Leigh License: Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. Files: acinclude.m4 (part ac_define_dir) Author: Stepan Kasal, Andreas Schwab, Guido U. Draheim, Alexandre Oliva Copyright: Copyright © 2006 Stepan Kasal Copyright © 2006 Andreas Schwab Copyright © 2006 Guido U. Draheim Copyright © 2006 Alexandre Oliva License: Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. Files: m4/acx_pthread.m4 Author: Steven G. Johnson Copyright: Copyright © 2008 Steven G. Johnson License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . As a special exception, the respective Autoconf Macro's copyright owner gives unlimited permission to copy, distribute and modify the configure scripts that are the output of Autoconf when processing the Macro. You need not follow the terms of the GNU General Public License when using or distributing such scripts, even though portions of the text of the Macro appear in them. The GNU General Public License (GPL) does govern all other use of the material that constitutes the Autoconf Macro. This special exception to the GPL applies to versions of the Autoconf Macro released by the Autoconf Archive. When you make and distribute a modified version of the Autoconf Macro, you may extend this special exception to the GPL to apply to your modified version as well. Files: * Author: Lead programmer: Ko van der Sloot; Code, algorithm, and design contributions by: Antal van den Bosch, Walter Daelemans and Jakub Zavrel Copyright: Copyright © 1998 - 2009, the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). License: GPL-3+ Mbt3 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Mbt3 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. # $Id: copyright 37410 2011-02-24 14:23:12Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/copyright $ debian/libmbt1.install0000644000000000000000000000026212176517720012120 0ustar # $Id: libmbt1.install 46156 2013-08-01 17:50:07Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt1.install $ /usr/lib/libmbt.so.1* debian/rules0000755000000000000000000000051611701120654010245 0ustar #!/usr/bin/make -f # $Id: rules 37074 2010-12-12 15:08:36Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/rules $ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk # variable or target overrides # DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name mbt debian/compat0000644000000000000000000000000211701120654010361 0ustar 7 debian/control0000644000000000000000000000645512176517706010617 0ustar Source: mbt Section: science Priority: extra Maintainer: Debian Science Team Uploaders: Joost van Baal-Ilić , Ko van der Sloot Build-Depends: cdbs, debhelper (>= 7), libtimbl4-dev, libxml2-dev, pkg-config, libticcutils2-dev (>= 0.3) Standards-Version: 3.9.4 Homepage: http://ilk.uvt.nl/mbt/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/mbt/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/mbt/trunk/ Package: mbt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl4 Description: memory-based tagger-generator and tagger MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. Features: * Tagger generation: tagged text in, tagger out, * Optional feedback loop: feed previous tag decision back to input of next decision, * Easily customizable feature representation; can incorporate user-provided features, * Automatic generation of separate sub-taggers for known words and unknown words, * Can make use of full algorithmic parameters of TiMBL. . MBT is a product of the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). . If you do scientific research in natural language processing, MBT will likely be of use to you. Package: libmbt1-dev Section: libdevel Architecture: any Depends: libmbt1 (= ${binary:Version}), ${misc:Depends}, libtimbl4 Conflicts: libmbt0-dev Replaces: libmbt0-dev Description: memory-based tagger-generator and tagger - development MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. . MBT is a product of the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). . If you do scientific research in natural language processing, MBT will likely be of use to you. . This package provides the header files required to compile C++ programs that use libmbt. Package: libmbt1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl4 Description: memory-based tagger-generator and tagger - runtime MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. . MBT is a product of the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). . If you do scientific research in natural language processing, MBT will likely be of use to you. . This package provides the runtime files required to run programs that use libmbt. debian/libmbt0.install0000644000000000000000000000026211701120654012104 0ustar # $Id: libmbt0.install 44277 2011-12-29 09:25:50Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt0.install $ /usr/lib/libmbt.so.0* debian/docs0000644000000000000000000000002111701120654010027 0ustar NEWS README TODO debian/NEWS0000644000000000000000000000057311701120654007667 0ustar mbt (3.2.5-2) unstable; urgency=low * usr/bin/Mbt is renamed tot usr/bin/mbt, usr/bin/Mbtg renamed to usr/bin/mbtg, libMbt renamed to libmbt. -- Joost van Baal Mon, 28 Mar 2011 17:29:30 +0200 mbt (3.2.4-1) unstable; urgency=low * Server stuff is moved to MbtServer -- Ko van der Sloot Sun, 12 Dec 2010 16:11:37 +0100 debian/changelog0000644000000000000000000001673312176520302011050 0ustar mbt (3.2.10-4) unstable; urgency=low * debian/libmbt1-dev.install, debian/libmbt-dev.install, debian/control: rename libmbt-dev to libmblt1-dev. Upstream cannot guarantee strong compatibility yet. * debian/control: change Build-Depends "libtimbl4-dev | libtimbl-dev" in "libtimbl4-dev": on second thought, we decided not to go for unversioned libtimbl-dev. See also Bug#718503: "release.debian.org: transition: timbl". * debian/control: change Build-Depends "libticcutils2-dev | libticcutils-dev" in "libticcutils2-dev (>=0.3)": on second thought, we decided not to go for unversioned libticcutils-dev. See also Bug#718501: "release.debian.org: transition: ticcutils". * debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no other changes needed: section 8.6 is mostly not applicable to us: we keep using shlibs files, not symbols, since we build from C++ sources). * debian/TODO: remove obsolete file. -- Joost van Baal-Ilić Thu, 01 Aug 2013 19:53:46 +0200 mbt (3.2.10-3) unstable; urgency=low * debian/control: remove obsolete field DM-Upload-Allowed. See https://lists.debian.org/debian-devel-announce/2012/09/msg00008.html * debian/libmbt1-dev.install, debian/libmbt-dev.install, debian/control: rename libmbt1-dev to unversioned libmbt-dev. * debian/control: change Build-Depends "libtimbl4-dev, libticcutils2-dev" to "libtimbl4-dev | libtimbl-dev, libticcutils2-dev | libticcutils-dev": prepare for upcoming unversioned -dev packages. -- Joost van Baal-Ilić Sat, 15 Jun 2013 12:22:12 +0200 mbt (3.2.10-2) unstable; urgency=low * debian:control: Added Conflicts: libmbt0-dev and Replaces: libmbt0-dev -- Ko van der Sloot Thu, 18 Apr 2013 16:25:38 +0200 mbt (3.2.10-1) unstable; urgency=low * New Upstream Release * debian/control: now we depend on libticcutils2 and libtimbl4. We build libmbt1 and libmbt1-dev * debian/libmbt1{-dev}.install: added -- Ko van der Sloot Thu, 04 Apr 2013 11:58:41 +0200 mbt (3.2.9-2) unstable; urgency=low * debian/control: we need libtimbl3 version >= 6.4.3 -- Ko van der Sloot Thu, 11 Oct 2012 16:17:39 +0200 mbt (3.2.9-1) unstable; urgency=low * New Upstream Release * debian/control: now refer to Standards-Verion 3.9.3, added dependency on libticcutils1 -- Ko van der Sloot Thu, 11 Oct 2012 16:07:59 +0200 mbt (3.2.8-1) unstable; urgency=low * debian/watch updated to watch http://software.ticc.uvt.nl/ * New Upstream release -- Ko van der Sloot Wed, 28 Mar 2012 15:20:48 +0200 mbt (3.2.7-3) unstable; urgency=low * debian/libmbt-dev0.install, debian/libmbt0-dev.install: renamed. libmbt0-dev was empty! -- Joost van Baal-Ilić Thu, 29 Dec 2011 10:47:05 +0100 mbt (3.2.7-2) unstable; urgency=low * debian/source: added; updated package to use 3.0 source format. * debian/control: added conflict mbts 3.2.5-3.1 now that we ship separate libmbt and libmbt-dev packages. * debian/NEWS: remove entries duplicated from upstream /usr/share/doc/mbt/NEWS.gz. * renamed libmbt to libmbt0 and libmbt-dev to libmbt0-dev: - debian/control, debian/libmbt.install, debian/libmbt0.install, debian/libmbt-dev.install, debian/libmbt0-dev.install: packagenames changed - debian/lintian-overrides: removed: issues non-dev-pkg-with-shlib-symlink and package-name-doesnt-match-sonames now solved. -- Joost van Baal-Ilić Thu, 29 Dec 2011 10:10:20 +0100 mbt (3.2.7-1) unstable; urgency=low * New Upstream Release -- Ko van der Sloot Tue, 20 Dec 2011 17:54:04 +0100 mbt (3.2.6-4) unstable; urgency=low * fixed debian/control stuff -- Ko van der Sloot Wed, 14 Dec 2011 17:38:48 +0100 mbt (3.2.6-3) unstable; urgency=low * fixed debian/libmbt.install -- Ko van der Sloot Wed, 14 Dec 2011 17:33:36 +0100 mbt (3.2.6-2) unstable; urgency=low * modified debian/control to enable separate installs of executables, libmbt and libmbt-dev * added debian/mbt.install debian/libmbt.install and debian/libmbt-dev.install -- Ko van der Sloot Wed, 14 Dec 2011 16:17:51 +0100 mbt (3.2.6-1) unstable; urgency=low * debian/control: depends on timbl 6.4.1 now * debian/NEWS updated -- Ko van der Sloot Thu, 20 Oct 2011 09:47:15 +0200 mbt (3.2.5-3.1) unstable; urgency=low * Non-maintainer upload. * Don't ship .la files (Closes: #622523). -- Luk Claes Sun, 26 Jun 2011 09:21:00 +0200 mbt (3.2.5-3) unstable; urgency=low * debian/lintian-overrides: s/Mbt/mbt/ (sync w/ new upstream). * debian/control: add pkg-config to build-depends. * debian/control: change libxml2 build-depends into libxml2-dev. -- Joost van Baal Mon, 28 Mar 2011 17:34:39 +0200 mbt (3.2.5-2) unstable; urgency=low * Clean up this changelog. * debian/NEWS: updated. -- Joost van Baal Mon, 28 Mar 2011 16:37:33 +0200 mbt (3.2.5-1) unstable; urgency=low * New upstream release. - usr/bin/Mbt is renamed tot usr/bin/mbt, usr/bin/Mbtg renamed to usr/bin/mbtg, libMbt renamed to libmbt. * debian/control: added dependency libxml2 -- Ko van der Sloot Mon, 27 Mar 2011 15:10:01 +0100 mbt (3.2.4-3) unstable; urgency=low * debian/copyright: completed (info on some autoconf macro files was missing). Thanks Charles Plessy. -- Joost van Baal Thu, 24 Feb 2011 15:20:01 +0100 mbt (3.2.4-2) unstable; urgency=low * copyright, control: CNTS is now called CLiPS. Thanks Antal van den Bosch. * README.source: removed: no content. -- Joost van Baal Sun, 13 Feb 2011 13:52:10 +0100 mbt (3.2.4-1) unstable; urgency=low * New upstream release. * First upload to Debian archive (Closes: #605919). * No longer maintained at https://svn.ilk.uvt.nl/svn/trunk/sources/Mbt3/debian but at debian-science project at Alioth. * watch: added. * copyright: now in machine-readable format. * control: Update from policy 3.8.0 to 3.9.1 (no changes needed). * control: do not build-depend upon timbl but on new libtimbl3-dev. * control: do not depend upon adduser; that's needed by mbtserver only. * lintian-overrides: added. This is just a small package, it's sane to ship our shared library with the main binary. * NEWS: no longer in NEWS.Debian -- Joost van Baal Sun, 12 Dec 2010 16:11:37 +0100 mbt (3.2.2-1) unstable; urgency=low * New Release -- Ko van der Sloot Wed, 06 Oct 2010 10:27:36 +0200 mbt (3.2.1-1) unstable; urgency=low * New Release -- Ko van der Sloot Mon, 22 Feb 2010 14:49:41 +0100 mbt (3.2.0-pre1-1) unstable; urgency=low * New upstream SVN snapshot. -- Joost van Baal Thu, 03 Sep 2009 16:20:05 +0200 mbt (3.1.4-2) unstable; urgency=low * Do not start daemon on initial install. -- Joost van Baal Sun, 05 Jul 2009 09:42:28 +0200 mbt (3.1.4-1) unstable; urgency=low * Initial release. -- Joost van Baal Sun, 21 Jun 2009 14:32:59 +0200 # $Id: changelog 46157 2013-08-01 17:54:10Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/changelog $ debian/watch0000644000000000000000000000034011754717411010224 0ustar # $Id: watch 44545 2012-03-01 14:13:11Z sloot-guest $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/watch $ # See uscan(1) for format version=3 http://software.ticc.uvt.nl/mbt-(.*)\.tar\.gz debian/libmbt1-dev.install0000644000000000000000000000034412176517720012675 0ustar # $Id: libmbt1-dev.install 46156 2013-08-01 17:50:07Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt1-dev.install $ usr/lib/*.a usr/lib/libmbt.so usr/lib/pkgconfig usr/include/mbt debian/libmbt0-dev.install0000644000000000000000000000034411701120654012661 0ustar # $Id: libmbt0-dev.install 44286 2011-12-29 10:05:53Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt0-dev.install $ usr/lib/*.a usr/lib/libmbt.so usr/lib/pkgconfig usr/include/mbt