diff options
author | sno <sno@pkgsrc.org> | 2009-06-01 18:50:24 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-01 18:50:24 +0000 |
commit | 1b60b849b3051262e19eef038061868bcb9472f6 (patch) | |
tree | 4107e2b7ac2aac12fc9e7c87fde3f45a5e6d44a7 | |
parent | 68b1be05aa42cea3ba95c5a0a6f0f1bde8b7e997 (diff) | |
download | pkgsrc-1b60b849b3051262e19eef038061868bcb9472f6.tar.gz |
Added textproc/p5-Text-CSV version 1.12
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 6496f5e599f..7d304835a70 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2136 2009/06/01 18:31:22 sno Exp $ +$NetBSD: CHANGES-2009,v 1.2137 2009/06/01 18:50:24 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2860,3 +2860,4 @@ Changes to the packages collection and infrastructure in 2009: Removed sysutils/patchadd [tonnerre 2009-06-01] Updated devel/p5-Params-Util to 1.00 [sno 2009-06-01] Updated www/p5-URI to 1.38 [sno 2009-06-01] + Added textproc/p5-Text-CSV version 1.12 [sno 2009-06-01] diff --git a/textproc/Makefile b/textproc/Makefile index 526c4b366e4..d25bcfc261d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.481 2009/05/30 01:40:13 obache Exp $ +# $NetBSD: Makefile,v 1.482 2009/06/01 18:50:24 sno Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -246,6 +246,7 @@ SUBDIR+= p5-Text-Aspell SUBDIR+= p5-Text-Autoformat SUBDIR+= p5-Text-Balanced SUBDIR+= p5-Text-BibTeX +SUBDIR+= p5-Text-CSV SUBDIR+= p5-Text-CSV-Hash SUBDIR+= p5-Text-CSV_XS SUBDIR+= p5-Text-ChaSen |