1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Greg Larkin 2012-02-15 18:27:31 +00:00
parent 7548d0d35c
commit 856f889285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291471
4 changed files with 30 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gpgr-0.0.4.gem) = 11f5e9c94c8e5eaedefdd3325c8c426d05994f2768d72aa5de329b74ed477195
SIZE (rubygem/gpgr-0.0.4.gem) = 22528

View 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