svn commit: r398670 - in head/devel: . rubygem-ast

Michael Moll mmoll at FreeBSD.org
Mon Oct 5 21:50:53 UTC 2015


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 at 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


More information about the svn-ports-all mailing list