summaryrefslogtreecommitdiff
path: root/textproc/tei-xsl-fo
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 23:26:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 23:26:03 +0000
commitccb57ac9d284c33878a97eeaaf14801c42e6ccfc (patch)
tree6b610956fa94d2da28ff157290694e8771fd97a1 /textproc/tei-xsl-fo
parentNew 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/tei-xsl-fo')
-rw-r--r--textproc/tei-xsl-fo/Makefile26
-rw-r--r--textproc/tei-xsl-fo/distinfo1
-rw-r--r--textproc/tei-xsl-fo/pkg-comment1
-rw-r--r--textproc/tei-xsl-fo/pkg-descr6
-rw-r--r--textproc/tei-xsl-fo/pkg-plist28
5 files changed, 62 insertions, 0 deletions
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