summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-18 14:14:48 +0000
committerwiz <wiz>2008-11-18 14:14:48 +0000
commit481d233b7f0b8fdd0e43a78884f59ce8670a2ec9 (patch)
treefc789d6b6a89725ce09383a1f3481ea1a462719c /textproc
parent3dcc84dea905ed98d78b4d64e0f12e6a4b837fe5 (diff)
downloadpkgsrc-481d233b7f0b8fdd0e43a78884f59ce8670a2ec9.tar.gz
Remove teixsl-* (replaced by tei-xsl), add tei-xsl to Makefile.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile5
-rw-r--r--textproc/teixsl-fo/DESCR3
-rw-r--r--textproc/teixsl-fo/Makefile31
-rw-r--r--textproc/teixsl-fo/PLIST20
-rw-r--r--textproc/teixsl-fo/distinfo5
-rw-r--r--textproc/teixsl-html/DESCR3
-rw-r--r--textproc/teixsl-html/Makefile31
-rw-r--r--textproc/teixsl-html/PLIST28
-rw-r--r--textproc/teixsl-html/distinfo5
9 files changed, 2 insertions, 129 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 834622fc102..cca1ed078e8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.447 2008/11/18 05:29:57 he Exp $
+# $NetBSD: Makefile,v 1.448 2008/11/18 14:14:48 wiz Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -430,8 +430,7 @@ SUBDIR+= tcl-dom
SUBDIR+= tcl-expat
SUBDIR+= tcl-xml
SUBDIR+= tei
-SUBDIR+= teixsl-fo
-SUBDIR+= teixsl-html
+SUBDIR+= tei-xsl
SUBDIR+= tex-xmltex
SUBDIR+= tex2page
SUBDIR+= texi2html
diff --git a/textproc/teixsl-fo/DESCR b/textproc/teixsl-fo/DESCR
deleted file mode 100644
index 69716069cc6..00000000000
--- a/textproc/teixsl-fo/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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 --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile
deleted file mode 100644
index 140ba5c3a23..00000000000
--- a/textproc/teixsl-fo/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2006/03/21 06:00:50 jlam Exp $
-
-DISTNAME= teixsl-fo
-PKGNAME= ${DISTNAME}-3.3
-PKGREVISION= 3
-CATEGORIES= textproc
-MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= minskim@NetBSD.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}
-DIST_SUBDIR= ${PKGNAME_NOREV}
-NO_CONFIGURE= YES
-NO_BUILD= YES
-
-XSLDIR= ${PREFIX}/share/xsl/tei/fo
-
-XML_ENTRIES= system "http://www.tei-c.org/Stylesheets/P4/tei.xsl" \
- ${PREFIX}/share/xsl/tei/fo/tei.xsl
-
-do-install:
- ${INSTALL_DATA_DIR} ${XSLDIR}
- ${INSTALL_DATA} ${WRKSRC}/fo/*.xsl ${XSLDIR}
-
-.include "../../textproc/xmlcatmgr/catalogs.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/teixsl-fo/PLIST b/textproc/teixsl-fo/PLIST
deleted file mode 100644
index 4b21e9f4ca2..00000000000
--- a/textproc/teixsl-fo/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/08/03 14:10:30 minskim Exp $
-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
-@dirrm share/xsl/tei/fo
diff --git a/textproc/teixsl-fo/distinfo b/textproc/teixsl-fo/distinfo
deleted file mode 100644
index 769d69fa595..00000000000
--- a/textproc/teixsl-fo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 14:48:50 agc Exp $
-
-SHA1 (teixsl-fo-3.3/teixsl-fo.zip) = e065ad8891202df0a22c41855da8d4a708d03ab1
-RMD160 (teixsl-fo-3.3/teixsl-fo.zip) = a56efb55e76ba28128269b1de1b92e6c9ef2e475
-Size (teixsl-fo-3.3/teixsl-fo.zip) = 49467 bytes
diff --git a/textproc/teixsl-html/DESCR b/textproc/teixsl-html/DESCR
deleted file mode 100644
index 9dc4adc999a..00000000000
--- a/textproc/teixsl-html/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-teixsl-html is a set of XSLT specifications to transform TEI XML
-documents to HTML. It concentrates on TEI Lite, but adding support
-for other modules is fairly easy.
diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile
deleted file mode 100644
index 40b70c0ab5e..00000000000
--- a/textproc/teixsl-html/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2006/03/21 06:00:50 jlam Exp $
-
-DISTNAME= teixsl-html
-PKGNAME= ${DISTNAME}-3.3
-PKGREVISION= 3
-CATEGORIES= textproc
-MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
-COMMENT= XSLT Stylesheets to convert TEI to HTML
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME_NOREV}
-NO_CONFIGURE= YES
-NO_BUILD= YES
-
-TEIDIR= ${PREFIX}/share/xsl/tei
-
-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
-
-.include "../../textproc/xmlcatmgr/catalogs.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/teixsl-html/PLIST b/textproc/teixsl-html/PLIST
deleted file mode 100644
index 1db17f794f3..00000000000
--- a/textproc/teixsl-html/PLIST
+++ /dev/null
@@ -1,28 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/11 03:36:54 minskim Exp $
-share/xsl/tei/common/teicommon.xsl
-share/xsl/tei/html/teihtml-bibl.xsl
-share/xsl/tei/html/teihtml-chunk.xsl
-share/xsl/tei/html/teihtml-corpus.xsl
-share/xsl/tei/html/teihtml-drama.xsl
-share/xsl/tei/html/teihtml-figures.xsl
-share/xsl/tei/html/teihtml-frames.xsl
-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-math.xsl
-share/xsl/tei/html/teihtml-misc.xsl
-share/xsl/tei/html/teihtml-notes.xsl
-share/xsl/tei/html/teihtml-odds.xsl
-share/xsl/tei/html/teihtml-pagetable.xsl
-share/xsl/tei/html/teihtml-param.xsl
-share/xsl/tei/html/teihtml-poetry.xsl
-share/xsl/tei/html/teihtml-slides.xsl
-share/xsl/tei/html/teihtml-struct.xsl
-share/xsl/tei/html/teihtml-tables.xsl
-share/xsl/tei/html/teihtml-teic.xsl
-share/xsl/tei/html/teihtml-xref.xsl
-share/xsl/tei/html/teihtml.xsl
-@dirrm share/xsl/tei/html
-@dirrm share/xsl/tei/common
-@dirrm share/xsl/tei
-@unexec ${RMDIR} %D/share/xsl 2>/dev/null || ${TRUE}
diff --git a/textproc/teixsl-html/distinfo b/textproc/teixsl-html/distinfo
deleted file mode 100644
index 6020b01aa95..00000000000
--- a/textproc/teixsl-html/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 14:48:50 agc Exp $
-
-SHA1 (teixsl-html-3.3/teixsl-html.zip) = cd9732d3e941955948757422958fbe247fc9a919
-RMD160 (teixsl-html-3.3/teixsl-html.zip) = 19eea60dec8a25ea5b9bccaa6a68d81eedafb6f2
-Size (teixsl-html-3.3/teixsl-html.zip) = 67693 bytes