diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 23:26:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 23:26:03 +0000 |
commit | ccb57ac9d284c33878a97eeaaf14801c42e6ccfc (patch) | |
tree | 6b610956fa94d2da28ff157290694e8771fd97a1 /textproc | |
parent | New Port: Customize TEI DTDs (diff) |
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>
Notes
Notes:
svn path=/head/; revision=72475
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/Makefile | 26 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/distinfo | 1 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/pkg-plist | 28 |
6 files changed, 63 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 76f8abf75e91..672c94fbb483 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -371,6 +371,7 @@ SUBDIR += tei-p3 SUBDIR += tei-p4 SUBDIR += tei-xlite + SUBDIR += tei-xsl-fo SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html diff --git a/textproc/tei-xsl-fo/Makefile b/textproc/tei-xsl-fo/Makefile new file mode 100644 index 000000000000..834deb1b17e5 --- /dev/null +++ b/textproc/tei-xsl-fo/Makefile @@ -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> diff --git a/textproc/tei-xsl-fo/distinfo b/textproc/tei-xsl-fo/distinfo new file mode 100644 index 000000000000..61573341ca4f --- /dev/null +++ b/textproc/tei-xsl-fo/distinfo @@ -0,0 +1 @@ +MD5 (teixsl-fo.zip) = 9771679a7535ff6acdf1c8610265df91 diff --git a/textproc/tei-xsl-fo/pkg-comment b/textproc/tei-xsl-fo/pkg-comment new file mode 100644 index 000000000000..90af7df5f12b --- /dev/null +++ b/textproc/tei-xsl-fo/pkg-comment @@ -0,0 +1 @@ +XSLT Stylesheets to convert TEI to XSL Formatting Objects diff --git a/textproc/tei-xsl-fo/pkg-descr b/textproc/tei-xsl-fo/pkg-descr new file mode 100644 index 000000000000..09e82f69d01f --- /dev/null +++ b/textproc/tei-xsl-fo/pkg-descr @@ -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> diff --git a/textproc/tei-xsl-fo/pkg-plist b/textproc/tei-xsl-fo/pkg-plist new file mode 100644 index 000000000000..7cfdb73788eb --- /dev/null +++ b/textproc/tei-xsl-fo/pkg-plist @@ -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 |