aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-08-10 04:17:48 +0800
committerswills <swills@FreeBSD.org>2015-08-10 04:17:48 +0800
commitbf01d230c946c34084e332e2e595864698b73fb4 (patch)
treeccd44aae8c3d6632c548a753395688d52802f54b
parenta54db98c315367ba9bd5cd492598d7014322224a (diff)
downloadfreebsd-ports-gnome-bf01d230c946c34084e332e2e595864698b73fb4.tar.gz
freebsd-ports-gnome-bf01d230c946c34084e332e2e595864698b73fb4.tar.zst
freebsd-ports-gnome-bf01d230c946c34084e332e2e595864698b73fb4.zip
security/rubygem-encryptor: create port
A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings WWW: https://github.com/attr-encrypted/encryptor PR: 201808 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-encryptor/Makefile18
-rw-r--r--security/rubygem-encryptor/distinfo2
-rw-r--r--security/rubygem-encryptor/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index ebd0b9807d81..e85336c5a60d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -915,6 +915,7 @@
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-doorkeeper
+ SUBDIR += rubygem-encryptor
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-gssapi
diff --git a/security/rubygem-encryptor/Makefile b/security/rubygem-encryptor/Makefile
new file mode 100644
index 000000000000..7ce7aa9a202e
--- /dev/null
+++ b/security/rubygem-encryptor/Makefile
@@ -0,0 +1,18 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= encryptor
+PORTVERSION= 1.3.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Wrapper for the standard ruby OpenSSL library
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-encryptor/distinfo b/security/rubygem-encryptor/distinfo
new file mode 100644
index 000000000000..505f3fbb8278
--- /dev/null
+++ b/security/rubygem-encryptor/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/encryptor-1.3.0.gem) = 3e6ce2ce8efdaeb0713f03ed278b4653f67c3bf6a14bc9618507060454c39813
+SIZE (rubygem/encryptor-1.3.0.gem) = 8704
diff --git a/security/rubygem-encryptor/pkg-descr b/security/rubygem-encryptor/pkg-descr
new file mode 100644
index 000000000000..f516c6cbb56e
--- /dev/null
+++ b/security/rubygem-encryptor/pkg-descr
@@ -0,0 +1,4 @@
+A simple wrapper for the standard ruby OpenSSL library to encrypt
+and decrypt strings
+
+WWW: https://github.com/attr-encrypted/encryptor