diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-02 20:50:24 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-02 20:50:24 +0000 |
commit | 263d0845efdadade94f7b217a47180087a1cc438 (patch) | |
tree | e84ab8ae0637f71e41c635a1e72d171f43f7b52a | |
parent | 2b81980bdb20feddd92b1fd7dedfb7bee91c280c (diff) |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-cjdns/Makefile | 20 | ||||
-rw-r--r-- | net/py-cjdns/distinfo | 3 | ||||
-rw-r--r-- | net/py-cjdns/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d5890dfcffa3..8786ed1cadb9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -947,6 +947,7 @@ SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-beanstalkc + SUBDIR += py-cjdns SUBDIR += py-cloudfiles SUBDIR += py-coherence SUBDIR += py-dpkt diff --git a/net/py-cjdns/Makefile b/net/py-cjdns/Makefile new file mode 100644 index 000000000000..00650945acf7 --- /dev/null +++ b/net/py-cjdns/Makefile @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= cjdns +PORTVERSION= 0.2.3.1 +CATEGORIES= net security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Library to interact with the cjdns admin interface + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/net/py-cjdns/distinfo b/net/py-cjdns/distinfo new file mode 100644 index 000000000000..7c745394b4df --- /dev/null +++ b/net/py-cjdns/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1467494100 +SHA256 (cjdns-0.2.3.1.tar.gz) = 67dcfb130859608e53ceca47d2217102766ad89a84b21158ac25619b206159a8 +SIZE (cjdns-0.2.3.1.tar.gz) = 8065 diff --git a/net/py-cjdns/pkg-descr b/net/py-cjdns/pkg-descr new file mode 100644 index 000000000000..a86bc7bcef1d --- /dev/null +++ b/net/py-cjdns/pkg-descr @@ -0,0 +1,3 @@ +A library to interact with the cjdns Admin Interface. + +WWW: https://github.com/hyperboria/python-cjdns |