diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 02:03:07 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 02:03:07 +0000 |
commit | 06039e52c81f07e40e67485ff41cd810071bb563 (patch) | |
tree | a024dfa1d06712397dd65b401230439623fa7403 /cad/basicdsp | |
parent | 33eaf26bbb386a81f0d71a99782300c0842e5d53 (diff) |
Diffstat (limited to 'cad/basicdsp')
-rw-r--r-- | cad/basicdsp/Makefile | 28 | ||||
-rw-r--r-- | cad/basicdsp/distinfo | 2 | ||||
-rw-r--r-- | cad/basicdsp/files/patch-Makefile | 23 | ||||
-rw-r--r-- | cad/basicdsp/pkg-descr | 5 | ||||
-rw-r--r-- | cad/basicdsp/pkg-plist | 2 |
5 files changed, 0 insertions, 60 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile deleted file mode 100644 index 30bfb4600ba4..000000000000 --- a/cad/basicdsp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= basicdsp -PORTVERSION= 1.01 -PORTREVISION= 10 -CATEGORIES= cad education hamradio -MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \ - LOCAL/db - -MAINTAINER= db@FreeBSD.org -COMMENT= Program for experimenting with simple audio DSP algorithms -WWW= https://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ - -DEPRECATED= Abandoned project and use deprecated wxgtk28 -EXPIRATION_DATE= 2022-12-31 - -LICENSE= GPLv2 - -USES= compiler:c++11-lang dos2unix tar:tgz -USE_WX= 2.8+ -WX_COMPS= wx wx:build wx:run - -post-patch: - @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${STAGEDIR}${MANPREFIX}/man/man1/basicdsp.1 - ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${STAGEDIR}${PREFIX}/bin/basicdsp - -.include <bsd.port.mk> diff --git a/cad/basicdsp/distinfo b/cad/basicdsp/distinfo deleted file mode 100644 index 928764f23c8e..000000000000 --- a/cad/basicdsp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (basicdsp-1.01.tgz) = ce1cabed4ac23961ca9a1cd1e4df0c857aaca41179d9b916a038a1557e2bc0d9 -SIZE (basicdsp-1.01.tgz) = 57122 diff --git a/cad/basicdsp/files/patch-Makefile b/cad/basicdsp/files/patch-Makefile deleted file mode 100644 index 675595505064..000000000000 --- a/cad/basicdsp/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2011-07-01 07:56:12.000000000 -0400 -+++ Makefile 2011-07-01 08:11:05.000000000 -0400 -@@ -1,5 +1,5 @@ --CXXFLAGS = -O9 -g -Wall `wx-config --cxxflags` -g -Wall -pg --LDFLAGS = `wx-config --libs` -lm -g -pg -+CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall -+LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g - - OBJS = aboutdialog.o book.o core.o displayslider.o graphframe.o gui.o linux.o vu_meter.o spectrumplot.o fft4g.o wav_streamer.o - -@@ -7,9 +7,9 @@ - - gui.o: help.h gui.cpp - --help.h: help_variables.html help_functions.html -- ./mkhelp > help.h -+#help.h: help_variables.html help_functions.html -+# ./mkhelp > help.h - - basicdsp: help.h $(OBJS) -- g++ $(LDFLAGS) $(OBJS) -o basicdsp -+ ${CXX} $(LDFLAGS) $(OBJS) -o basicdsp - diff --git a/cad/basicdsp/pkg-descr b/cad/basicdsp/pkg-descr deleted file mode 100644 index a240102939db..000000000000 --- a/cad/basicdsp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -BasicDSP is an educational tool that makes it easy to experiment with simple -Digital Signal Processing algorithms for audio signals. The input can either -be taken from the sound card, or be a locally generated sine wave, white noise -or impulse signal. The output is fed to the sound card, as well as to a virtual -oscilloscope and spectrum analyzer. diff --git a/cad/basicdsp/pkg-plist b/cad/basicdsp/pkg-plist deleted file mode 100644 index e64b538e1c79..000000000000 --- a/cad/basicdsp/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/basicdsp -man/man1/basicdsp.1.gz |