Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

16
textproc/csvkit/DESCR Normal file
View File

@@ -0,0 +1,16 @@
csvkit is a suite of utilities for converting to and working with CSV,
the king of tabular file formats.
csvkit is to tabular data what the standard Unix text processing suite
(grep, sed, cut, sort) is to text. As such, csvkit adheres to the Unix
philosophy.
Small is beautiful.
Make each program do one thing well.
Build a prototype as soon as possible.
Choose portability over efficiency.
Store data in flat text files.
Use software leverage to your advantage.
Use shell scripts to increase leverage and portability.
Avoid captive user interfaces.
Make every program a filter.