Bug 58032 - New Port: textproc/liblingoteach
Summary: New Port: textproc/liblingoteach
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 23:00 UTC by Marcus von Appen
Modified: 2003-11-18 04:25 UTC (History)
0 users

See Also:


Attachments
file.shar (4.49 KB, text/plain)
2003-10-14 23:00 UTC, Marcus von Appen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus von Appen freebsd_committer freebsd_triage 2003-10-14 23:00:32 UTC
	
	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.
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2003-10-30 20:54:40 UTC
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!
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-18 04:25:15 UTC
State Changed
From-To: open->closed

New port added (with minor modifications), thanks!