summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-18 13:44:40 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-18 13:44:40 +0000
commit6a164e8f46fb7d8bb100e0ac1f9e97da1335c128 (patch)
tree13a51340b334439b456d04e8e649cca88b30d080
parent0ef519ce9628446b4de2a7c73a39579cfe4a81ea (diff)
downloadpkgsrc-6a164e8f46fb7d8bb100e0ac1f9e97da1335c128.tar.gz
Initial import of xhtml, version 1.0:
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines the strength of HTML 4 with the power of XML. This package provides the three standard DTDs (Strict, Transitional and Frameset) of XHTML 1.0.
-rw-r--r--textproc/xhtml/DESCR7
-rw-r--r--textproc/xhtml/Makefile30
-rw-r--r--textproc/xhtml/PLIST13
-rw-r--r--textproc/xhtml/distinfo4
-rw-r--r--textproc/xhtml/files/catalog1020
5 files changed, 74 insertions, 0 deletions
diff --git a/textproc/xhtml/DESCR b/textproc/xhtml/DESCR
new file mode 100644
index 00000000000..a43be55dc32
--- /dev/null
+++ b/textproc/xhtml/DESCR
@@ -0,0 +1,7 @@
+XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from
+earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth
+of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines
+the strength of HTML 4 with the power of XML.
+
+This package provides the three standard DTDs (Strict, Transitional and
+Frameset) of XHTML 1.0.
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile
new file mode 100644
index 00000000000..0cd4892bc44
--- /dev/null
+++ b/textproc/xhtml/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 13:44:40 jmmv Exp $
+#
+
+DISTNAME= xhtml1
+PKGNAME= xhtml-1.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.w3.org/TR/xhtml1/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.w3.org/MarkUp/
+COMMENT= DTDs for the Extensible Hypertext Markup Language
+
+NO_BUILD= yes
+NO_MTREE= yes
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+WRKSRC= ${WRKDIR}/xhtml1-20020801
+
+SGML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/xhtml.soc
+XML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/catalog
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xml/xhtml/1.0
+ cd ${WRKSRC}/DTD && ${PAX} -rwpppm . ${PREFIX}/share/xml/xhtml/1.0
+ ${INSTALL_DATA} ${FILESDIR}/catalog10 \
+ ${PREFIX}/share/xml/xhtml/1.0/catalog
+
+.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/xhtml/PLIST b/textproc/xhtml/PLIST
new file mode 100644
index 00000000000..fe2ff0d206a
--- /dev/null
+++ b/textproc/xhtml/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/18 13:44:41 jmmv Exp $
+share/xml/xhtml/${PKGVERSION}/catalog
+share/xml/xhtml/${PKGVERSION}/xhtml-lat1.ent
+share/xml/xhtml/${PKGVERSION}/xhtml-special.ent
+share/xml/xhtml/${PKGVERSION}/xhtml-symbol.ent
+share/xml/xhtml/${PKGVERSION}/xhtml.soc
+share/xml/xhtml/${PKGVERSION}/xhtml1-frameset.dtd
+share/xml/xhtml/${PKGVERSION}/xhtml1-strict.dtd
+share/xml/xhtml/${PKGVERSION}/xhtml1-transitional.dtd
+share/xml/xhtml/${PKGVERSION}/xhtml1.dcl
+@dirrm share/xml/xhtml/${PKGVERSION}
+@dirrm share/xml/xhtml
+@comment in xmlcatmgr: @dirrm share/xml
diff --git a/textproc/xhtml/distinfo b/textproc/xhtml/distinfo
new file mode 100644
index 00000000000..f4a6ffc2f80
--- /dev/null
+++ b/textproc/xhtml/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/18 13:44:40 jmmv Exp $
+
+SHA1 (xhtml1.tgz) = 6fb14e70047f4b56681cd64032ca5ec5eb9396cd
+Size (xhtml1.tgz) = 232192 bytes
diff --git a/textproc/xhtml/files/catalog10 b/textproc/xhtml/files/catalog10
new file mode 100644
index 00000000000..dc7075ae9f6
--- /dev/null
+++ b/textproc/xhtml/files/catalog10
@@ -0,0 +1,20 @@
+<?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: catalog10,v 1.1.1.1 2004/02/18 13:44:41 jmmv Exp $ -->
+
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+ <public publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
+ uri="xhtml1-strict.dtd" />
+ <public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"
+ uri="xhtml1-transitional.dtd" />
+ <public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"
+ uri="xhtml1-frameset.dtd" />
+ <public publicId="-//W3C//ENTITIES Latin 1 for XHTML//EN"
+ uri="xhtml-lat1.ent" />
+ <public publicId="-//W3C//ENTITIES Symbols for XHTML//EN"
+ uri="xhtml-symbol.ent" />
+ <public publicId="-//W3C//ENTITIES Special for XHTML//EN"
+ uri="xhtml-special.ent" />
+</catalog>