From 6dcf8110cfea19b7319c99d289fa7a64a7bac82e Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 18 Feb 2004 13:44:40 +0000 Subject: 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. --- textproc/xhtml/DESCR | 7 +++++++ textproc/xhtml/Makefile | 30 ++++++++++++++++++++++++++++++ textproc/xhtml/PLIST | 13 +++++++++++++ textproc/xhtml/distinfo | 4 ++++ textproc/xhtml/files/catalog10 | 20 ++++++++++++++++++++ 5 files changed, 74 insertions(+) create mode 100644 textproc/xhtml/DESCR create mode 100644 textproc/xhtml/Makefile create mode 100644 textproc/xhtml/PLIST create mode 100644 textproc/xhtml/distinfo create mode 100644 textproc/xhtml/files/catalog10 (limited to 'textproc/xhtml') 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 @@ + + + + + + + + + + + + + -- cgit v1.2.3