pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/teixsl-fo Update teixsl-fo to 3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/102a6c74d65d
branches:  trunk
changeset: 468066:102a6c74d65d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 10 04:45:44 2004 +0000

description:
Update teixsl-fo to 3.1.

Changes in 3.1:
        * 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-fo/Makefile |  11 ++++++-----
 textproc/teixsl-fo/PLIST    |   5 +----
 textproc/teixsl-fo/distinfo |   6 +++---
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (62 lines):

diff -r 8d5d2f3f14d1 -r 102a6c74d65d textproc/teixsl-fo/Makefile
--- a/textproc/teixsl-fo/Makefile       Tue Feb 10 04:39:12 2004 +0000
+++ b/textproc/teixsl-fo/Makefile       Tue Feb 10 04:45:44 2004 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 17:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 04:45:44 minskim Exp $
 
 DISTNAME=      teixsl-fo
-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
 HOMEPAGE=      http://www.tei-c.org/Stylesheets/teixsl.html
 COMMENT=       XSLT Stylesheets to convert TEI to XSL Formatting Objects
 
+DEPENDS+=      teixsl-html-[0-9]*:../../textproc/teixsl-html
+
 WRKSRC=                ${WRKDIR}
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
@@ -21,7 +22,7 @@
 
 do-install:
        ${INSTALL_DATA_DIR} ${XSLDIR}
-       ${INSTALL_DATA} ${WRKSRC}/*.xsl ${XSLDIR}
+       ${INSTALL_DATA} ${WRKSRC}/fo/*.xsl ${XSLDIR}
        ${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
 
 .include "../../textproc/xmlcatmgr/catalogs.mk"
diff -r 8d5d2f3f14d1 -r 102a6c74d65d textproc/teixsl-fo/PLIST
--- a/textproc/teixsl-fo/PLIST  Tue Feb 10 04:39:12 2004 +0000
+++ b/textproc/teixsl-fo/PLIST  Tue Feb 10 04:45:44 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/10 04:45:44 minskim Exp $
 share/xsl/tei/fo/catalog
 share/xsl/tei/fo/tei-bib.xsl
 share/xsl/tei/fo/tei-drama.xsl
@@ -18,7 +18,4 @@
 share/xsl/tei/fo/tei-table.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}
diff -r 8d5d2f3f14d1 -r 102a6c74d65d textproc/teixsl-fo/distinfo
--- a/textproc/teixsl-fo/distinfo       Tue Feb 10 04:39:12 2004 +0000
+++ b/textproc/teixsl-fo/distinfo       Tue Feb 10 04:45:44 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/02/10 04:45:44 minskim Exp $
 
-SHA1 (teixsl-fo.zip) = 2c858f579647c131102e7631f4e3f6798acbd0fb
-Size (teixsl-fo.zip) = 38369 bytes
+SHA1 (teixsl-fo.zip) = 8afce8e046d91192d6840906e55c7ef14187614c
+Size (teixsl-fo.zip) = 49791 bytes



Home | Main Index | Thread Index | Old Index