Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2007 20:30:49 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113862: [NEW PORT] math/aribas: Interpreter for big integer/multi-precision floating point arithmetic
Message-ID:  <200706191830.l5JIUnPE007326@maggie.bsd-geek.de>
Resent-Message-ID: <200706191840.l5JIe392084861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113862
>Category:       ports
>Synopsis:       [NEW PORT] math/aribas: Interpreter for big integer/multi-precision floating point arithmetic
>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:   Tue Jun 19 18:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD maggie.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Mon Jun 18 20:55:46 CEST 2007
>Description:
ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number
theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
continued fraction and quadratic sieve factorization, Pollard rho
factorization, etc.

WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html	

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- aribas-1.53.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:
#
#	aribas
#	aribas/pkg-descr
#	aribas/Makefile
#	aribas/distinfo
#
echo c - aribas
mkdir -p aribas > /dev/null 2>&1
echo x - aribas/pkg-descr
sed 's/^X//' >aribas/pkg-descr << 'END-of-aribas/pkg-descr'
XARIBAS is an interactive interpreter for big integer arithmetic and
Xmulti-precision floating point arithmetic with a Pascal/Modula like
Xsyntax. It has several builtin functions for algorithmic number
Xtheory like gcd, Jacobi symbol, Rabin probabilistic prime test,
Xcontinued fraction and quadratic sieve factorization, Pollard rho
Xfactorization, etc.
X
XWWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html	
END-of-aribas/pkg-descr
echo x - aribas/Makefile
sed 's/^X//' >aribas/Makefile << 'END-of-aribas/Makefile'
X# New ports collection makefile for:	aribas
X# Date created:		2007-06-19
X# Whom:			Lars Engels <lars.engels@0x20.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	aribas
XPORTVERSION=	1.53
XCATEGORIES=	math
XMASTER_SITES=	ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/ \
X		http://bsd-geek.de/FreeBSD/distfiles/
X
XMAINTAINER=	lars.engels@0x20.net
XCOMMENT=	Interpreter for big integer/multi-precision floating point arithmetic
X
XWRKSRC=		${WRKDIR}/${PKGNAME}/src
X
XPLIST_FILES=	bin/aribas %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/factor.ari \
X		%%EXAMPLESDIR%%/pi.ari %%EXAMPLESDIR%%/queens.ari
XPLIST_DIRS=	%%EXAMPLESDIR%%
X
XPORTDOCS=	README aribas.doc aribas.man aribas.tut
XEXAMPLES=	README factor.ari pi.ari queens.ari
XMAN=		aribas.1
X
Xpost-patch:
X	@${REINPLACE_CMD} -e '/^CC/d;' \
X	       -e '/^CFLAGS/s/-O//' ${WRKSRC}/Makefile
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/aribas ${PREFIX}/bin
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKDIR}/${PKGNAME}/examples/* ${EXAMPLESDIR}
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKDIR}/${PKGNAME}/doc/${i} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-aribas/Makefile
echo x - aribas/distinfo
sed 's/^X//' >aribas/distinfo << 'END-of-aribas/distinfo'
XMD5 (aribas-1.53.tar.gz) = 80efac1c3233e9c5dbe6190e444026fd
XSHA256 (aribas-1.53.tar.gz) = f267a1b58d4f9d68a635931963066b8b789eb719cd69b1ed04cb2860bd2a3d62
XSIZE (aribas-1.53.tar.gz) = 283085
END-of-aribas/distinfo
exit
--- aribas-1.53.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706191830.l5JIUnPE007326>