From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 02:13:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34908B10; Mon, 15 Sep 2014 02:13:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05ECC79D; Mon, 15 Sep 2014 02:13:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8F2Dusf077686; Mon, 15 Sep 2014 02:13:56 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8F2DuLf077680; Mon, 15 Sep 2014 02:13:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409150213.s8F2DuLf077680@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 15 Sep 2014 02:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368239 - in head/net: . py-ipaddress 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.18-1 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: Mon, 15 Sep 2014 02:13:57 -0000 Author: vanilla Date: Mon Sep 15 02:13:55 2014 New Revision: 368239 URL: http://svnweb.freebsd.org/changeset/ports/368239 QAT: https://qat.redports.org/buildarchive/r368239/ Log: Add ipaddress-1.0.6. PR: ports/193574 Submitted by: Nikolay Dachev Added: head/net/py-ipaddress/ head/net/py-ipaddress/Makefile (contents, props changed) head/net/py-ipaddress/distinfo (contents, props changed) head/net/py-ipaddress/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Sep 15 02:11:03 2014 (r368238) +++ head/net/Makefile Mon Sep 15 02:13:55 2014 (r368239) @@ -866,6 +866,7 @@ SUBDIR += py-google SUBDIR += py-gspreadsheet SUBDIR += py-impacket + SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kombu SUBDIR += py-ldap2 Added: head/net/py-ipaddress/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/Makefile Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,18 @@ +# Created by: Nikolay Dachev +# $FreeBSD$ + +PORTNAME= ipaddress +PORTVERSION= 1.0.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd@dachev.info +COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7 + +LICENSE= PSFL + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/net/py-ipaddress/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/distinfo Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,2 @@ +SHA256 (ipaddress-1.0.6.tar.gz) = b1b2f8b915b1ff0314301f5aaa9635e508ae2a16e8538812a2fd5dd2b7939d8d +SIZE (ipaddress-1.0.6.tar.gz) = 15091 Added: head/net/py-ipaddress/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/pkg-descr Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,4 @@ +Python 3.3's ipaddress for Python 2.6 and 2.7. + +Note that you must pass in unicode objects when constructing +from a character representation!