svn commit: r366219 - in head/security: . rubygem-bcrypt
Steve Wills
swills at FreeBSD.org
Tue Aug 26 15:07:46 UTC 2014
Author: swills
Date: Tue Aug 26 15:07:44 2014
New Revision: 366219
URL: http://svnweb.freebsd.org/changeset/ports/366219
QAT: https://qat.redports.org/buildarchive/r366219/
Log:
security/rubygem-bcrypt: add rubygem-bcrypt port
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD
project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper
for safely handling passwords.
WWW: https://github.com/codahale/bcrypt-ruby
Added:
head/security/rubygem-bcrypt/
head/security/rubygem-bcrypt/Makefile (contents, props changed)
head/security/rubygem-bcrypt/distinfo (contents, props changed)
head/security/rubygem-bcrypt/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Tue Aug 26 14:42:38 2014 (r366218)
+++ head/security/Makefile Tue Aug 26 15:07:44 2014 (r366219)
@@ -866,6 +866,7 @@
SUBDIR += ruby-hmac
SUBDIR += ruby-password
SUBDIR += ruby-tcpwrap
+ SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-gpgr
Added: head/security/rubygem-bcrypt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-bcrypt/Makefile Tue Aug 26 15:07:44 2014 (r366219)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bcrypt
+PORTVERSION= 3.1.7
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= OpenBSD bcrypt password hashing algorithm
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/security/rubygem-bcrypt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-bcrypt/distinfo Tue Aug 26 15:07:44 2014 (r366219)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/bcrypt-3.1.7.gem) = 1c30953152c7151eac21aa59eed7ea933a7bc5d5838edea1d30d79b005955702
+SIZE (rubygem/bcrypt-3.1.7.gem) = 43520
Added: head/security/rubygem-bcrypt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-bcrypt/pkg-descr Tue Aug 26 15:07:44 2014 (r366219)
@@ -0,0 +1,5 @@
+bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD
+project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper
+for safely handling passwords.
+
+WWW: https://github.com/codahale/bcrypt-ruby
More information about the svn-ports-all
mailing list