Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2016 20:50:24 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419493 - in head/net: . py-cjdns
Message-ID:  <201608022050.u72KoOS3014802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Aug  2 20:50:24 2016
New Revision: 419493
URL: https://svnweb.freebsd.org/changeset/ports/419493

Log:
  New port: net/py-cjdns
  
  A library to interact with the cjdns Admin Interface.
  
  WWW: https://github.com/hyperboria/python-cjdns
  
  PR:		210767
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Added:
  head/net/py-cjdns/
  head/net/py-cjdns/Makefile   (contents, props changed)
  head/net/py-cjdns/distinfo   (contents, props changed)
  head/net/py-cjdns/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Aug  2 20:43:05 2016	(r419492)
+++ head/net/Makefile	Tue Aug  2 20:50:24 2016	(r419493)
@@ -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

Added: head/net/py-cjdns/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-cjdns/Makefile	Tue Aug  2 20:50:24 2016	(r419493)
@@ -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>

Added: head/net/py-cjdns/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-cjdns/distinfo	Tue Aug  2 20:50:24 2016	(r419493)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467494100
+SHA256 (cjdns-0.2.3.1.tar.gz) = 67dcfb130859608e53ceca47d2217102766ad89a84b21158ac25619b206159a8
+SIZE (cjdns-0.2.3.1.tar.gz) = 8065

Added: head/net/py-cjdns/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-cjdns/pkg-descr	Tue Aug  2 20:50:24 2016	(r419493)
@@ -0,0 +1,3 @@
+A library to interact with the cjdns Admin Interface.
+
+WWW: https://github.com/hyperboria/python-cjdns



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