aboutsummaryrefslogtreecommitdiff
path: root/textproc/xhtml-basic
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-08-25 15:36:07 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-08-25 15:36:07 +0000
commita07c70ab36f0705b233801e62dfb5567c1318db2 (patch)
tree435d240307fcc915c7ac4cf9ed1bf1523c61516c /textproc/xhtml-basic
parent9e55cb845f6fd3fdf3eed2a6639acdc6eef8919d (diff)
Notes
Diffstat (limited to 'textproc/xhtml-basic')
-rw-r--r--textproc/xhtml-basic/Makefile2
-rw-r--r--textproc/xhtml-basic/files/patch-xhtml-basic10.cat23
2 files changed, 24 insertions, 1 deletions
diff --git a/textproc/xhtml-basic/Makefile b/textproc/xhtml-basic/Makefile
index 9c6d7950539e..81272a0077cd 100644
--- a/textproc/xhtml-basic/Makefile
+++ b/textproc/xhtml-basic/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xhtml-basic
PORTVERSION= 1.0.${RECDATE}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/
DISTNAME= ${PORTNAME}
diff --git a/textproc/xhtml-basic/files/patch-xhtml-basic10.cat b/textproc/xhtml-basic/files/patch-xhtml-basic10.cat
new file mode 100644
index 000000000000..2617ffa59abd
--- /dev/null
+++ b/textproc/xhtml-basic/files/patch-xhtml-basic10.cat
@@ -0,0 +1,23 @@
+--- xhtml-basic10.cat.orig Tue Dec 19 23:08:04 2000
++++ xhtml-basic10.cat Tue Aug 10 16:23:28 2004
+@@ -17,17 +17,19 @@
+
+ OVERRIDE YES
+
+-SGMLDECL "xml1.dcl"
++-- SGMLDECL "xml1.dcl" --
+
+ -- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --
+
+ -- XHTML Basic DTD modular driver file ..................................... --
+
+ PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "xhtml-basic10.dtd"
++DTDDECL "-//W3C//DTD XHTML Basic 1.0//EN" "xml1.dcl"
+
+ -- XHTML Basic framework module ............................................. --
+
+ PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "xhtml-basic10-model-1.mod"
++DTDDECL "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "xml1.dcl"
+
+
+ -- End of catalog data ..................................................... --