From owner-svn-ports-all@freebsd.org Wed Feb 28 15:37:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E896EF2F0C7; Wed, 28 Feb 2018 15:37:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97DD57DCB3; Wed, 28 Feb 2018 15:37:11 +0000 (UTC) (envelope-from antoine@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 7440E1B5D6; Wed, 28 Feb 2018 15:37:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SFbB2w082275; Wed, 28 Feb 2018 15:37:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFbAvg082271; Wed, 28 Feb 2018 15:37:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281537.w1SFbAvg082271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463233 - in head/devel: . rubygem-ruby-macho X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . rubygem-ruby-macho X-SVN-Commit-Revision: 463233 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.25 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: Wed, 28 Feb 2018 15:37:12 -0000 Author: antoine Date: Wed Feb 28 15:37:10 2018 New Revision: 463233 URL: https://svnweb.freebsd.org/changeset/ports/463233 Log: New port: devel/rubygem-ruby-macho A pure-Ruby library for parsing Mach-O files. WWW: https://github.com/Homebrew/ruby-macho Added: head/devel/rubygem-ruby-macho/ head/devel/rubygem-ruby-macho/Makefile (contents, props changed) head/devel/rubygem-ruby-macho/distinfo (contents, props changed) head/devel/rubygem-ruby-macho/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 15:31:45 2018 (r463232) +++ head/devel/Makefile Wed Feb 28 15:37:10 2018 (r463233) @@ -5729,6 +5729,7 @@ SUBDIR += rubygem-ruby-filemagic SUBDIR += rubygem-ruby-fogbugz SUBDIR += rubygem-ruby-libvirt + SUBDIR += rubygem-ruby-macho SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-prof016 Added: head/devel/rubygem-ruby-macho/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/Makefile Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= ruby-macho +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library for parsing Mach-O files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-ruby-macho/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/distinfo Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519829709 +SHA256 (rubygem/ruby-macho-1.1.0.gem) = 06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5 +SIZE (rubygem/ruby-macho-1.1.0.gem) = 29696 Added: head/devel/rubygem-ruby-macho/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/pkg-descr Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,3 @@ +A pure-Ruby library for parsing Mach-O files. + +WWW: https://github.com/Homebrew/ruby-macho