Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
b5dfe823
Commit
b5dfe823
authored
Jul 20, 2016
by
olgeni
Browse files
Add devel/elixir-nimble_csv, a simple and fast CSV parsing and
dumping library for Elixir.
parent
2afcd3b6
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
b5dfe823
...
...
@@ -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
...
...
devel/elixir-nimble_csv/Makefile
0 → 100644
View file @
b5dfe823
# $FreeBSD$
PORTNAME
=
nimble_csv
PORTVERSION
=
0.1.0
DISTVERSIONPREFIX
=
v
CATEGORIES
=
devel
PKGNAMEPREFIX
=
elixir-
MAINTAINER
=
olgeni@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>
devel/elixir-nimble_csv/distinfo
0 → 100644
View file @
b5dfe823
TIMESTAMP = 1469007729
SHA256 (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = cf3fb18786dac4ca5c805b307dfdfc5557eb04ec14269d8fd7242f0d26c742ac
SIZE (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = 5257
devel/elixir-nimble_csv/pkg-descr
0 → 100644
View file @
b5dfe823
A simple and fast CSV parsing and dumping library for Elixir.
WWW: https://github.com/plataformatec/nimble_csv
devel/elixir-nimble_csv/pkg-plist
0 → 100644
View file @
b5dfe823
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment