1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/mediatomb/pkg-plist
Martin Wilke 8e8a7e0e30 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>
2007-04-17 18:33:48 +00:00

100 lines
3.8 KiB
Plaintext

@comment $FreeBSD$
bin/mediatomb
%%DATADIR%%/js/import.js
%%DATADIR%%/mappings.xml
%%DATADIR%%/mysql.sql
%%DATADIR%%/sqlite3.sql
%%DATADIR%%/web/cds.xml
%%DATADIR%%/web/cm.xml
%%DATADIR%%/web/disabled.html
%%DATADIR%%/web/favicon.ico
%%DATADIR%%/web/icons/add_as_autoscan.png
%%DATADIR%%/web/icons/autoscan_config_folder_open.png
%%DATADIR%%/web/icons/autoscan_folder_open.png
%%DATADIR%%/web/icons/blank.gif
%%DATADIR%%/web/icons/blank.png
%%DATADIR%%/web/icons/document-new.png
%%DATADIR%%/web/icons/film.png
%%DATADIR%%/web/icons/folder_new.png
%%DATADIR%%/web/icons/folder_open.png
%%DATADIR%%/web/icons/go-first.png
%%DATADIR%%/web/icons/go-last.png
%%DATADIR%%/web/icons/go-next.png
%%DATADIR%%/web/icons/go-previous.png
%%DATADIR%%/web/icons/mediatomb.png
%%DATADIR%%/web/icons/mt-icon120.bmp
%%DATADIR%%/web/icons/mt-icon120.jpg
%%DATADIR%%/web/icons/mt-icon120.png
%%DATADIR%%/web/icons/mt-icon32.bmp
%%DATADIR%%/web/icons/mt-icon32.jpg
%%DATADIR%%/web/icons/mt-icon32.png
%%DATADIR%%/web/icons/mt-icon48.bmp
%%DATADIR%%/web/icons/mt-icon48.jpg
%%DATADIR%%/web/icons/mt-icon48.png
%%DATADIR%%/web/icons/nanotree/images/autoscan_config_folder_closed.png
%%DATADIR%%/web/icons/nanotree/images/autoscan_config_folder_open.png
%%DATADIR%%/web/icons/nanotree/images/autoscan_folder_closed.png
%%DATADIR%%/web/icons/nanotree/images/autoscan_folder_open.png
%%DATADIR%%/web/icons/nanotree/images/folder_closed.png
%%DATADIR%%/web/icons/nanotree/images/folder_open.png
%%DATADIR%%/web/icons/nanotree/images/lastnode.png
%%DATADIR%%/web/icons/nanotree/images/line.png
%%DATADIR%%/web/icons/nanotree/images/minus.png
%%DATADIR%%/web/icons/nanotree/images/minus_last.png
%%DATADIR%%/web/icons/nanotree/images/minus_last_no_root.png
%%DATADIR%%/web/icons/nanotree/images/minus_no_root.png
%%DATADIR%%/web/icons/nanotree/images/plus.png
%%DATADIR%%/web/icons/nanotree/images/plus_last.png
%%DATADIR%%/web/icons/nanotree/images/plus_last_no_root.png
%%DATADIR%%/web/icons/nanotree/images/plus_no_root.png
%%DATADIR%%/web/icons/nanotree/images/t.png
%%DATADIR%%/web/icons/nanotree/images/t_no_root.png
%%DATADIR%%/web/icons/nanotree/images/white.png
%%DATADIR%%/web/icons/remove_all.png
%%DATADIR%%/web/icons/remove_autoscan.png
%%DATADIR%%/web/icons/remove_this.png
%%DATADIR%%/web/icons/status.png
%%DATADIR%%/web/icons/status_loading.png
%%DATADIR%%/web/icons/status_updates_pending.png
%%DATADIR%%/web/icons/stock-add.png
%%DATADIR%%/web/icons/stock_edit.png
%%DATADIR%%/web/icons/stock_exit.png
%%DATADIR%%/web/index.html
%%DATADIR%%/web/js/auth.js
%%DATADIR%%/web/js/autoscan.js
%%DATADIR%%/web/js/icons.js
%%DATADIR%%/web/js/items.js
%%DATADIR%%/web/js/md5.js
%%DATADIR%%/web/js/nanotree.js
%%DATADIR%%/web/js/pngbehavior.htc
%%DATADIR%%/web/js/prototype.js
%%DATADIR%%/web/js/tasks.js
%%DATADIR%%/web/js/tools.js
%%DATADIR%%/web/js/tree.js
%%DATADIR%%/web/left.html
%%DATADIR%%/web/main.css
%%DATADIR%%/web/mr_reg.xml
%%DATADIR%%/web/right.html
%%DATADIR%%/web/std_treelook.css
%%DATADIR%%/web/top.html
%%DATADIR%%/web/topleft.html
%%DATADIR%%/web/topright.html
@owner %%MEDIATOMB_USER%%
@group %%MEDIATOMB_GROUP%%
@exec mkdir -m %%MEDIATOMB_MASK%% -p %D/etc/mediatomb
@exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %D/etc/mediatomb
@unexec if cmp -s %D/etc/mediatomb/config.xml.dist %D/etc/mediatomb/config.xml; then rm -f %D/etc/mediatomb/config.xml; fi
etc/mediatomb/config.xml.dist
@exec [ -f %B/config.xml ] || cp -p %B/%f %B/config.xml
@unexec rmdir %%MEDIATOMB_DIR%% 2>/dev/null 1>&2 || true
@exec mkdir -m %%MEDIATOMB_MASK%% -p %%MEDIATOMB_DIR%%
@exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %%MEDIATOMB_DIR%%
@dirrmtry etc/mediatomb
@dirrm %%DATADIR%%/js
@dirrm %%DATADIR%%/web/icons/nanotree/images
@dirrm %%DATADIR%%/web/icons/nanotree
@dirrm %%DATADIR%%/web/icons
@dirrm %%DATADIR%%/web/js
@dirrm %%DATADIR%%/web
@dirrm %%DATADIR%%