From 051f1e44602e297f819c03df433468a86c2e3b09 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 8 Nov 2004 09:48:36 +0000 Subject: [PATCH] Rename port: math/fftpack is actually math/bihar PR: ports/73403 Submitted by: Pedro F. Giffuni --- MOVED | 1 + math/Makefile | 2 +- math/bihar/Makefile | 10 ++++--- math/bihar/pkg-plist | 2 -- math/fftpack/Makefile | 47 --------------------------------- math/fftpack/distinfo | 1 - math/fftpack/files/makefile.lib | 42 ----------------------------- math/fftpack/pkg-descr | 21 --------------- math/fftpack/pkg-plist | 5 ---- 9 files changed, 8 insertions(+), 123 deletions(-) delete mode 100644 math/fftpack/Makefile delete mode 100644 math/fftpack/distinfo delete mode 100644 math/fftpack/files/makefile.lib delete mode 100644 math/fftpack/pkg-descr delete mode 100644 math/fftpack/pkg-plist diff --git a/MOVED b/MOVED index a3684f2bcd24..0d94d5c825d6 100644 --- a/MOVED +++ b/MOVED @@ -1301,3 +1301,4 @@ japanese/ndtpd|japanese/ebnetd|2004-10-31|successor project net/dcgui|net/valknut|2004-10-31|renamed japanese/lookup-mule||2004-11-05|no longer supported emulators/linux-mupen64|emulators/mupen64|2004-11-08|replaced with native port +math/fftpack|math/bihar|2004-11-08|more suitable name diff --git a/math/Makefile b/math/Makefile index 6f46eeff7595..51e5c47a2837 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 63940f48c27d..71e6027ccc6f 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 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 3a767bb2bae3..3d78e485e163 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 63940f48c27d..000000000000 --- 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 - -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 diff --git a/math/fftpack/distinfo b/math/fftpack/distinfo deleted file mode 100644 index 316a434e4ac4..000000000000 --- 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 9bbaae34ef1c..000000000000 --- 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 - diff --git a/math/fftpack/pkg-descr b/math/fftpack/pkg-descr deleted file mode 100644 index 22083dab395a..000000000000 --- 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 3a767bb2bae3..000000000000 --- 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