summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-11-08 09:48:36 +0000
committervs <vs@FreeBSD.org>2004-11-08 09:48:36 +0000
commit1d8a0e73cbcf656d67660ad0aba9835319d87f3d (patch)
treea945258e29cfb94698b7da38d5f3c9ce3241757f /math
parenteee57486ec21584640df1f195d4cc15a10711911 (diff)
downloadFreeBSD-ports-1d8a0e73cbcf656d67660ad0aba9835319d87f3d.zip
FreeBSD-ports-1d8a0e73cbcf656d67660ad0aba9835319d87f3d.tar.gz
Rename port: math/fftpack is actually math/bihar
PR: ports/73403 Submitted by: Pedro F. Giffuni
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/bihar/Makefile10
-rw-r--r--math/bihar/pkg-plist2
-rw-r--r--math/fftpack/Makefile47
-rw-r--r--math/fftpack/distinfo1
-rw-r--r--math/fftpack/files/makefile.lib42
-rw-r--r--math/fftpack/pkg-descr21
-rw-r--r--math/fftpack/pkg-plist5
8 files changed, 7 insertions, 123 deletions
diff --git a/math/Makefile b/math/Makefile
index 6f46eef..51e5c47 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -17,6 +17,7 @@
SUBDIR += atlas-devel
SUBDIR += bamg
SUBDIR += biggles
+ SUBDIR += bihar
SUBDIR += blacs
SUBDIR += blas
SUBDIR += blitz++
@@ -42,7 +43,6 @@
SUBDIR += eval
SUBDIR += fbm
SUBDIR += femlab
- SUBDIR += fftpack
SUBDIR += fftw
SUBDIR += fftw3
SUBDIR += fftw3-float
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 63940f4..71e6027 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
#
-PORTNAME= fftpack
+PORTNAME= bihar
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
-DISTNAME= bihar
+DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
@@ -25,6 +25,8 @@ EXTRACT_AFTER_ARGS= # empty
INSTALLS_SHLIB= yes
+PORTDOCS= fft.doc.gz
+
.include <bsd.port.pre.mk>
post-extract:
@@ -36,9 +38,9 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} $(PREFIX)/share/doc/fftpack
+ ${MKDIR} ${DOCSDIR}
-${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
- ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
+ ${CP} $(WRKSRC)/fft.doc.gz ${DOCSDIR}
.endif
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so
diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist
index 3a767bb..3d78e48 100644
--- a/math/bihar/pkg-plist
+++ b/math/bihar/pkg-plist
@@ -1,5 +1,3 @@
lib/libbihar.a
lib/libbihar.so
lib/libbihar.so.1
-%%PORTDOCS%%share/doc/fftpack/fft.doc.gz
-%%PORTDOCS%%@dirrm share/doc/fftpack
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
deleted file mode 100644
index 63940f4..0000000
--- a/math/fftpack/Makefile
+++ /dev/null
@@ -1,47 +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= ports@FreeBSD.org
-COMMENT= Biharmonic equation in rectangular geometry and polar coordinates
-
-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/fftpack/distinfo b/math/fftpack/distinfo
deleted file mode 100644
index 316a434..0000000
--- a/math/fftpack/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bihar.tar) = IGNORE
diff --git a/math/fftpack/files/makefile.lib b/math/fftpack/files/makefile.lib
deleted file mode 100644
index 9bbaae3..0000000
--- a/math/fftpack/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/fftpack/pkg-descr b/math/fftpack/pkg-descr
deleted file mode 100644
index 22083da..0000000
--- a/math/fftpack/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/fftpack/pkg-plist b/math/fftpack/pkg-plist
deleted file mode 100644
index 3a767bb..0000000
--- a/math/fftpack/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libbihar.a
-lib/libbihar.so
-lib/libbihar.so.1
-%%PORTDOCS%%share/doc/fftpack/fft.doc.gz
-%%PORTDOCS%%@dirrm share/doc/fftpack
OpenPOWER on IntegriCloud