From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 27 00:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8A001E6 for ; Thu, 27 Mar 2014 00:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5E9717D for ; Thu, 27 Mar 2014 00:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0U0bO029724 for ; Thu, 27 Mar 2014 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0U0hT029722; Thu, 27 Mar 2014 00:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 27 Mar 2014 00:30:00 GMT Resent-Message-Id: <201403270030.s2R0U0hT029722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Moll Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A6B7A87 for ; Thu, 27 Mar 2014 00:22:25 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F95F112 for ; Thu, 27 Mar 2014 00:22:25 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0MOe1078327 for ; Thu, 27 Mar 2014 00:22:24 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2R0MOdP078322; Thu, 27 Mar 2014 00:22:24 GMT (envelope-from nobody) Message-Id: <201403270022.s2R0MOdP078322@cgiserv.freebsd.org> Date: Thu, 27 Mar 2014 00:22:24 GMT From: Michael Moll To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188002: [NEW PORT] devel/rubygem-axiom-types X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:30:00 -0000 >Number: 188002 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-axiom-types >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 00:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Michael Moll >Release: >Organization: >Environment: >Description: depends on ports/187988 and ports/187994 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-axiom-types # rubygem-axiom-types/pkg-descr # rubygem-axiom-types/distinfo # rubygem-axiom-types/Makefile # echo c - rubygem-axiom-types mkdir -p rubygem-axiom-types > /dev/null 2>&1 echo x - rubygem-axiom-types/pkg-descr sed 's/^X//' >rubygem-axiom-types/pkg-descr << '266050a4c083c361219cc94e1d416d6e' XAxiom-types provides a Ruby library that allows one to define types with Xoptional constraints. It can be used for logic programming. X XWWW: https://github.com/dkubb/axiom-types 266050a4c083c361219cc94e1d416d6e echo x - rubygem-axiom-types/distinfo sed 's/^X//' >rubygem-axiom-types/distinfo << '7db6a1bca6548f45d764941f305e6e24' XSHA256 (rubygem/axiom-types-0.1.0.gem) = 9ff88884d498742c2f520e7238f83fe7a6830cfa9b945b9d764fc108696c2f4a XSIZE (rubygem/axiom-types-0.1.0.gem) = 23552 7db6a1bca6548f45d764941f305e6e24 echo x - rubygem-axiom-types/Makefile sed 's/^X//' >rubygem-axiom-types/Makefile << 'ca8c13377bf7b65bbaae7edb373731d5' X# Created by: Michael Moll X# $FreeBSD$ X XPORTNAME= axiom-types XPORTVERSION= 0.1.0 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Abstract types for logic programming in Ruby X XLICENSE= MIT X XRUN_DEPENDS= rubygem-descendants_tracker>=0.0.3:${PORTSDIR}/devel/rubygem-descendants_tracker \ X rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \ X rubygem-thread_safe>=0.1.3:${PORTSDIR}/devel/rubygem-thread_safe X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include ca8c13377bf7b65bbaae7edb373731d5 exit >Release-Note: >Audit-Trail: >Unformatted: