summaryrefslogtreecommitdiff
path: root/devel/libdsp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 12:09:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-09 12:09:32 +0000
commit1dc254500daa7eb5d0608a35896da55894c8b711 (patch)
tree661e3740ee50ac6278c64587abd456478eafa432 /devel/libdsp
parentupgrade to 0.6 (diff)
upgrade to 4.1.1
drop maintainership
Notes
Notes: svn path=/head/; revision=47569
Diffstat (limited to 'devel/libdsp')
-rw-r--r--devel/libdsp/Makefile10
-rw-r--r--devel/libdsp/distinfo2
-rw-r--r--devel/libdsp/files/patch-Makefile13
-rw-r--r--devel/libdsp/files/patch-Makefile.FreeBSD19
-rw-r--r--devel/libdsp/pkg-plist2
5 files changed, 28 insertions, 18 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index dd1901225ac6..db618cf82cf3 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -7,23 +7,25 @@
#
PORTNAME= libdsp
-PORTVERSION= 4.0.0
+PORTVERSION= 4.1.1
CATEGORIES= devel audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= libdsp-src-${PORTVERSION}
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
# dont use "USE_LIBTOOL=yes" because there's no configure script
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
-INLINE_VER= 1.2.2
+MAKEFILE= Makefile.FreeBSD
+INLINE_VER= 1.2.3
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}
+ @${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g ; \
+ s|install -m 644|${INSTALL_DATA}|g" ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>
diff --git a/devel/libdsp/distinfo b/devel/libdsp/distinfo
index 58e8751967da..c247910f410a 100644
--- a/devel/libdsp/distinfo
+++ b/devel/libdsp/distinfo
@@ -1 +1 @@
-MD5 (libdsp-src-4.0.0.tar.gz) = 73845c912233675823a2a699cddf99ef
+MD5 (libdsp-src-4.1.1.tar.gz) = 8c4dbba87b622319e652a8f42bbe4787
diff --git a/devel/libdsp/files/patch-Makefile b/devel/libdsp/files/patch-Makefile
deleted file mode 100644
index 5f217e3c964f..000000000000
--- a/devel/libdsp/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Mon Jul 9 09:56:51 2001
-+++ Makefile Mon Jul 9 09:57:37 2001
-@@ -20,4 +20,4 @@
--CXX = g++
--CXXFLAGS = -mcpu=k6 -march=k6 -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror
--DEFS = -D_REENTRANT -D_THREAD_SAFE -D_ISOC9X_SOURCE -DX86 -DUSE_MEMMOVE
--INCS = -I.
-+CXX ?= g++
-+CXXFLAGS += -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror
-+DEFS = -D_REENTRANT -D_THREAD_SAFE -DBSDSYS -DX86 -DUSE_MEMMOVE
-+INCS = -I. -I../Inlines-%%INLINE_VER%%
-@@ -26 +25,0 @@
--PREFIX = /usr/local
diff --git a/devel/libdsp/files/patch-Makefile.FreeBSD b/devel/libdsp/files/patch-Makefile.FreeBSD
new file mode 100644
index 000000000000..b65f5c1c9721
--- /dev/null
+++ b/devel/libdsp/files/patch-Makefile.FreeBSD
@@ -0,0 +1,19 @@
+--- Makefile.FreeBSD.orig Sun Sep 9 19:52:53 2001
++++ Makefile.FreeBSD Sun Sep 9 19:54:01 2001
+@@ -17,14 +17,12 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
+
+-CXX = g++
+-CXXFLAGS = -mcpu=pentium -march=pentium -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
++CXXFLAGS += -O6 -fomit-frame-pointer -ffast-math -funroll-loops -malign-loops=5 -malign-jumps=5 -malign-functions=5 -mpreferred-stack-boundary=5 -mfancy-math-387 -Wall -Werror #-g
+ DEFS = -D_REENTRANT -D_THREAD_SAFE -DBSDSYS -DX86 -DUSE_MEMMOVE
+-INCS = -I. -I/usr/local/include
++INCS = -I. -I../Inlines-%%INLINE_VER%%
+ LDFLAGS = #-g
+ LIBS = -lm #-ldrfftw -ldfftw
+ LIBTOOL = libtool
+-PREFIX = /usr/local
+
+ VERSION = 1:1:0
+
diff --git a/devel/libdsp/pkg-plist b/devel/libdsp/pkg-plist
index 81d56a250da8..5133da375325 100644
--- a/devel/libdsp/pkg-plist
+++ b/devel/libdsp/pkg-plist
@@ -1,5 +1,6 @@
include/dsp/DSPConfig.hh
include/dsp/DSPOp.hh
+include/dsp/DSPVector.hh
include/dsp/Decimator.hh
include/dsp/FFTDecimator.hh
include/dsp/Filter.hh
@@ -8,6 +9,7 @@ include/dsp/FIRDecimator.hh
include/dsp/Hankel.hh
include/dsp/ReBuffer.hh
include/dsp/ReBuffer2.hh
+include/dsp/ReBuffer3.hh
include/dsp/RecDecimator.hh
include/dsp/Transform4.hh
include/dsp/Transform8.hh