From owner-svn-ports-all@freebsd.org Fri Sep 1 07:38:47 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 2B5C1E11D83; Fri, 1 Sep 2017 07:38:47 +0000 (UTC) (envelope-from tz@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 ED2AC6558C; Fri, 1 Sep 2017 07:38:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v817ckbB077766; Fri, 1 Sep 2017 07:38:46 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v817cjwM077762; Fri, 1 Sep 2017 07:38:45 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709010738.v817cjwM077762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 1 Sep 2017 07:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449057 - in head/devel: . rubygem-mmap2 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-mmap2 X-SVN-Commit-Revision: 449057 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: Fri, 01 Sep 2017 07:38:47 -0000 Author: tz Date: Fri Sep 1 07:38:45 2017 New Revision: 449057 URL: https://svnweb.freebsd.org/changeset/ports/449057 Log: New port: devel/rubygem-mmap2 The Mmap class implement memory-mapped file objects for Ruby 2.x. WWW: https://gitlab.com/lyda/mmap Added: head/devel/rubygem-mmap2/ head/devel/rubygem-mmap2/Makefile (contents, props changed) head/devel/rubygem-mmap2/distinfo (contents, props changed) head/devel/rubygem-mmap2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 1 07:32:36 2017 (r449056) +++ head/devel/Makefile Fri Sep 1 07:38:45 2017 (r449057) @@ -5557,6 +5557,7 @@ SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mize SUBDIR += rubygem-mkrf + SUBDIR += rubygem-mmap2 SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-moneta06 Added: head/devel/rubygem-mmap2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mmap2/Makefile Fri Sep 1 07:38:45 2017 (r449057) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= mmap2 +PORTVERSION= 2.2.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Implement memory-mapped file objects for Ruby 2.x + +LICENSE= RUBY + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-mmap2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mmap2/distinfo Fri Sep 1 07:38:45 2017 (r449057) @@ -0,0 +1,3 @@ +TIMESTAMP = 1504197701 +SHA256 (rubygem/mmap2-2.2.7.gem) = 46879be4e525a6cc64bc35245674103f26d301830515899715c31885e127eee5 +SIZE (rubygem/mmap2-2.2.7.gem) = 23040 Added: head/devel/rubygem-mmap2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mmap2/pkg-descr Fri Sep 1 07:38:45 2017 (r449057) @@ -0,0 +1,3 @@ +The Mmap class implement memory-mapped file objects for Ruby 2.x. + +WWW: https://gitlab.com/lyda/mmap