diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-11 08:01:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-11 08:01:40 +0000 |
commit | dd0cb2be93446be34d4059c343470e14cc65e753 (patch) | |
tree | 2f79bcdc4339b5e73a05536126aa9c4c8d24d950 | |
parent | e13427e9b7aca0d03c54180236900be56fab401f (diff) | |
download | pkgsrc-dd0cb2be93446be34d4059c343470e14cc65e753.tar.gz |
Add ZenTest.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index ce85a531ed4..7bfe37e8dfa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.867 2007/06/11 03:43:06 minskim Exp $ +# $NetBSD: Makefile,v 1.868 2007/06/11 08:01:40 minskim Exp $ # COMMENT= Development utilities @@ -21,6 +21,7 @@ SUBDIR+= SDL-intro-ko SUBDIR+= SDL_gfx SUBDIR+= SDL_ttf SUBDIR+= SDLmm +SUBDIR+= ZenTest SUBDIR+= aap SUBDIR+= acme SUBDIR+= acr diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 03c950abf73..a319f7846cb 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1350 2007/06/11 06:42:11 taca Exp $ +$NetBSD: CHANGES-2007,v 1.1351 2007/06/11 08:01:40 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2560,3 +2560,4 @@ Changes to the packages collection and infrastructure in 2007: Added textproc/ruby-simple-rss version 1.1 [minskim 2007-06-11] Added textproc/ruby-feed-normalizer version 1.3.0 [minskim 2007-06-11] Added www/erubis version 2.3.1 [minskim 2007-06-11] + Added devel/ZenTest version 3.6.0 [minskim 2007-06-11] |