r37172 - in /packages/frog/trunk/debian: changelog control copyright rules watch

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sat Dec 25 12:10:29 UTC 2010


Author: joostvb
Date: Sat Dec 25 12:10:26 2010
New Revision: 37172

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37172
Log:
debianized

Added:
    packages/frog/trunk/debian/changelog   (with props)
    packages/frog/trunk/debian/control   (with props)
    packages/frog/trunk/debian/copyright   (with props)
    packages/frog/trunk/debian/rules   (with props)
    packages/frog/trunk/debian/watch   (with props)

Added: packages/frog/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/debian/changelog?rev=37172&op=file
==============================================================================
--- packages/frog/trunk/debian/changelog (added)
+++ packages/frog/trunk/debian/changelog Sat Dec 25 12:10:26 2010
@@ -1,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

Propchange: packages/frog/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/frog/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/debian/control?rev=37172&op=file
==============================================================================
--- packages/frog/trunk/debian/control (added)
+++ packages/frog/trunk/debian/control Sat Dec 25 12:10:26 2010
@@ -1,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.
+

Propchange: packages/frog/trunk/debian/control
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/frog/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/debian/copyright?rev=37172&op=file
==============================================================================
--- packages/frog/trunk/debian/copyright (added)
+++ packages/frog/trunk/debian/copyright Sat Dec 25 12:10:26 2010
@@ -1,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$

Propchange: packages/frog/trunk/debian/copyright
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/frog/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/debian/rules?rev=37172&op=file
==============================================================================
--- packages/frog/trunk/debian/rules (added)
+++ packages/frog/trunk/debian/rules Sat Dec 25 12:10:26 2010
@@ -1,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
+

Propchange: packages/frog/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/frog/trunk/debian/rules
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/frog/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/debian/watch?rev=37172&op=file
==============================================================================
--- packages/frog/trunk/debian/watch (added)
+++ packages/frog/trunk/debian/watch Sat Dec 25 12:10:26 2010
@@ -1,0 +1,7 @@
+# $Id$
+# $URL$
+
+# See uscan(1) for format
+
+version=3
+http://ilk.uvt.nl/downloads/pub/software/frog-(.*)\.tar\.gz

Propchange: packages/frog/trunk/debian/watch
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev




More information about the debian-science-commits mailing list