From owner-svn-ports-all@freebsd.org Mon Aug 21 20:43:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ACC5DD1016; Mon, 21 Aug 2017 20:43:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8C9C791; Mon, 21 Aug 2017 20:43:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7LKhwxs002084; Mon, 21 Aug 2017 20:43:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7LKhvLc002080; Mon, 21 Aug 2017 20:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708212043.v7LKhvLc002080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Aug 2017 20:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448491 - in head/security: . rubygem-gpgme X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . rubygem-gpgme X-SVN-Commit-Revision: 448491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 20:43:59 -0000 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 +# $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 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