ports/85044: [NEW PORT]: math/tomsfastmath
Wesley Shields
wxs at csh.rit.edu
Wed Aug 17 12:40:20 UTC 2005
>Number: 85044
>Category: ports
>Synopsis: [NEW PORT]: math/tomsfastmath
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 17 12:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Wesley Shields
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD syn 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Mon Aug 1 15:34:15 EST 2005 root at syn:/usr/obj/usr/src/sys/GENERIC i386
>Description:
A portable fixed precision math library designed for very fast
exponentiations.
>How-To-Repeat:
N/A
>Fix:
The shar is also available at:
http://www.atarininja.org/~wxs/patches/tomsfastmath.shar
# 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:
#
# tomsfastmath
# tomsfastmath/distinfo
# tomsfastmath/pkg-descr
# tomsfastmath/Makefile
# tomsfastmath/files
# tomsfastmath/files/patch-makefile
# tomsfastmath/pkg-plist
#
echo c - tomsfastmath
mkdir -p tomsfastmath > /dev/null 2>&1
echo x - tomsfastmath/distinfo
sed 's/^X//' >tomsfastmath/distinfo << 'END-of-tomsfastmath/distinfo'
XMD5 (tfm-0.05.tar.bz2) = 10d7b516c58738298293368c706a7c83
XSIZE (tfm-0.05.tar.bz2) = 219018
END-of-tomsfastmath/distinfo
echo x - tomsfastmath/pkg-descr
sed 's/^X//' >tomsfastmath/pkg-descr << 'END-of-tomsfastmath/pkg-descr'
XTomsFastMath is a portable fixed precision math library designed for
Xvery fast exponentiations.
X
XWWW: http://www.libtomcrypt.org/tfm
END-of-tomsfastmath/pkg-descr
echo x - tomsfastmath/Makefile
sed 's/^X//' >tomsfastmath/Makefile << 'END-of-tomsfastmath/Makefile'
X# Ports collection makefile for: tomsfastmath
X# Date created: 05 Aug 2005
X# Whom: Wesley Shields <wxs at csh.rit.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME= tomsfastmath
XPORTVERSION= 0.05
XCATEGORIES= math
XMASTER_SITES= http://libtomcrypt.org/tfm/files/
XDISTNAME= tfm-${PORTVERSION}
X
XMAINTAINER= wxs at csh.rit.edu
XCOMMENT= Portable fixed precision math library for fast exponentiations
X
XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
XMAKEFILE= makefile
XUSE_BZIP2= yes
XUSE_GMAKE= yes
XALL_TARGET= default
X
X.include <bsd.port.mk>
END-of-tomsfastmath/Makefile
echo c - tomsfastmath/files
mkdir -p tomsfastmath/files > /dev/null 2>&1
echo x - tomsfastmath/files/patch-makefile
sed 's/^X//' >tomsfastmath/files/patch-makefile << 'END-of-tomsfastmath/files/patch-makefile'
X--- makefile.orig Fri Aug 5 10:44:08 2005
X+++ makefile Fri Aug 5 10:45:03 2005
X@@ -49,11 +49,11 @@
X HEADERS=tfm.h
X
X ifndef LIBPATH
X- LIBPATH=/usr/lib
X+ LIBPATH=${PREFIX}/lib
X endif
X
X ifndef INCPATH
X- INCPATH=/usr/include
X+ INCPATH=${PREFIX}/include
X endif
X
X ifndef INSTALL_GROUP
END-of-tomsfastmath/files/patch-makefile
echo x - tomsfastmath/pkg-plist
sed 's/^X//' >tomsfastmath/pkg-plist << 'END-of-tomsfastmath/pkg-plist'
Xinclude/tfm.h
Xlib/libtfm.a
END-of-tomsfastmath/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list