diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 12:56:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 12:56:09 +0000 |
commit | 3eef1490aa314839b7c0f17e2ecae8f68e59a5ee (patch) | |
tree | 506733bb0cf09cc399eeb6babfa3e99e4513f564 | |
parent | 497a1274031e1381155b9b76d76ba1b87c16647f (diff) | |
download | pkgsrc-3eef1490aa314839b7c0f17e2ecae8f68e59a5ee.tar.gz |
Add and enable p5-Text-Shellwords.
-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 e48fa9f1c9d..6a393639428 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8656 2005/01/08 09:41:18 taca Exp $ +$NetBSD: CHANGES,v 1.8657 2005/01/08 12:56:09 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -177,3 +177,4 @@ Changes to the packages collection and infrastructure in 2005: Updated ce-doc to 4.5 [schmonz 2005-01-08] Updated ce-x11 to 4.5 [schmonz 2005-01-08] Updated yatsvrs to 5.00.6nb4 [taca 2005-01-08] + Added p5-Text-Shellwords-1.02 [minskim 2005-01-08] diff --git a/textproc/Makefile b/textproc/Makefile index 61933c22b2c..91f2ab84381 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2004/12/26 15:58:11 wiz Exp $ +# $NetBSD: Makefile,v 1.274 2005/01/08 12:56:09 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -155,6 +155,7 @@ SUBDIR+= p5-Text-Format SUBDIR+= p5-Text-Kakasi SUBDIR+= p5-Text-Quoted SUBDIR+= p5-Text-Reform +SUBDIR+= p5-Text-Shellwords SUBDIR+= p5-Text-Substitute SUBDIR+= p5-Text-Tabs+Wrap SUBDIR+= p5-Text-Template |