aboutsummaryrefslogtreecommitdiff
path: root/textproc/mathml-xsd
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-11 03:31:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-11 03:31:58 +0000
commit17014c326aea9a60f95b092e0bfb37a6d709d7d4 (patch)
treefbb7095ac6adf49e8f7d0cc1c3795a1c90e5f81a /textproc/mathml-xsd
parent9374797a8e074427eb240dab91b64819b7f939c1 (diff)
downloadports-17014c326aea9a60f95b092e0bfb37a6d709d7d4.tar.gz
ports-17014c326aea9a60f95b092e0bfb37a6d709d7d4.zip
Notes
Diffstat (limited to 'textproc/mathml-xsd')
-rw-r--r--textproc/mathml-xsd/Makefile32
-rw-r--r--textproc/mathml-xsd/distinfo2
-rw-r--r--textproc/mathml-xsd/pkg-descr10
3 files changed, 44 insertions, 0 deletions
diff --git a/textproc/mathml-xsd/Makefile b/textproc/mathml-xsd/Makefile
new file mode 100644
index 000000000000..c754f2562972
--- /dev/null
+++ b/textproc/mathml-xsd/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: mathml-xsd
+# Date created: Feb 9, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= mathml-xsd
+PORTVERSION= 2
+CATEGORIES= textproc
+MASTER_SITES= http://www.w3.org/Math/XMLSchema/
+DISTNAME= mathml${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= The MathML XML Schema
+
+NO_BUILD= yes
+
+post-extract:
+ @${FIND} ${WRKSRC} -name "CVS" -type d -delete
+
+do-install:
+ @${MKDIR} ${DATADIR}
+ @${CP} -R ${WRKSRC}/* ${DATADIR}
+ @${FIND} ${DATADIR} -type f | \
+ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
+ @${FIND} ${DATADIR} -type d | ${SORT} -r | \
+ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/textproc/mathml-xsd/distinfo b/textproc/mathml-xsd/distinfo
new file mode 100644
index 000000000000..948a8fbea937
--- /dev/null
+++ b/textproc/mathml-xsd/distinfo
@@ -0,0 +1,2 @@
+MD5 (mathml2.tgz) = 384395b3d4dcd64409011d8adff93c99
+SIZE (mathml2.tgz) = 11832
diff --git a/textproc/mathml-xsd/pkg-descr b/textproc/mathml-xsd/pkg-descr
new file mode 100644
index 000000000000..167e8edfa8eb
--- /dev/null
+++ b/textproc/mathml-xsd/pkg-descr
@@ -0,0 +1,10 @@
+This is the home of the MathML 2.0 XML Schema from the MathML Working Group.
+
+All the details needed to use it should be covered in appendix A of
+MathML 2.0, 2nd edition
+
+This schema is not normative. It is only provided as a tool to validate MathML
+instances, without any guarantee on the accuracy of the results. This version
+will be updated gradually to incorporate corrections or changes.
+
+WWW: http://www.w3.org/Math/XMLSchema/