ports/71325: [NEW PORT] math/ldouble: Long double math precision functions
Michael Johnson
ahze at ahze.net
Fri Sep 3 05:10:24 UTC 2004
>Number: 71325
>Category: ports
>Synopsis: [NEW PORT] math/ldouble: Long double math precision functions
>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: Fri Sep 03 05:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael Johnson
>Release: FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004
>Description:
Library of elementary mathematical functions, probability and elliptic
integrals in 80-bit long double precision.
WWW: http://www.moshier.net/ldoubdoc.html
The main use of this port is for use of fftw3-long-double support, since freebsd
does not yet have long double math functions.
I am also unsure of the license on this, I was unable to fine one?
>How-To-Repeat:
>Fix:
--- ldouble-0.1.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:
#
# ldouble
# ldouble/pkg-descr
# ldouble/Makefile
# ldouble/distinfo
#
echo c - ldouble
mkdir -p ldouble > /dev/null 2>&1
echo x - ldouble/pkg-descr
sed 's/^X//' >ldouble/pkg-descr << 'END-of-ldouble/pkg-descr'
XLibrary of elementary mathematical functions, probability and elliptic
Xintegrals in 80-bit long double precision.
X
XWWW: http://www.moshier.net/ldoubdoc.html
END-of-ldouble/pkg-descr
echo x - ldouble/Makefile
sed 's/^X//' >ldouble/Makefile << 'END-of-ldouble/Makefile'
X# New ports collection makefile for: ldouble
X# Date created: 2004-09-02
X# Whom: Michael Johnson <ahze at ahze.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= ldouble
XPORTVERSION= 0.1
XCATEGORIES= math
XMASTER_SITES= http://www.moshier.net/
XDISTNAME= ldouble
X
XMAINTAINER= ports at FreeBSD.org
XCOMMENT= Long double math precision functions
X
XUSE_ZIP= yes
XNO_WRKSUBDIR= yes
XMAKEFILE= makefile
XUSE_REINPLACE= yes
X
XPLIST_FILES= lib/libml.a
XPORTDOCS= ldoubdoc.html
X
Xpost-patch:
X @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O -Wall|${CFLAGS}|' \
X ${WRKSRC}/${MAKEFILE}
X
Xdo-install:
X.if !defined(NOPORTDOCS)
X @${MKDIR} ${DOCSDIR}
X @${INSTALL_DATA} ${WRKSRC}/ldoubdoc.html ${DOCSDIR}
X.endif
X @${INSTALL_DATA} ${WRKSRC}/libml.a ${PREFIX}/lib
X
X.include <bsd.port.mk>
END-of-ldouble/Makefile
echo x - ldouble/distinfo
sed 's/^X//' >ldouble/distinfo << 'END-of-ldouble/distinfo'
XMD5 (ldouble.zip) = e7c83fa95acb0e5426aa644170267524
XSIZE (ldouble.zip) = 226266
END-of-ldouble/distinfo
exit
--- ldouble-0.1.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list