- update to 1.0.5

- new OPTIONS
PR:		104649
Submitted by:	Anton Karpov
Approved by:	VANHULLEBUS Yvan (maintainer)
This commit is contained in:
Dirk Meyer
2006-11-05 07:22:03 +00:00
parent e1f3aca138
commit 925eb88fa4
2 changed files with 25 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
# TODO: - configurable --enable-xxx for various additional dependancies
PORTNAME= scapy
PORTVERSION= 1.0.4
PORTVERSION= 1.0.5
CATEGORIES= net
MASTER_SITES= http://secdev.org/projects/scapy/files/
@@ -18,15 +18,33 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dnet.so:${PORTSDIR}/net/py-libdnet \
${PYTHON_SITELIBDIR}/pcap.py:${PORTSDIR}/net/py-pcap
MAN1= scapy.1
MANCOMPRESSED= yes
MANCOMPRESSED= no
PLIST_FILES= bin/scapy
USE_PYTHON= yes
NO_BUILD= yes
OPTIONS= PYX "Support for PostScript and PDF graphs drawing" off \
PYCRYPTO "Support for py-crypto for WEP decoding" off \
PYGNUPLOT "Support for py-gnuplot wrapper to plot graphs" off
.include <bsd.port.pre.mk>
.if defined(WITH_PYX)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyx/__init__.py:${PORTSDIR}/graphics/py-PyX
.endif
.if defined(WITH_PYCRYPTO)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
.endif
.if defined(WITH_PYGNUPLOT)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot
.endif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scapy.py ${PREFIX}/bin/scapy
${INSTALL_MAN} ${WRKSRC}/scapy.1.gz ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/scapy.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@@ -1,3 +1,3 @@
MD5 (scapy-1.0.4.tar.gz) = c156668cfab4c1fde276f81e0b85b5d9
SHA256 (scapy-1.0.4.tar.gz) = 340bebb26bbf8cb37bdbcfb7b8df9225ad384a0b3f0b33b55ca0b8ba6c9a3b02
SIZE (scapy-1.0.4.tar.gz) = 132677
MD5 (scapy-1.0.5.tar.gz) = b094a03472375c3add5415345b8d79d6
SHA256 (scapy-1.0.5.tar.gz) = a8a77854dfdc6cee71344527510e64d1985222d20637c08f0b46b8d709c2e766
SIZE (scapy-1.0.5.tar.gz) = 144746