svn commit: r307641 - in head/net-mgmt: . py-ipcalc
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Nov 22 11:01:58 UTC 2012
Author: ehaupt
Date: Thu Nov 22 11:01:57 2012
New Revision: 307641
URL: http://svnweb.freebsd.org/changeset/ports/307641
Log:
Add py-ipcalc 0.6, module to perform IP subnet calculations.
Feature safe: yes
Added:
head/net-mgmt/py-ipcalc/
head/net-mgmt/py-ipcalc/Makefile (contents, props changed)
head/net-mgmt/py-ipcalc/distinfo (contents, props changed)
head/net-mgmt/py-ipcalc/pkg-descr (contents, props changed)
head/net-mgmt/py-ipcalc/pkg-plist (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Thu Nov 22 09:40:13 2012 (r307640)
+++ head/net-mgmt/Makefile Thu Nov 22 11:01:57 2012 (r307641)
@@ -260,6 +260,7 @@
SUBDIR += pnp
SUBDIR += portmon
SUBDIR += py-flowtools
+ SUBDIR += py-ipcalc
SUBDIR += py-ipy
SUBDIR += py-pyang
SUBDIR += py-snmp4
Added: head/net-mgmt/py-ipcalc/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-ipcalc/Makefile Thu Nov 22 11:01:57 2012 (r307641)
@@ -0,0 +1,17 @@
+# Created by: ehaupt at 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 at FreeBSD.org
+COMMENT= Module to perform IP subnet calculations
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>
Added: head/net-mgmt/py-ipcalc/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-ipcalc/distinfo Thu Nov 22 11:01:57 2012 (r307641)
@@ -0,0 +1,2 @@
+SHA256 (ipcalc-0.6.tar.gz) = a88d2e92e4be4362458237709c6e6b108a119d24e8da5b655383ac7e5b51ae66
+SIZE (ipcalc-0.6.tar.gz) = 6199
Added: head/net-mgmt/py-ipcalc/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-ipcalc/pkg-descr Thu Nov 22 11:01:57 2012 (r307641)
@@ -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/
Added: head/net-mgmt/py-ipcalc/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-ipcalc/pkg-plist Thu Nov 22 11:01:57 2012 (r307641)
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/ipcalc.pyo
+%%PYTHON_SITELIBDIR%%/ipcalc.pyc
+%%PYTHON_SITELIBDIR%%/ipcalc.py
More information about the svn-ports-head
mailing list