Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 21:58:45 +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: r398672 - head/devel/rubygem-astrolabe
Message-ID:  <201510052158.t95Lwjpa021073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Mon Oct  5 21:58:44 2015
New Revision: 398672
URL: https://svnweb.freebsd.org/changeset/ports/398672

Log:
  new port: devel/rubygem-astrolabe
  
  Astrolabe is an AST node library that provides an object-oriented
  way to handle AST by extending Parser's node class.
  
  WWW: https://github.com/yujinakayama/astrolabe

Added:
  head/devel/rubygem-astrolabe/
  head/devel/rubygem-astrolabe/Makefile   (contents, props changed)
  head/devel/rubygem-astrolabe/distinfo   (contents, props changed)
  head/devel/rubygem-astrolabe/pkg-descr   (contents, props changed)

Added: head/devel/rubygem-astrolabe/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-astrolabe/Makefile	Mon Oct  5 21:58:44 2015	(r398672)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	astrolabe
+PORTVERSION=	1.3.1
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Object-oriented AST extension for rubygem-parser
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-parser>=2.2:${PORTSDIR}/devel/rubygem-parser
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-astrolabe/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-astrolabe/distinfo	Mon Oct  5 21:58:44 2015	(r398672)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/astrolabe-1.3.1.gem) = 879e2edf7b04b4f03cf7bff9cf1e1cee20772569c81399e1de4914a7baac6b79
+SIZE (rubygem/astrolabe-1.3.1.gem) = 16384

Added: head/devel/rubygem-astrolabe/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-astrolabe/pkg-descr	Mon Oct  5 21:58:44 2015	(r398672)
@@ -0,0 +1,4 @@
+Astrolabe is an AST node library that provides an object-oriented
+way to handle AST by extending Parser's node class.
+
+WWW: https://github.com/yujinakayama/astrolabe



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