Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 15:07:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366219 - in head/security: . rubygem-bcrypt
Message-ID:  <201408261507.s7QF7iD8038054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	bcrypt
+PORTVERSION=	3.1.7
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261507.s7QF7iD8038054>