View | Details | Raw Unified | Return to bug 225984
Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 1049-1054 Link Here
1049
    SUBDIR += ruby-camellia
1049
    SUBDIR += ruby-camellia
1050
    SUBDIR += rubygem-airbrussh
1050
    SUBDIR += rubygem-airbrussh
1051
    SUBDIR += rubygem-attr_encrypted
1051
    SUBDIR += rubygem-attr_encrypted
1052
    SUBDIR += rubygem-attr_encrypted30
1052
    SUBDIR += rubygem-bcrypt
1053
    SUBDIR += rubygem-bcrypt
1053
    SUBDIR += rubygem-bcrypt-ruby
1054
    SUBDIR += rubygem-bcrypt-ruby
1054
    SUBDIR += rubygem-bcrypt_pbkdf
1055
    SUBDIR += rubygem-bcrypt_pbkdf
(-)b/security/rubygem-attr_encrypted30/Makefile (+23 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	attr_encrypted
4
PORTVERSION=	3.0.3
5
CATEGORIES=	security rubygems
6
MASTER_SITES=	RG
7
PKGNAMESUFFIX=	30
8
9
MAINTAINER=	idefix@fechner.net
10
COMMENT=	Generates attr_accessors that encrypt and decrypt attributes
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
14
15
RUN_DEPENDS=	rubygem-encryptor>=3.0.0:security/rubygem-encryptor
16
17
PORTSCOUT=	limit:^3\.0\.
18
19
NO_ARCH=	yes
20
USES=		gem
21
USE_RUBY=	yes
22
23
.include <bsd.port.mk>
(-)b/security/rubygem-attr_encrypted30/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1518866890
2
SHA256 (rubygem/attr_encrypted-3.0.3.gem) = 6d84c64852c4bbc0926b92fe7a93295671a9e69cb2939b96fb1e4b5e8a5b33b6
3
SIZE (rubygem/attr_encrypted-3.0.3.gem) = 34816
(-)b/security/rubygem-attr_encrypted30/pkg-descr (+4 lines)
Added Link Here
1
Ruby library which generates attr_accessors that encrypt
2
and decrypt attributes transparently
3
4
WWW: https://github.com/attr-encrypted/attr_encrypted

Return to bug 225984