diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 09:12:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 09:12:38 +0000 |
commit | c39351d8e17732fc8d85b267da0ad730b61e0aaa (patch) | |
tree | f58484de6adebc8cafda76cd58cb0e0ed6c3df47 /textproc/html | |
parent | 657cab2c5c613387fc408ee59024653dac72f477 (diff) | |
download | ports-c39351d8e17732fc8d85b267da0ad730b61e0aaa.tar.gz ports-c39351d8e17732fc8d85b267da0ad730b61e0aaa.zip |
Update to include HTML 4.01 specification.
Take over maintainership.
Move distfile in $MASTER_SITE_LOCAL/kuriyama.
Portlint.
No response from: maintainer
Discussed with: shige
Notes
Notes:
svn path=/head/; revision=33704
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 9 | ||||
-rw-r--r-- | textproc/html/distinfo | 2 | ||||
-rw-r--r-- | textproc/html/pkg-plist | 8 |
3 files changed, 14 insertions, 5 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 8717e5894b42..caad0875d844 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -6,14 +6,15 @@ # PORTNAME= html -PORTVERSION= 4.0b +PORTVERSION= 4.01 CATEGORIES= textproc -MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama +EXTRACT_ONLY= # empty -MAINTAINER= jfieber@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org NO_MTREE= yes -EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/textproc/html/distinfo b/textproc/html/distinfo index 092f95217b0c..add1ac40a963 100644 --- a/textproc/html/distinfo +++ b/textproc/html/distinfo @@ -1 +1 @@ -MD5 (html-4.0b.tar.gz) = 6f6d8f1d5b9d73d1b5c82e6402defe80 +MD5 (html-4.01.tar.gz) = 57a45bf82f0a3694d59d889b0d0ad71c diff --git a/textproc/html/pkg-plist b/textproc/html/pkg-plist index b2588c7e4d00..ffc573840e4f 100644 --- a/textproc/html/pkg-plist +++ b/textproc/html/pkg-plist @@ -14,8 +14,16 @@ 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/4.01/HTML4.decl +share/sgml/html/4.01/HTMLlat1.ent +share/sgml/html/4.01/HTMLspecial.ent +share/sgml/html/4.01/HTMLsymbol.ent +share/sgml/html/4.01/frameset.dtd +share/sgml/html/4.01/loose.dtd +share/sgml/html/4.01/strict.dtd share/sgml/html/catalog @dirrm share/sgml/html/2.0 @dirrm share/sgml/html/3.2 @dirrm share/sgml/html/4.0 +@dirrm share/sgml/html/4.01 @dirrm share/sgml/html |