diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-12-01 06:29:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-12-01 06:29:30 +0000 |
commit | c57cb51598dbd453cca5382ff4e0bd250513288c (patch) | |
tree | 3f54c138c589f82024eaf479607ca343af7a4c6d /net/neubot/pkg-plist | |
parent | 64649baa75e59e93d5a7659c944b247ed3e3c03e (diff) | |
download | ports-c57cb51598dbd453cca5382ff4e0bd250513288c.tar.gz ports-c57cb51598dbd453cca5382ff4e0bd250513288c.zip |
Notes
Diffstat (limited to 'net/neubot/pkg-plist')
-rw-r--r-- | net/neubot/pkg-plist | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/net/neubot/pkg-plist b/net/neubot/pkg-plist index 87ac89fe9148..4e6d8309a095 100644 --- a/net/neubot/pkg-plist +++ b/net/neubot/pkg-plist @@ -1,9 +1,4 @@ -bin/nagios-plugin-neubot bin/neubot -bin/neubot_gui -bin/neubot_notify -bin/neubotw -bin/start-neubot-daemon etc/xdg/autostart/neubot.desktop share/applications/neubot.desktop share/icons/hicolor/scalable/apps/neubot.svg @@ -27,8 +22,6 @@ share/icons/hicolor/scalable/apps/neubot.svg %%DATADIR%%/bittorrent/config.pyc %%DATADIR%%/bittorrent/estimate.py %%DATADIR%%/bittorrent/estimate.pyc -%%DATADIR%%/bittorrent/negotiate.py -%%DATADIR%%/bittorrent/negotiate.pyc %%DATADIR%%/bittorrent/peer.py %%DATADIR%%/bittorrent/peer.pyc %%DATADIR%%/bittorrent/sched.py @@ -87,8 +80,14 @@ share/icons/hicolor/scalable/apps/neubot.svg %%DATADIR%%/main/module.pyc %%DATADIR%%/marshal.py %%DATADIR%%/marshal.pyc -%%DATADIR%%/negotiate.py -%%DATADIR%%/negotiate.pyc +%%DATADIR%%/negotiate/__init__.py +%%DATADIR%%/negotiate/__init__.pyc +%%DATADIR%%/negotiate/server.py +%%DATADIR%%/negotiate/server.pyc +%%DATADIR%%/negotiate/server_bittorrent.py +%%DATADIR%%/negotiate/server_bittorrent.pyc +%%DATADIR%%/negotiate/server_speedtest.py +%%DATADIR%%/negotiate/server_speedtest.pyc %%DATADIR%%/net/CA.py %%DATADIR%%/net/CA.pyc %%DATADIR%%/net/__init__.py @@ -99,6 +98,10 @@ share/icons/hicolor/scalable/apps/neubot.svg %%DATADIR%%/net/poller.pyc %%DATADIR%%/net/stream.py %%DATADIR%%/net/stream.pyc +%%DATADIR%%/notifier/__init__.py +%%DATADIR%%/notifier/__init__.pyc +%%DATADIR%%/notifier/unix.py +%%DATADIR%%/notifier/unix.pyc %%DATADIR%%/notify.py %%DATADIR%%/notify.pyc %%DATADIR%%/privacy.py @@ -131,14 +134,10 @@ share/icons/hicolor/scalable/apps/neubot.svg %%DATADIR%%/speedtest/__init__.pyc %%DATADIR%%/speedtest/client.py %%DATADIR%%/speedtest/client.pyc -%%DATADIR%%/speedtest/compat.py -%%DATADIR%%/speedtest/compat.pyc -%%DATADIR%%/speedtest/negotiate.py -%%DATADIR%%/speedtest/negotiate.pyc %%DATADIR%%/speedtest/server.py %%DATADIR%%/speedtest/server.pyc -%%DATADIR%%/speedtest/session.py -%%DATADIR%%/speedtest/session.pyc +%%DATADIR%%/speedtest/wrapper.py +%%DATADIR%%/speedtest/wrapper.pyc %%DATADIR%%/state.py %%DATADIR%%/state.pyc %%DATADIR%%/system/__init__.py @@ -149,12 +148,18 @@ share/icons/hicolor/scalable/apps/neubot.svg %%DATADIR%%/system/unix.pyc %%DATADIR%%/system/win32.py %%DATADIR%%/system/win32.pyc +%%DATADIR%%/updater/unix.py +%%DATADIR%%/updater/unix.pyc %%DATADIR%%/utils/__init__.py %%DATADIR%%/utils/__init__.pyc %%DATADIR%%/utils/blocks.py %%DATADIR%%/utils/blocks.pyc %%DATADIR%%/utils/version.py %%DATADIR%%/utils/version.pyc +%%DATADIR%%/viewer/__init__.py +%%DATADIR%%/viewer/__init__.pyc +%%DATADIR%%/viewer/unix.py +%%DATADIR%%/viewer/unix.pyc %%DATADIR%%/www/bittorrent.html %%DATADIR%%/www/css/jquery.jqplot.css %%DATADIR%%/www/css/style.css @@ -198,12 +203,16 @@ share/icons/hicolor/scalable/apps/neubot.svg @dirrm %%DATADIR%%/www/img @dirrm %%DATADIR%%/www/css @dirrm %%DATADIR%%/www +@dirrm %%DATADIR%%/viewer @dirrm %%DATADIR%%/utils +@dirrm %%DATADIR%%/updater @dirrm %%DATADIR%%/system @dirrm %%DATADIR%%/speedtest @dirrm %%DATADIR%%/simplejson @dirrm %%DATADIR%%/rendezvous +@dirrm %%DATADIR%%/notifier @dirrm %%DATADIR%%/net +@dirrm %%DATADIR%%/negotiate @dirrm %%DATADIR%%/main @dirrm %%DATADIR%%/http @dirrm %%DATADIR%%/debug |