ports/161422: New port: math/pure-rational - Rational number library

Zhihao Yuan lichray at gmail.com
Sun Oct 9 12:20:03 UTC 2011


>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 at 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 <lichray at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pure-rational
XPORTVERSION=	0.1
XCATEGORIES=	math
XMASTER_SITES=	http://pure-lang.googlecode.com/files/
X
XMAINTAINER=	lichray at 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 <bsd.port.mk>
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:



More information about the freebsd-ports-bugs mailing list