From owner-svn-ports-all@freebsd.org Mon Oct 5 21:50:53 2015 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 3D6F69BAF94; Mon, 5 Oct 2015 21:50:53 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 16924152; Mon, 5 Oct 2015 21:50:53 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95LoquY017830; Mon, 5 Oct 2015 21:50:52 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95Loq76017826; Mon, 5 Oct 2015 21:50:52 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201510052150.t95Loq76017826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 5 Oct 2015 21:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398670 - in head/devel: . rubygem-ast X-SVN-Group: ports-head 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.20 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, 05 Oct 2015 21:50:53 -0000 Author: mmoll Date: Mon Oct 5 21:50:51 2015 New Revision: 398670 URL: https://svnweb.freebsd.org/changeset/ports/398670 Log: new port: devel/rubygem-ast AST is a small Ruby library for working with immutable abstract syntax trees. WWW: https://github.com/whitequark/ast Added: head/devel/rubygem-ast/ head/devel/rubygem-ast/Makefile (contents, props changed) head/devel/rubygem-ast/distinfo (contents, props changed) head/devel/rubygem-ast/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 5 21:44:03 2015 (r398669) +++ head/devel/Makefile Mon Oct 5 21:50:51 2015 (r398670) @@ -4599,6 +4599,7 @@ SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-aspectr + SUBDIR += rubygem-ast SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic Added: head/devel/rubygem-ast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ast/Makefile Mon Oct 5 21:50:51 2015 (r398670) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= ast +PORTVERSION= 2.1.0 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for working with Abstract Syntax Trees + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.MIT + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-ast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ast/distinfo Mon Oct 5 21:50:51 2015 (r398670) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ast-2.1.0.gem) = f3066fd52ad2aa5731d5321ea609190deade4f2be251a3891d1cecdc1df74b80 +SIZE (rubygem/ast-2.1.0.gem) = 14848 Added: head/devel/rubygem-ast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ast/pkg-descr Mon Oct 5 21:50:51 2015 (r398670) @@ -0,0 +1,3 @@ +AST is a small Ruby library for working with immutable abstract syntax trees. + +WWW: https://github.com/whitequark/ast