diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-07-14 22:31:42 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-07-14 22:31:42 +0800 |
commit | 7cf5cae6703a50b4a6455c8ea47eca7b98b83cdc (patch) | |
tree | 13b6282e82ff4d36f253905c393a68b6ab693eda /security | |
parent | 893beee524728838b1837e5685837362029fb9ad (diff) | |
download | freebsd-ports-gnome-7cf5cae6703a50b4a6455c8ea47eca7b98b83cdc.tar.gz freebsd-ports-gnome-7cf5cae6703a50b4a6455c8ea47eca7b98b83cdc.tar.zst freebsd-ports-gnome-7cf5cae6703a50b4a6455c8ea47eca7b98b83cdc.zip |
Add security/elixir-comeonin, a password hashing library for Elixir.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/elixir-comeonin/Makefile | 19 | ||||
-rw-r--r-- | security/elixir-comeonin/distinfo | 2 | ||||
-rw-r--r-- | security/elixir-comeonin/files/patch-mix.exs | 10 | ||||
-rw-r--r-- | security/elixir-comeonin/pkg-descr | 9 | ||||
-rw-r--r-- | security/elixir-comeonin/pkg-plist | 19 |
6 files changed, 60 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6c4484a6aff5..452c0e674f8d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -111,6 +111,7 @@ SUBDIR += duo SUBDIR += easy-rsa SUBDIR += easypg + SUBDIR += elixir-comeonin SUBDIR += engine_pkcs11 SUBDIR += expiretable SUBDIR += f-prot diff --git a/security/elixir-comeonin/Makefile b/security/elixir-comeonin/Makefile new file mode 100644 index 000000000000..b4eb27563981 --- /dev/null +++ b/security/elixir-comeonin/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= comeonin +PORTVERSION= 1.0.5 +DISTVERSIONPREFIX= v +CATEGORIES= security +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Password hashing library for Elixir + +LICENSE= BSD3CLAUSE BSD4CLAUSE +LICENSE_COMB= multi + +USES= elixir gmake +USE_GITHUB= yes +GH_ACCOUNT= elixircnx + +.include <bsd.port.mk> diff --git a/security/elixir-comeonin/distinfo b/security/elixir-comeonin/distinfo new file mode 100644 index 000000000000..95e837cdeabf --- /dev/null +++ b/security/elixir-comeonin/distinfo @@ -0,0 +1,2 @@ +SHA256 (elixircnx-comeonin-v1.0.5_GH0.tar.gz) = c90d916c54ab89a248475e02f7125013fcb1d8bdaedccb636fd9950d01c9cdea +SIZE (elixircnx-comeonin-v1.0.5_GH0.tar.gz) = 31872 diff --git a/security/elixir-comeonin/files/patch-mix.exs b/security/elixir-comeonin/files/patch-mix.exs new file mode 100644 index 000000000000..0fa5d508b922 --- /dev/null +++ b/security/elixir-comeonin/files/patch-mix.exs @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-14 14:26:45 UTC ++++ mix.exs +@@ -68,7 +68,6 @@ defmodule Comeonin.Mixfile do + package: package, + source_url: "https://github.com/elixircnx/comeonin", + compilers: [:comeonin, :elixir, :app], +- deps: deps + ] + end + diff --git a/security/elixir-comeonin/pkg-descr b/security/elixir-comeonin/pkg-descr new file mode 100644 index 000000000000..33b0481fc88c --- /dev/null +++ b/security/elixir-comeonin/pkg-descr @@ -0,0 +1,9 @@ +Password hashing (bcrypt, pbkdf2_sha512) library for Elixir. + +This library is intended to make it very straightforward for +developers to check users' passwords in as secure a manner as +possible. + +Comeonin now supports bcrypt and pbkdf2_sha512. + +WWW: https://github.com/elixircnx/comeonin diff --git a/security/elixir-comeonin/pkg-plist b/security/elixir-comeonin/pkg-plist new file mode 100644 index 000000000000..efeff59f21a0 --- /dev/null +++ b/security/elixir-comeonin/pkg-plist @@ -0,0 +1,19 @@ +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.BcryptBase64.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Config.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Pbkdf2Base64.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Tools.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.beam +lib/elixir/lib/comeonin/ebin/comeonin.app +lib/elixir/lib/comeonin/lib/comeonin.ex +lib/elixir/lib/comeonin/lib/comeonin/bcrypt.ex +lib/elixir/lib/comeonin/lib/comeonin/bcrypt_base64.ex +lib/elixir/lib/comeonin/lib/comeonin/config.ex +lib/elixir/lib/comeonin/lib/comeonin/password.ex +lib/elixir/lib/comeonin/lib/comeonin/pbkdf2.ex +lib/elixir/lib/comeonin/lib/comeonin/pbkdf2_base64.ex +lib/elixir/lib/comeonin/lib/comeonin/tools.ex +lib/elixir/lib/comeonin/priv/bcrypt_nif.so +%%PORTDOCS%%%%DOCSDIR%%/README.md |