Add py-ipcalc 0.6, module to perform IP subnet calculations.

Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2012-11-22 11:01:57 +00:00
parent c919cf310d
commit d93c88fd08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307641
5 changed files with 27 additions and 0 deletions

View file

@ -260,6 +260,7 @@
SUBDIR += pnp
SUBDIR += portmon
SUBDIR += py-flowtools
SUBDIR += py-ipcalc
SUBDIR += py-ipy
SUBDIR += py-pyang
SUBDIR += py-snmp4

View file

@ -0,0 +1,17 @@
# Created by: ehaupt@FreeBSD.org
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.6
CATEGORIES= net-mgmt python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/i/ipcalc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module to perform IP subnet calculations
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ipcalc-0.6.tar.gz) = a88d2e92e4be4362458237709c6e6b108a119d24e8da5b655383ac7e5b51ae66
SIZE (ipcalc-0.6.tar.gz) = 6199

View file

@ -0,0 +1,4 @@
This module allows you to perform IP subnet calculations, there is support for
both IPv4 and IPv6 CIDR notation.
WWW: http://pypi.python.org/pypi/ipcalc/

View file

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/ipcalc.pyo
%%PYTHON_SITELIBDIR%%/ipcalc.pyc
%%PYTHON_SITELIBDIR%%/ipcalc.py