1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

New Port: TEI Lite XML DTD

XML version of the TEI-Lite DTD

PR:		ports/38335
Submitted by:	Henrik Motakef <henrik.motakef@web.de>ZZ
This commit is contained in:
Edwin Groothuis 2003-01-03 12:16:48 +00:00
parent e54ca2eb37
commit 1ac6a1baf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72391
7 changed files with 59 additions and 0 deletions

View File

@ -366,6 +366,7 @@
SUBDIR += tdtd.el
SUBDIR += tei-guidelines-p3
SUBDIR += tei-guidelines-p4
SUBDIR += tei-xlite
SUBDIR += tex2im
SUBDIR += texi2db
SUBDIR += texi2html

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: tei-xlite
# Date created: 19 May 2002
# Whom: Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#
PORTNAME= tei
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Lite/DTD/
PKGNAMESUFFIX= -xlite
DISTNAME= teixlite
EXTRACT_SUFX= .dtd
EXTRACT_ONLY= # Empty
MAINTAINER= henrik.motakef@web.de
RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog
NO_BUILD= yes
PLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG}
INSTDIR= ${PREFIX}/share/xml/tei/xlite
CATALOG= ${PREFIX}/share/xml/catalog
MKCATALOG= ${PREFIX}/sbin/mkcatalog
do-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@${INSTALL_DATA} ${DISTDIR}/teixlite.dtd ${INSTDIR}
@${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog \
> ${INSTDIR}/catalog
post-install:
@${MKCATALOG} -q -c ${CATALOG} install ${PORTNAME}/xlite
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (teixlite.dtd) = c27eca451396fea132c21f1eddc67748

View File

@ -0,0 +1 @@
PUBLIC "-//TEI//DTD TEI Lite XML ver. 1//EN" "%%INSTDIR%%/teixlite.dtd"

View File

@ -0,0 +1 @@
XML version of the TEI-Lite DTD

View File

@ -0,0 +1,12 @@
The DTD of the Text Encoding Initiative allows encoding of a wide range
of document types in the domain of humanities. If focuses on, but is not
restricted to, the needs of the scholarly research and education community.
This port contains the XML version of the TEI Lite DTD, a small
customization of the TEI DTD that should meet 90% of the needs of 90%
of users.
WWW: http://www.tei-c.org/
-- Henrik Motakef
<henrik.motakef@web.de>

View File

@ -0,0 +1,7 @@
@unexec %%MKCATALOG%% -q -c %%CATALOG%% deinstall tei/xlite
share/xml/tei/xlite/teixlite.dtd
share/xml/tei/xlite/catalog
@exec %%MKCATALOG%% -q -c %%CATALOG%% install tei/xlite
@dirrm share/xml/tei/xlite
@unexec rmdir %D/share/xml/tei 2>/dev/null || true
@unexec rmdir %D/share/xml 2>/dev/null || true