aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-31 02:03:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-31 02:03:07 +0000
commit06039e52c81f07e40e67485ff41cd810071bb563 (patch)
treea024dfa1d06712397dd65b401230439623fa7403
parent33eaf26bbb386a81f0d71a99782300c0842e5d53 (diff)
downloadports-06039e52c81f07e40e67485ff41cd810071bb563.tar.gz
ports-06039e52c81f07e40e67485ff41cd810071bb563.zip
cad/basicdsp: Cleanup EXPIRED ports
Approved by: portmgr
-rw-r--r--MOVED1
-rw-r--r--cad/Makefile1
-rw-r--r--cad/basicdsp/Makefile28
-rw-r--r--cad/basicdsp/distinfo2
-rw-r--r--cad/basicdsp/files/patch-Makefile23
-rw-r--r--cad/basicdsp/pkg-descr5
-rw-r--r--cad/basicdsp/pkg-plist2
7 files changed, 1 insertions, 61 deletions
diff --git a/MOVED b/MOVED
index f87319445135..da6c64f67b64 100644
--- a/MOVED
+++ b/MOVED
@@ -17734,3 +17734,4 @@ databases/firebird25-client||2022-12-31|Has expired: Upstream Support ends on 20
databases/firebird25-server||2022-12-31|Has expired: Upstream Support ends on 2019-06-24
multimedia/libkate||2022-12-31|Has expired: Obsolete format that never got any traction and no development in over 10 years
net/opennx||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
+cad/basicdsp||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
diff --git a/cad/Makefile b/cad/Makefile
index 457eeb876377..61a691936bdf 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -11,7 +11,6 @@
SUBDIR += astk-client
SUBDIR += astk-serveur
SUBDIR += atlc
- SUBDIR += basicdsp
SUBDIR += brlcad
SUBDIR += calculix
SUBDIR += calculix-ccx
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