diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 17:12:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 17:12:38 +0800 |
commit | 782e1e7c791755008380c6d3a644f90203434d11 (patch) | |
tree | 60136707a008efc2dcff062dd1cbd7d7e8938c46 /textproc/html | |
parent | 4a1b49aec72dcef8be81ef8341c8dd8d85f56945 (diff) | |
download | freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.tar.gz freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.tar.zst freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.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
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 |