Bug 104559 - [NEW PORT] textproc/p5-Parse-CSV: Highly flexible CVS parser for large files
Summary: [NEW PORT] textproc/p5-Parse-CSV: Highly flexible CVS parser for large files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 04:20 UTC by tjs
Modified: 2006-11-01 01:31 UTC (History)
0 users

See Also:


Attachments
p5-Parse-CSV-1.00.shar (2.71 KB, text/plain)
2006-10-19 04:20 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2006-10-19 04:20:22 UTC
Surely the CPAN doesn't need yet another CSV parsing module.

Text::CSV_XS is the standard parser for CSV files. It is fast
as hell, but unfortunately it can be a bit verbose to use.

A number of other modules have attempted to put usability
wrappers around this venerable module, but they have all
focussed on parsing the entire file into memory at once.

This method is fine unless your CSV files start to get large.
Once that happens, the only existing option is to fall back
on the relatively slow and heavyweight XML::SAXDriver::CSV
module.

Parse::CSV fills this functionality gap. It provides a flexible
and light-weight streaming parser for large, extremely large,
or arbitrarily large CSV files.

WWW:	http://search.cpan.org/dist/Parse-CSV/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-19 06:18:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-01 01:24:29 UTC
clsung      2006-11-01 01:24:23 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Parse-CSV Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Parse-CSV 1.00, highly flexible CVS parser for large files.
  
  PR:             ports/104559
  Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
  
  Revision  Changes    Path
  1.1071    +1 -0      ports/textproc/Makefile
  1.1       +25 -0     ports/textproc/p5-Parse-CSV/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Parse-CSV/distinfo (new)
  1.1       +19 -0     ports/textproc/p5-Parse-CSV/pkg-descr (new)
  1.1       +6 -0      ports/textproc/p5-Parse-CSV/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-01 01:31:50 UTC
State Changed
From-To: open->closed

New port added. Thank You.