svn commit: r398672 - head/devel/rubygem-astrolabe

Michael Moll mmoll at FreeBSD.org
Mon Oct 5 21:58:46 UTC 2015


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


More information about the svn-ports-all mailing list