mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add xhtml1-xsd 200208
XHTML 1.0 (Second Edition) in XML Schema
This commit is contained in:
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
|
@ -534,6 +534,7 @@
|
||||||
SUBDIR += xhtml-11
|
SUBDIR += xhtml-11
|
||||||
SUBDIR += xhtml-basic
|
SUBDIR += xhtml-basic
|
||||||
SUBDIR += xhtml-modularization
|
SUBDIR += xhtml-modularization
|
||||||
|
SUBDIR += xhtml1-xsd
|
||||||
SUBDIR += xincluder
|
SUBDIR += xincluder
|
||||||
SUBDIR += xlhtml
|
SUBDIR += xlhtml
|
||||||
SUBDIR += xls2xml
|
SUBDIR += xls2xml
|
||||||
|
|
34
textproc/xhtml1-xsd/Makefile
Normal file
34
textproc/xhtml1-xsd/Makefile
Normal 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>
|
6
textproc/xhtml1-xsd/distinfo
Normal file
6
textproc/xhtml1-xsd/distinfo
Normal 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
|
1
textproc/xhtml1-xsd/pkg-descr
Normal file
1
textproc/xhtml1-xsd/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
XHTML 1.0 (Second Edition) in XML Schema
|
Loading…
Add table
Reference in a new issue