Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 13:10: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: r398910 - in head/devel: . rubygem-algebrick
Message-ID:  <201510091310.t99DAqS5062605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Fri Oct  9 13:10:52 2015
New Revision: 398910
URL: https://svnweb.freebsd.org/changeset/ports/398910

Log:
  new port: devel/rubygem-algebrick
  
  Typed structs on steroids based on algebraic types and pattern matching
  seamlessly integrating with standard Ruby features.
  
  WWW: https://github.com/pitr-ch/algebrick

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct  9 12:34:12 2015	(r398909)
+++ head/devel/Makefile	Fri Oct  9 13:10:52 2015	(r398910)
@@ -4589,6 +4589,7 @@
     SUBDIR += rubygem-activesupport
     SUBDIR += rubygem-activesupport4
     SUBDIR += rubygem-activesupport41
+    SUBDIR += rubygem-algebrick
     SUBDIR += rubygem-algorithms
     SUBDIR += rubygem-allison
     SUBDIR += rubygem-analogger

Added: head/devel/rubygem-algebrick/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-algebrick/Makefile	Fri Oct  9 13:10:52 2015	(r398910)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	algebrick
+PORTVERSION=	0.7.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mmoll@FreeBSD.org
+COMMENT=	Typed structs based on algebraic type definitions
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-algebrick/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-algebrick/distinfo	Fri Oct  9 13:10:52 2015	(r398910)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/algebrick-0.7.3.gem) = 83d67eff094ed2ca896c44680585d6c8689e73fe3673d6e7fe7e9accabf5c019
+SIZE (rubygem/algebrick-0.7.3.gem) = 26624

Added: head/devel/rubygem-algebrick/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-algebrick/pkg-descr	Fri Oct  9 13:10:52 2015	(r398910)
@@ -0,0 +1,4 @@
+Typed structs on steroids based on algebraic types and pattern matching
+seamlessly integrating with standard Ruby features.
+
+WWW: https://github.com/pitr-ch/algebrick



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