pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/teixsl-fo Initial import of teixsl-fo 3.0 fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bfbb3c066fa
branches: trunk
changeset: 464119:4bfbb3c066fa
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Dec 03 23:48:06 2003 +0000
description:
Initial import of teixsl-fo 3.0 from pkgsrc-wip, packaged by Min Sik Kim.
teixsl-fo is a set of XSLT specifications to transform TEI XML
documents to XSL Formatting Objects. It concentrates on TEI Lite, but
adding support for other modules is fairly easy.
diffstat:
textproc/teixsl-fo/DESCR | 3 +++
textproc/teixsl-fo/Makefile | 27 +++++++++++++++++++++++++++
textproc/teixsl-fo/PLIST | 24 ++++++++++++++++++++++++
textproc/teixsl-fo/distinfo | 4 ++++
textproc/teixsl-fo/files/catalog | 9 +++++++++
5 files changed, 67 insertions(+), 0 deletions(-)
diffs (87 lines):
diff -r 984c5ec4f969 -r 4bfbb3c066fa textproc/teixsl-fo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-fo/DESCR Wed Dec 03 23:48:06 2003 +0000
@@ -0,0 +1,3 @@
+teixsl-html is a set of XSLT specifications to transform TEI XML
+documents to XSL Formatting Objects. It concentrates on TEI Lite, but
+adding support for other modules is fairly easy.
diff -r 984c5ec4f969 -r 4bfbb3c066fa textproc/teixsl-fo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-fo/Makefile Wed Dec 03 23:48:06 2003 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
+
+DISTNAME= teixsl-fo
+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 XSL Formatting Objects
+
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+XSLDIR= ${PREFIX}/share/xsl/tei/fo
+
+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 984c5ec4f969 -r 4bfbb3c066fa textproc/teixsl-fo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-fo/PLIST Wed Dec 03 23:48:06 2003 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
+share/xsl/tei/fo/catalog
+share/xsl/tei/fo/tei-bib.xsl
+share/xsl/tei/fo/tei-drama.xsl
+share/xsl/tei/fo/tei-figure.xsl
+share/xsl/tei/fo/tei-front.xsl
+share/xsl/tei/fo/tei-lib.xsl
+share/xsl/tei/fo/tei-lists.xsl
+share/xsl/tei/fo/tei-makecolspec.xsl
+share/xsl/tei/fo/tei-markers.xsl
+share/xsl/tei/fo/tei-math.xsl
+share/xsl/tei/fo/tei-notes.xsl
+share/xsl/tei/fo/tei-para.xsl
+share/xsl/tei/fo/tei-param.xsl
+share/xsl/tei/fo/tei-poetry.xsl
+share/xsl/tei/fo/tei-special.xsl
+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 -r 984c5ec4f969 -r 4bfbb3c066fa textproc/teixsl-fo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-fo/distinfo Wed Dec 03 23:48:06 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:48:06 xtraeme Exp $
+
+SHA1 (teixsl-fo.zip) = 2c858f579647c131102e7631f4e3f6798acbd0fb
+Size (teixsl-fo.zip) = 38369 bytes
diff -r 984c5ec4f969 -r 4bfbb3c066fa textproc/teixsl-fo/files/catalog
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/teixsl-fo/files/catalog Wed Dec 03 23:48:06 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:48:06 xtraeme Exp $ -->
+
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+ <system systemId="http://www.tei-c.org/Stylesheets/P4/tei.xsl" uri="tei.xsl" />
+</catalog>
Home |
Main Index |
Thread Index |
Old Index