diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-28 00:03:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-28 00:03:11 +0000 |
commit | dd5cb5d3afc4648d0ee01d7c77b8128baebab095 (patch) | |
tree | dc376cc761b532ba217802b4c848cd780a150f75 | |
parent | 4b1aad95d65db0a194f36f87bbe1522c65a450d0 (diff) | |
download | pkgsrc-dd5cb5d3afc4648d0ee01d7c77b8128baebab095.tar.gz |
Add and enable py-urwid.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3a055dc8196..84ee20a8c15 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.588 2004/12/25 05:12:32 jlam Exp $ +# $NetBSD: Makefile,v 1.589 2004/12/28 00:03:12 minskim Exp $ # COMMENT= Development utilities @@ -485,6 +485,7 @@ SUBDIR+= py-readline SUBDIR+= py-subversion SUBDIR+= py-unit SUBDIR+= py-unitgui +SUBDIR+= py-urwid SUBDIR+= py-zconfig SUBDIR+= python-mode SUBDIR+= rapidsvn diff --git a/doc/CHANGES b/doc/CHANGES index a1d2b5cc29f..66ce1106529 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8481 2004/12/27 23:51:49 minskim Exp $ +$NetBSD: CHANGES,v 1.8482 2004/12/28 00:03:11 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6600,3 +6600,4 @@ Changes to the packages collection and infrastructure in 2004: Added py-OpenSSL-0.6 [minskim 2004-12-27] Updated kmysqladmin to 0.7.0 [markd 2004-12-27] Added ap-rivet-0.4.0.1 [minskim 2004-12-27] + Added py-urwid-0.8.4 [minskim 2004-12-27] |