diff --git a/net/py-nmap/Makefile b/net/py-nmap/Makefile new file mode 100644 index 00000000000..1d7307bcd0d --- /dev/null +++ b/net/py-nmap/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2010/10/16 08:58:56 landry Exp $ + +COMMENT = python interface to the nmap scan data + +MODPY_EGG_VERSION = 0.1.4 +DISTNAME = python-nmap-${MODPY_EGG_VERSION} +PKGNAME = ${DISTNAME:S/python/py/} +CATEGORIES = net + +HOMEPAGE = http://xael.org/norman/python/python-nmap/ +MASTER_SITES = ${HOMEPAGE} + +MAINTAINER = Remi Pointel + +# GPLv3 +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES = lang/python + +RUN_DEPENDS = ::net/nmap + +NO_REGRESS = Yes + +.include diff --git a/net/py-nmap/distinfo b/net/py-nmap/distinfo new file mode 100644 index 00000000000..0b58407f7a1 --- /dev/null +++ b/net/py-nmap/distinfo @@ -0,0 +1,5 @@ +MD5 (python-nmap-0.1.4.tar.gz) = KTXPcubmI8hdA7Qtc7958g== +RMD160 (python-nmap-0.1.4.tar.gz) = KULYXrrhc/SP1o9WCyTEL4XGxYM= +SHA1 (python-nmap-0.1.4.tar.gz) = pH/+GWpd4X9jEZbf6hYtySBRnlQ= +SHA256 (python-nmap-0.1.4.tar.gz) = I9UX84z+eIPir5O3VheE8ohxP85P0l68GfWe1EzkNqQ= +SIZE (python-nmap-0.1.4.tar.gz) = 20766 diff --git a/net/py-nmap/pkg/DESCR b/net/py-nmap/pkg/DESCR new file mode 100644 index 00000000000..84416c1e28c --- /dev/null +++ b/net/py-nmap/pkg/DESCR @@ -0,0 +1,4 @@ +python-nmap is a python library which helps in using nmap port scanner. +It allows to easilly manipulate nmap scan results and will be a perfect +tool for systems administrators who want to automatize scanning task and +reports. It also supports nmap script outputs. diff --git a/net/py-nmap/pkg/PLIST b/net/py-nmap/pkg/PLIST new file mode 100644 index 00000000000..deef2e8154e --- /dev/null +++ b/net/py-nmap/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/16 08:58:56 landry Exp $ +lib/python${MODPY_VERSION}/site-packages/nmap/ +lib/python${MODPY_VERSION}/site-packages/nmap/__init__.py +lib/python${MODPY_VERSION}/site-packages/nmap/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/nmap/example.py +lib/python${MODPY_VERSION}/site-packages/nmap/example.pyc +lib/python${MODPY_VERSION}/site-packages/nmap/nmap.py +lib/python${MODPY_VERSION}/site-packages/nmap/nmap.pyc +lib/python${MODPY_VERSION}/site-packages/python_nmap-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info