1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

New Port: TEI Lite DTD

SGML version of the TEI-Lite DTD

PR:		ports/38334
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
Edwin Groothuis 2003-01-03 12:21:19 +00:00
parent 1ac6a1baf9
commit 28c66deb40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72393
7 changed files with 67 additions and 0 deletions

View File

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

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: tei-lite
# Date created: 19 May 2002
# Whom: Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#
PORTNAME= tei
PORTVERSION= 1.6
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Lite/DTD/
PKGNAMESUFFIX= -lite
DISTFILES= teilite.dtd teilite.tag
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/sgml/tei/lite
CATALOG= ${PREFIX}/share/sgml/catalog
MKCATALOG= ${PREFIX}/sbin/mkcatalog
do-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@${INSTALL_DATA} ${DISTDIR}/teilite.dtd ${INSTDIR}
@${INSTALL_DATA} ${DISTDIR}/teilite.tag ${INSTDIR}
@${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog \
> ${INSTDIR}/catalog
post-install:
@${MKCATALOG} -q -c ${CATALOG} install ${PORTNAME}/lite
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (teilite.dtd) = 9055b5d96e1a73fe211f0d101a6c0152
MD5 (teilite.tag) = 0db94947ee15766207478cb2a909f854

View File

@ -0,0 +1,7 @@
PUBLIC "-//TEI//DTD TEI Lite 1.0//EN" "%%INSTDIR%%/teilite.dtd"
PUBLIC "-//TEI//DTD TEI Lite 1.0 //EN" "%%INSTDIR%%/teilite.dtd"
PUBLIC "-//TEI//DTD TEI Lite 1.6 //EN" "%%INSTDIR%%/teilite.dtd"
PUBLIC "-//TEI//DTD TEI Lite 1.6//EN" "%%INSTDIR%%/teilite.dtd"

View File

@ -0,0 +1 @@
SGML 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 SGML 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,8 @@
@unexec %%MKCATALOG%% -q -c %%CATALOG%% deinstall tei/lite
share/sgml/tei/lite/teilite.dtd
share/sgml/tei/lite/teilite.tag
share/sgml/tei/lite/catalog
@exec %%MKCATALOG%% -q -c %%CATALOG%% install tei/lite
@dirrm share/sgml/tei/lite
@unexec rmdir %D/share/sgml/tei 2>/dev/null || true
@unexec rmdir %D/share/sgml 2>/dev/null || true