diff options
author | jfieber <jfieber@FreeBSD.org> | 1997-09-19 21:19:25 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1997-09-19 21:19:25 +0000 |
commit | 95cd49a5acddcfb1fb4c2426cd85f2d27bec8036 (patch) | |
tree | 0da6a97f87b74fb033c77e6706fa5a15f697663d /textproc/html | |
parent | ef7f2256e234a254f3a5b9c0bbb77e1a01aef5f3 (diff) | |
download | FreeBSD-ports-95cd49a5acddcfb1fb4c2426cd85f2d27bec8036.zip FreeBSD-ports-95cd49a5acddcfb1fb4c2426cd85f2d27bec8036.tar.gz |
A collection of HTML DTDs from the W3C. Includes level 0 through
the 4.0 draft (Cougar), excluding the dead end 3.0.
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 32 | ||||
-rw-r--r-- | textproc/html/distinfo | 1 | ||||
-rw-r--r-- | textproc/html/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/html/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/html/pkg-plist | 19 |
5 files changed, 62 insertions, 0 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile new file mode 100644 index 0000000..b242dbc --- /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 0000000..de44064 --- /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 0000000..a80c816 --- /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 0000000..cb16194 --- /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 0000000..968f5dd --- /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 |