diff options
Diffstat (limited to 'security/smap')
-rw-r--r-- | security/smap/Makefile | 28 | ||||
-rw-r--r-- | security/smap/distinfo | 2 | ||||
-rw-r--r-- | security/smap/files/patch-Makefile | 13 | ||||
-rw-r--r-- | security/smap/pkg-descr | 7 | ||||
-rw-r--r-- | security/smap/pkg-plist | 2 |
5 files changed, 0 insertions, 52 deletions
diff --git a/security/smap/Makefile b/security/smap/Makefile deleted file mode 100644 index 9da6ee93ca3b..000000000000 --- a/security/smap/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Edwin Groothuis <edwin@mavetju.org> -# $FreeBSD$ - -PORTNAME= smap -PORTVERSION= 0.5.0 -PORTREVISION= 2 -CATEGORIES= security net -MASTER_SITES= http://www.wormulon.net/smap/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= SIP scanner and identifier - -# does not really specify # of clauses, so stay -# with strictest variant to be on a safe side -LICENSE= BSD4CLAUSE - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= gmake - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/smap ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/security/smap/distinfo b/security/smap/distinfo deleted file mode 100644 index 7b35e423f5e9..000000000000 --- a/security/smap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (smap-0.5.0.tar.gz) = 540e7c0e30e08ab007cc22b9c1b065ddfe809b42f07c283f5396a33bd5fddf52 -SIZE (smap-0.5.0.tar.gz) = 33282 diff --git a/security/smap/files/patch-Makefile b/security/smap/files/patch-Makefile deleted file mode 100644 index b2f724332c27..000000000000 --- a/security/smap/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2007-05-10 13:45:31 UTC -+++ Makefile -@@ -8,8 +8,8 @@ - # - # $Id: Makefile,v 1.15 2007/05/10 13:45:31 hscholz Exp $ - --LDFLAGS= -L/usr/local/lib -lm --CFLAGS= -Wall -g -I/usr/local/include -+LDFLAGS+= -lm -+CFLAGS+= -Wall - CFLAGS+= -DHAVE_RANDOM -DRAW_SOCKET - CC?= gcc - OBJS= error.o fingerprint.o helpers.o icmpping.o localip.o request.o randomizer.o response.o scan.o sip.o smap.o stats.o stun.o test_accept.o test_allow.o test_supported.o test_headers.o transport_udp.o transport_tcp.o diff --git a/security/smap/pkg-descr b/security/smap/pkg-descr deleted file mode 100644 index 4f4a2ad2824a..000000000000 --- a/security/smap/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -smap is a simple scanner for SIP enabled devices - -smap sends off various SIP requests awaiting responses from SIP -enabled DSL router, proxies and user agents. It could be considered -a mashup of nmap and sipsak ;) - -WWW: http://www.wormulon.net/ diff --git a/security/smap/pkg-plist b/security/smap/pkg-plist deleted file mode 100644 index dd0ceff30be5..000000000000 --- a/security/smap/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/smap -%%DATADIR%%/fingerprint.db |