From owner-svn-ports-head@freebsd.org Fri Dec 11 13:27:51 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 060109D8069; Fri, 11 Dec 2015 13:27:51 +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 D3BF11E08; Fri, 11 Dec 2015 13:27:50 +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 tBBDRnG3065797; Fri, 11 Dec 2015 13:27:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBDRnEj065793; Fri, 11 Dec 2015 13:27:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512111327.tBBDRnEj065793@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:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403526 - in head/net: . py-ripe.atlas.tools 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:27:51 -0000 Author: miwi Date: Fri Dec 11 13:27:49 2015 New Revision: 403526 URL: https://svnweb.freebsd.org/changeset/ports/403526 Log: Official command-line client for RIPE Atlas. RIPE Atlas is a global network of probes that measure Internet connectivity and reachability, providing an unprecedented understanding of the state of the Internet in real time. WWW: https://github.com/RIPE-NCC/ripe-atlas-tools PR: 204784 Submitted by: Massimiliano Stucchi Approved by: mat (mentor) Differential Revision: D4505 Added: head/net/py-ripe.atlas.tools/ head/net/py-ripe.atlas.tools/Makefile (contents, props changed) head/net/py-ripe.atlas.tools/distinfo (contents, props changed) head/net/py-ripe.atlas.tools/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Dec 11 13:20:37 2015 (r403525) +++ head/net/Makefile Fri Dec 11 13:27:49 2015 (r403526) @@ -977,6 +977,7 @@ SUBDIR += py-raet SUBDIR += py-ripe.atlas.cousteau SUBDIR += py-ripe.atlas.sagan + SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-simplesoap SUBDIR += py-smbpasswd Added: head/net/py-ripe.atlas.tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.tools/Makefile Fri Dec 11 13:27:49 2015 (r403526) @@ -0,0 +1,28 @@ +# Created by: Massimiliano Stucchi +# $FreeBSD$ + +PORTNAME= ripe.atlas.tools +PORTVERSION= 1.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mstucchi@ripe.net +COMMENT= Official command-line client for RIPE Atlas + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.cousteau>=1.0.4:${PORTSDIR}/net/py-ripe.atlas.cousteau \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.sagan>=1.1.4:${PORTSDIR}/net/py-ripe.atlas.sagan \ + ${PYTHON_PKGNAMEPREFIX}tzlocal>0:${PORTSDIR}/devel/py-tzlocal \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/net/py-ripe.atlas.tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.tools/distinfo Fri Dec 11 13:27:49 2015 (r403526) @@ -0,0 +1,2 @@ +SHA256 (ripe.atlas.tools-1.1.0.tar.gz) = ad0e4e27ac0f67b42262ed2f66566887e55151ed5250b6aab9285858b29ebc6e +SIZE (ripe.atlas.tools-1.1.0.tar.gz) = 50573 Added: head/net/py-ripe.atlas.tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.tools/pkg-descr Fri Dec 11 13:27:49 2015 (r403526) @@ -0,0 +1,5 @@ +Official command-line client for RIPE Atlas. RIPE Atlas is a global network +of probes that measure Internet connectivity and reachability, providing +an unprecedented understanding of the state of the Internet in real time. + +WWW: https://github.com/RIPE-NCC/ripe-atlas-tools