Added html port.
This commit is contained in:
parent
d257852e3d
commit
363972945e
32
textproc/html/Makefile
Normal file
32
textproc/html/Makefile
Normal 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
1
textproc/html/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (html-4.0.tar.gz) = 4334c902406af5168d92e5874db1ccf4
|
1
textproc/html/pkg/COMMENT
Normal file
1
textproc/html/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
All W3C published SGML DTDs for HTML
|
9
textproc/html/pkg/DESCR
Normal file
9
textproc/html/pkg/DESCR
Normal 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
19
textproc/html/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user