comms/dump1090: Remove port

Niche use case, not aligned with broad server application needs
This commit is contained in:
Bastard Operator from Hell 2025-06-02 22:28:13 +02:00
parent 5a1b884be4
commit 7dfd442564
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
5 changed files with 1 additions and 56 deletions

View File

@ -1289,6 +1289,7 @@ comms/cubicsdr
comms/cutecom
comms/cwstudio
comms/deforaos-phone
comms/dump1090
comms/ebusd
comms/echolinux
comms/fl_moxgen

View File

@ -24,7 +24,6 @@
SUBDIR += digiham
SUBDIR += direwolf
SUBDIR += dsd
SUBDIR += dump1090
SUBDIR += ebook2cw
SUBDIR += ems-flasher
SUBDIR += gammu

View File

@ -1,34 +0,0 @@
PORTNAME= dump1090
PORTVERSION= 20200718
PORTREVISION= 1
CATEGORIES= comms
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Simple Mode S decoder for RTLSDR devices
WWW= https://github.com/antirez/dump1090
LICENSE= BSD3CLAUSE
LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= antirez
GH_TAGNAME= de61bd5
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lrtlsdr -lusb -lpthread -lm
PLIST_FILES= bin/dump1090 \
${DATADIR}/gmap.html
post-patch:
@${REINPLACE_CMD} -e "s|gmap.html|${DATADIR}/gmap.html|" ${WRKSRC}/dump1090.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/gmap.html ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1595885702
SHA256 (antirez-dump1090-20200718-de61bd5_GH0.tar.gz) = 30fb3174d49464aaf7f3b559af39ee4094074329a7902dc8ff6a6d4b80c11a85
SIZE (antirez-dump1090-20200718-de61bd5_GH0.tar.gz) = 485418

View File

@ -1,18 +0,0 @@
Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices.
The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts on
Google Map.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21 where the
checksum is xored with the ICAO address by brute forcing the checksum field
using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently detected are
shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients.