From owner-svn-ports-head@FreeBSD.ORG Thu Nov 22 11:01:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 117FE514; Thu, 22 Nov 2012 11:01:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EB7B18FC19; Thu, 22 Nov 2012 11:01:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMB1vSB058622; Thu, 22 Nov 2012 11:01:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMB1vkR058617; Thu, 22 Nov 2012 11:01:57 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211221101.qAMB1vkR058617@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 22 Nov 2012 11:01:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 11:01:58 -0000 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 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