Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 11:01:57 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307641 - in head/net-mgmt: . py-ipcalc
Message-ID:  <201211221101.qAMB1vkR058617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221101.qAMB1vkR058617>