summaryrefslogtreecommitdiff
path: root/math/bihar
diff options
context:
space:
mode:
Diffstat (limited to 'math/bihar')
-rw-r--r--math/bihar/Makefile46
-rw-r--r--math/bihar/distinfo1
-rw-r--r--math/bihar/files/makefile.lib42
-rw-r--r--math/bihar/pkg-comment1
-rw-r--r--math/bihar/pkg-descr21
-rw-r--r--math/bihar/pkg-plist5
6 files changed, 0 insertions, 116 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
deleted file mode 100644
index 7f29725a1acf..000000000000
--- a/math/bihar/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: fftpack
-# Date created: 31 October 1996
-# Whom: Pedro Giffuni S.
-#
-# $FreeBSD$
-#
-
-PORTNAME= fftpack
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
-DISTNAME= bihar
-EXTRACT_SUFX= .tar
-
-MAINTAINER= giffunip@asme.org
-
-LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
-
-# ${DISTFILES} is automatically created from the directory contents
-IGNOREFILES= ${DISTFILES}
-EXTRACT_CMD= ${TAR}
-EXTRACT_BEFORE_ARGS= -xf
-EXTRACT_AFTER_ARGS= # empty
-
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-post-extract:
- ${GUNZIP_CMD} $(WRKSRC)/*.f.gz
-
-pre-build:
- ${RM} $(WRKSRC)/.depend
- ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} $(PREFIX)/share/doc/fftpack
- -${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
- ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
-.endif
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/bihar/distinfo b/math/bihar/distinfo
deleted file mode 100644
index 316a434e4ac4..000000000000
--- a/math/bihar/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bihar.tar) = IGNORE
diff --git a/math/bihar/files/makefile.lib b/math/bihar/files/makefile.lib
deleted file mode 100644
index 9bbaae34ef1c..000000000000
--- a/math/bihar/files/makefile.lib
+++ /dev/null
@@ -1,42 +0,0 @@
-# @(#)Makefile 5.7 (Berkeley) 6/27/91
-
-# FFTPACK sources
-LIBDIR= $(PREFIX)/lib
-NOPROFILE= no
-
-SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
-LIB=bihar
-SRCS = dbihar.f dbipl.f dbiplr.f dbisld.f dbislf.f dbmult.f dbplrm.f \
- dcfftb.f dcfftf.f dcffti.f dcftb1.f dcftf1.f dcfti1.f dcmult.f \
- dconju.f dcosqb.f dcosqf.f dcosqi.f dcost.f dcosti.f dcsqb1.f \
- dcsqf1.f defft1.f defftb.f defftf.f deffti.f dftrnx.f dftrny.f \
- dhzeri.f dhzero.f dlmult.f dlplrm.f dmatge.f dpentf.f dpmult.f \
- dpplrm.f dpreco.f dpssb.f dpssb2.f dpssb3.f dpssb4.f dpssb5.f \
- dpssf.f dpssf2.f dpssf3.f dpssf4.f dpssf5.f dradb2.f dradb3.f \
- dradb4.f dradb5.f dradbg.f dradf2.f dradf3.f dradf4.f dradf5.f \
- dradfg.f drfftb.f drfftf.f drffti.f drftb1.f drftf1.f drfti1.f \
- dsinqb.f dsinqf.f dsinqi.f dsint.f dsinti.f dstart.f dtrigi.f \
- dupdat.f sbihar.f sbipl.f sbiplr.f sbisld.f sbislf.f sbmult.f \
- sbplrm.f scfftb.f scfftf.f scffti.f scftb1.f scftf1.f scfti1.f \
- scmult.f sconju.f scosqb.f scosqf.f scosqi.f scost.f scosti.f \
- scsqb1.f scsqf1.f sefft1.f sefftb.f sefftf.f seffti.f sftrnx.f \
- sftrny.f shzeri.f shzero.f slmult.f slplrm.f smatge.f spentf.f \
- spmult.f spplrm.f spreco.f spssb.f spssb2.f spssb3.f spssb4.f \
- spssb5.f spssf.f spssf2.f spssf3.f spssf4.f spssf5.f sradb2.f \
- sradb3.f sradb4.f sradb5.f sradbg.f sradf2.f sradf3.f sradf4.f \
- sradf5.f sradfg.f srfftb.f srfftf.f srffti.f srftb1.f srftf1.f \
- srfti1.f ssinqb.f ssinqf.f ssinqi.f ssint.f ssinti.f sstart.f \
- strigi.f supdat.f
-
-CLEANFILES+= *.c
-
-test: test.o
- f77 test.o -l$(LIB)
- time a.out
-
-package: install pkg/+DESC pkg/+ONELINE pkg/+PLIST
- pkg_create -c pkg/+ONELINE -d pkg/+DESC -f pkg/+PLIST fftpack_bin
-
-.include <bsd.lib.mk>
-
diff --git a/math/bihar/pkg-comment b/math/bihar/pkg-comment
deleted file mode 100644
index 4e4010cbd3dd..000000000000
--- a/math/bihar/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Biharmonic equation in rectangular geometry and polar coordinates
diff --git a/math/bihar/pkg-descr b/math/bihar/pkg-descr
deleted file mode 100644
index 22083dab395a..000000000000
--- a/math/bihar/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-/netlib/bihar
- FFTPACK (double precision version)
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- The routines in this directory are from netlib/bihar.
- Although, they look like they are derivatives of the following
- package.
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- version 4 april 1985
-
-
- This package consists of programs which perform Fast Fourier
- Transforms for both complex and real periodic sequences and
- certain other symmetric sequences.
-
- Paul Swarztrauber, NCAR.
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist
deleted file mode 100644
index 049c95bec318..000000000000
--- a/math/bihar/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libbihar.a
-lib/libbihar.so
-lib/libbihar.so.1
-share/doc/fftpack/fft.doc.gz
-@dirrm share/doc/fftpack