svn commit: r349550 - in head/devel: . rubygem-axiom-types
Steve Wills
swills at FreeBSD.org
Sat Mar 29 15:58:49 UTC 2014
Author: swills
Date: Sat Mar 29 15:58:48 2014
New Revision: 349550
URL: http://svnweb.freebsd.org/changeset/ports/349550
QAT: https://qat.redports.org/buildarchive/r349550/
Log:
Axiom-types provides a Ruby library that allows one to define types with
optional constraints. It can be used for logic programming.
WWW: https://github.com/dkubb/axiom-types
PR: ports/188002
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Added:
head/devel/rubygem-axiom-types/
head/devel/rubygem-axiom-types/Makefile (contents, props changed)
head/devel/rubygem-axiom-types/distinfo (contents, props changed)
head/devel/rubygem-axiom-types/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Mar 29 15:56:00 2014 (r349549)
+++ head/devel/Makefile Sat Mar 29 15:58:48 2014 (r349550)
@@ -4135,6 +4135,7 @@
SUBDIR += rubygem-attic
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-awesome_print
+ SUBDIR += rubygem-axiom-types
SUBDIR += rubygem-backports
SUBDIR += rubygem-bacon
SUBDIR += rubygem-benelux
Added: head/devel/rubygem-axiom-types/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-axiom-types/Makefile Sat Mar 29 15:58:48 2014 (r349550)
@@ -0,0 +1,22 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= axiom-types
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Abstract types for logic programming in Ruby
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-descendants_tracker>=0.0.3:${PORTSDIR}/devel/rubygem-descendants_tracker \
+ rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \
+ rubygem-thread_safe>=0.1.3:${PORTSDIR}/devel/rubygem-thread_safe
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-axiom-types/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-axiom-types/distinfo Sat Mar 29 15:58:48 2014 (r349550)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/axiom-types-0.1.0.gem) = 9ff88884d498742c2f520e7238f83fe7a6830cfa9b945b9d764fc108696c2f4a
+SIZE (rubygem/axiom-types-0.1.0.gem) = 23552
Added: head/devel/rubygem-axiom-types/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-axiom-types/pkg-descr Sat Mar 29 15:58:48 2014 (r349550)
@@ -0,0 +1,4 @@
+Axiom-types provides a Ruby library that allows one to define types with
+optional constraints. It can be used for logic programming.
+
+WWW: https://github.com/dkubb/axiom-types
More information about the svn-ports-all
mailing list