diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-21 02:07:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-21 02:07:04 +0000 |
commit | 0dc1978490b5026e59fc83b7802e97a76747a6af (patch) | |
tree | 146a6b1b5165cb265b8bd0d17a6ca3c868eacda1 | |
parent | 8517ac00e5918bcaff42837167b0736576fd8aca (diff) | |
download | pkgsrc-0dc1978490b5026e59fc83b7802e97a76747a6af.tar.gz |
Add and enable py-gdick.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d1a880f2daf..60deac22e80 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4932 2004/02/21 01:49:36 gson Exp $ +$NetBSD: CHANGES,v 1.4933 2004/02/21 02:07:04 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -947,3 +947,4 @@ Changes to the packages collection and infrastructure in 2004: Updated xmess to 0.79.1 [kristerw 2004-02-21] Added py-matplotlib-0.32 [minskim 2004-02-21] Updated p5-XML-Twig to 3.13 [gson 2004-02-21] + Added py-gdick-0.9.1 [minskim 2004-02-21] diff --git a/textproc/Makefile b/textproc/Makefile index 97a7c768af0..dc7c809995d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.231 2004/02/19 11:01:17 wiz Exp $ +# $NetBSD: Makefile,v 1.232 2004/02/21 02:07:04 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -188,6 +188,7 @@ SUBDIR+= py-csv SUBDIR+= py-docutils SUBDIR+= py-dtml SUBDIR+= py-expat +SUBDIR+= py-gdick SUBDIR+= py-libxml2 SUBDIR+= py-libxslt SUBDIR+= py-xml |