pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/teixsl-html Update teixsl-html to 3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8191b591b8dc
branches: trunk
changeset: 468064:8191b591b8dc
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 10 04:38:02 2004 +0000
description:
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:
textproc/teixsl-html/Makefile | 21 +++++++++++----------
textproc/teixsl-html/PLIST | 9 ++++-----
textproc/teixsl-html/distinfo | 6 +++---
3 files changed, 18 insertions(+), 18 deletions(-)
diffs (84 lines):
diff -r 80e6a753a7da -r 8191b591b8dc textproc/teixsl-html/Makefile
--- a/textproc/teixsl-html/Makefile Tue Feb 10 03:36:55 2004 +0000
+++ b/textproc/teixsl-html/Makefile Tue Feb 10 04:38:02 2004 +0000
@@ -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@localhost
+MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
COMMENT= XSLT Stylesheets to convert TEI to HTML
@@ -15,14 +14,16 @@
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 -r 80e6a753a7da -r 8191b591b8dc textproc/teixsl-html/PLIST
--- a/textproc/teixsl-html/PLIST Tue Feb 10 03:36:55 2004 +0000
+++ b/textproc/teixsl-html/PLIST Tue Feb 10 04:38:02 2004 +0000
@@ -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-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-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 -r 80e6a753a7da -r 8191b591b8dc textproc/teixsl-html/distinfo
--- a/textproc/teixsl-html/distinfo Tue Feb 10 03:36:55 2004 +0000
+++ b/textproc/teixsl-html/distinfo Tue Feb 10 04:38:02 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index