summaryrefslogtreecommitdiff
path: root/textproc/html
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1997-09-19 21:19:25 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1997-09-19 21:19:25 +0000
commit94ebecdd11bacd61183571228b2506f455ad776e (patch)
tree9fd7aa7bb30aef494fd76c906fde236cdaa676e7 /textproc/html
parentLocation of font files were changed. (diff)
A collection of HTML DTDs from the W3C. Includes level 0 through
the 4.0 draft (Cougar), excluding the dead end 3.0.
Notes
Notes: svn path=/head/; revision=7969
Diffstat (limited to 'textproc/html')
-rw-r--r--textproc/html/Makefile32
-rw-r--r--textproc/html/distinfo1
-rw-r--r--textproc/html/pkg-comment1
-rw-r--r--textproc/html/pkg-descr9
-rw-r--r--textproc/html/pkg-plist19
5 files changed, 62 insertions, 0 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile
new file mode 100644
index 000000000000..b242dbc0c946
--- /dev/null
+++ b/textproc/html/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: html
+# Version required: 4.0
+# Date created: Sept 19, 1997
+# Whom: jfieber
+#
+# $Id$
+#
+
+DISTNAME= html-4.0
+CATEGORIES= textproc
+MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
+
+MAINTAINER= jfieber@FreeBSD.ORG
+
+NO_MTREE= yes
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_WRKSUBDIR= yes
+
+INSTDIR= ${PREFIX}/share/sgml/html
+
+pre-install:
+ @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
+
+do-install:
+ @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r)
+ @chmod ${SHAREMODE} `find ${INSTDIR} -type f`
+ @chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
+
+.include <bsd.port.mk>
diff --git a/textproc/html/distinfo b/textproc/html/distinfo
new file mode 100644
index 000000000000..de440645b3e5
--- /dev/null
+++ b/textproc/html/distinfo
@@ -0,0 +1 @@
+MD5 (html-4.0.tar.gz) = fb0d0cef66f0afe35b62a0aa9d5dcff6
diff --git a/textproc/html/pkg-comment b/textproc/html/pkg-comment
new file mode 100644
index 000000000000..a80c8167f9cd
--- /dev/null
+++ b/textproc/html/pkg-comment
@@ -0,0 +1 @@
+All W3C published SGML DTDs for HTML
diff --git a/textproc/html/pkg-descr b/textproc/html/pkg-descr
new file mode 100644
index 000000000000..cb161945bb77
--- /dev/null
+++ b/textproc/html/pkg-descr
@@ -0,0 +1,9 @@
+SGML DTDs for HTML level 0, 1, 2, 3.2, and the 4.0 draft as
+defined by the World Wide Web Consortium (W3C). See
+http://www.w3.org/ for more information.
+
+These DTDs are useful for validating or processing world wide web
+pages with SGML tools such as those in the sp or jade ports.
+
+John Fieber
+jfieber@FreeBSD.org
diff --git a/textproc/html/pkg-plist b/textproc/html/pkg-plist
new file mode 100644
index 000000000000..968f5dd0aac9
--- /dev/null
+++ b/textproc/html/pkg-plist
@@ -0,0 +1,19 @@
+share/sgml/html/2.0/html.decl
+share/sgml/html/2.0/html.dtd
+share/sgml/html/2.0/html-1.dtd
+share/sgml/html/2.0/html-s.dtd
+share/sgml/html/2.0/html-1s.dtd
+share/sgml/html/2.0/ISOlat1.sgml
+share/sgml/html/wilbur/HTML32.decl
+share/sgml/html/wilbur/HTML32.dtd
+share/sgml/html/wilbur/ISOlat1.ent
+share/sgml/html/cougar/Cougar.decl
+share/sgml/html/cougar/Cougar.dtd
+share/sgml/html/cougar/ISOlat1.ent
+share/sgml/html/cougar/HTMLmisc.ent
+share/sgml/html/cougar/HTMLsym.ent
+share/sgml/html/catalog
+@dirrm share/sgml/html/2.0
+@dirrm share/sgml/html/wilbur
+@dirrm share/sgml/html/cougar
+@dirrm share/sgml/html