Bug 188002 - [NEW PORT] devel/rubygem-axiom-types
Summary: [NEW PORT] devel/rubygem-axiom-types
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 00:30 UTC by Michael Moll
Modified: 2014-03-29 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.79 KB, text/plain)
2014-03-27 00:30 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-27 00:30:00 UTC
depends on ports/187988 and ports/187994

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-27 00:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 15:58:52 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-29 15:59:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!