summaryrefslogtreecommitdiff
path: root/textproc/teixsl-html
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-08-03 14:10:30 +0000
committerminskim <minskim@pkgsrc.org>2004-08-03 14:10:30 +0000
commit6b96744c42aee462a6b23fe28bf19e4275ab8ad5 (patch)
treeb02a323bee3cf3ef5e2132a6ebc2ff7761287e5c /textproc/teixsl-html
parent8df6f6f251d9df4906dfa7f04986d2ae08b4bc66 (diff)
downloadpkgsrc-6b96744c42aee462a6b23fe28bf19e4275ab8ad5.tar.gz
Bump PKGREVISION for teixsl-html and teixsl-fo and regenerate
distinfo, because the distfiles were updated with some functional changes but have the same file name and version number. Changes include updating author's email address, correcting typos, and adding missing HTML tags. pkgsrc change: - Use XML_ENTRIES instead of installing a separate catalog file, because it adds only one entry.
Diffstat (limited to 'textproc/teixsl-html')
-rw-r--r--textproc/teixsl-html/Makefile8
-rw-r--r--textproc/teixsl-html/distinfo6
-rw-r--r--textproc/teixsl-html/files/catalog9
3 files changed, 7 insertions, 16 deletions
diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile
index 6efdfb6c18a..f9e653820d4 100644
--- a/textproc/teixsl-html/Makefile
+++ b/textproc/teixsl-html/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 20:53:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/08/03 14:10:30 minskim Exp $
DISTNAME= teixsl-html
PKGNAME= ${DISTNAME}-3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
EXTRACT_SUFX= .zip
@@ -19,14 +19,14 @@ USE_BUILDLINK3= YES
TEIDIR= ${PREFIX}/share/xsl/tei
-XML_CATALOGS= ${TEIDIR}/html/catalog
+XML_ENTRIES= system "http://www.tei-c.org/Stylesheets/P4/teihtml.xsl" \
+ ${PREFIX}/share/xsl/tei/html/tei.xsl
do-install:
${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/distinfo b/textproc/teixsl-html/distinfo
index 89afbd32f73..e3e30c57628 100644
--- a/textproc/teixsl-html/distinfo
+++ b/textproc/teixsl-html/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/20 19:47:17 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/08/03 14:10:30 minskim Exp $
-SHA1 (teixsl-html-3.1nb1/teixsl-html.zip) = 8f055dabb45a55e2c58a885d74c92bc522cc39ca
-Size (teixsl-html-3.1nb1/teixsl-html.zip) = 60620 bytes
+SHA1 (teixsl-html-3.1nb2/teixsl-html.zip) = 45f78cf5869d79725a45aae7cfd84d321e906b2c
+Size (teixsl-html-3.1nb2/teixsl-html.zip) = 67949 bytes
diff --git a/textproc/teixsl-html/files/catalog b/textproc/teixsl-html/files/catalog
deleted file mode 100644
index f252ac3b3c7..00000000000
--- a/textproc/teixsl-html/files/catalog
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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:49:02 xtraeme Exp $ -->
-
-<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
- <system systemId="http://www.tei-c.org/Stylesheets/P4/teihtml.xsl" uri="teihtml.xsl" />
-</catalog>