[Midnightbsd-cvs] mports: mports/security: add smap
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Apr 29 01:06:41 EDT 2008
Log Message:
-----------
add smap
Modified Files:
--------------
mports/security:
Makefile (r1.73 -> r1.74)
Added Files:
-----------
mports/security/smap:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -L security/Makefile -L security/Makefile -u -r1.73 -r1.74
--- security/Makefile
+++ security/Makefile
@@ -70,6 +70,7 @@
SUBDIR += qca-tls
SUBDIR += saint
SUBDIR += secpwgen
+ SUBDIR += smap
SUBDIR += sudo
SUBDIR += tor
SUBDIR += tripwire
--- /dev/null
+++ security/smap/pkg-descr
@@ -0,0 +1,7 @@
+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/
--- /dev/null
+++ security/smap/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# New ports collection makefile for: smap
+# Date created: May 25, 2007
+# Whom: Edwin Groothuis <edwin at mavetju.org>
+#
+# $MidnightBSD: mports/security/smap/Makefile,v 1.1 2008/04/29 05:06:38 laffer1 Exp $
+# $FreeBSD: ports/security/smap/Makefile,v 1.2 2007/05/27 21:38:43 edwin Exp $
+#
+
+PORTNAME= smap
+PORTVERSION= 0.5.0
+PORTREVISION= 1
+CATEGORIES= security net
+MASTER_SITES= http://www.wormulon.net/smap/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= SIP scanner and identifier
+LICENSE= unknown
+
+PLIST_FILES= bin/smap share/smap/fingerprint.db
+PLIST_DIRS= share/smap
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/smap
+ ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/share/smap
+
+.include <bsd.port.mk>
--- /dev/null
+++ security/smap/distinfo
@@ -0,0 +1,3 @@
+MD5 (smap-0.5.0.tar.gz) = 2c00757f3406bc8505a3fdd741f7d1c0
+SHA256 (smap-0.5.0.tar.gz) = 540e7c0e30e08ab007cc22b9c1b065ddfe809b42f07c283f5396a33bd5fddf52
+SIZE (smap-0.5.0.tar.gz) = 33282
More information about the Midnightbsd-cvs
mailing list