From owner-cvs-ports@FreeBSD.ORG Tue Sep 6 03:13:38 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD7C0106566C; Tue, 6 Sep 2011 03:13:38 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD7368FC14; Tue, 6 Sep 2011 03:13:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p863DcJb079046; Tue, 6 Sep 2011 03:13:38 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p863DcCD079045; Tue, 6 Sep 2011 03:13:38 GMT (envelope-from ashish) Message-Id: <201109060313.p863DcCD079045@repoman.freebsd.org> From: Ashish SHUKLA Date: Tue, 6 Sep 2011 03:13:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/textproc Makefile ports/textproc/hs-csv Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 03:13:38 -0000 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 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)