ports/104649: PORT UPDATE: net/scapy (+features)

Anton Karpov toxa at toxahost.ru
Sat Oct 21 11:20:27 UTC 2006


>Number:         104649
>Category:       ports
>Synopsis:       PORT UPDATE: net/scapy (+features)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 21 11:20:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anton Karpov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD laptoxa.toxa.lan 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Oct 18 15:11:10 MSD 2006     root at laptoxa.toxa.lan:/usr/obj/usr/src/sys/LAPTOXA  i386


>Description:
Current net/scapy port is outdated, and missing some nice features. With this patch, you are able not only to install scapy itself, but also install all third-party modules which scapy may depend on to use some of its features, like pdf graphs drawing, WEP decrypting, and so on. With new OPTIONS you can install a full-featured scapy port.
>How-To-Repeat:
>Fix:

please see the following patch

ps: maintainer is CC'ed

--- scapy.diff begins here ---
diff -Naur scapy.orig/Makefile scapy/Makefile
--- scapy.orig/Makefile	Sat Oct 21 14:15:55 2006
+++ scapy/Makefile	Sat Oct 21 14:49:17 2006
@@ -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 @@
 		${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>
diff -Naur scapy.orig/distinfo scapy/distinfo
--- scapy.orig/distinfo	Sat Oct 21 14:15:55 2006
+++ scapy/distinfo	Sat Oct 21 14:17:59 2006
@@ -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
--- scapy.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list