[107944] trunk/dports/net

devans at macports.org devans at macports.org
Tue Jul 9 13:34:11 PDT 2013


Revision: 107944
          https://trac.macports.org/changeset/107944
Author:   devans at macports.org
Date:     2013-07-09 13:34:11 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
gupnp: new port, an elegant, object-oriented open source framework for creating UPnP devices and control points.

Added Paths:
-----------
    trunk/dports/net/gupnp/
    trunk/dports/net/gupnp/Portfile

Added: trunk/dports/net/gupnp/Portfile
===================================================================
--- trunk/dports/net/gupnp/Portfile	                        (rev 0)
+++ trunk/dports/net/gupnp/Portfile	2013-07-09 20:34:11 UTC (rev 107944)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name            gupnp
+version         0.20.3
+license         LGPL
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.
+
+long_description \
+                GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, \
+                written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. \
+                It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.
+
+maintainers     devans openmaintainer
+categories      net gnome
+platforms       darwin
+homepage        https://live.gnome.org/GUPnP/
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  fe88ed4d37b358727c9c37af87c64608a461fc05 \
+                sha256  ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0
+
+depends_build   port:pkgconfig
+
+depends_lib     port:gssdp \
+                port:libsoup \
+                port:libxml2 \
+                port:gobject-introspection \
+                port:vala
+
+configure.args  --disable-silent-rules \
+                --enable-introspection=yes
+
+livecheck.type  gnome


Property changes on: trunk/dports/net/gupnp/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/20130709/99299720/attachment.html>


More information about the macports-changes mailing list