1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New Port: Stylesheets for TEI->HTML conversion

XSLT Stylesheets to convert TEI to HTML

PR:		ports/38338
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
Edwin Groothuis 2003-01-03 23:28:46 +00:00
parent ccb57ac9d2
commit e2165b5003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72477
6 changed files with 79 additions and 0 deletions

View File

@ -372,6 +372,7 @@
SUBDIR += tei-p4
SUBDIR += tei-xlite
SUBDIR += tei-xsl-fo
SUBDIR += tei-xsl-html
SUBDIR += tex2im
SUBDIR += texi2db
SUBDIR += texi2html

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: tei-xsl
# 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/Stylesheets/
PKGNAMESUFFIX= -xsl-html
DISTNAME= teixsl-html
MAINTAINER= henrik.motakef@web.de
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
INSTDIR= ${PREFIX}/share/xsl/tei/html
do-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@${INSTALL_DATA} ${WRKSRC}/*.xsl ${INSTDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (teixsl-html.zip) = fb3bb1c4d86f4886eadafab430b34ba3

View File

@ -0,0 +1 @@
XSLT Stylesheets to convert TEI to HTML

View File

@ -0,0 +1,6 @@
XSLT Stylesheets to convert TEI to HTML
WWW: http://www.tei-c.org/Stylesheets/teixsl.html
-- Henrik Motakef
<henrik.motakef@web.de>

View File

@ -0,0 +1,44 @@
share/xsl/tei/html/teicommon.xsl
share/xsl/tei/html/teihtml-acdt-css.xsl
share/xsl/tei/html/teihtml-acdt-printable.xsl
share/xsl/tei/html/teihtml-acdt-text.xsl
share/xsl/tei/html/teihtml-acdt.xsl
share/xsl/tei/html/teihtml-bibl.xsl
share/xsl/tei/html/teihtml-chunk.xsl
share/xsl/tei/html/teihtml-corpus.xsl
share/xsl/tei/html/teihtml-drama.xsl
share/xsl/tei/html/teihtml-figures.xsl
share/xsl/tei/html/teihtml-frames.xsl
share/xsl/tei/html/teihtml-front.xsl
share/xsl/tei/html/teihtml-lists.xsl
share/xsl/tei/html/teihtml-main.xsl
share/xsl/tei/html/teihtml-master.xsl
share/xsl/tei/html/teihtml-misc.xsl
share/xsl/tei/html/teihtml-notes.xsl
share/xsl/tei/html/teihtml-odds.xsl
share/xsl/tei/html/teihtml-oucs-css.xsl
share/xsl/tei/html/teihtml-oucs-msxml.xsl
share/xsl/tei/html/teihtml-oucs-printable.xsl
share/xsl/tei/html/teihtml-oucs-raw.xsl
share/xsl/tei/html/teihtml-oucs-text.xsl
share/xsl/tei/html/teihtml-oucs.xsl
share/xsl/tei/html/teihtml-oucsdoc.xsl
share/xsl/tei/html/teihtml-pagetable.xsl
share/xsl/tei/html/teihtml-param.xsl
share/xsl/tei/html/teihtml-poetry.xsl
share/xsl/tei/html/teihtml-slides-oucs.xsl
share/xsl/tei/html/teihtml-slides.xsl
share/xsl/tei/html/teihtml-struct.xsl
share/xsl/tei/html/teihtml-tables.xsl
share/xsl/tei/html/teihtml-teic-css.xsl
share/xsl/tei/html/teihtml-teic-msxml.xsl
share/xsl/tei/html/teihtml-teic.xsl
share/xsl/tei/html/teihtml-teic-printable.xsl
share/xsl/tei/html/teihtml-teic-raw.xsl
share/xsl/tei/html/teihtml-teic-text.xsl
share/xsl/tei/html/teihtml-xref.xsl
share/xsl/tei/html/teihtml-math.xsl
share/xsl/tei/html/teihtml.xsl
@dirrm share/xsl/tei/html
@unexec rmdir %D/share/xsl/tei 2> /dev/null || true
@unexec rmdir %D/share/xsl 2> /dev/null || true