diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-26 16:18:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-26 16:18:52 +0000 |
commit | 60f1043010084c183002568e6511c93ec9f1967c (patch) | |
tree | a457fd0058b8bd7b59602968fcc06b4185299477 /net | |
parent | 99900d899af57be118de5cc4f67f13cdce99be32 (diff) | |
download | ports-60f1043010084c183002568e6511c93ec9f1967c.tar.gz ports-60f1043010084c183002568e6511c93ec9f1967c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gupnp-igd/Makefile | 23 | ||||
-rw-r--r-- | net/gupnp-igd/distinfo | 3 | ||||
-rw-r--r-- | net/gupnp-igd/pkg-descr | 3 | ||||
-rw-r--r-- | net/gupnp-igd/pkg-plist | 24 |
5 files changed, 54 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 493da262b24c..aca314cacc3d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -206,6 +206,7 @@ SUBDIR += gtk-vnc SUBDIR += gupnp SUBDIR += gupnp-av + SUBDIR += gupnp-igd SUBDIR += gupnp-ui SUBDIR += gutenfetch SUBDIR += gwhois diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile new file mode 100644 index 000000000000..8434b75b7f80 --- /dev/null +++ b/net/gupnp-igd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gupnp-igd +# Date created: 2009-12-26 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gupnp-igd +PORTVERSION= 0.1.5 +CATEGORIES= net +MASTER_SITES= http://www.gupnp.org/sources/${PORTNAME}/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Library to handle UPnP IGD port mapping + +LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack libglade2 glib20 +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/net/gupnp-igd/distinfo b/net/gupnp-igd/distinfo new file mode 100644 index 000000000000..e6b5fbe12ed0 --- /dev/null +++ b/net/gupnp-igd/distinfo @@ -0,0 +1,3 @@ +MD5 (gupnp-igd-0.1.5.tar.gz) = 991156298967b586bb888cacce202dea +SHA256 (gupnp-igd-0.1.5.tar.gz) = b6a8b0e8516a5a93dc435da21c71a6f93775a8bc3429a31348005564e40ff92e +SIZE (gupnp-igd-0.1.5.tar.gz) = 335225 diff --git a/net/gupnp-igd/pkg-descr b/net/gupnp-igd/pkg-descr new file mode 100644 index 000000000000..c3ccc5194215 --- /dev/null +++ b/net/gupnp-igd/pkg-descr @@ -0,0 +1,3 @@ +This is a library to handle UPnP IGD port mapping. + +WWW: http://www.gupnp.org/ diff --git a/net/gupnp-igd/pkg-plist b/net/gupnp-igd/pkg-plist new file mode 100644 index 000000000000..afab19bbc659 --- /dev/null +++ b/net/gupnp-igd/pkg-plist @@ -0,0 +1,24 @@ +include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h +include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h +lib/libgupnp-igd-1.0.a +lib/libgupnp-igd-1.0.la +lib/libgupnp-igd-1.0.so +lib/libgupnp-igd-1.0.so.3 +libdata/pkgconfig/gupnp-igd-1.0.pc +share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html +share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html +share/gtk-doc/html/gupnp-igd/ch01.html +share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp +share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp2 +share/gtk-doc/html/gupnp-igd/home.png +share/gtk-doc/html/gupnp-igd/index.html +share/gtk-doc/html/gupnp-igd/index.sgml +share/gtk-doc/html/gupnp-igd/left.png +share/gtk-doc/html/gupnp-igd/right.png +share/gtk-doc/html/gupnp-igd/style.css +share/gtk-doc/html/gupnp-igd/up.png +@dirrmtry share/gtk-doc/html/gupnp-igd +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrmtry include/gupnp-igd-1.0/libgupnp-igd +@dirrmtry include/gupnp-igd-1.0 |