Port details |
- gupnp-tools Set of utilities and demos to work with UPnP
- 0.12.1_2 net =2 0.12.1_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-07-14 16:18:07
- Last Update: 2024-02-21 15:06:36
- Commit Hash: 0979c38a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL20
- WWW:
- https://wiki.gnome.org/Projects/GUPnP
- https://gitlab.gnome.org/GNOME/gupnp-tools
- Description:
- GUPnP is an 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.
GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. They
provides the following client and server side tools which enable one to easily
test and debug one's UPnP devices and control points:
- Universal Control Point: a tool that enables one to discover UPnP devices and
services, retrieve information about them, subscribe to events and invoke
actions.
- Network Light: a virtual light bulb that allows control points to switch it on
and off, change its dimming level and query its current status. It also
provides a simple UI to control all the network lights available on the
network.
- AV Control Point: a simple media player UI that enables one to discover and
play multimedia contents available on a network. It is strictly a control
point and therefore does not have any playback capabilities of it's own and
relies on external UPnP MediaRenderer devices for actual playback.
- Upload: a simple commandline utility that uploads files to known MediaServers.
Use Universal Control Point for discovering the MediaServers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gupnp-tools>0:net/gupnp-tools
- To install the port:
- cd /usr/ports/net/gupnp-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install net/gupnp-tools
- pkg install gupnp-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gupnp-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692211647
SHA256 (gupnp-tools-0.12.1.tar.xz) = 53cf93123f397e8f8f0b8e9e4364c86a7502a5334f4c0be2e054a824478bd5ba
SIZE (gupnp-tools-0.12.1.tar.xz) = 183488
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glib>=2.68 : devel/glib20
- gssdp>=1.6.2 : net/gssdp
- gtk3>=3.10 : x11-toolkits/gtk30
- gupnp>=1.6.0 : net/gupnp
- libsoup3>=3.0 : devel/libsoup3
- gupnp-av>=0.5.5 : net/gupnp-av
- msgfmt : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgssdp-1.6.so : net/gssdp
- libgupnp-1.6.so : net/gupnp
- libsoup-3.0.so : devel/libsoup3
- libgupnp-av-1.0.so : net/gupnp-av
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gupnp-tools-0.12.1_2:
AV_TOOLS=on
===> Use 'make config' to modify these settings
- Options name:
- net_gupnp-tools
- USES:
- gettext-tools gnome meson pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.1_2 21 Feb 2024 15:06:36 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Cosmetic change |
0.12.1_2 12 Jan 2024 17:05:02 |
Daniel Engberg (diizzy) |
net/gupnp-tools: Fix build with libxml2 2.11
Define -Wno-error=deprecated-declarations to fix build
PR: 273210
Reported by: antoine (via exp-run)
Approved by: portmgr (blanket, build fix) |
0.12.1_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.12.1 21 Aug 2023 17:02:56 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Update to 0.12.1
- Update WWW and clean up pkg-descr
Changes: https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/master/NEWS |
0.12.0_1 29 Jul 2023 00:11:01 |
Jan Beich (jbeich) |
net/gupnp-tools: unbreak build with Meson 1.2.0
meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean
"[provide]"?
meson.build:1:0: ERROR: Multiple wrap files provide 'dependency_name'
dependency: gupnp-av-1.0.wrap and gupnp-1.6.wrap
PR: 272276
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/6f4973abad9e |
0.12.0_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.12.0 19 Nov 2022 08:11:31 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Update to 0.12.0
Changes: https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/master/NEWS |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.10.3 22 May 2022 04:22:04 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Update to 0.10.3
Changes: https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/gupnp-tools-0-10/NEWS |
0.10.2_5 26 Apr 2022 15:01:14 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Update *_DEPENDS after gssdp 1.5.0 and gupnp 1.5.0 update
- Bump PORTREVISION for dependency change |
0.10.2_4 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.10.2_3 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.10.2_2 25 Mar 2022 13:36:42 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Fix f79bbcc933448556e9bb2cd0b4102c2e190e48ba
- Bump PORTREVISION for dependency change
USES=gettext is equivalent to USES=gettext-runtime getext-tools.
USES=gettext-tools is sufficient to provide msgfmt. |
0.10.2_1 20 Mar 2022 18:15:56 |
Jan Beich (jbeich) |
net/gupnp-tools: unbreak build with Meson 0.62.0
data/meson.build:32:5: ERROR: Program 'msgfmt' not found or not executable
PR: 262465
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/8b573d7dc65b |
0.10.2 21 Nov 2021 21:14:32 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Update to 0.10.2
Changes: https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/master/NEWS |
0.10.1_1 21 Sep 2021 03:35:18 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp: Update to 1.3.1
Changes: https://gitlab.gnome.org/GNOME/gupnp/-/blob/master/NEWS |
0.10.1 14 Jul 2021 16:09:34 |
Po-Chuan Hsieh (sunpoet) |
net/gupnp-tools: Add gupnp-tools 0.10.1
GUPnP is an 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.
GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. They
provides the following client and server side tools which enable one to easily
test and debug one's UPnP devices and control points:
- Universal Control Point: a tool that enables one to discover UPnP devices and
services, retrieve information about them, subscribe to events and invoke
actions.
- Network Light: a virtual light bulb that allows control points to switch it on
and off, change its dimming level and query its current status. It also
provides a simple UI to control all the network lights available on the
network.
- AV Control Point: a simple media player UI that enables one to discover and
play multimedia contents available on a network. It is strictly a control
point and therefore does not have any playback capabilities of it's own and
relies on external UPnP MediaRenderer devices for actual playback.
- Upload: a simple commandline utility that uploads files to known MediaServers.
Use Universal Control Point for discovering the MediaServers.
WWW: https://wiki.gnome.org/Projects/GUPnP
WWW: https://gitlab.gnome.org/GNOME/gupnp-tools |