Bug 159689 - New port: textproc/hs-csv a haskell csv library
Summary: New port: textproc/hs-csv a haskell csv library
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: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 16:50 UTC by Kaspars Bankovskis
Modified: 2011-09-06 04:20 UTC (History)
0 users

See Also:


Attachments
file.shar (1.61 KB, text/plain)
2011-08-11 16:50 UTC, Kaspars Bankovskis
no flags Details
ghc.diff (575 bytes, patch)
2011-08-11 17:50 UTC, Kaspars Bankovskis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaspars Bankovskis 2011-08-11 16:50:07 UTC
A CSV library for Haskell

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-11 16:50:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Kaspars Bankovskis 2011-08-11 17:50:32 UTC
hackage list update patch attached as well
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-06 04:13:52 UTC
ashish      2011-09-06 03:13:38 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    textproc             Makefile 
  Added files:
    textproc/hs-csv      Makefile distinfo pkg-descr 
  Log:
  This library parses and dumps documents that are formatted according to
  RFC 4180, "The common Format and MIME Type for Comma-Separated Values
  (CSV) Files". This format is used, among many other things, as a lingua
  franca for spreadsheets, and for certain web services.
  
  WWW: http://hackage.haskell.org/package/csv
  
  PR:             ports/159689
  Submitted by:   Kaspars Bankovskis <kaspars@bankovskis.lv>
  
  Revision  Changes    Path
  1.72      +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.1649    +1 -0      ports/textproc/Makefile
  1.1       +22 -0     ports/textproc/hs-csv/Makefile (new)
  1.1       +2 -0      ports/textproc/hs-csv/distinfo (new)
  1.1       +6 -0      ports/textproc/hs-csv/pkg-descr (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 4 Ashish SHUKLA freebsd_committer freebsd_triage 2011-09-06 04:14:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!