diff options
-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 2e45a239d81..0207bc152c3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9693 2005/03/30 15:24:41 adam Exp $ +$NetBSD: CHANGES,v 1.9694 2005/03/30 15:43:21 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1830,3 +1830,4 @@ Changes to the packages collection and infrastructure in 2005: Updated mklivecd to 0.11 [xtraeme 2005-03-30] Added openttd-0.3.6 [wiz 2005-03-30] Updated glpk to 4.8nb1 [adam 2005-03-30] + Added ruby-xmlscan-0.2.3 [minskim 2005-03-30] diff --git a/textproc/Makefile b/textproc/Makefile index 768ca3e68a8..be946fb29c8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.283 2005/03/26 16:20:35 minskim Exp $ +# $NetBSD: Makefile,v 1.284 2005/03/30 15:43:21 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -250,6 +250,7 @@ SUBDIR+= ruby-redcloth SUBDIR+= ruby-rexml SUBDIR+= ruby-rttool SUBDIR+= ruby-xmlparser +SUBDIR+= ruby-xmlscan SUBDIR+= sablotron SUBDIR+= saxon SUBDIR+= scew |