mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add py-ipcalc 0.6, module to perform IP subnet calculations.
Feature safe: yes
This commit is contained in:
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
|
@ -260,6 +260,7 @@
|
|||
SUBDIR += pnp
|
||||
SUBDIR += portmon
|
||||
SUBDIR += py-flowtools
|
||||
SUBDIR += py-ipcalc
|
||||
SUBDIR += py-ipy
|
||||
SUBDIR += py-pyang
|
||||
SUBDIR += py-snmp4
|
||||
|
|
17
net-mgmt/py-ipcalc/Makefile
Normal file
17
net-mgmt/py-ipcalc/Makefile
Normal 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>
|
2
net-mgmt/py-ipcalc/distinfo
Normal file
2
net-mgmt/py-ipcalc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ipcalc-0.6.tar.gz) = a88d2e92e4be4362458237709c6e6b108a119d24e8da5b655383ac7e5b51ae66
|
||||
SIZE (ipcalc-0.6.tar.gz) = 6199
|
4
net-mgmt/py-ipcalc/pkg-descr
Normal file
4
net-mgmt/py-ipcalc/pkg-descr
Normal 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/
|
3
net-mgmt/py-ipcalc/pkg-plist
Normal file
3
net-mgmt/py-ipcalc/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PYTHON_SITELIBDIR%%/ipcalc.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ipcalc.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ipcalc.py
|
Loading…
Add table
Reference in a new issue