From owner-svn-ports-all@freebsd.org Thu Jul 30 09:47:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C64E37E569; Thu, 30 Jul 2020 09:47:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHQYM2ncvz42xR; Thu, 30 Jul 2020 09:47:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AA3BF0EC; Thu, 30 Jul 2020 09:47:03 +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 06U9l3eq071677; Thu, 30 Jul 2020 09:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06U9l2Wq071673; Thu, 30 Jul 2020 09:47:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007300947.06U9l2Wq071673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Jul 2020 09:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543728 - in head/devel: . rubygem-ffi-libarchive X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-ffi-libarchive X-SVN-Commit-Revision: 543728 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.33 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: Thu, 30 Jul 2020 09:47:03 -0000 Author: sunpoet Date: Thu Jul 30 09:47:02 2020 New Revision: 543728 URL: https://svnweb.freebsd.org/changeset/ports/543728 Log: Add rubygem-ffi-libarchive 1.0.3 This library provides Ruby FFI bindings to the well-known libarchive library. WWW: https://github.com/chef/ffi-libarchive Added: head/devel/rubygem-ffi-libarchive/ head/devel/rubygem-ffi-libarchive/Makefile (contents, props changed) head/devel/rubygem-ffi-libarchive/distinfo (contents, props changed) head/devel/rubygem-ffi-libarchive/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 30 09:46:53 2020 (r543727) +++ head/devel/Makefile Thu Jul 30 09:47:02 2020 (r543728) @@ -6023,6 +6023,7 @@ SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-compiler + SUBDIR += rubygem-ffi-libarchive SUBDIR += rubygem-ffi-win32-extensions SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-ffi110 Added: head/devel/rubygem-ffi-libarchive/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ffi-libarchive/Makefile Thu Jul 30 09:47:02 2020 (r543728) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ffi-libarchive +PORTVERSION= 1.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby FFI binding to libarchive + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-ffi-libarchive/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ffi-libarchive/distinfo Thu Jul 30 09:47:02 2020 (r543728) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595865767 +SHA256 (rubygem/ffi-libarchive-1.0.3.gem) = 281d0814ae59bfc7e6af92e7f79984e82106bbf85b363477119c56a1fe650794 +SIZE (rubygem/ffi-libarchive-1.0.3.gem) = 15360 Added: head/devel/rubygem-ffi-libarchive/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ffi-libarchive/pkg-descr Thu Jul 30 09:47:02 2020 (r543728) @@ -0,0 +1,3 @@ +This library provides Ruby FFI bindings to the well-known libarchive library. + +WWW: https://github.com/chef/ffi-libarchive