diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-10-22 20:01:48 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-10-22 20:01:48 +0000 |
commit | 08a0ddac1a804b04d88a6d23fdbf87a9188c631e (patch) | |
tree | c352925946bcfeca99d8d2fdf70b124c2b2a773d /lang/py-html-docs | |
parent | b923dbec15e3ffe405fa211c957396c51735628b (diff) | |
download | pkgsrc-08a0ddac1a804b04d88a6d23fdbf87a9188c631e.tar.gz |
First batch of upgrades for Python 2.0:
lang/python upgraded to 2.0
lang/py-html-docs upgraded to 2.0
misc/py-readline upgraded to 2.0
databases/py-gdbm upgraded to 2.0
x11/py-Tk upgraded to 2.0
devel/py-curses upgraded to 2.0
lang/py-extclass upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher upgraded to 2.2.2 and for Python 2.0
print/py-reportlab upgraded to 1.01 and for Python 2.0
More coming...
Diffstat (limited to 'lang/py-html-docs')
-rw-r--r-- | lang/py-html-docs/Makefile | 12 | ||||
-rw-r--r-- | lang/py-html-docs/files/md5 | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile index f8106c22f30..4e315ec6289 100644 --- a/lang/py-html-docs/Makefile +++ b/lang/py-html-docs/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2000/01/02 04:22:31 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 2000/10/22 20:01:50 tsarna Exp $ # -DISTNAME= html-1.5.2 -PKGNAME= py-html-docs-1.5.2 +DISTNAME= html-2.0 +PKGNAME= py-html-docs-2.0 CATEGORIES= lang -MASTER_SITES= ftp://ftp.python.org/pub/python/doc/1.5.2/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.python.org/ftp/python/doc/2.0/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/doc/ +DIST_SUBDIR= python + NO_WRKSUBDIR= yes NO_CONFIGURE= yes diff --git a/lang/py-html-docs/files/md5 b/lang/py-html-docs/files/md5 index dfe45e25f43..7216b27e766 100644 --- a/lang/py-html-docs/files/md5 +++ b/lang/py-html-docs/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 1999/09/21 01:01:26 hubertf Exp $ +$NetBSD: md5,v 1.6 2000/10/22 20:01:50 tsarna Exp $ -MD5 (html-1.5.2.tgz) = ca863b3aac948f9c564ce1763a668f06 +MD5 (python/html-2.0.tar.bz2) = 7c6979e71828254b1303eadc60257961 |