forked from Lainports/freebsd-ports
gpgr is a very light interface to the command-line GPG (GNU Privacy
Guard) tool which is soley concerned with making it as easy as possible to encrypt files with one (or more) public keys. It does not provide any major key management tools and does not support decryption. WWW: https://github.com/HHRy/gpgr
This commit is contained in:
parent
7548d0d35c
commit
856f889285
4 changed files with 30 additions and 0 deletions
|
|
@ -785,6 +785,7 @@
|
|||
SUBDIR += ruby-tcpwrap
|
||||
SUBDIR += rubygem-bcrypt-ruby
|
||||
SUBDIR += rubygem-ezcrypto
|
||||
SUBDIR += rubygem-gpgr
|
||||
SUBDIR += rubygem-net-scp
|
||||
SUBDIR += rubygem-net-sftp
|
||||
SUBDIR += rubygem-net-ssh
|
||||
|
|
|
|||
20
security/rubygem-gpgr/Makefile
Normal file
20
security/rubygem-gpgr/Makefile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Ports collection makefile for: gpgr
|
||||
# Date created: 15 February 2011
|
||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gpgr
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Very light interface to the command-line GPG tool
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/rubygem-gpgr/distinfo
Normal file
2
security/rubygem-gpgr/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/gpgr-0.0.4.gem) = 11f5e9c94c8e5eaedefdd3325c8c426d05994f2768d72aa5de329b74ed477195
|
||||
SIZE (rubygem/gpgr-0.0.4.gem) = 22528
|
||||
7
security/rubygem-gpgr/pkg-descr
Normal file
7
security/rubygem-gpgr/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
gpgr is a very light interface to the command-line GPG (GNU Privacy
|
||||
Guard) tool which is soley concerned with making it as easy as
|
||||
possible to encrypt files with one (or more) public keys. It does
|
||||
not provide any major key management tools and does not support
|
||||
decryption.
|
||||
|
||||
WWW: https://github.com/HHRy/gpgr
|
||||
Loading…
Add table
Reference in a new issue