[74286] trunk/dports/net

devans at macports.org devans at macports.org
Fri Dec 10 11:36:07 PST 2010


Revision: 74286
          http://trac.macports.org/changeset/74286
Author:   devans at macports.org
Date:     2010-12-10 11:36:01 -0800 (Fri, 10 Dec 2010)
Log Message:
-----------
upnp-inspector: new port, a UPnP Device and Service analyzer based on the Coherence framework.

Added Paths:
-----------
    trunk/dports/net/upnp-inspector/
    trunk/dports/net/upnp-inspector/Portfile

Added: trunk/dports/net/upnp-inspector/Portfile
===================================================================
--- trunk/dports/net/upnp-inspector/Portfile	                        (rev 0)
+++ trunk/dports/net/upnp-inspector/Portfile	2010-12-10 19:36:01 UTC (rev 74286)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name            upnp-inspector
+version         0.2.2
+categories      net multimedia python
+maintainers     devans openmaintainer
+description     UPnP-Inspector is an UPnP Device and Service analyzer, \
+                based on the Coherence DLNA/UPnP framework.
+long_description ${description}
+
+platforms       darwin
+homepage        http://coherence.beebits.net/wiki/UPnP-Inspector
+master_sites    http://coherence.beebits.net/download/
+distname        UPnP-Inspector-${version}
+
+checksums       md5     6823a57f4501c8af6a7b8547b8133759 \
+                sha1    4885b612b98d3272d3ccb6b7539384ea5895d41c \
+                rmd160  effc60387a78b62234665f91f638c602e6a823a6
+
+depends_lib-append \
+                port:py26-gtk \
+                port:coherence
+
+livecheck.type  regex
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/net/upnp-inspector/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101210/4bd17902/attachment.html>


More information about the macports-changes mailing list