diff options
author | xtraeme <xtraeme> | 2003-12-03 23:49:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-03 23:49:02 +0000 |
commit | 6824a9c1747c56e2e38ccbe8c6d333d07f569d08 (patch) | |
tree | d5dcba6c11a063da5a8132ddf22c777863a7c7e2 /textproc/teixsl-html | |
parent | 7f74864fcd9f9bc80dc4ab74193a084dccdd0961 (diff) | |
download | pkgsrc-6824a9c1747c56e2e38ccbe8c6d333d07f569d08.tar.gz |
Initial import of teixsl-html 3.0 from pkgsrc-wip, packaged by Min Sik Kim.
teixsl-html is a set of XSLT specifications to transform TEI XML
documents to HTML. It concentrates on TEI Lite, but adding support
for other modules is fairly easy.
Diffstat (limited to 'textproc/teixsl-html')
-rw-r--r-- | textproc/teixsl-html/DESCR | 3 | ||||
-rw-r--r-- | textproc/teixsl-html/Makefile | 27 | ||||
-rw-r--r-- | textproc/teixsl-html/PLIST | 28 | ||||
-rw-r--r-- | textproc/teixsl-html/distinfo | 4 | ||||
-rw-r--r-- | textproc/teixsl-html/files/catalog | 9 |
5 files changed, 71 insertions, 0 deletions
diff --git a/textproc/teixsl-html/DESCR b/textproc/teixsl-html/DESCR new file mode 100644 index 00000000000..9dc4adc999a --- /dev/null +++ b/textproc/teixsl-html/DESCR @@ -0,0 +1,3 @@ +teixsl-html is a set of XSLT specifications to transform TEI XML +documents to HTML. It concentrates on TEI Lite, but adding support +for other modules is fairly easy. diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile new file mode 100644 index 00000000000..b636ae96423 --- /dev/null +++ b/textproc/teixsl-html/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $ + +DISTNAME= teixsl-html +PKGNAME= ${DISTNAME}-3.0 +WRKSRC= ${WRKDIR} +CATEGORIES= textproc +MASTER_SITES= http://www.tei-c.org/Stylesheets/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@bawi.org +HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html +COMMENT= XSLT Stylesheets to convert TEI to HTML + +NO_CONFIGURE= YES +NO_BUILD= YES + +XSLDIR= ${PREFIX}/share/xsl/tei/html + +XML_CATALOGS= ${XSLDIR}/catalog + +do-install: + ${INSTALL_DATA_DIR} ${XSLDIR} + ${INSTALL_DATA} ${WRKSRC}/*.xsl ${XSLDIR} + ${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog + +.include "../../textproc/xmlcatmgr/catalogs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/teixsl-html/PLIST b/textproc/teixsl-html/PLIST new file mode 100644 index 00000000000..9e77b695246 --- /dev/null +++ b/textproc/teixsl-html/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $ +share/xsl/tei/html/catalog +share/xsl/tei/html/teicommon.xsl +share/xsl/tei/html/teihtml-bibl.xsl +share/xsl/tei/html/teihtml-cem.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-math.xsl +share/xsl/tei/html/teihtml-misc.xsl +share/xsl/tei/html/teihtml-notes.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.xsl +share/xsl/tei/html/teihtml-struct.xsl +share/xsl/tei/html/teihtml-tables.xsl +share/xsl/tei/html/teihtml-xref.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} diff --git a/textproc/teixsl-html/distinfo b/textproc/teixsl-html/distinfo new file mode 100644 index 00000000000..617247991bf --- /dev/null +++ b/textproc/teixsl-html/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $ + +SHA1 (teixsl-html.zip) = f8cb8b477cb82f49d77e0d44f66a543f15006efe +Size (teixsl-html.zip) = 53636 bytes diff --git a/textproc/teixsl-html/files/catalog b/textproc/teixsl-html/files/catalog new file mode 100644 index 00000000000..f252ac3b3c7 --- /dev/null +++ b/textproc/teixsl-html/files/catalog @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" + "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> + +<!-- $NetBSD: catalog,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $ --> + +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> + <system systemId="http://www.tei-c.org/Stylesheets/P4/teihtml.xsl" uri="teihtml.xsl" /> +</catalog> |