summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-28 00:03:11 +0000
committerminskim <minskim>2004-12-28 00:03:11 +0000
commit34293896d2edc9bd8c09c26cf386268095ba51bb (patch)
treedc376cc761b532ba217802b4c848cd780a150f75
parent4d9c928fcc80417685cbe6f9beb0014ecdb703ab (diff)
downloadpkgsrc-34293896d2edc9bd8c09c26cf386268095ba51bb.tar.gz
Add and enable py-urwid.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
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]