Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 21:50:52 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398670 - in head/devel: . rubygem-ast
Message-ID:  <201510052150.t95Loq76017826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510052150.t95Loq76017826>