svn commit: r418830 - in head/devel: . elixir-nimble_csv

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 20 11:09:11 UTC 2016


Author: olgeni
Date: Wed Jul 20 11:09:09 2016
New Revision: 418830
URL: https://svnweb.freebsd.org/changeset/ports/418830

Log:
  Add devel/elixir-nimble_csv, a simple and fast CSV parsing and
  dumping library for Elixir.

Added:
  head/devel/elixir-nimble_csv/
  head/devel/elixir-nimble_csv/Makefile   (contents, props changed)
  head/devel/elixir-nimble_csv/distinfo   (contents, props changed)
  head/devel/elixir-nimble_csv/pkg-descr   (contents, props changed)
  head/devel/elixir-nimble_csv/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul 20 09:33:31 2016	(r418829)
+++ head/devel/Makefile	Wed Jul 20 11:09:09 2016	(r418830)
@@ -454,6 +454,7 @@
     SUBDIR += elixir-lager_logger
     SUBDIR += elixir-msgpax
     SUBDIR += elixir-nadia
+    SUBDIR += elixir-nimble_csv
     SUBDIR += elixir-paratize
     SUBDIR += elixir-plug
     SUBDIR += elixir-poison

Added: head/devel/elixir-nimble_csv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-nimble_csv/Makefile	Wed Jul 20 11:09:09 2016	(r418830)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	nimble_csv
+PORTVERSION=	0.1.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	devel
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	CSV parsing and dumping library for Elixir
+
+LICENSE=	APACHE20
+
+USES=		elixir
+USE_GITHUB=	yes
+GH_ACCOUNT=	plataformatec
+
+MIX_REWRITE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/elixir-nimble_csv/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-nimble_csv/distinfo	Wed Jul 20 11:09:09 2016	(r418830)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469007729
+SHA256 (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = cf3fb18786dac4ca5c805b307dfdfc5557eb04ec14269d8fd7242f0d26c742ac
+SIZE (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = 5257

Added: head/devel/elixir-nimble_csv/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-nimble_csv/pkg-descr	Wed Jul 20 11:09:09 2016	(r418830)
@@ -0,0 +1,3 @@
+A simple and fast CSV parsing and dumping library for Elixir.
+
+WWW: https://github.com/plataformatec/nimble_csv

Added: head/devel/elixir-nimble_csv/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/elixir-nimble_csv/pkg-plist	Wed Jul 20 11:09:09 2016	(r418830)
@@ -0,0 +1,6 @@
+lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.ParseError.beam
+lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.RFC4180.beam
+lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.beam
+lib/elixir/lib/nimble_csv/ebin/nimble_csv.app
+lib/elixir/lib/nimble_csv/lib/nimble_csv.ex
+%%PORTDOCS%%%%DOCSDIR%%/README.md


More information about the svn-ports-head mailing list