diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-03 19:38:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-03 19:38:22 +0000 |
commit | 7c68a76293a3b0268c693b946d07a2bc3bf28fb3 (patch) | |
tree | c8c063d2955ea4f9367cb96f79b09741a47416cf | |
parent | 46039c74e8d31c4790d7927b5b4dae1b4941917a (diff) | |
download | pkgsrc-7c68a76293a3b0268c693b946d07a2bc3bf28fb3.tar.gz |
added this weather thing
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index caf0d36de10..a95f40a781f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.673 2002/12/03 11:17:54 drochner Exp $ +$NetBSD: CHANGES,v 1.674 2002/12/03 19:40:18 drochner Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3800,3 +3800,4 @@ Changes to the packages collection and infrastructure in 2002: Updated squirrelmail to 1.2.10 [martti 2002-12-03] Updated mozilla-linux to 1.2.1 [grant 2002-12-03] Updated xcdroast to 0.98alpha11 [drochner 2002-12-03] + Added zope25-ZWeatherApplet-1.50 [drochner 2002-12-03] diff --git a/www/Makefile b/www/Makefile index cb16df3618a..0f564ddcf6f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.229 2002/11/29 17:42:17 drochner Exp $ +# $NetBSD: Makefile,v 1.230 2002/12/03 19:38:22 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -215,6 +215,7 @@ SUBDIR+= zope25-ZNavigator SUBDIR+= zope25-ZPhotoSlides SUBDIR+= zope25-ZPsycopgDA SUBDIR+= zope25-ZWeather +SUBDIR+= zope25-ZWeatherApplet SUBDIR+= zope25-ZWiki SUBDIR+= zope25-Zippy SUBDIR+= zope25-colorz |