cad/basicdsp: Cleanup EXPIRED ports

Approved by:	portmgr
This commit is contained in:
Muhammad Moinur Rahman 2022-12-31 03:03:07 +01:00
parent 33eaf26bbb
commit 06039e52c8
7 changed files with 1 additions and 61 deletions

1
MOVED
View File

@ -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

View File

@ -11,7 +11,6 @@
SUBDIR += astk-client
SUBDIR += astk-serveur
SUBDIR += atlc
SUBDIR += basicdsp
SUBDIR += brlcad
SUBDIR += calculix
SUBDIR += calculix-ccx

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (basicdsp-1.01.tgz) = ce1cabed4ac23961ca9a1cd1e4df0c857aaca41179d9b916a038a1557e2bc0d9
SIZE (basicdsp-1.01.tgz) = 57122

View File

@ -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

View File

@ -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.

View File

@ -1,2 +0,0 @@
bin/basicdsp
man/man1/basicdsp.1.gz