diff options
author | jmmv <jmmv> | 2004-02-18 13:44:40 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-18 13:44:40 +0000 |
commit | 7405ec667f3c4397396ebf6beeda39e903dd0e9c (patch) | |
tree | 13a51340b334439b456d04e8e649cca88b30d080 /textproc | |
parent | 728991d7006d133551ae25292209586fbde05259 (diff) | |
download | pkgsrc-7405ec667f3c4397396ebf6beeda39e903dd0e9c.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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtml/DESCR | 7 | ||||
-rw-r--r-- | textproc/xhtml/Makefile | 30 | ||||
-rw-r--r-- | textproc/xhtml/PLIST | 13 | ||||
-rw-r--r-- | textproc/xhtml/distinfo | 4 | ||||
-rw-r--r-- | textproc/xhtml/files/catalog10 | 20 |
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> |