From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 9 12:20:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9CC6106566C for ; Sun, 9 Oct 2011 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCA798FC15 for ; Sun, 9 Oct 2011 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p99CK2PD065313 for ; Sun, 9 Oct 2011 12:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p99CK2H4065301; Sun, 9 Oct 2011 12:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 9 Oct 2011 12:20:02 GMT Resent-Message-Id: <201110091220.p99CK2H4065301@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, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8007106564A for ; Sun, 9 Oct 2011 12:19:02 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A2E048FC12 for ; Sun, 9 Oct 2011 12:19:02 +0000 (UTC) Received: by iaby12 with SMTP id y12so1475186iab.13 for ; Sun, 09 Oct 2011 05:19:02 -0700 (PDT) Received: by 10.231.61.211 with SMTP id u19mr6442100ibh.93.1318162741538; Sun, 09 Oct 2011 05:19:01 -0700 (PDT) Received: from compaq.yuetime (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105]) by mx.google.com with ESMTPS id el2sm37572219ibb.10.2011.10.09.05.18.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Oct 2011 05:19:01 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Sun, 09 Oct 2011 07:18:55 -0500 Message-Id: <4e919135.c2c5e70a.19da.3d8f@mx.google.com> Date: Sun, 09 Oct 2011 07:18:55 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/161422: New port: math/pure-rational - Rational number library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2011 12:20:03 -0000 >Number: 161422 >Category: ports >Synopsis: New port: math/pure-rational - Rational number library >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 09 12:20:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #9 r225739: Sat Sep 24 04:14:17 CDT 2011 lichray@compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: Pure programming language's rational number library port. http://docs.pure-lang.googlecode.com/hg/pure-rational.html >How-To-Repeat: >Fix: --- pure-rational.shar begins here --- # 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: # # pure-rational # pure-rational/Makefile # pure-rational/distinfo # pure-rational/pkg-descr # echo c - pure-rational mkdir -p pure-rational > /dev/null 2>&1 echo x - pure-rational/Makefile sed 's/^X//' >pure-rational/Makefile << '97e3a783f8c5e8fd67f58a4c5356de86' X# New ports collection makefile for: pure-rational X# Date created: 2011-10-09 X# Whom: Zhihao Yuan X# X# $FreeBSD$ X# X XPORTNAME= pure-rational XPORTVERSION= 0.1 XCATEGORIES= math XMASTER_SITES= http://pure-lang.googlecode.com/files/ X XMAINTAINER= lichray@gmail.com XCOMMENT= Rational number library for the Pure language X XLIB_DEPENDS+= pure:${PORTSDIR}/lang/pure X XLICENSE_FILE= ${WRKSRC}/COPYING X XPLIST_FILES= lib/pure/rational.pure \ X lib/pure/rat_interval.pure X XUSE_GMAKE= yes X XMAKE_ARGS+= prefix=${PREFIX} X X.include 97e3a783f8c5e8fd67f58a4c5356de86 echo x - pure-rational/distinfo sed 's/^X//' >pure-rational/distinfo << '41205ae836c759a2affe03bfbec419ff' XSHA256 (pure-rational-0.1.tar.gz) = c6b52330d45cb2b79c4bbfa748d9eccb796abd3b354d3d3d663d325f4eceeb1b XSIZE (pure-rational-0.1.tar.gz) = 44687 41205ae836c759a2affe03bfbec419ff echo x - pure-rational/pkg-descr sed 's/^X//' >pure-rational/pkg-descr << 'f55b8f1a8f781420b15d1b0179ad3128' Xpure-rational provides additional operations on the rational number type Xprovided by the math.pure module in the standard library. X XWWW: http://docs.pure-lang.googlecode.com/hg/pure-rational.html f55b8f1a8f781420b15d1b0179ad3128 exit --- pure-rational.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: