Date: Mon, 21 Aug 2017 20:43:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448491 - in head/security: . rubygem-gpgme Message-ID: <201708212043.v7LKhvLc002080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 21 20:43:57 2017 New Revision: 448491 URL: https://svnweb.freebsd.org/changeset/ports/448491 Log: Add rubygem-gpgme 2.0.13 Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. WWW: https://github.com/ueno/ruby-gpgme Added: head/security/rubygem-gpgme/ head/security/rubygem-gpgme/Makefile (contents, props changed) head/security/rubygem-gpgme/distinfo (contents, props changed) head/security/rubygem-gpgme/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Aug 21 20:43:52 2017 (r448490) +++ head/security/Makefile Mon Aug 21 20:43:57 2017 (r448491) @@ -1043,6 +1043,7 @@ SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-googleauth + SUBDIR += rubygem-gpgme SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-hkdf Added: head/security/rubygem-gpgme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gpgme/Makefile Mon Aug 21 20:43:57 2017 (r448491) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gpgme +PORTVERSION= 2.0.13 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby interface to GnuPG Made Easy (GPGME) + +LICENSE= LGPL21+ + +BUILD_DEPENDS= gpgme-config:security/gpgme +LIB_DEPENDS= libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error +RUN_DEPENDS= gpgme-config:security/gpgme + +CONFIGURE_ARGS= --use-system-libraries +USE_RUBY= yes +USES= gem + +post-patch: + @${REINPLACE_CMD} -e '/mini_portile2/d' ${WRKSRC}/gpgme.gemspec ${WRKSRC}/ext/gpgme/extconf.rb + +.include <bsd.port.mk> Added: head/security/rubygem-gpgme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gpgme/distinfo Mon Aug 21 20:43:57 2017 (r448491) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503245917 +SHA256 (rubygem/gpgme-2.0.13.gem) = eb0d5a3f19a12316ac57cc4fac5b220783d59063550ddbd384518f77477f94b9 +SIZE (rubygem/gpgme-2.0.13.gem) = 2785280 Added: head/security/rubygem-gpgme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gpgme/pkg-descr Mon Aug 21 20:43:57 2017 (r448491) @@ -0,0 +1,6 @@ +Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made +Easy (GPGME) is a library designed to make access to GnuPG easier for +applications. It provides a High-Level Crypto API for encryption, decryption, +signing, signature verification and key management. + +WWW: https://github.com/ueno/ruby-gpgme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708212043.v7LKhvLc002080>