[frog] 02/103: debianized

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:12:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository frog.

commit 9bb0e1985f03265ca4bd691086191cb3f49813ce
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date:   Sat Dec 25 12:10:26 2010 +0000

    debianized
---
 debian/changelog |  6 ++++++
 debian/control   | 36 ++++++++++++++++++++++++++++++++++++
 debian/copyright | 35 +++++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  7 +++++++
 5 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7310097
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+frog (VERSION) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #605905)
+  * FIXME: Homepage: http://ilk.uvt.nl/tadpole/
+
+ -- Joost van Baal <joostvb at debian.org>  Sat, 25 Dec 2010 12:57:28 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8e799b2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: frog
+Section: science
+Priority: extra
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs, debhelper (>= 8), uctoFIXME, pythonFIXME, libmbtFIXME
+Standards-Version: 3.9.1
+Homepage: http://ilk.uvt.nl/tadpole/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/frog/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/
+
+Package: frog
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tagger and parser for Dutch language
+ Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
+ range of tasks in Natural Language Processing (NLP).
+ .
+ Frog is a modular system integrating a morphosyntactic tagger, lemmatizer,
+ morphological analyzer, and dependency parser for the Dutch language.  It is
+ based upon it's predecessor TADPOLE (TAgger, Dependency Parser, and
+ mOrphoLogical analyzEr).  Using Memory-Based Learning techniques, Tadpole
+ tokenizes, tags, lemmatizes, and morphologically segments word tokens in
+ incoming Dutch UTF-8 text files, and assigns a dependency graph to each
+ sentence.  Tadpole is particularly targeted at the increasing need for fast,
+ automatic NLP systems applicable to very large (multi-million to billion word)
+ document collections that are becoming available due to the progressive
+ digitization of both new and old textual data.
+ .
+ Frog 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 NLP, Frog will likely be of use to you.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..34592cd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Joost van Baal <joostvb at ad1810.com> on
+Sat Dec 25 12:55:06 CET 2010.
+
+It was downloaded from
+https://svn.ilk.uvt.nl/svn/trunk/sources/Frog/branches/nextgeneration .
+
+Files: debian/*
+Author: Joost van Baal
+Copyright: Copyright © 2010 Joost van Baal <joostvb at ad1810.com>
+License: GPL-3+
+ The Debian packaging is licensed under the GPL, version 3 or later,
+ see below.
+
+Files: *
+Author: Antal van den Bosch, Berjan Busser, Maarten van Gompel,
+ Ko van der Sloot
+Copyright: Copyright © 2006 - 2010, the ILK Research Group
+ (Tilburg University, The Netherlands) and the CLiPS Research Centre
+ (University of Antwerp, Belgium).
+License: GPL-3+
+ Frog 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.
+
+ Frog 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$
+# $URL$
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a96259e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# $Id$
+# $URL$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..dd784ca
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# $Id$
+# $URL$
+
+# See uscan(1) for format
+
+version=3
+http://ilk.uvt.nl/downloads/pub/software/frog-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frog.git



More information about the debian-science-commits mailing list