diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-15 18:27:31 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-15 18:27:31 +0000 |
commit | 856f8892850ebf78995273a0e7bb3754a84ad3c1 (patch) | |
tree | 327b5833a34fee5dcb25c8424334652b91229320 /security/rubygem-gpgr | |
parent | 7548d0d35c7b581c8d48223e43d16182291219a1 (diff) | |
download | ports-856f8892850ebf78995273a0e7bb3754a84ad3c1.tar.gz ports-856f8892850ebf78995273a0e7bb3754a84ad3c1.zip |
Notes
Diffstat (limited to 'security/rubygem-gpgr')
-rw-r--r-- | security/rubygem-gpgr/Makefile | 20 | ||||
-rw-r--r-- | security/rubygem-gpgr/distinfo | 2 | ||||
-rw-r--r-- | security/rubygem-gpgr/pkg-descr | 7 |
3 files changed, 29 insertions, 0 deletions
diff --git a/security/rubygem-gpgr/Makefile b/security/rubygem-gpgr/Makefile new file mode 100644 index 000000000000..cf15d6534586 --- /dev/null +++ b/security/rubygem-gpgr/Makefile @@ -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> diff --git a/security/rubygem-gpgr/distinfo b/security/rubygem-gpgr/distinfo new file mode 100644 index 000000000000..c71d62e3f2cb --- /dev/null +++ b/security/rubygem-gpgr/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gpgr-0.0.4.gem) = 11f5e9c94c8e5eaedefdd3325c8c426d05994f2768d72aa5de329b74ed477195 +SIZE (rubygem/gpgr-0.0.4.gem) = 22528 diff --git a/security/rubygem-gpgr/pkg-descr b/security/rubygem-gpgr/pkg-descr new file mode 100644 index 000000000000..3c07ea40d36c --- /dev/null +++ b/security/rubygem-gpgr/pkg-descr @@ -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 |