add xhtml1-xsd 200208

XHTML 1.0 (Second Edition) in XML Schema
This commit is contained in:
Ying-Chieh Liao 2004-02-11 03:32:39 +00:00
parent 17014c326a
commit 3a7a00b1c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100622
4 changed files with 42 additions and 0 deletions

View file

@ -534,6 +534,7 @@
SUBDIR += xhtml-11
SUBDIR += xhtml-basic
SUBDIR += xhtml-modularization
SUBDIR += xhtml1-xsd
SUBDIR += xincluder
SUBDIR += xlhtml
SUBDIR += xls2xml

View file

@ -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>

View file

@ -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

View file

@ -0,0 +1 @@
XHTML 1.0 (Second Edition) in XML Schema