aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-04 23:03:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-04 23:03:12 +0800
commit5879a32fc1944c36628b1e7819ada4579e2ba300 (patch)
tree0027fd4d4045f52500868a271432a98fd527145a
parentdd56a52050ad010f3bd3f2ee32abedbb7357a6cf (diff)
downloadfreebsd-ports-gnome-5879a32fc1944c36628b1e7819ada4579e2ba300.tar.gz
freebsd-ports-gnome-5879a32fc1944c36628b1e7819ada4579e2ba300.tar.zst
freebsd-ports-gnome-5879a32fc1944c36628b1e7819ada4579e2ba300.zip
Python library for looking up blockchain data via DNSChain
WWW: https://github.com/okTurtles/pydnschain PR: 201384 Submitted by: yuri@rawbw.com
-rw-r--r--dns/Makefile1
-rw-r--r--dns/py-dnschain/Makefile19
-rw-r--r--dns/py-dnschain/distinfo2
-rw-r--r--dns/py-dnschain/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 4287d634ec25..35850d66ae7d 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -163,6 +163,7 @@
SUBDIR += py-bonjour
SUBDIR += py-dns
SUBDIR += py-dns3
+ SUBDIR += py-dnschain
SUBDIR += py-dnspython
SUBDIR += py-easyzone
SUBDIR += py-idna
diff --git a/dns/py-dnschain/Makefile b/dns/py-dnschain/Makefile
new file mode 100644
index 000000000000..9a4ef106f1ff
--- /dev/null
+++ b/dns/py-dnschain/Makefile
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= dnschain
+PORTVERSION= 0.1.0
+CATEGORIES= dns python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Library for looking up blockchain data via DNSChain
+
+LICENSE= MPL
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/dns/py-dnschain/distinfo b/dns/py-dnschain/distinfo
new file mode 100644
index 000000000000..93a9a8237c96
--- /dev/null
+++ b/dns/py-dnschain/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dnschain-0.1.0.tar.gz) = 59310cf6bf3f31bd47617fd0cce79fe9941c4bc133905843efea10a68651017f
+SIZE (dnschain-0.1.0.tar.gz) = 3180
diff --git a/dns/py-dnschain/pkg-descr b/dns/py-dnschain/pkg-descr
new file mode 100644
index 000000000000..12fab1384960
--- /dev/null
+++ b/dns/py-dnschain/pkg-descr
@@ -0,0 +1,3 @@
+Python library for looking up blockchain data via DNSChain
+
+WWW: https://github.com/okTurtles/pydnschain