LibLingoTeach is a text processing library for XML files based on the LingoTeach DTD. It is used to work on and with so called lesson files, which are used by LingoTeach. It is good for usage in any language teaching program to have easy acces to translations and lesson files.
Unfortunately I did not check fetching the port, which would cause a fetch error due to a wrong SUBDIR. The following patch fixes that problem. ---- Patch start ---- diff -Nur liblingoteach.old/Makefile liblingoteach/Makefile --- liblingoteach.old/Makefile Thu Oct 30 21:51:14 2003 +++ liblingoteach/Makefile Thu Oct 30 21:47:56 2003 @@ -9,7 +9,7 @@ PORTVERSION= 0.2.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= lingoteach MAINTAINER= mva@sysfault.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD ---- Patch end ---- Regards Marcus -- We don't understand the software, and sometimes we don't understand the hardware, but we can *see* the blinking lights!
State Changed From-To: open->closed New port added (with minor modifications), thanks!