From owner-svn-ports-head@freebsd.org Thu Jul 20 09:13:29 2017 Return-Path: Delivered-To: svn-ports-head@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 7D990DAD360; Thu, 20 Jul 2017 09:13:29 +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 4D4383DBE; Thu, 20 Jul 2017 09:13:29 +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 v6K9DSIY037621; Thu, 20 Jul 2017 09:13:28 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6K9DSoT037617; Thu, 20 Jul 2017 09:13:28 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201707200913.v6K9DSoT037617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 20 Jul 2017 09:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446249 - in head/devel: . rubygem-re2 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-re2 X-SVN-Commit-Revision: 446249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 09:13:29 -0000 Author: tz Date: Thu Jul 20 09:13:28 2017 New Revision: 446249 URL: https://svnweb.freebsd.org/changeset/ports/446249 Log: New port: devel/rubygem-re2 Ruby bindings to re2, "an efficient, principled regular expression library". WWW: https://github.com/mudge/re2 Added: head/devel/rubygem-re2/ head/devel/rubygem-re2/Makefile (contents, props changed) head/devel/rubygem-re2/distinfo (contents, props changed) head/devel/rubygem-re2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 20 09:01:00 2017 (r446248) +++ head/devel/Makefile Thu Jul 20 09:13:28 2017 (r446249) @@ -5569,6 +5569,7 @@ SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rdoc + SUBDIR += rubygem-re2 SUBDIR += rubygem-react-rails SUBDIR += rubygem-react-rails-rails5 SUBDIR += rubygem-readwritesettings Added: head/devel/rubygem-re2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-re2/Makefile Thu Jul 20 09:13:28 2017 (r446249) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= re2 +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Ruby bindings to re2 + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= re2>=0:devel/re2 +RUN_DEPENDS= re2>=0:devel/re2 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-re2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-re2/distinfo Thu Jul 20 09:13:28 2017 (r446249) @@ -0,0 +1,3 @@ +TIMESTAMP = 1500536827 +SHA256 (rubygem/re2-1.0.0.gem) = 4348d704b5f5bf9cf21f5e438380ec50f27ef79de1ecec4d669b05b453dd5756 +SIZE (rubygem/re2-1.0.0.gem) = 22016 Added: head/devel/rubygem-re2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-re2/pkg-descr Thu Jul 20 09:13:28 2017 (r446249) @@ -0,0 +1,3 @@ +Ruby bindings to re2, "an efficient, principled regular expression library". + +WWW: https://github.com/mudge/re2