From owner-svn-ports-head@freebsd.org Sun Jul 17 18:53:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB553B9CCF7; Sun, 17 Jul 2016 18:53:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 762641837; Sun, 17 Jul 2016 18:53:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6HIreMZ041464; Sun, 17 Jul 2016 18:53:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6HIremg041460; Sun, 17 Jul 2016 18:53:40 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607171853.u6HIremg041460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jul 2016 18:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418675 - in head/net: . py-upnp-inspector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 18:53:41 -0000 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 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 +# $FreeBSD$ + +PORTNAME= UPnP-Inspector +PORTVERSION= 0.2.2 +CATEGORIES= net python +MASTER_SITES= http://coherence.beebits.net/download/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@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 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/