mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
6cfce4c945
The darkzone.ma.cx master site disappeared completely. The dark-zone.eu WWW site forwards to twitter/_msciciel_ but to a bad page. It seems the original maintainer is active on twitter. Since the port hasn't been touched in 10 years, and the maintainer didn't even stage this port, let's go ahead and deprecate it for removal in 2 months since we haven't had a submission from Krzysztof in over a decade. while here, document ncurses requirement and remove obsolete comment in case the deprecation is rescinded later.
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# Created by: msciciel
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dosdetector
|
|
PORTVERSION= 20060621
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/
|
|
|
|
MAINTAINER= msciciel@dark-zone.eu
|
|
COMMENT= Detect suspicious network traffic
|
|
|
|
BROKEN= upstream disappeared (unfetchable)
|
|
DEPRECATED= No maintainer activity in over a decade
|
|
EXPIRATION_DATE= 2016-10-23
|
|
|
|
USES= ncurses
|
|
HAS_CONFIGURE= yes
|
|
USE_AUTOTOOLS= autoheader
|
|
|
|
PLIST_FILES= bin/dosdetector \
|
|
man/man1/dosdetector.1.gz
|
|
|
|
.include <bsd.port.mk>
|