Port details |
- py-wsdd Web Service Discovery (WSD) host daemon for Samba
- 0.8 net =4 0.8Version of this port present on the latest quarterly branch.
- Maintainer: hiroo.ono+freebsd@gmail.com
- Port Added: 2020-05-02 17:57:05
- Last Update: 2024-04-04 15:19:44
- Commit Hash: 72b5d47
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py39-beautifulsoup, mDNSResponder
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/christgau/wsdd
- Description:
- wsdd implements a Web Service Discovery host daemon. This enables (Samba)
hosts, like your local NAS device, to be found by Web Service Discovery Clients
like Windows.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wsdd>0:net/py-wsdd@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-wsdd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-wsdd
- pkg install py39-wsdd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-wsdd listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-wsdd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711989050
SHA256 (christgau-wsdd-v0.8_GH0.tar.gz) = 175b997518073ea82c95dadea50a0f01ffa4ff292cbb84b5e64f82e7e6c94fc9
SIZE (christgau-wsdd-v0.8_GH0.tar.gz) = 40455
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_py-wsdd
- USES:
- python:run shebangfix
- pkg-message:
- For install:
- To run wsdd at startup, you need to add the following to /etc/rc.conf:
wsdd_enable="YES"
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8 04 Apr 2024 15:19:44 |
Nuno Teixeira (eduardo) Author: Hiroo Ono |
net/py-wsdd: Update to 0.8
ChangeLog: https://github.com/christgau/wsdd/blob/v0.8/CHANGELOG.md
PR: 278107 |
0.7.1_1 07 Mar 2024 09:03:43 |
Dimitry Andric (dim) Author: Lars Herschke |
net/py-wsdd: The line break in the start logging should be present
PR: 277160
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
MFH: 2024Q1 |
0.7.1_1 22 Jan 2024 15:50:46 |
Muhammad Moinur Rahman (bofh) |
net/py-wsdd: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.7.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.7.1 22 Jun 2023 03:00:25 |
Yasuhiro Kimura (yasu) |
net/py-wsdd: Update to 0.7.1
ChangeLog: https://github.com/christgau/wsdd/blob/v0.7.1/CHANGELOG.md
PR: 272122
Approved by: maintainer |
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.7.0 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.7.0 06 Dec 2021 06:52:23 |
Hiroki Tagato (tagattie) Author: Hiroo Ono |
net/py-wsdd: update to 0.7.0
Changelog: https://github.com/christgau/wsdd/blob/v0.7.0/CHANGELOG.md
PR: 260223
Reported by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) |
0.6.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.4_2 03 Mar 2021 11:16:57 |
fernape |
net/py-wsdd: Add closing { to pkg-message
PR: 253941
Submitted by: andrew@neptune-one.net
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
MFH: 2021Q1 |
0.6.4_1 28 Feb 2021 13:02:15 |
dim |
net/py-wsdd: uppercase LOGIN provision in BEFORE line in rc script
Avoid complaints from rcorder(8) about "unknown provision `login'". This
was because the provision 'login' should be uppercased instead.
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
PR: 253906
MFH: 2021Q1 |
0.6.4 13 Feb 2021 10:23:45 |
lwhsu |
net/py-wsdd: Update to 0.6.4
Changelog: https://github.com/christgau/wsdd/blob/v0.6.4/CHANGELOG.md
PR: 253478
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) |
0.6.3 17 Jan 2021 18:16:30 |
swills |
net/py-wsdd: Update to 0.6.3
PR: 252742
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) |
0.6.2 31 Oct 2020 07:41:02 |
rhurlin |
net/py-wsdd: Update to 0.6.2
Changelog[1]:
- Lowered priority of non-essential, protocol-related and
internal log messages
- Do not use PID in Netlink sockets in order to avoid issues
with duplicated PIDs, e.g., when Docker is used
- Prevent exceptions due to invalid incoming messages
- HTTP server address family wrong when interface address is added
- Error when interface address is removed
[1] https://github.com/christgau/wsdd/blob/v0.6.2/CHANGELOG.md
PR: 250585
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27030 |
0.6.1_2 07 Oct 2020 17:14:20 |
dim |
Create dedicated sandbox user for wsdd service
This changes the account the wsdd service runs under from the generic
'daemon' user to its own dedicated '_wsdd' user.
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
PR: 250159
MFH: 2020Q4 |
0.6.1_1 13 Sep 2020 17:48:06 |
dbaio |
net/py-wsdd: Fix rc script
PR: 249125
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) |
0.6.1 26 Jul 2020 14:34:04 |
tcberner |
net/py-wsdd: Update to 0.6.1
0.6.1 fixes a critical bug pertaining to BSD, where the HTTP server in wsdd
would basically "do nothing" due to listen(2) being called _after_ kevent(2)
(and pending network socket I/O was therefore never processed). I was the
reporter and analyst of this bug: https://github.com/christgau/wsdd/issues/49
- Additionally: little change to rc.d script to properly stop the daemon.
PR: 247626
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Reported by: Jeremy Chadwick <jdc@koitsu.org> |
0.6 09 Jun 2020 05:40:02 |
fernape |
net/py-wsdd: Update to 0.6
PR: 247076
Submitted by: hiroo.ono+freebsd@gmail.com (maintainer) |
0.5_1 30 May 2020 08:28:29 |
tagattie |
Add patch to correctly set wsdd_group in rc.d script
PR: 246457
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: hiroo.ono+freebsd@gmail.com (maintainer), mentors (implicit) |
0.5 02 May 2020 17:56:59 |
mandree |
new port: net/py-wsdd, web service discovery host daemon
wsdd implements a Web Service Discovery host daemon. This enables (Samba)
hosts, like your local NAS device, to be found by Web Service Discovery
Clients like Windows.
WWW: https://github.com/christgau/wsdd
PR: 246042
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) |