From owner-svn-ports-head@freebsd.org Fri Dec 11 13:20:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E689D78ED; Fri, 11 Dec 2015 13:20:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7B7451589; Fri, 11 Dec 2015 13:20:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBDKbxk062772; Fri, 11 Dec 2015 13:20:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBDKbQs062768; Fri, 11 Dec 2015 13:20:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512111320.tBBDKbQs062768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 13:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403525 - in head/net: . py-ripe.atlas.sagan 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.20 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: Fri, 11 Dec 2015 13:20:38 -0000 Author: miwi Date: Fri Dec 11 13:20:37 2015 New Revision: 403525 URL: https://svnweb.freebsd.org/changeset/ports/403525 Log: Parsing library for RIPE Atlas measurement results. WWW: https://github.com/RIPE-NCC/ripe.atlas.sagan PR: 204783 Submitted by: Massimiliano Stucchi Differential Revision: 204783 Added: head/net/py-ripe.atlas.sagan/ head/net/py-ripe.atlas.sagan/Makefile (contents, props changed) head/net/py-ripe.atlas.sagan/distinfo (contents, props changed) head/net/py-ripe.atlas.sagan/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Dec 11 13:01:22 2015 (r403524) +++ head/net/Makefile Fri Dec 11 13:20:37 2015 (r403525) @@ -976,6 +976,7 @@ SUBDIR += py-radix SUBDIR += py-raet SUBDIR += py-ripe.atlas.cousteau + SUBDIR += py-ripe.atlas.sagan SUBDIR += py-s3cmd SUBDIR += py-simplesoap SUBDIR += py-smbpasswd Added: head/net/py-ripe.atlas.sagan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.sagan/Makefile Fri Dec 11 13:20:37 2015 (r403525) @@ -0,0 +1,23 @@ +# Created by: Massimiliano Stucchi +# $FreeBSD$ + +PORTNAME= ripe.atlas.sagan +PORTVERSION= 1.1.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mstucchi@ripe.net +COMMENT= Parsing library for RIPE Atlas measurement results + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}ipy>=0:${PORTSDIR}/net-mgmt/py-ipy + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/net/py-ripe.atlas.sagan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.sagan/distinfo Fri Dec 11 13:20:37 2015 (r403525) @@ -0,0 +1,2 @@ +SHA256 (ripe.atlas.sagan-1.1.6.tar.gz) = 4e30c1d28b50bb0e1a915cf91b5b790348d7b28fbe84d2ddb1f7d83fa3a5832c +SIZE (ripe.atlas.sagan-1.1.6.tar.gz) = 69642 Added: head/net/py-ripe.atlas.sagan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.sagan/pkg-descr Fri Dec 11 13:20:37 2015 (r403525) @@ -0,0 +1,3 @@ +Parsing library for RIPE Atlas measurement results. + +WWW: https://github.com/RIPE-NCC/ripe.atlas.sagan