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 4ab6c289275..ba7d635e6c8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13617 2006/04/17 14:51:20 wiz Exp $ +$NetBSD: CHANGES,v 1.13618 2006/04/17 15:17:27 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2147,3 +2147,4 @@ Changes to the packages collection and infrastructure in 2006: Updated databases/mysql5-server to 5.0.20nb1 [tron 2006-04-17] Updated pkgtools/revbump to 1.7 [wiz 2006-04-17] Updated emulators/vba to 1.7.2 [wiz 2006-04-17] + Added textproc/p5-Text-Context-EitherSide version 1.3 [minskim 2006-04-17] diff --git a/textproc/Makefile b/textproc/Makefile index 4f25f4cb716..1a2cfc6af72 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.319 2006/04/15 20:43:52 minskim Exp $ +# $NetBSD: Makefile,v 1.320 2006/04/17 15:17:27 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -167,6 +167,7 @@ SUBDIR+= p5-Text-CSV-Hash SUBDIR+= p5-Text-CSV_XS SUBDIR+= p5-Text-ChaSen SUBDIR+= p5-Text-CharWidth +SUBDIR+= p5-Text-Context-EitherSide SUBDIR+= p5-Text-DelimMatch SUBDIR+= p5-Text-Diff SUBDIR+= p5-Text-Diff-HTML |