diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-11 11:32:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-11 11:32:39 +0800 |
commit | 9b1ff252020e253ce6bb15678bc67bc04f5c340d (patch) | |
tree | cd93b6f790675b47777ad4eca4fd2f4387459327 /textproc | |
parent | 301847f8faadc6592baaacd0befda3a7b6bad728 (diff) | |
download | freebsd-ports-gnome-9b1ff252020e253ce6bb15678bc67bc04f5c340d.tar.gz freebsd-ports-gnome-9b1ff252020e253ce6bb15678bc67bc04f5c340d.tar.zst freebsd-ports-gnome-9b1ff252020e253ce6bb15678bc67bc04f5c340d.zip |
add xhtml1-xsd 200208
XHTML 1.0 (Second Edition) in XML Schema
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xhtml1-xsd/Makefile | 34 | ||||
-rw-r--r-- | textproc/xhtml1-xsd/distinfo | 6 | ||||
-rw-r--r-- | textproc/xhtml1-xsd/pkg-descr | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a01d11bc04fa..117fd91ea465 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -534,6 +534,7 @@ SUBDIR += xhtml-11 SUBDIR += xhtml-basic SUBDIR += xhtml-modularization + SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xls2xml diff --git a/textproc/xhtml1-xsd/Makefile b/textproc/xhtml1-xsd/Makefile new file mode 100644 index 000000000000..353814fc0390 --- /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 000000000000..09c04a797c6a --- /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 000000000000..0592582e964b --- /dev/null +++ b/textproc/xhtml1-xsd/pkg-descr @@ -0,0 +1 @@ +XHTML 1.0 (Second Edition) in XML Schema |