svn commit: r418675 - in head/net: . py-upnp-inspector

Pawel Pekala pawel at FreeBSD.org
Sun Jul 17 18:53:41 UTC 2016


Author: pawel
Date: Sun Jul 17 18:53:40 2016
New Revision: 418675
URL: https://svnweb.freebsd.org/changeset/ports/418675

Log:
  The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
  based on the Coherence DLNA/UPnP framework.
  Modeled loosely after the Intel UPnP Device Spy and Device Validator.
  
  WWW: http://coherence.beebits.net/wiki/UPnP-Inspector/
  
  PR:		209775
  Submitted by:	Yuri Victorovich <yuri at rawbw.com>

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jul 17 18:41:30 2016	(r418674)
+++ head/net/Makefile	Sun Jul 17 18:53:40 2016	(r418675)
@@ -1024,6 +1024,7 @@
     SUBDIR += py-twitter-tools
     SUBDIR += py-txamqp
     SUBDIR += py-txrestapi
+    SUBDIR += py-upnp-inspector
     SUBDIR += py-uritemplate
     SUBDIR += py-uritemplate.py
     SUBDIR += py-urllib3

Added: head/net/py-upnp-inspector/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-upnp-inspector/Makefile	Sun Jul 17 18:53:40 2016	(r418675)
@@ -0,0 +1,22 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	UPnP-Inspector
+PORTVERSION=	0.2.2
+CATEGORIES=	net python
+MASTER_SITES=	http://coherence.beebits.net/download/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	UPnP Device and Service analyzer
+
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/py-upnp-inspector/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-upnp-inspector/distinfo	Sun Jul 17 18:53:40 2016	(r418675)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1464286832
+SHA256 (UPnP-Inspector-0.2.2.tar.gz) = 5d495d99651274dad8d26cc36e43fbb6f22672f9e5383369d8402dd0c9798bfa
+SIZE (UPnP-Inspector-0.2.2.tar.gz) = 134150

Added: head/net/py-upnp-inspector/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-upnp-inspector/pkg-descr	Sun Jul 17 18:53:40 2016	(r418675)
@@ -0,0 +1,5 @@
+The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
+based on the Coherence DLNA/UPnP framework.
+Modeled loosely after the Intel UPnP Device Spy and Device Validator.
+
+WWW: http://coherence.beebits.net/wiki/UPnP-Inspector/


More information about the svn-ports-head mailing list