summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 04:38:02 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 04:38:02 +0000
commitf0d39cd0f765964545c3b8109742905330414ea2 (patch)
tree10d66cadc5e92466818b40f1ed3f7a0f5c2a611a /textproc
parent36a14d50db0e4600a56549f56e7eddf5593c4877 (diff)
downloadpkgsrc-f0d39cd0f765964545c3b8109742905330414ea2.tar.gz
Update teixsl-html to 3.1.
Changes in 3.1: * latex/teilatex.xsl: support q[@rend='eg'] * html/teihtml-struct, common/teicommon.xsl: move handling of cross-referenced headers to common * makeURL to makeHyperLink, and be common * revised structure to separate out fo, latex, common, html
Diffstat (limited to 'textproc')
-rw-r--r--textproc/teixsl-html/Makefile21
-rw-r--r--textproc/teixsl-html/PLIST9
-rw-r--r--textproc/teixsl-html/distinfo6
3 files changed, 18 insertions, 18 deletions
diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile
index 7bbb58056e4..b129e7f4d10 100644
--- a/textproc/teixsl-html/Makefile
+++ b/textproc/teixsl-html/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 17:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 04:38:02 minskim Exp $
DISTNAME= teixsl-html
-PKGNAME= ${DISTNAME}-3.0
-PKGREVISION= 1
+PKGNAME= ${DISTNAME}-3.1
CATEGORIES= textproc
-MASTER_SITES= http://www.tei-c.org/Stylesheets/
+MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
EXTRACT_SUFX= .zip
-MAINTAINER= minskim@bawi.org
+MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
COMMENT= XSLT Stylesheets to convert TEI to HTML
@@ -15,14 +14,16 @@ WRKSRC= ${WRKDIR}
NO_CONFIGURE= YES
NO_BUILD= YES
-XSLDIR= ${PREFIX}/share/xsl/tei/html
+TEIDIR= ${PREFIX}/share/xsl/tei
-XML_CATALOGS= ${XSLDIR}/catalog
+XML_CATALOGS= ${TEIDIR}/html/catalog
do-install:
- ${INSTALL_DATA_DIR} ${XSLDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.xsl ${XSLDIR}
- ${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
+ ${INSTALL_DATA_DIR} ${TEIDIR}/common
+ ${INSTALL_DATA} ${WRKSRC}/common/*.xsl ${TEIDIR}/common
+ ${INSTALL_DATA_DIR} ${TEIDIR}/html
+ ${INSTALL_DATA} ${WRKSRC}/html/*.xsl ${TEIDIR}/html
+ ${INSTALL_DATA} ${FILESDIR}/catalog ${TEIDIR}/html/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/teixsl-html/PLIST b/textproc/teixsl-html/PLIST
index 9e77b695246..c4a0eedbd73 100644
--- a/textproc/teixsl-html/PLIST
+++ b/textproc/teixsl-html/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/10 04:38:02 minskim Exp $
+share/xsl/tei/common/teicommon.xsl
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
@@ -11,7 +10,6 @@ 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
@@ -24,5 +22,6 @@ 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}
+@dirrm share/xsl/tei/common
+@dirrm share/xsl/tei
@unexec ${RMDIR} %D/share/xsl 2>/dev/null || ${TRUE}
diff --git a/textproc/teixsl-html/distinfo b/textproc/teixsl-html/distinfo
index 617247991bf..2c0cd699a90 100644
--- a/textproc/teixsl-html/distinfo
+++ b/textproc/teixsl-html/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:49:02 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/02/10 04:38:02 minskim Exp $
-SHA1 (teixsl-html.zip) = f8cb8b477cb82f49d77e0d44f66a543f15006efe
-Size (teixsl-html.zip) = 53636 bytes
+SHA1 (teixsl-html.zip) = 05a21fa244ae7bfaf7a3aedcc136f206db168a4e
+Size (teixsl-html.zip) = 60518 bytes