diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-14 11:58:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-14 11:58:42 +0000 |
commit | 8b39f70d7af24250ec47102bccf5b68d7798a90d (patch) | |
tree | d3d631e3e9555ea47f4674c953d688959acb9b6b /net/Makefile | |
parent | a07ce68c377e72726221fa9cc3cb77bf19256fff (diff) | |
download | ports-8b39f70d7af24250ec47102bccf5b68d7798a90d.tar.gz ports-8b39f70d7af24250ec47102bccf5b68d7798a90d.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>
Notes
Notes:
svn path=/head/; revision=179738
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 |