summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-11 14:38:15 +0000
committerdinoex <dinoex@FreeBSD.org>2002-09-11 14:38:15 +0000
commit7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e (patch)
tree0fa8f2cb915779db46cc852618c9b86d69fb4a81 /misc
parent341c7341543a7f0fd44daf9be94d20e94668268d (diff)
downloadFreeBSD-ports-7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e.zip
FreeBSD-ports-7a13bc7cd823e9dcc6302b99ab9e07f1e8e32b5e.tar.gz
This is a port of lingoteach, which aims to be a language
teaching program. Until now, chinese, german, spanish and english are supported. You ca add your own lessons by using an integrated editor or editing the xml-files yourself. Different types of learning are available for actually 825 words and sentences. For the soundsnippets, you have to download the sound tarball separately ad copy the content of its data-dir to $PREFIX/lingoteach/data. WWW: http://www.lingoteach.org PR: 41184 Submitted by: mva121@gmx.net
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/lingoteach/Makefile32
-rw-r--r--misc/lingoteach/distinfo1
-rw-r--r--misc/lingoteach/pkg-comment1
-rw-r--r--misc/lingoteach/pkg-descr14
-rw-r--r--misc/lingoteach/pkg-plist8
6 files changed, 57 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index ad5d8b6..0d06678 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -184,6 +184,7 @@
SUBDIR += libmcal
SUBDIR += lifelines
SUBDIR += lile
+ SUBDIR += lingoteach
SUBDIR += logsurfer
SUBDIR += lr
SUBDIR += lv
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile
new file mode 100644
index 0000000..5166acd
--- /dev/null
+++ b/misc/lingoteach/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: lingoteach
+# Date created: 01 September 2002
+# Whom: Marcus vA
+#
+# $FreeBSD$
+#
+
+PORTNAME= lingoteach
+PORTVERSION= 0.3.7
+CATEGORIES= misc
+MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/lingoteach/
+
+MAINTAINER= mva121@gmx.net
+
+BUILD_DEPENDS= gtk-query-immodules-2.0:${PORTSDIR}/x11-toolkits/gtk20:install \
+ xml2-config:${PORTSDIR}/textproc/libxml2:install
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install \
+ gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20:install
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=
+USE_GMAKE= yes
+
+post-install::
+ @${ECHO_MSG} "--------------------------------------------------------"
+ @${ECHO_MSG} " If you want the sound snippets too, go to the projects "
+ @${ECHO_MSG} " homepage - http://lingoteach.org, fetch the tar ball "
+ @${ECHO_MSG} " of the sound snippets and copy the content of data "
+ @${ECHO_MSG} " to $PREFIX/share/lingoteach/data. "
+ @${ECHO_MSG} "--------------------------------------------------------"
+
+.include <bsd.port.mk>
diff --git a/misc/lingoteach/distinfo b/misc/lingoteach/distinfo
new file mode 100644
index 0000000..2942429
--- /dev/null
+++ b/misc/lingoteach/distinfo
@@ -0,0 +1 @@
+MD5 (lingoteach-0.3.7.tar.gz) = ac128bbf49b8e70fbe296aa9f71c5baf
diff --git a/misc/lingoteach/pkg-comment b/misc/lingoteach/pkg-comment
new file mode 100644
index 0000000..0f613d8
--- /dev/null
+++ b/misc/lingoteach/pkg-comment
@@ -0,0 +1 @@
+A language teaching program
diff --git a/misc/lingoteach/pkg-descr b/misc/lingoteach/pkg-descr
new file mode 100644
index 0000000..a06fbbb
--- /dev/null
+++ b/misc/lingoteach/pkg-descr
@@ -0,0 +1,14 @@
+This is a port of lingoteach, which aims to be a language
+teaching program. Until now, chinese, german, spanish and
+english are supported. You ca add your own lessons by using
+an integrated editor or editing the xml-files yourself.
+Different types of learning are available for actually 825
+words and sentences.
+For the soundsnippets, you have to download the sound tarball
+separately ad copy the content of its data-dir to
+$PREFIX/lingoteach/data.
+
+WWW: http://www.lingoteach.org
+
+-Marcus vA
+mva121@gmx.net
diff --git a/misc/lingoteach/pkg-plist b/misc/lingoteach/pkg-plist
new file mode 100644
index 0000000..4284e67
--- /dev/null
+++ b/misc/lingoteach/pkg-plist
@@ -0,0 +1,8 @@
+bin/lingoteach
+share/lingoteach/data/rules.en.txt
+share/lingoteach/data/lingoteach.dtd
+share/lingoteach/data/language.dtd
+share/lingoteach/data/language.xml
+share/lingoteach/data/basic.xml
+@dirrm share/lingoteach/data
+@dirrm share/lingoteach
OpenPOWER on IntegriCloud