new pkg for libffm:

libffm  - Free, pretty fast replacement for some math (libm) routines
                on Linux/AXP, optimized for the 21164
This commit is contained in:
garbled 2000-02-12 15:58:52 +00:00
parent 2782ab0195
commit 72c172fe3c
5 changed files with 27 additions and 0 deletions

18
math/libffm/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2000/02/12 15:58:52 garbled Exp $
DISTNAME= libffm.0.28
PKGNAME= libffm-0.28
CATEGORIES= math
MASTER_SITES= ftp://ftp.unix-ag.org/user/nils/
MAINTAINER= root@garbled.net
USE_GMAKE= yes
ONLY_FOR_PLATFORM= NetBSD-*-alpha
do-install:
${INSTALL_DATA} ${WRKSRC}/libffm.a ${PREFIX}/lib/libffm.a
${INSTALL_DATA} ${WRKSRC}/libffm.h ${PREFIX}/include/libffm.h
.include "../../mk/bsd.pkg.mk"

3
math/libffm/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2000/02/12 15:58:52 garbled Exp $
MD5 (libffm.0.28.tar.gz) = 1e9d5bf68627ec4cb4692650c8a1c818

1
math/libffm/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
fast alpha-optimized replacement for some libm routines

2
math/libffm/pkg/DESCR Normal file
View file

@ -0,0 +1,2 @@
libffm - Free, pretty fast replacement for some math (libm) routines
on Linux/AXP, optimized for the 21164

3
math/libffm/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/12 15:58:52 garbled Exp $
lib/libffm.a
include/libffm.h