Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 13:20:37 +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: r403525 - in head/net: . py-ripe.atlas.sagan
Message-ID:  <201512111320.tBBDKbQs062768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <mstucchi@ripe.net>
  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 <mstucchi@ripe.net>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111320.tBBDKbQs062768>