diff options
author | nork <nork@FreeBSD.org> | 2003-07-12 03:09:30 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-12 03:09:30 +0800 |
commit | ebfdfce24962c34974321912d10255c536e6d239 (patch) | |
tree | 62e2881b00fd2154818ad08ea13f9210dd633eca /textproc/xhtml-1.1 | |
parent | c6ef1831a672b3efce36008022bcc4719ad04360 (diff) | |
download | freebsd-ports-gnome-ebfdfce24962c34974321912d10255c536e6d239.tar.gz freebsd-ports-gnome-ebfdfce24962c34974321912d10255c536e6d239.tar.zst freebsd-ports-gnome-ebfdfce24962c34974321912d10255c536e6d239.zip |
Add xhtml-1.1, w3C's XHTML 1.1 DTD.
PR: ports/51122
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'textproc/xhtml-1.1')
-rw-r--r-- | textproc/xhtml-1.1/Makefile | 26 | ||||
-rw-r--r-- | textproc/xhtml-1.1/distinfo | 1 | ||||
-rw-r--r-- | textproc/xhtml-1.1/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/xhtml-1.1/pkg-plist | 9 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/xhtml-1.1/Makefile b/textproc/xhtml-1.1/Makefile new file mode 100644 index 000000000000..6c62d4264f74 --- /dev/null +++ b/textproc/xhtml-1.1/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: XHTML 1.1 DTD +# Date created: 18 April 2003 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# +# $FreeBSD$ +# + +PORTNAME= xhtml +PORTVERSION= 1.1 +CATEGORIES= textproc +MASTER_SITES= http://www.w3.org/TR/xhtml11/ +DISTNAME= xhtml11 +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= W3C's XHTML 1.1 DTD + +WRKSRC= ${WRKDIR}/xhtml11-20010531 +NO_BUILD= yes +DTDDIR= ${PREFIX}/share/xml/${PORTNAME}/${PORTVERSION} + +do-install: + ${MKDIR} ${DTDDIR} + ${INSTALL_DATA} ${WRKSRC}/DTD/* ${DTDDIR} + +.include <bsd.port.mk> diff --git a/textproc/xhtml-1.1/distinfo b/textproc/xhtml-1.1/distinfo new file mode 100644 index 000000000000..605d62d2e51b --- /dev/null +++ b/textproc/xhtml-1.1/distinfo @@ -0,0 +1 @@ +MD5 (xhtml11.tgz) = 00c3fe896f3d29419dbda4186aa98fe1 diff --git a/textproc/xhtml-1.1/pkg-descr b/textproc/xhtml-1.1/pkg-descr new file mode 100644 index 000000000000..d65a7e274e9d --- /dev/null +++ b/textproc/xhtml-1.1/pkg-descr @@ -0,0 +1,3 @@ +This package includes DTDs for the XHTML 1.1. + +WWW: http://www.w3.org/TR/xhtml11/ diff --git a/textproc/xhtml-1.1/pkg-plist b/textproc/xhtml-1.1/pkg-plist new file mode 100644 index 000000000000..1ea6545393b4 --- /dev/null +++ b/textproc/xhtml-1.1/pkg-plist @@ -0,0 +1,9 @@ +share/xml/xhtml/1.1/VERSION +share/xml/xhtml/1.1/xhtml11-flat.dtd +share/xml/xhtml/1.1/xhtml11-model-1.mod +share/xml/xhtml/1.1/xhtml11.cat +share/xml/xhtml/1.1/xhtml11.dtd +share/xml/xhtml/1.1/xml1.dcl +share/xml/xhtml/1.1/xml1n.dcl +@dirrm share/xml/xhtml/1.1 +@unexec rmdir %D/share/xml/xhtml 2>/dev/null || true |