Skip to content

Commit

Permalink
net/gupnp-igd12: Add gupnp-igd12 1.2.0 (copied from gupnp-igd)
Browse files Browse the repository at this point in the history
- Add PORTSCOUT
  • Loading branch information
sunpoet committed Apr 18, 2023
1 parent 3f452eb commit a3a9367
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Expand Up @@ -234,6 +234,7 @@
SUBDIR += gupnp-av
SUBDIR += gupnp-dlna
SUBDIR += gupnp-igd
SUBDIR += gupnp-igd12
SUBDIR += gupnp-tools
SUBDIR += gupnp-ui
SUBDIR += gupnp14
Expand Down
29 changes: 29 additions & 0 deletions net/gupnp-igd12/Makefile
@@ -0,0 +1,29 @@
PORTNAME= gupnp-igd
PORTVERSION= 1.2.0
CATEGORIES= net
MASTER_SITES= GNOME
PKGNAMESUFFIX= 12

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to handle UPnP IGD port mapping
WWW= https://wiki.gnome.org/Projects/GUPnP

LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= gobject-introspection>=0.10:devel/gobject-introspection \
gssdp14>=1.2.0:net/gssdp14 \
gupnp14>=1.2.0:net/gupnp14
LIB_DEPENDS= libgssdp-1.2.so:net/gssdp14 \
libgupnp-1.2.so:net/gupnp14

USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build

MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true
USE_CSTD= c11
USE_LDCONFIG= yes

PORTSCOUT= limit:^1\.2\.

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/gupnp-igd12/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1600863356
SHA256 (gupnp-igd-1.2.0.tar.xz) = 4b5120098aa13edd27818ba9ee4d7fe961bf540bf50d056ff703c61545e02be1
SIZE (gupnp-igd-1.2.0.tar.xz) = 26100
1 change: 1 addition & 0 deletions net/gupnp-igd12/pkg-descr
@@ -0,0 +1 @@
This is a library to handle UPnP IGD port mapping.
9 changes: 9 additions & 0 deletions net/gupnp-igd12/pkg-plist
@@ -0,0 +1,9 @@
include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h
include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h
lib/girepository-1.0/GUPnPIgd-1.0.typelib
lib/libgupnp-igd-1.0.a
lib/libgupnp-igd-1.0.so
lib/libgupnp-igd-1.0.so.4
lib/libgupnp-igd-1.0.so.4.2.1
libdata/pkgconfig/gupnp-igd-1.0.pc
share/gir-1.0/GUPnPIgd-1.0.gir

0 comments on commit a3a9367

Please sign in to comment.