1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/minidlna/pkg-descr
Gleb Smirnoff 2db2d21af7 Upgrade minidlna to current snapshot in my repo.
The upstream project didn't have any releases for over year. A year ago
I have written quite a lot of code that improves minidlna operation on
FreeBSD. The code was accepted upstream, but not released during the year.
Later I've added more patches, that are now under review. Since this all
takes so long, we'd better point FreeBSD port to my repo.

Most important change is that event dispatcher mechanism is made OS
specific, and on FreeBSD it is kqueue(2). This allows to properly
integrate the file monitoring patch. Previously it was extremely
buggy, since a single process using select(2) and kqueue(2) at the
same time, although in different threads, isn't going to work
flawlessly. There few bugfixes of lesser importance.

See https://github.com/glebius/minidlna/commits/master
2019-01-08 04:14:51 +00:00

11 lines
352 B
Plaintext

MiniDLNA (aka ReadyDLNA) is server software with the aim of being
fully compliant with DLNA/UPnP-AV clients.
The media files are listed in an SQLite database allowing prompt
restarts.
This is Gleb Smirnoff's fork of original project by Justin Maggard,
created [temporarily] due to low activity of main project.
WWW: http://minidlna.sourceforge.net