pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/teixsl-html Initial import of teixsl-html 3.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c89037a9150
branches:  trunk
changeset: 464120:1c89037a9150
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 23:49:02 2003 +0000

description:
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:

 textproc/teixsl-html/DESCR         |   3 +++
 textproc/teixsl-html/Makefile      |  27 +++++++++++++++++++++++++++
 textproc/teixsl-html/PLIST         |  28 ++++++++++++++++++++++++++++
 textproc/teixsl-html/distinfo      |   4 ++++
 textproc/teixsl-html/files/catalog |   9 +++++++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r 4bfbb3c066fa -r 1c89037a9150 textproc/teixsl-html/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-html/DESCR        Wed Dec 03 23:49:02 2003 +0000
@@ -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 -r 4bfbb3c066fa -r 1c89037a9150 textproc/teixsl-html/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-html/Makefile     Wed Dec 03 23:49:02 2003 +0000
@@ -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@localhost
+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 -r 4bfbb3c066fa -r 1c89037a9150 textproc/teixsl-html/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-html/PLIST        Wed Dec 03 23:49:02 2003 +0000
@@ -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 -r 4bfbb3c066fa -r 1c89037a9150 textproc/teixsl-html/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-html/distinfo     Wed Dec 03 23:49:02 2003 +0000
@@ -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 -r 4bfbb3c066fa -r 1c89037a9150 textproc/teixsl-html/files/catalog
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-html/files/catalog        Wed Dec 03 23:49:02 2003 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index