diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 04:45:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 04:45:44 +0000 |
commit | 9ca5570cdf9d553c5a57ee7ea3a31253eb47cdbc (patch) | |
tree | 4b275bbb8d36e5ef3d5af7840d90e21aeb64e306 /textproc/teixsl-fo | |
parent | ad96d8ea2dfc3954bb9f93eb7edf6f77e5fc101d (diff) | |
download | pkgsrc-9ca5570cdf9d553c5a57ee7ea3a31253eb47cdbc.tar.gz |
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 (limited to 'textproc/teixsl-fo')
-rw-r--r-- | textproc/teixsl-fo/Makefile | 11 | ||||
-rw-r--r-- | textproc/teixsl-fo/PLIST | 5 | ||||
-rw-r--r-- | textproc/teixsl-fo/distinfo | 6 |
3 files changed, 10 insertions, 12 deletions
diff --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile index 9db1ab785e5..e77e58b3856 100644 --- a/textproc/teixsl-fo/Makefile +++ b/textproc/teixsl-fo/Makefile @@ -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 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 @@ XML_CATALOGS= ${XSLDIR}/catalog 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 --git a/textproc/teixsl-fo/PLIST b/textproc/teixsl-fo/PLIST index 42d43ed5e05..df1910391ca 100644 --- a/textproc/teixsl-fo/PLIST +++ b/textproc/teixsl-fo/PLIST @@ -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-struct.xsl 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 --git a/textproc/teixsl-fo/distinfo b/textproc/teixsl-fo/distinfo index 2e758e26e03..b0375be8ecd 100644 --- a/textproc/teixsl-fo/distinfo +++ b/textproc/teixsl-fo/distinfo @@ -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 |