2013-01-09 12:06:32 +01:00
|
|
|
# Created by: vanhu <vanhu@netasq.com>
|
2005-12-15 15:29:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scapy
|
2011-03-17 18:36:18 +01:00
|
|
|
PORTVERSION= 2.2.0
|
2015-08-26 17:50:03 +02:00
|
|
|
PORTREVISION= 2
|
2005-12-15 15:29:01 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://secdev.org/projects/scapy/files/
|
|
|
|
|
2014-04-22 21:32:02 +02:00
|
|
|
MAINTAINER= vanhu@FreeBSD.org
|
2005-12-15 15:29:01 +01:00
|
|
|
COMMENT= Powerful interactive packet manipulation program in python
|
|
|
|
|
2015-08-26 17:50:03 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dnet.so:net/py-libdnet \
|
|
|
|
${PYTHON_SITELIBDIR}/pcap.py:net/py-pcap
|
2005-12-15 15:29:01 +01:00
|
|
|
|
2014-10-24 18:21:26 +02:00
|
|
|
USES= python
|
2015-08-26 17:50:03 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
2005-12-15 15:29:01 +01:00
|
|
|
|
2014-06-15 05:16:16 +02:00
|
|
|
OPTIONS_DEFINE= PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE NMAP MANUF
|
2013-01-09 12:06:32 +01:00
|
|
|
PYX_DESC= PostScript and PDF graphs drawing
|
|
|
|
PYCRYPTO_DESC= Use py-crypto for WEP decoding
|
|
|
|
PYGNUPLOT_DESC= Use py-gnuplot wrapper to plot graphs
|
|
|
|
GRAPH_DESC= graph generation and visualization
|
|
|
|
P0F_BASE_DESC= p0f OS signatures database
|
|
|
|
QUESO_BASE_DESC= queso OS signatures database
|
|
|
|
NMAP_DESC= nmap OS signatures database
|
|
|
|
MANUF_DESC= wireshark's MANUF MAC database
|
|
|
|
SOX_DESC= Support for VoIP
|
2006-11-05 08:22:03 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
PYX_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyx/__init__.py:graphics/py-PyX12
|
|
|
|
PYCRYPTO_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:security/py-pycrypto
|
|
|
|
PYGNUPLOT_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:math/py-gnuplot
|
|
|
|
GRAPH_RUN_DEPENDS= ${LOCALBASE}/bin/MagickCore-config:graphics/ImageMagick \
|
|
|
|
${LOCALBASE}/bin/dot:graphics/graphviz
|
|
|
|
P0F_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/p0f.fp:net-mgmt/p0f
|
|
|
|
QUESO_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/queso.conf.sample:net/queso
|
|
|
|
NMAP_RUN_DEPENDS= ${LOCALBASE}/share/nmap/nmap-os-db:security/nmap
|
|
|
|
MANUF_RUN_DEPENDS= ${LOCALBASE}/share/wireshark/manuf:net/wireshark
|
|
|
|
SOX_RUN_DEPENDS= ${LOCALBASE}/bin/sox:audio/sox
|
2009-07-06 16:33:06 +02:00
|
|
|
|
2008-11-19 21:41:56 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} "s,share/man/man1,man/man1," ${WRKSRC}/setup.py
|
2011-03-17 18:36:18 +01:00
|
|
|
@${REINPLACE_CMD} "s,/usr/share/,${LOCALBASE}/share/," \
|
|
|
|
${WRKSRC}/scapy/data.py ${WRKSRC}/scapy/utils6.py \
|
|
|
|
${WRKSRC}/scapy/modules/nmap.py
|
|
|
|
@${REINPLACE_CMD} "s,/etc/,${LOCALBASE}/etc/," \
|
|
|
|
${WRKSRC}/scapy/modules/p0f.py ${WRKSRC}/scapy/modules/queso.py
|
2005-12-15 15:29:01 +01:00
|
|
|
|
2013-01-09 12:06:32 +01:00
|
|
|
.include <bsd.port.mk>
|