summaryrefslogtreecommitdiffstats
path: root/textproc/xhtml1-xsd
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-02-11 03:32:39 +0000
committerijliao <ijliao@FreeBSD.org>2004-02-11 03:32:39 +0000
commit9b1ff252020e253ce6bb15678bc67bc04f5c340d (patch)
treecd93b6f790675b47777ad4eca4fd2f4387459327 /textproc/xhtml1-xsd
parent301847f8faadc6592baaacd0befda3a7b6bad728 (diff)
downloadFreeBSD-ports-9b1ff252020e253ce6bb15678bc67bc04f5c340d.zip
FreeBSD-ports-9b1ff252020e253ce6bb15678bc67bc04f5c340d.tar.gz
add xhtml1-xsd 200208
XHTML 1.0 (Second Edition) in XML Schema
Diffstat (limited to 'textproc/xhtml1-xsd')
-rw-r--r--textproc/xhtml1-xsd/Makefile34
-rw-r--r--textproc/xhtml1-xsd/distinfo6
-rw-r--r--textproc/xhtml1-xsd/pkg-descr1
3 files changed, 41 insertions, 0 deletions
diff --git a/textproc/xhtml1-xsd/Makefile b/textproc/xhtml1-xsd/Makefile
new file mode 100644
index 0000000..353814f
--- /dev/null
+++ b/textproc/xhtml1-xsd/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+# Ports collection makefile for: xhtml1-xsd
+# Date created: Feb 9, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xhtml1-xsd
+PORTVERSION= 200208
+CATEGORIES= textproc
+MASTER_SITES= http://www.w3.org/2002/08/xhtml/
+DISTFILES= xhtml1-frameset.xsd \
+ xhtml1-strict.xsd \
+ xhtml1-transitional.xsd
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= XHTML 1.0 (Second Edition) in XML Schema
+
+NO_WRKSUBDIR= yes
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS= # empty
+EXTRACT_AFTER_ARGS= .
+NO_BUILD= yes
+
+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/xhtml1-xsd/distinfo b/textproc/xhtml1-xsd/distinfo
new file mode 100644
index 0000000..09c04a7
--- /dev/null
+++ b/textproc/xhtml1-xsd/distinfo
@@ -0,0 +1,6 @@
+MD5 (xhtml1-frameset.xsd) = dbbcd8cd384944abea157da188cbbd1c
+SIZE (xhtml1-frameset.xsd) = 85590
+MD5 (xhtml1-strict.xsd) = f27d44850e55c696fbc6f3a744c01f9d
+SIZE (xhtml1-strict.xsd) = 65477
+MD5 (xhtml1-transitional.xsd) = 93c8ee33f8c14533fbf037d112522845
+SIZE (xhtml1-transitional.xsd) = 82728
diff --git a/textproc/xhtml1-xsd/pkg-descr b/textproc/xhtml1-xsd/pkg-descr
new file mode 100644
index 0000000..0592582
--- /dev/null
+++ b/textproc/xhtml1-xsd/pkg-descr
@@ -0,0 +1 @@
+XHTML 1.0 (Second Edition) in XML Schema
OpenPOWER on IntegriCloud