diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 93655b54318..269021cb0dc 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1346 2007/06/11 03:43:05 minskim Exp $ +$NetBSD: CHANGES-2007,v 1.1347 2007/06/11 04:05:36 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2557,3 +2557,4 @@ Changes to the packages collection and infrastructure in 2007: Added p5-Template-Stash-EscapeHTML version 0.01 [abs 2007-06-10] Added devel/rubyforge version 0.4.2 [minskim 2007-06-11] Added devel/hoe version 1.2.1 [minskim 2007-06-11] + Added textproc/ruby-simple-rss version 1.1 [minskim 2007-06-11] diff --git a/textproc/Makefile b/textproc/Makefile index ee7809dadb9..a8a492fc591 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.368 2007/06/01 19:33:01 kristerw Exp $ +# $NetBSD: Makefile,v 1.369 2007/06/11 04:05:36 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -318,6 +318,7 @@ SUBDIR+= ruby-pure-hyperestraier SUBDIR+= ruby-rdtool SUBDIR+= ruby-redcloth SUBDIR+= ruby-rttool +SUBDIR+= ruby-simple-rss SUBDIR+= ruby-syntax SUBDIR+= ruby-xmlparser SUBDIR+= ruby-xmlscan |