Added html port.

This commit is contained in:
angelos 1997-12-02 02:46:46 +00:00
parent d257852e3d
commit 363972945e
5 changed files with 62 additions and 0 deletions

32
textproc/html/Makefile Normal file
View File

@ -0,0 +1,32 @@
# OpenBSD makefile for: html
# Version required: 4.0
# Date created: December 1, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/02 02:46:46 angelos Exp $
#
DISTNAME= html-4.0
CATEGORIES= textproc
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
MAINTAINER= angelos@openbsd.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>

1
textproc/html/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (html-4.0.tar.gz) = 4334c902406af5168d92e5874db1ccf4

View File

@ -0,0 +1 @@
All W3C published SGML DTDs for HTML

9
textproc/html/pkg/DESCR Normal file
View File

@ -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

19
textproc/html/pkg/PLIST Normal file
View File

@ -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