diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 13:42:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 13:42:26 +0000 |
commit | ca07fc0796572a033f134c45db356023c9da35c8 (patch) | |
tree | 22f4207459f7c179ab9d58ef444d7a6f69184d71 | |
parent | 633e9a8ad82f6d65fc0bed3fda0b2a3d34df4139 (diff) | |
download | pkgsrc-ca07fc0796572a033f134c45db356023c9da35c8.tar.gz |
Add and enable p5-Tree-DAG_Node.
-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 b9f5c2eeaa5..50eeff5ca10 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.595 2005/01/03 14:32:27 wiz Exp $ +# $NetBSD: Makefile,v 1.596 2005/01/08 13:42:26 minskim Exp $ # COMMENT= Development utilities @@ -429,6 +429,7 @@ SUBDIR+= p5-Test-Pod SUBDIR+= p5-Test-Simple SUBDIR+= p5-Test-Unit SUBDIR+= p5-Tie-IxHash +SUBDIR+= p5-Tree-DAG_Node SUBDIR+= p5-Tree-Simple SUBDIR+= p5-UNIVERSAL-moniker SUBDIR+= p5-Want diff --git a/doc/CHANGES b/doc/CHANGES index e0f20c31ef1..20f076fa721 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8658 2005/01/08 13:20:42 minskim Exp $ +$NetBSD: CHANGES,v 1.8659 2005/01/08 13:42:26 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -179,3 +179,4 @@ Changes to the packages collection and infrastructure in 2005: Updated yatsvrs to 5.00.6nb4 [taca 2005-01-08] Added p5-Text-Shellwords-1.02 [minskim 2005-01-08] Added p5-WWW-Curl-2.0 [minskim 2005-01-08] + Added p5-Tree-DAG_Node-1.05 [minskim 2005-01-08] |