diff options
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 26 | ||||
-rw-r--r-- | textproc/html/files/md5 | 3 | ||||
-rw-r--r-- | textproc/html/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/html/pkg/DESCR | 1 | ||||
-rw-r--r-- | textproc/html/pkg/PLIST | 23 |
5 files changed, 54 insertions, 0 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile new file mode 100644 index 00000000000..e3dd51a08e4 --- /dev/null +++ b/textproc/html/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/06/07 21:51:33 hubertf Exp $ +# + +DISTNAME= html-4.0b +CATEGORIES= textproc +MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.w3.org/TR/REC-html40/ + +DEPENDS+= iso8879-1986:../../textproc/iso8879 + +NO_MTREE= yes +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes + +INSTDIR= ${PREFIX}/share/sgml/html +ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog + +do-install: + ${INSTALL_DATA_DIR} ${INSTDIR} + ${GTAR} -plzx -C ${INSTDIR} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + ${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/catalog + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/html/files/md5 b/textproc/html/files/md5 new file mode 100644 index 00000000000..fec7db7a23d --- /dev/null +++ b/textproc/html/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/06/07 21:51:34 hubertf Exp $ + +MD5 (html-4.0b.tar.gz) = 6f6d8f1d5b9d73d1b5c82e6402defe80 diff --git a/textproc/html/pkg/COMMENT b/textproc/html/pkg/COMMENT new file mode 100644 index 00000000000..7305380b79b --- /dev/null +++ b/textproc/html/pkg/COMMENT @@ -0,0 +1 @@ +SGML DTDs for the Hypertext Markup Language diff --git a/textproc/html/pkg/DESCR b/textproc/html/pkg/DESCR new file mode 100644 index 00000000000..7147f0ec7a9 --- /dev/null +++ b/textproc/html/pkg/DESCR @@ -0,0 +1 @@ +HTML 2.0, 3.2 and 4.0 Document Type Descriptions. diff --git a/textproc/html/pkg/PLIST b/textproc/html/pkg/PLIST new file mode 100644 index 00000000000..689eb72ce0d --- /dev/null +++ b/textproc/html/pkg/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/07 21:51:33 hubertf Exp $ +share/sgml/html/2.0/ISOlat1.sgml +share/sgml/html/2.0/html-1.dtd +share/sgml/html/2.0/html-1s.dtd +share/sgml/html/2.0/html-s.dtd +share/sgml/html/2.0/html.decl +share/sgml/html/2.0/html.dtd +share/sgml/html/3.2/HTML32.decl +share/sgml/html/3.2/HTML32.dtd +share/sgml/html/3.2/ISOlat1.ent +share/sgml/html/4.0/HTML4.decl +share/sgml/html/4.0/HTMLlat1.ent +share/sgml/html/4.0/HTMLspecial.ent +share/sgml/html/4.0/HTMLsymbol.ent +share/sgml/html/4.0/frameset.dtd +share/sgml/html/4.0/loose.dtd +share/sgml/html/4.0/strict.dtd +share/sgml/html/catalog +@dirrm share/sgml/html/4.0 +@dirrm share/sgml/html/3.2 +@dirrm share/sgml/html/2.0 +@dirrm share/sgml/html +@unexec rmdir %D/share/sgml 2>/dev/null || true |