Bug 104559

Summary: [NEW PORT] textproc/p5-Parse-CSV: Highly flexible CVS parser for large files
Product: Ports & Packages Reporter: tjs <tjs>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Parse-CSV-1.00.shar none

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.