diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-14 19:58:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-14 19:58:42 +0800 |
commit | 42bab95706028544e0229c2725e291f2f9b94555 (patch) | |
tree | 67bcfad807166ef735ebd5f2cd6aebf401f16dbc /net/Makefile | |
parent | cf6fcbff1a9fa788bacfb23924dd74e57473dbd8 (diff) | |
download | freebsd-ports-gnome-42bab95706028544e0229c2725e291f2f9b94555.tar.gz freebsd-ports-gnome-42bab95706028544e0229c2725e291f2f9b94555.tar.zst freebsd-ports-gnome-42bab95706028544e0229c2725e291f2f9b94555.zip |
GeeXboX uShare is a UPnP (TM) A/V Media Server. It implements the server
component that provides UPnP media devices with information on available
multimedia files. uShare uses the built-in http server of libupnp to stream
the files to clients.
WWW: http://ushare.geexbox.org/
PR: ports/106634
Submitted by: Volker Theile <votdev at gmx.de>
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 c01f72f71893..fb7b9ada4a30 100644 --- a/net/Makefile +++ b/net/Makefile @@ -831,6 +831,7 @@ SUBDIR += uproxy SUBDIR += urelay SUBDIR += urlendec + SUBDIR += ushare SUBDIR += utftpd SUBDIR += v6eval SUBDIR += vchat |