pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gupnp-igd Initial import of gupnp-igd-0.1.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00a6a2ce173f
branches:  trunk
changeset: 397700:00a6a2ce173f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 17 21:07:40 2009 +0000

description:
Initial import of gupnp-igd-0.1.3:
This is a library to handle UPnP IGD port mapping.

diffstat:

 net/gupnp-igd/DESCR         |   1 +
 net/gupnp-igd/Makefile      |  25 +++++++++++++++++++++++++
 net/gupnp-igd/PLIST         |  17 +++++++++++++++++
 net/gupnp-igd/buildlink3.mk |  15 +++++++++++++++
 net/gupnp-igd/distinfo      |   5 +++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 5e28bc68a1f4 -r 00a6a2ce173f net/gupnp-igd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/DESCR       Mon Aug 17 21:07:40 2009 +0000
@@ -0,0 +1,1 @@
+This is a library to handle UPnP IGD port mapping.
diff -r 5e28bc68a1f4 -r 00a6a2ce173f net/gupnp-igd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/Makefile    Mon Aug 17 21:07:40 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $
+#
+
+DISTNAME=      gupnp-igd-0.1.3
+CATEGORIES=    net devel
+MASTER_SITES=  http://www.gupnp.org/sources/gupnp-igd/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gupnp.org/
+COMMENT=       Library to handle UPnP IGD port mapping
+LICENSE=       gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+
+PKGCONFIG_OVERRIDE+=   gupnp-igd-1.0.pc.in
+
+.include "../../net/gupnp/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.14.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5e28bc68a1f4 -r 00a6a2ce173f net/gupnp-igd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/PLIST       Mon Aug 17 21:07:40 2009 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $
+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.la
+lib/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
diff -r 5e28bc68a1f4 -r 00a6a2ce173f net/gupnp-igd/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/buildlink3.mk       Mon Aug 17 21:07:40 2009 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $
+
+BUILDLINK_TREE+=       gupnp-igd
+
+.if !defined(GUPNP_IGD_BUILDLINK3_MK)
+GUPNP_IGD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gupnp-igd+=      gupnp-igd>=0.1.3
+BUILDLINK_PKGSRCDIR.gupnp-igd?=        ../../net/gupnp-igd
+
+.include "../../net/gupnp/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.endif # GUPNP_IGD_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -gupnp-igd
diff -r 5e28bc68a1f4 -r 00a6a2ce173f net/gupnp-igd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/distinfo    Mon Aug 17 21:07:40 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $
+
+SHA1 (gupnp-igd-0.1.3.tar.gz) = 995e87de6dd3e5db9bfdca0610168286c6cbda39
+RMD160 (gupnp-igd-0.1.3.tar.gz) = 20596eb260210e1678cb659f40cc1f0c98b37808
+Size (gupnp-igd-0.1.3.tar.gz) = 379500 bytes



Home | Main Index | Thread Index | Old Index