aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2015-12-11 21:20:37 +0800
committermiwi <miwi@FreeBSD.org>2015-12-11 21:20:37 +0800
commitfbd678326126976c4afdfb8bfc896a4f0b029e65 (patch)
tree3462a3e0829a1a1a159774dc329157abe73634f5 /net
parent5ac52f4c81df8395ecef63eae08f514e1141c8b1 (diff)
downloadfreebsd-ports-gnome-fbd678326126976c4afdfb8bfc896a4f0b029e65.tar.gz
freebsd-ports-gnome-fbd678326126976c4afdfb8bfc896a4f0b029e65.tar.zst
freebsd-ports-gnome-fbd678326126976c4afdfb8bfc896a4f0b029e65.zip
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
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-ripe.atlas.sagan/Makefile23
-rw-r--r--net/py-ripe.atlas.sagan/distinfo2
-rw-r--r--net/py-ripe.atlas.sagan/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 4d7d00c471f3..568c3d668af1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/py-ripe.atlas.sagan/Makefile b/net/py-ripe.atlas.sagan/Makefile
new file mode 100644
index 000000000000..d4d7c472cdfb
--- /dev/null
+++ b/net/py-ripe.atlas.sagan/Makefile
@@ -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>
diff --git a/net/py-ripe.atlas.sagan/distinfo b/net/py-ripe.atlas.sagan/distinfo
new file mode 100644
index 000000000000..60d913867c7d
--- /dev/null
+++ b/net/py-ripe.atlas.sagan/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ripe.atlas.sagan-1.1.6.tar.gz) = 4e30c1d28b50bb0e1a915cf91b5b790348d7b28fbe84d2ddb1f7d83fa3a5832c
+SIZE (ripe.atlas.sagan-1.1.6.tar.gz) = 69642
diff --git a/net/py-ripe.atlas.sagan/pkg-descr b/net/py-ripe.atlas.sagan/pkg-descr
new file mode 100644
index 000000000000..c7abfb740878
--- /dev/null
+++ b/net/py-ripe.atlas.sagan/pkg-descr
@@ -0,0 +1,3 @@
+Parsing library for RIPE Atlas measurement results.
+
+WWW: https://github.com/RIPE-NCC/ripe.atlas.sagan