Index: head/net/py-impacket/Makefile =================================================================== --- head/net/py-impacket/Makefile (revision 459636) +++ head/net/py-impacket/Makefile (revision 459637) @@ -1,33 +1,35 @@ # Created by: Marcin Jessa # $FreeBSD$ PORTNAME= impacket PORTVERSION= 0.9.15 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ https://github.com/CoreSecurity/impacket/releases/download/impacket_${PORTVERSION:S,.,_,g}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of Python classes providing access to network packets -LICENSE= APACHE11 +LICENSE= APACHE11 ZLIB +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${FLAVOR} USES= dos2unix python USE_PYTHON= autoplist distutils +NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/impacket && ${COPYTREE_SHARE} testcases ${STAGEDIR}${DOCSDIR} .include Index: head/net/py-impacket/pkg-descr =================================================================== --- head/net/py-impacket/pkg-descr (revision 459636) +++ head/net/py-impacket/pkg-descr (revision 459637) @@ -1,12 +1,12 @@ Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB. Impacket is highly effective when used in conjunction with a packet capture utility or package such as Pcapy. Packets can be constructed from scratch, as well as parsed from raw data. Furthermore, the object oriented API makes it simple to work with deep protocol hierarchies. -WWW: http://www.coresecurity.com/corelabs-research/open-source-tools/impacket +WWW: https://www.coresecurity.com/corelabs-research/open-source-tools/impacket WWW: https://github.com/CoreSecurity/impacket