mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New Port: Stylesheets for TEI->FO conversion
XSLT Stylesheets to convert TEI to XSL Formatting Objects PR: ports/38339 Submitted by: Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
parent
7a312e7e09
commit
ccb57ac9d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72475
@ -371,6 +371,7 @@
|
||||
SUBDIR += tei-p3
|
||||
SUBDIR += tei-p4
|
||||
SUBDIR += tei-xlite
|
||||
SUBDIR += tei-xsl-fo
|
||||
SUBDIR += tex2im
|
||||
SUBDIR += texi2db
|
||||
SUBDIR += texi2html
|
||||
|
26
textproc/tei-xsl-fo/Makefile
Normal file
26
textproc/tei-xsl-fo/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: tei-xsl-fo
|
||||
# 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-fo
|
||||
DISTNAME= teixsl-fo
|
||||
|
||||
MAINTAINER= henrik.motakef@web.de
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
INSTDIR= ${PREFIX}/share/xsl/tei/fo
|
||||
|
||||
do-install:
|
||||
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.xsl ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/tei-xsl-fo/distinfo
Normal file
1
textproc/tei-xsl-fo/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (teixsl-fo.zip) = 9771679a7535ff6acdf1c8610265df91
|
1
textproc/tei-xsl-fo/pkg-comment
Normal file
1
textproc/tei-xsl-fo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XSLT Stylesheets to convert TEI to XSL Formatting Objects
|
6
textproc/tei-xsl-fo/pkg-descr
Normal file
6
textproc/tei-xsl-fo/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XSLT Stylesheets to convert TEI to XSL Formatting Objects
|
||||
|
||||
WWW: http://www.tei-c.org/Stylesheets/teixsl.html
|
||||
|
||||
-- Henrik Motakef
|
||||
<henrik.motakef@web.de>
|
28
textproc/tei-xsl-fo/pkg-plist
Normal file
28
textproc/tei-xsl-fo/pkg-plist
Normal file
@ -0,0 +1,28 @@
|
||||
share/xsl/tei/fo/tei-bib.xsl
|
||||
share/xsl/tei/fo/tei-drama.xsl
|
||||
share/xsl/tei/fo/tei-figure.xsl
|
||||
share/xsl/tei/fo/tei-front.xsl
|
||||
share/xsl/tei/fo/tei-lib.xsl
|
||||
share/xsl/tei/fo/tei-lists.xsl
|
||||
share/xsl/tei/fo/tei-makecolspec.xsl
|
||||
share/xsl/tei/fo/tei-markers.xsl
|
||||
share/xsl/tei/fo/tei-math.xsl
|
||||
share/xsl/tei/fo/tei-notes.xsl
|
||||
share/xsl/tei/fo/tei-oddlib.xsl
|
||||
share/xsl/tei/fo/tei-odds.xsl
|
||||
share/xsl/tei/fo/tei-oucs.xsl
|
||||
share/xsl/tei/fo/tei-oucsdoc.xsl
|
||||
share/xsl/tei/fo/tei-oucsheader.xsl
|
||||
share/xsl/tei/fo/tei-para.xsl
|
||||
share/xsl/tei/fo/tei-param.xsl
|
||||
share/xsl/tei/fo/tei-poetry.xsl
|
||||
share/xsl/tei/fo/tei-special.xsl
|
||||
share/xsl/tei/fo/tei-struct.xsl
|
||||
share/xsl/tei/fo/tei-table.xsl
|
||||
share/xsl/tei/fo/tei-teic.xsl
|
||||
share/xsl/tei/fo/tei-xref.xsl
|
||||
share/xsl/tei/fo/tei.xsl
|
||||
share/xsl/tei/fo/teicommon.xsl
|
||||
@dirrm share/xsl/tei/fo/
|
||||
@unexec rmdir %D/share/xsl/tei 2> /dev/null || true
|
||||
@unexec rmdir %D/share/xsl 2> /dev/null || true
|
Loading…
Reference in New Issue
Block a user