diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 01:19:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 01:19:40 +0000 |
commit | 34c1618f5cfc1de2cf44b604de4810761f94272d (patch) | |
tree | 9e140c8e2c8dd739ff2dd6fb0cc0a5709c58f422 | |
parent | df41bc1368dd16daf044037c1348237932038106 (diff) | |
download | pkgsrc-34c1618f5cfc1de2cf44b604de4810761f94272d.tar.gz |
Add and enable p5-Text-Reform.
-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 a138ecfcfd0..e13f7d70788 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4945 2004/02/22 01:13:01 minskim Exp $ +$NetBSD: CHANGES,v 1.4946 2004/02/22 01:19:40 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -963,3 +963,4 @@ Changes to the packages collection and infrastructure in 2004: Updated ircII to 20040216nb1 [snj 2004-02-21] Added autoswc-1.0 [jmmv 2004-02-21] Added p5-IO-Tee-0.64 [minskim 2004-02-22] + Added p5-Text-Reform-1.11 [minskim 2004-02-22] diff --git a/textproc/Makefile b/textproc/Makefile index dc7c809995d..baf43469309 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2004/02/21 02:07:04 minskim Exp $ +# $NetBSD: Makefile,v 1.233 2004/02/22 01:19:40 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -146,6 +146,7 @@ SUBDIR+= p5-Text-DelimMatch SUBDIR+= p5-Text-Diff SUBDIR+= p5-Text-Format SUBDIR+= p5-Text-Kakasi +SUBDIR+= p5-Text-Reform SUBDIR+= p5-Text-Substitute SUBDIR+= p5-Text-Template SUBDIR+= p5-Text-Wrapper |