svn commit: r398910 - in head/devel: . rubygem-algebrick

Michael Moll mmoll at FreeBSD.org
Fri Oct 9 13:10:54 UTC 2015


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


More information about the svn-ports-all mailing list