aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 19:09:30 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 19:09:30 +0000
commitcb7420d66d2708e93dabdfb2f783de33121fdb6f (patch)
treea1c0c46731b5a6e3049b7142830a11e5b5b1f413 /textproc
parentfbccec927f5ce8aec335923fc900b5dbc2eb0dd5 (diff)
downloadports-cb7420d66d2708e93dabdfb2f783de33121fdb6f.tar.gz
ports-cb7420d66d2708e93dabdfb2f783de33121fdb6f.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/xhtml-1.1/Makefile26
-rw-r--r--textproc/xhtml-1.1/distinfo1
-rw-r--r--textproc/xhtml-1.1/pkg-descr3
-rw-r--r--textproc/xhtml-1.1/pkg-plist9
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 4ef1891a25d2..9df6926559f4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -441,6 +441,7 @@
SUBDIR += xerces-c2
SUBDIR += xerces-j
SUBDIR += xhtml
+ SUBDIR += xhtml-1.1
SUBDIR += xincluder
SUBDIR += xlhtml
SUBDIR += xls2xml
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