diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-18 02:33:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-18 02:33:48 +0800 |
commit | e28165662349c9c6c4d565eccdcf260e1eac6458 (patch) | |
tree | 4733eadf56a1ed12fee6173c0f85564715631e5b /net/Makefile | |
parent | 246e99596dc137cc6f8eb783d676734fad1b84e4 (diff) | |
download | freebsd-ports-gnome-e28165662349c9c6c4d565eccdcf260e1eac6458.tar.gz freebsd-ports-gnome-e28165662349c9c6c4d565eccdcf260e1eac6458.tar.zst freebsd-ports-gnome-e28165662349c9c6c4d565eccdcf260e1eac6458.zip |
UPnP media server
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.
MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/. The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.
WWW: http://mediatomb.cc/
- Leonhard Wimmer
leo@mediatomb.cc
PR: ports/111038
Submitted by: Leonhard Wimmer <leo at mediatomb.cc>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 86be497656c3..d7269ff71140 100644 --- a/net/Makefile +++ b/net/Makefile @@ -301,6 +301,7 @@ SUBDIR += mars_nwe SUBDIR += mcast-tools SUBDIR += mediaproxy + SUBDIR += mediatomb SUBDIR += merlinmon SUBDIR += mgen SUBDIR += micro_inetd |