Date: Fri, 11 Dec 2015 13:27:49 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> 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 Message-ID: <201512111327.tBBDRnEj065793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mstucchi@ripe.net> 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 <mstucchi@ripe.net> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111327.tBBDRnEj065793>