Initial import of gupnp-igd-0.1.3:
This is a library to handle UPnP IGD port mapping.
This commit is contained in:
parent
76330637f8
commit
17d72cc75e
5 changed files with 63 additions and 0 deletions
1
net/gupnp-igd/DESCR
Normal file
1
net/gupnp-igd/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This is a library to handle UPnP IGD port mapping.
|
25
net/gupnp-igd/Makefile
Normal file
25
net/gupnp-igd/Makefile
Normal file
|
@ -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
|
||||
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"
|
17
net/gupnp-igd/PLIST
Normal file
17
net/gupnp-igd/PLIST
Normal file
|
@ -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
|
15
net/gupnp-igd/buildlink3.mk
Normal file
15
net/gupnp-igd/buildlink3.mk
Normal file
|
@ -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
|
5
net/gupnp-igd/distinfo
Normal file
5
net/gupnp-igd/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue