Skip to content
Commits on Source (2)
autom4te.cache
medicalterms-*\.tar\.[xg]z
medicalterms-*\.tar\.[xg]z.sig
Authors
-------
Tobias Quathamer <t.quathamer@gmx.net>
Dr. Tobias Quathamer <t.quathamer@mailbox.org>
Main author and coordinator
German dictionary
medicalterms 20160103
=====================
* Do not depend on LC_ALL of build environment.
Closes Debian bug #793813.
* Update copyright years
medicalterms 20110608
=====================
......
# The Makefile for medicalterms
## Process this file with automake to produce Makefile.in
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -47,7 +47,7 @@ german-medical: $(PLAIN_LISTS) $(COMPOUND_LISTS)
$(ASPELL) expand --encoding=UTF-8 --lang=de | \
$(PERL) -pe 's/ /\n/g' | \
$(ASPELL) conv UTF-8 ISO-8859-1 | \
LANG=de_DE $(SORT) -u > $@
LANG=de_DE LC_ALL=de_DE $(SORT) -u > $@
.PHONY: install-german-medical
install-german-medical: german-medical
......@@ -82,7 +82,7 @@ de_med.dic: $(PLAIN_LISTS) $(COMPOUND_LISTS)
# Create list for all words
cat $@.plain.tmp $@.compound.tmp $@.compound.lower.tmp | \
$(ASPELL) conv UTF-8 ISO-8859-1 | \
LANG=de_DE $(SORT) -u > $@.tmp
LANG=de_DE LC_ALL=de_DE $(SORT) -u > $@.tmp
wc -l < $@.tmp > $@
cat $@.tmp >> $@
rm -f $@.tmp $@.plain.tmp $@.compound.tmp $@.compound.lower.tmp
......
This diff is collapsed.
Bei dem Wörterbuch xxx-medicalterms handelt es sich um ein Addon.
Es enthält alle Wörter des Basiswörterbuchs sowie zusätzlich
medizinische Fachtermini. Diese Ergänzungen sind für Personen
sinnvoll, die häufig medizinische Texte lesen oder schreiben
müssen.
Dieses Wörterbuch basiert auf dem igerman98 Ispell-Wörterbuch,
zu finden unter <http://www.j3e.de/ispell/igerman98/>.
Das Wörterbuch und alle enthaltenen Wortlisten sind lizenziert
unter der GNU GPL, Version 3 oder später.
Fehlermeldungen und Ergänzungswünsche können unter folgender
Adresse eingereicht werden:
<https://github.com/toddy15/medicalterms/issues>
Autor des Grundwörterbuchs:
Bjoern Jacke <bjoern@j3e.de>
Autor der Erweiterung:
Dr. Tobias Quathamer <t.quathamer@mailbox.org>
......@@ -7,7 +7,7 @@ hunspell, an advanced spellchecker.
As of now, German is the only supported language. If you'd like to contribute
to the development of the package medicalterms, please contact me. You can
find the latest version on <https://launchpad.net/medicalterms>.
find the latest version on <https://github.com/toddy15/medicalterms>.
The dictionary supports old and new spelling variants. Currently, however,
only the new variant is generated for hunspell. There's currently no
......@@ -33,17 +33,10 @@ Please note that this requires hunspell 1.2.2 or later.
Access to the source code repository
====================================
This project uses the Bazaar revision control system. You can
check out the latest development sources with the following command,
if you use a recent version of bzr:
This project is hosted on github:
$ bzr branch lp:medicalterms
https://github.com/toddy15/medicalterms
If this does not work, you can use the full URL:
Please send your patches and pull requests to me.
$ bzr branch http://bazaar.launchpad.net/~toddy/medicalterms/trunk
Now you can start hacking away -- don't forget to send your patches to me!
-- Tobias Quathamer <t.quathamer@gmx.net> Fri, 20 Jun 2008 16:26:56 +0200
-- Dr. Tobias Quathamer <t.quathamer@mailbox.org> Thu, 10 Dec 2015 14:02:06 +0100
This diff is collapsed.
# Makefile for the bin subdirectory
## Process this file with automake to produce Makefile.in
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
......@@ -17,7 +16,7 @@
# Makefile for the bin subdirectory
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -35,6 +34,61 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
......@@ -52,19 +106,39 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = bin
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
ASPELL = @ASPELL@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
......@@ -155,7 +229,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign bin/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
......@@ -173,11 +246,11 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
tags: TAGS
TAGS:
tags TAGS:
ctags: CTAGS
CTAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
......@@ -224,10 +297,15 @@ install-am: all-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
......@@ -307,15 +385,18 @@ uninstall-am:
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
ctags-am distclean distclean-generic distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am tags-am uninstall uninstall-am
.PRECIOUS: Makefile
# Tell versions [3.59,3.63) of GNU make to not export all variables.
......
......@@ -3,7 +3,7 @@
# Script for changing all umlauts in dictionary words from the specified
# files
#
# Copyright © 2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2011-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -30,7 +30,7 @@ sub version
{
my $filename = substr($0, rindex($0, "/") + 1);
print "$filename version 0.1\n";
print "Copyright © 2011 Tobias Quathamer <t.quathamer\@gmx.net>\n";
print "Copyright © 2011-2016 Dr. Tobias Quathamer <t.quathamer\@mailbox.org>\n";
}
sub usage
......
......@@ -3,7 +3,7 @@
# Script for finding duplicate words in the specified
# files, stripping the GNU license comment at the beginning
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -30,7 +30,7 @@ sub version
{
my $filename = substr($0, rindex($0, "/") + 1);
print "$filename version 0.1\n";
print "Copyright © 2005-2011 Tobias Quathamer <t.quathamer\@gmx.net>\n";
print "Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer\@mailbox.org>\n";
}
sub usage
......
......@@ -3,7 +3,7 @@
# Script for extracting all dictionary words from the specified
# files, stripping the GNU license comment at the beginning
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -30,7 +30,7 @@ sub version
{
my $filename = substr($0, rindex($0, "/") + 1);
print "$filename version 0.1\n";
print "Copyright © 2005-2011 Tobias Quathamer <t.quathamer\@gmx.net>\n";
print "Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer\@mailbox.org>\n";
}
sub usage
......
......@@ -3,7 +3,7 @@
# Script for sorting all dictionary words in the specified file,
# without messing with the GNU license comment at the beginning
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -34,7 +34,7 @@ sub version
{
my $filename = substr($0, rindex($0, "/") + 1);
print "$filename version 0.1\n";
print "Copyright © 2005-2011 Tobias Quathamer <t.quathamer\@gmx.net>\n";
print "Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer\@mailbox.org>\n";
}
sub usage
......
This diff is collapsed.
# Some configure options for medicalterms
# Process this file with autoconf to produce a configure script.
#
# Copyright © 2005-2011 Tobias Quathamer <t.quathamer@gmx.net>
# Copyright © 2005-2016 Dr. Tobias Quathamer <t.quathamer@mailbox.org>
#
# This file is part of Medicalterms.
#
......@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
AC_INIT(medicalterms, 20110608)
AC_INIT(medicalterms, 20160103)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign])
......
medicalterms (20160103-1) unstable; urgency=medium
* Imported Upstream version 20160103
- Make build reproducible. Closes: #793813
* Use debhelper v9
* Update homepage
* Update watch file
* Switch copyright to machine-readable format
* Update to Standards-Version 3.9.6, no changes needed
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 05 Jan 2016 10:48:10 +0100
medicalterms (20110608-1) unstable; urgency=low
* New upstream release
......
Source: medicalterms
Section: text
Priority: optional
Maintainer: Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 8)
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: aspell-de, dictionaries-common-dev (>= 1.0)
Standards-Version: 3.9.2
Homepage: http://launchpad.net/medicalterms
Standards-Version: 3.9.6
Homepage: https://github.com/toddy15/medicalterms
Package: wgerman-medical
Architecture: all
......
This package was debianized by Tobias Quathamer <toddy@debian.org> on
Wed, 23 Apr 2008 08:40:00 +0200.
It was downloaded from <https://launchpad.net/medicalterms>
Upstream Author:
Tobias Quathamer <t.quathamer@gmx.net>
Copyright:
Copyright © 2005-2011 Tobias Quathamer
License:
This program is free software: you can redistribute it and/or modify
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: medicalterms
Upstream-Contact: Dr. Tobias Quathamer <t.quathamer@mailbox.org>
Source: https://github.com/toddy15/medicalterms
Files: *
Copyright: © 2005-2016 Dr. Tobias Quathamer <toddy@debian.org>
License: GPL-3+
This package 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,
.
This package 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 <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is Copyright © 2008-2011, Tobias Quathamer <toddy@debian.org>
and is licensed under the GPL-3, see above.
along with this package. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General
Public License version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.