notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
couchpotato Automatic NZB and torrent downloader
0.0.20170327_2 net-p2p Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.20170327_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-09-15
Maintainer: joshruehlig@gmail.com search for ports maintained by this maintainer
Port Added: 2016-12-26 18:14:40
Last Update: 2020-09-19 13:01:00
SVN Revision: 548980
People watching this port, also watch:: plexmediaserver, sonarr, nextcloud-php82, tautulli
Also Listed In: python
License: GPLv3
WWW:
http://couchpota.to/
Description:
CouchPotato (CP) is an automatic NZB and torrent downloader. WWW: http://couchpota.to/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1014 items)
Collapse this list.
  1. /usr/local/share/licenses/couchpotato-0.0.20170327_2/catalog.mk
  2. /usr/local/share/licenses/couchpotato-0.0.20170327_2/LICENSE
  3. /usr/local/share/licenses/couchpotato-0.0.20170327_2/GPLv3
  4. share/couchpotato/.coveragerc
  5. share/couchpotato/.editorconfig
  6. share/couchpotato/.github/contributing.md
  7. share/couchpotato/.github/issue_template.md
  8. share/couchpotato/.github/pull_request_template.md
  9. share/couchpotato/.nosetestsrc
  10. share/couchpotato/.travis.yml
  11. @mode 555
  12. share/couchpotato/CouchPotato.py
  13. @mode
  14. share/couchpotato/Gruntfile.js
  15. share/couchpotato/README.md
  16. share/couchpotato/config.rb
  17. share/couchpotato/couchpotato/__init__.py
  18. share/couchpotato/couchpotato/api.py
  19. share/couchpotato/couchpotato/core/__init__.py
  20. share/couchpotato/couchpotato/core/_base/__init__.py
  21. share/couchpotato/couchpotato/core/_base/_core.py
  22. share/couchpotato/couchpotato/core/_base/clientscript.py
  23. share/couchpotato/couchpotato/core/_base/desktop.py
  24. share/couchpotato/couchpotato/core/_base/downloader/__init__.py
  25. share/couchpotato/couchpotato/core/_base/downloader/main.py
  26. share/couchpotato/couchpotato/core/_base/downloader/static/downloaders.js
  27. share/couchpotato/couchpotato/core/_base/scheduler.py
  28. share/couchpotato/couchpotato/core/_base/updater/__init__.py
  29. share/couchpotato/couchpotato/core/_base/updater/main.py
  30. share/couchpotato/couchpotato/core/_base/updater/static/updater.js
  31. share/couchpotato/couchpotato/core/_base/updater/static/updater.scss
  32. share/couchpotato/couchpotato/core/database.py
  33. share/couchpotato/couchpotato/core/downloaders/__init__.py
  34. share/couchpotato/couchpotato/core/downloaders/blackhole.py
  35. share/couchpotato/couchpotato/core/downloaders/deluge.py
  36. share/couchpotato/couchpotato/core/downloaders/hadouken.py
  37. share/couchpotato/couchpotato/core/downloaders/nzbget.py
  38. share/couchpotato/couchpotato/core/downloaders/nzbvortex.py
  39. share/couchpotato/couchpotato/core/downloaders/pneumatic.py
  40. share/couchpotato/couchpotato/core/downloaders/putio/__init__.py
  41. share/couchpotato/couchpotato/core/downloaders/putio/main.py
  42. share/couchpotato/couchpotato/core/downloaders/putio/static/putio.js
  43. share/couchpotato/couchpotato/core/downloaders/qbittorrent_.py
  44. share/couchpotato/couchpotato/core/downloaders/rtorrent_.py
  45. share/couchpotato/couchpotato/core/downloaders/sabnzbd.py
  46. share/couchpotato/couchpotato/core/downloaders/synology.py
  47. share/couchpotato/couchpotato/core/downloaders/transmission.py
  48. share/couchpotato/couchpotato/core/downloaders/utorrent.py
  49. share/couchpotato/couchpotato/core/event.py
  50. share/couchpotato/couchpotato/core/helpers/__init__.py
  51. share/couchpotato/couchpotato/core/helpers/encoding.py
  52. share/couchpotato/couchpotato/core/helpers/request.py
  53. share/couchpotato/couchpotato/core/helpers/rss.py
  54. share/couchpotato/couchpotato/core/helpers/variable.py
  55. share/couchpotato/couchpotato/core/loader.py
  56. share/couchpotato/couchpotato/core/logger.py
  57. share/couchpotato/couchpotato/core/media/__init__.py
  58. share/couchpotato/couchpotato/core/media/_base/__init__.py
  59. share/couchpotato/couchpotato/core/media/_base/library/__init__.py
  60. share/couchpotato/couchpotato/core/media/_base/library/base.py
  61. share/couchpotato/couchpotato/core/media/_base/library/main.py
  62. share/couchpotato/couchpotato/core/media/_base/matcher/__init__.py
  63. share/couchpotato/couchpotato/core/media/_base/matcher/base.py
  64. share/couchpotato/couchpotato/core/media/_base/matcher/main.py
  65. share/couchpotato/couchpotato/core/media/_base/media/__init__.py
  66. share/couchpotato/couchpotato/core/media/_base/media/index.py
  67. share/couchpotato/couchpotato/core/media/_base/media/main.py
  68. share/couchpotato/couchpotato/core/media/_base/providers/__init__.py
  69. share/couchpotato/couchpotato/core/media/_base/providers/automation/__init__.py
  70. share/couchpotato/couchpotato/core/media/_base/providers/automation/base.py
  71. share/couchpotato/couchpotato/core/media/_base/providers/base.py
  72. share/couchpotato/couchpotato/core/media/_base/providers/info/__init__.py
  73. share/couchpotato/couchpotato/core/media/_base/providers/info/base.py
  74. share/couchpotato/couchpotato/core/media/_base/providers/metadata/__init__.py
  75. share/couchpotato/couchpotato/core/media/_base/providers/metadata/base.py
  76. share/couchpotato/couchpotato/core/media/_base/providers/nzb/__init__.py
  77. share/couchpotato/couchpotato/core/media/_base/providers/nzb/base.py
  78. share/couchpotato/couchpotato/core/media/_base/providers/nzb/binsearch.py
  79. share/couchpotato/couchpotato/core/media/_base/providers/nzb/newznab.py
  80. share/couchpotato/couchpotato/core/media/_base/providers/nzb/nzbclub.py
  81. share/couchpotato/couchpotato/core/media/_base/providers/nzb/omgwtfnzbs.py
  82. share/couchpotato/couchpotato/core/media/_base/providers/torrent/__init__.py
  83. share/couchpotato/couchpotato/core/media/_base/providers/torrent/alpharatio.py
  84. share/couchpotato/couchpotato/core/media/_base/providers/torrent/awesomehd.py
  85. share/couchpotato/couchpotato/core/media/_base/providers/torrent/base.py
  86. share/couchpotato/couchpotato/core/media/_base/providers/torrent/bithdtv.py
  87. share/couchpotato/couchpotato/core/media/_base/providers/torrent/bitsoup.py
  88. share/couchpotato/couchpotato/core/media/_base/providers/torrent/hd4free.py
  89. share/couchpotato/couchpotato/core/media/_base/providers/torrent/hdbits.py
  90. share/couchpotato/couchpotato/core/media/_base/providers/torrent/ilovetorrents.py
  91. share/couchpotato/couchpotato/core/media/_base/providers/torrent/iptorrents.py
  92. share/couchpotato/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py
  93. share/couchpotato/couchpotato/core/media/_base/providers/torrent/magnetdl.py
  94. share/couchpotato/couchpotato/core/media/_base/providers/torrent/morethantv.py
  95. share/couchpotato/couchpotato/core/media/_base/providers/torrent/passthepopcorn.py
  96. share/couchpotato/couchpotato/core/media/_base/providers/torrent/rarbg.py
  97. share/couchpotato/couchpotato/core/media/_base/providers/torrent/sceneaccess.py
  98. share/couchpotato/couchpotato/core/media/_base/providers/torrent/scenetime.py
  99. share/couchpotato/couchpotato/core/media/_base/providers/torrent/thepiratebay.py
  100. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentbytes.py
  101. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentday.py
  102. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentleech.py
  103. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentpotato.py
  104. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentshack.py
  105. share/couchpotato/couchpotato/core/media/_base/providers/torrent/torrentz.py
  106. share/couchpotato/couchpotato/core/media/_base/providers/torrent/yts.py
  107. share/couchpotato/couchpotato/core/media/movie/providers/torrent/yts.py
  108. share/couchpotato/couchpotato/core/media/_base/providers/userscript/__init__.py
  109. share/couchpotato/couchpotato/core/media/_base/providers/userscript/base.py
  110. share/couchpotato/couchpotato/core/media/_base/search/__init__.py
  111. share/couchpotato/couchpotato/core/media/_base/search/main.py
  112. share/couchpotato/couchpotato/core/media/_base/search/static/search.js
  113. share/couchpotato/couchpotato/core/media/_base/search/static/search.scss
  114. share/couchpotato/couchpotato/core/media/_base/searcher/__init__.py
  115. share/couchpotato/couchpotato/core/media/_base/searcher/base.py
  116. share/couchpotato/couchpotato/core/media/_base/searcher/main.py
  117. share/couchpotato/couchpotato/core/media/movie/__init__.py
  118. share/couchpotato/couchpotato/core/media/movie/_base/__init__.py
  119. share/couchpotato/couchpotato/core/media/movie/_base/main.py
  120. share/couchpotato/couchpotato/core/media/movie/_base/static/details.js
  121. share/couchpotato/couchpotato/core/media/movie/_base/static/list.js
  122. share/couchpotato/couchpotato/core/media/movie/_base/static/manage.js
  123. share/couchpotato/couchpotato/core/media/movie/_base/static/movie.actions.js
  124. share/couchpotato/couchpotato/core/media/movie/_base/static/movie.js
  125. share/couchpotato/couchpotato/core/media/movie/_base/static/movie.scss
  126. share/couchpotato/couchpotato/core/media/movie/_base/static/page.js
  127. share/couchpotato/couchpotato/core/media/movie/_base/static/search.js
  128. share/couchpotato/couchpotato/core/media/movie/_base/static/wanted.js
  129. share/couchpotato/couchpotato/core/media/movie/charts/__init__.py
  130. share/couchpotato/couchpotato/core/media/movie/charts/main.py
  131. share/couchpotato/couchpotato/core/media/movie/charts/static/charts.js
  132. share/couchpotato/couchpotato/core/media/movie/library.py
  133. share/couchpotato/couchpotato/core/media/movie/providers/__init__.py
  134. share/couchpotato/couchpotato/core/media/movie/providers/automation/__init__.py
  135. share/couchpotato/couchpotato/core/media/movie/providers/automation/base.py
  136. share/couchpotato/couchpotato/core/media/movie/providers/automation/bluray.py
  137. share/couchpotato/couchpotato/core/media/movie/providers/automation/crowdai.py
  138. share/couchpotato/couchpotato/core/media/movie/providers/automation/flixster.py
  139. share/couchpotato/couchpotato/core/media/movie/providers/automation/goodfilms.py
  140. share/couchpotato/couchpotato/core/media/movie/providers/automation/hummingbird.py
  141. share/couchpotato/couchpotato/core/media/movie/providers/automation/imdb.py
  142. share/couchpotato/couchpotato/core/media/movie/providers/automation/itunes.py
  143. share/couchpotato/couchpotato/core/media/movie/providers/automation/kinepolis.py
  144. share/couchpotato/couchpotato/core/media/movie/providers/automation/letterboxd.py
  145. share/couchpotato/couchpotato/core/media/movie/providers/automation/moviemeter.py
  146. share/couchpotato/couchpotato/core/media/movie/providers/automation/movies_io.py
  147. share/couchpotato/couchpotato/core/media/movie/providers/automation/popularmovies.py
  148. share/couchpotato/couchpotato/core/media/movie/providers/automation/trakt/__init__.py
  149. share/couchpotato/couchpotato/core/media/movie/providers/automation/trakt/main.py
  150. share/couchpotato/couchpotato/core/media/movie/providers/automation/trakt/static/trakt.js
  151. share/couchpotato/couchpotato/core/media/movie/providers/base.py
  152. share/couchpotato/couchpotato/core/media/movie/providers/info/__init__.py
  153. share/couchpotato/couchpotato/core/media/movie/providers/info/_modifier.py
  154. share/couchpotato/couchpotato/core/media/movie/providers/info/couchpotatoapi.py
  155. share/couchpotato/couchpotato/core/media/movie/providers/info/fanarttv.py
  156. share/couchpotato/couchpotato/core/media/movie/providers/info/omdbapi.py
  157. share/couchpotato/couchpotato/core/media/movie/providers/info/themoviedb.py
  158. share/couchpotato/couchpotato/core/media/movie/providers/metadata/__init__.py
  159. share/couchpotato/couchpotato/core/media/movie/providers/metadata/base.py
  160. share/couchpotato/couchpotato/core/media/movie/providers/metadata/mediabrowser.py
  161. share/couchpotato/couchpotato/core/media/movie/providers/metadata/ps3.py
  162. share/couchpotato/couchpotato/core/media/movie/providers/metadata/wdtv.py
  163. share/couchpotato/couchpotato/core/media/movie/providers/metadata/wmc.py
  164. share/couchpotato/couchpotato/core/media/movie/providers/metadata/xbmc.py
  165. share/couchpotato/couchpotato/core/media/movie/providers/nzb/__init__.py
  166. share/couchpotato/couchpotato/core/media/movie/providers/nzb/base.py
  167. share/couchpotato/couchpotato/core/media/movie/providers/nzb/binsearch.py
  168. share/couchpotato/couchpotato/core/media/movie/providers/nzb/newznab.py
  169. share/couchpotato/couchpotato/core/media/movie/providers/nzb/nzbclub.py
  170. share/couchpotato/couchpotato/core/media/movie/providers/nzb/omgwtfnzbs.py
  171. share/couchpotato/couchpotato/core/media/movie/providers/torrent/__init__.py
  172. share/couchpotato/couchpotato/core/media/movie/providers/torrent/alpharatio.py
  173. share/couchpotato/couchpotato/core/media/movie/providers/torrent/awesomehd.py
  174. share/couchpotato/couchpotato/core/media/movie/providers/torrent/bithdtv.py
  175. share/couchpotato/couchpotato/core/media/movie/providers/torrent/bitsoup.py
  176. share/couchpotato/couchpotato/core/media/movie/providers/torrent/hd4free.py
  177. share/couchpotato/couchpotato/core/media/movie/providers/torrent/hdbits.py
  178. share/couchpotato/couchpotato/core/media/movie/providers/torrent/ilovetorrents.py
  179. share/couchpotato/couchpotato/core/media/movie/providers/torrent/iptorrents.py
  180. share/couchpotato/couchpotato/core/media/movie/providers/torrent/kickasstorrents.py
  181. share/couchpotato/couchpotato/core/media/movie/providers/torrent/magnetdl.py
  182. share/couchpotato/couchpotato/core/media/movie/providers/torrent/morethantv.py
  183. share/couchpotato/couchpotato/core/media/movie/providers/torrent/passthepopcorn.py
  184. share/couchpotato/couchpotato/core/media/movie/providers/torrent/rarbg.py
  185. share/couchpotato/couchpotato/core/media/movie/providers/torrent/sceneaccess.py
  186. share/couchpotato/couchpotato/core/media/movie/providers/torrent/scenetime.py
  187. share/couchpotato/couchpotato/core/media/movie/providers/torrent/thepiratebay.py
  188. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentbytes.py
  189. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentday.py
  190. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentleech.py
  191. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentpotato.py
  192. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentshack.py
  193. share/couchpotato/couchpotato/core/media/movie/providers/torrent/torrentz.py
  194. share/couchpotato/couchpotato/core/media/movie/providers/trailer/__init__.py
  195. share/couchpotato/couchpotato/core/media/movie/providers/trailer/base.py
  196. share/couchpotato/couchpotato/core/media/movie/providers/trailer/hdtrailers.py
  197. share/couchpotato/couchpotato/core/media/movie/providers/userscript/__init__.py
  198. share/couchpotato/couchpotato/core/media/movie/providers/userscript/allocine.py
  199. share/couchpotato/couchpotato/core/media/movie/providers/userscript/appletrailers.py
  200. share/couchpotato/couchpotato/core/media/movie/providers/userscript/criticker.py
  201. share/couchpotato/couchpotato/core/media/movie/providers/userscript/filmcentrum.py
  202. share/couchpotato/couchpotato/core/media/movie/providers/userscript/filmstarts.py
  203. share/couchpotato/couchpotato/core/media/movie/providers/userscript/filmweb.py
  204. share/couchpotato/couchpotato/core/media/movie/providers/userscript/flickchart.py
  205. share/couchpotato/couchpotato/core/media/movie/providers/userscript/imdb.py
  206. share/couchpotato/couchpotato/core/media/movie/providers/userscript/letterboxd.py
  207. share/couchpotato/couchpotato/core/media/movie/providers/userscript/moviemeter.py
  208. share/couchpotato/couchpotato/core/media/movie/providers/userscript/moviesio.py
  209. share/couchpotato/couchpotato/core/media/movie/providers/userscript/reddit.py
  210. share/couchpotato/couchpotato/core/media/movie/providers/userscript/rottentomatoes.py
  211. share/couchpotato/couchpotato/core/media/movie/providers/userscript/tmdb.py
  212. share/couchpotato/couchpotato/core/media/movie/providers/userscript/trakt.py
  213. share/couchpotato/couchpotato/core/media/movie/providers/userscript/youteather.py
  214. share/couchpotato/couchpotato/core/media/movie/searcher.py
  215. share/couchpotato/couchpotato/core/media/movie/suggestion.py
  216. share/couchpotato/couchpotato/core/notifications/__init__.py
  217. share/couchpotato/couchpotato/core/notifications/androidpn.py
  218. share/couchpotato/couchpotato/core/notifications/base.py
  219. share/couchpotato/couchpotato/core/notifications/boxcar2.py
  220. share/couchpotato/couchpotato/core/notifications/core/__init__.py
  221. share/couchpotato/couchpotato/core/notifications/core/index.py
  222. share/couchpotato/couchpotato/core/notifications/core/main.py
  223. share/couchpotato/couchpotato/core/notifications/core/static/notification.js
  224. share/couchpotato/couchpotato/core/notifications/discord.py
  225. share/couchpotato/couchpotato/core/notifications/email_.py
  226. share/couchpotato/couchpotato/core/notifications/emby.py
  227. share/couchpotato/couchpotato/core/notifications/growl.py
  228. share/couchpotato/couchpotato/core/notifications/homey.py
  229. share/couchpotato/couchpotato/core/notifications/join.py
  230. share/couchpotato/couchpotato/core/notifications/nmj.py
  231. share/couchpotato/couchpotato/core/notifications/notifymyandroid.py
  232. share/couchpotato/couchpotato/core/notifications/plex/__init__.py
  233. share/couchpotato/couchpotato/core/notifications/plex/client.py
  234. share/couchpotato/couchpotato/core/notifications/plex/main.py
  235. share/couchpotato/couchpotato/core/notifications/plex/server.py
  236. share/couchpotato/couchpotato/core/notifications/prowl.py
  237. share/couchpotato/couchpotato/core/notifications/pushalot.py
  238. share/couchpotato/couchpotato/core/notifications/pushbullet.py
  239. share/couchpotato/couchpotato/core/notifications/pushover.py
  240. share/couchpotato/couchpotato/core/notifications/script.py
  241. share/couchpotato/couchpotato/core/notifications/slack.py
  242. share/couchpotato/couchpotato/core/notifications/synoindex.py
  243. share/couchpotato/couchpotato/core/notifications/telegrambot.py
  244. share/couchpotato/couchpotato/core/notifications/toasty.py
  245. share/couchpotato/couchpotato/core/notifications/trakt.py
  246. share/couchpotato/couchpotato/core/notifications/twitter/__init__.py
  247. share/couchpotato/couchpotato/core/notifications/twitter/main.py
  248. share/couchpotato/couchpotato/core/notifications/twitter/static/twitter.js
  249. share/couchpotato/couchpotato/core/notifications/webhook.py
  250. share/couchpotato/couchpotato/core/notifications/xbmc.py
  251. share/couchpotato/couchpotato/core/notifications/xmpp_.py
  252. share/couchpotato/couchpotato/core/plugins/__init__.py
  253. share/couchpotato/couchpotato/core/plugins/automation.py
  254. share/couchpotato/couchpotato/core/plugins/base.py
  255. share/couchpotato/couchpotato/core/plugins/browser.py
  256. share/couchpotato/couchpotato/core/plugins/browser_test.py
  257. share/couchpotato/couchpotato/core/plugins/category/__init__.py
  258. share/couchpotato/couchpotato/core/plugins/category/index.py
  259. share/couchpotato/couchpotato/core/plugins/category/main.py
  260. share/couchpotato/couchpotato/core/plugins/category/static/category.js
  261. share/couchpotato/couchpotato/core/plugins/category/static/category.scss
  262. share/couchpotato/couchpotato/core/plugins/category/static/handle.png
  263. share/couchpotato/couchpotato/core/plugins/custom.py
  264. share/couchpotato/couchpotato/core/plugins/dashboard.py
  265. share/couchpotato/couchpotato/core/plugins/file.py
  266. share/couchpotato/couchpotato/core/plugins/log/__init__.py
  267. share/couchpotato/couchpotato/core/plugins/log/main.py
  268. share/couchpotato/couchpotato/core/plugins/log/static/log.js
  269. share/couchpotato/couchpotato/core/plugins/log/static/log.scss
  270. share/couchpotato/couchpotato/core/plugins/manage.py
  271. share/couchpotato/couchpotato/core/plugins/profile/__init__.py
  272. share/couchpotato/couchpotato/core/plugins/profile/index.py
  273. share/couchpotato/couchpotato/core/plugins/profile/main.py
  274. share/couchpotato/couchpotato/core/plugins/profile/static/profile.js
  275. share/couchpotato/couchpotato/core/plugins/profile/static/profile.scss
  276. share/couchpotato/couchpotato/core/plugins/quality/__init__.py
  277. share/couchpotato/couchpotato/core/plugins/quality/index.py
  278. share/couchpotato/couchpotato/core/plugins/quality/main.py
  279. share/couchpotato/couchpotato/core/plugins/quality/static/quality.js
  280. share/couchpotato/couchpotato/core/plugins/quality/static/quality.scss
  281. share/couchpotato/couchpotato/core/plugins/release/__init__.py
  282. share/couchpotato/couchpotato/core/plugins/release/index.py
  283. share/couchpotato/couchpotato/core/plugins/release/main.py
  284. share/couchpotato/couchpotato/core/plugins/renamer.py
  285. share/couchpotato/couchpotato/core/plugins/scanner.py
  286. share/couchpotato/couchpotato/core/plugins/score/__init__.py
  287. share/couchpotato/couchpotato/core/plugins/score/main.py
  288. share/couchpotato/couchpotato/core/plugins/score/scores.py
  289. share/couchpotato/couchpotato/core/plugins/subtitle.py
  290. share/couchpotato/couchpotato/core/plugins/trailer.py
  291. share/couchpotato/couchpotato/core/plugins/userscript/__init__.py
  292. share/couchpotato/couchpotato/core/plugins/userscript/bookmark.js_tmpl
  293. share/couchpotato/couchpotato/core/plugins/userscript/main.py
  294. share/couchpotato/couchpotato/core/plugins/userscript/static/userscript.js
  295. share/couchpotato/couchpotato/core/plugins/userscript/static/userscript.scss
  296. share/couchpotato/couchpotato/core/plugins/userscript/template.js_tmpl
  297. share/couchpotato/couchpotato/core/plugins/wizard/__init__.py
  298. share/couchpotato/couchpotato/core/plugins/wizard/main.py
  299. share/couchpotato/couchpotato/core/plugins/wizard/static/wizard.js
  300. share/couchpotato/couchpotato/core/plugins/wizard/static/wizard.scss
  301. share/couchpotato/couchpotato/core/settings.py
  302. share/couchpotato/couchpotato/core/settings_test.py
  303. share/couchpotato/couchpotato/core/softchroot.py
  304. share/couchpotato/couchpotato/core/softchroot_test.py
  305. share/couchpotato/couchpotato/environment.py
  306. share/couchpotato/couchpotato/environment_test.py
  307. share/couchpotato/couchpotato/runner.py
  308. share/couchpotato/couchpotato/static/fonts/Lobster-webfont.eot
  309. share/couchpotato/couchpotato/static/fonts/Lobster-webfont.svg
  310. share/couchpotato/couchpotato/static/fonts/Lobster-webfont.ttf
  311. share/couchpotato/couchpotato/static/fonts/Lobster-webfont.woff
  312. share/couchpotato/couchpotato/static/fonts/Lobster-webfont.woff2
  313. share/couchpotato/couchpotato/static/fonts/OpenSans-Bold-webfont.eot
  314. share/couchpotato/couchpotato/static/fonts/OpenSans-Bold-webfont.svg
  315. share/couchpotato/couchpotato/static/fonts/OpenSans-Bold-webfont.ttf
  316. share/couchpotato/couchpotato/static/fonts/OpenSans-Bold-webfont.woff
  317. share/couchpotato/couchpotato/static/fonts/OpenSans-BoldItalic-webfont.eot
  318. share/couchpotato/couchpotato/static/fonts/OpenSans-BoldItalic-webfont.svg
  319. share/couchpotato/couchpotato/static/fonts/OpenSans-BoldItalic-webfont.ttf
  320. share/couchpotato/couchpotato/static/fonts/OpenSans-BoldItalic-webfont.woff
  321. share/couchpotato/couchpotato/static/fonts/OpenSans-Italic-webfont.eot
  322. share/couchpotato/couchpotato/static/fonts/OpenSans-Italic-webfont.svg
  323. share/couchpotato/couchpotato/static/fonts/OpenSans-Italic-webfont.ttf
  324. share/couchpotato/couchpotato/static/fonts/OpenSans-Italic-webfont.woff
  325. share/couchpotato/couchpotato/static/fonts/OpenSans-Light-webfont.eot
  326. share/couchpotato/couchpotato/static/fonts/OpenSans-Light-webfont.svg
  327. share/couchpotato/couchpotato/static/fonts/OpenSans-Light-webfont.ttf
  328. share/couchpotato/couchpotato/static/fonts/OpenSans-Light-webfont.woff
  329. share/couchpotato/couchpotato/static/fonts/OpenSans-Regular-webfont.eot
  330. share/couchpotato/couchpotato/static/fonts/OpenSans-Regular-webfont.svg
  331. share/couchpotato/couchpotato/static/fonts/OpenSans-Regular-webfont.ttf
  332. share/couchpotato/couchpotato/static/fonts/OpenSans-Regular-webfont.woff
  333. share/couchpotato/couchpotato/static/fonts/config.json
  334. share/couchpotato/couchpotato/static/fonts/icons.eot
  335. share/couchpotato/couchpotato/static/fonts/icons.svg
  336. share/couchpotato/couchpotato/static/fonts/icons.ttf
  337. share/couchpotato/couchpotato/static/fonts/icons.woff
  338. share/couchpotato/couchpotato/static/images/couch.png
  339. share/couchpotato/couchpotato/static/images/icons/android.png
  340. share/couchpotato/couchpotato/static/images/icons/dark/android.png
  341. share/couchpotato/couchpotato/static/images/icons/dark/favicon.ico
  342. share/couchpotato/couchpotato/static/images/icons/dark/ios.png
  343. share/couchpotato/couchpotato/static/images/icons/favicon.ico
  344. share/couchpotato/couchpotato/static/images/icons/ios.png
  345. share/couchpotato/couchpotato/static/images/icons/windows.png
  346. share/couchpotato/couchpotato/static/images/imdb_watchlist.png
  347. share/couchpotato/couchpotato/static/images/notify.couch.large.png
  348. share/couchpotato/couchpotato/static/images/notify.couch.medium.png
  349. share/couchpotato/couchpotato/static/images/notify.couch.small.png
  350. share/couchpotato/couchpotato/static/scripts/api.js
  351. share/couchpotato/couchpotato/static/scripts/block.js
  352. share/couchpotato/couchpotato/static/scripts/block/footer.js
  353. share/couchpotato/couchpotato/static/scripts/block/header.js
  354. share/couchpotato/couchpotato/static/scripts/block/menu.js
  355. share/couchpotato/couchpotato/static/scripts/block/navigation.js
  356. share/couchpotato/couchpotato/static/scripts/combined.base.min.js
  357. share/couchpotato/couchpotato/static/scripts/combined.plugins.min.js
  358. share/couchpotato/couchpotato/static/scripts/combined.vendor.min.js
  359. share/couchpotato/couchpotato/static/scripts/couchpotato.js
  360. share/couchpotato/couchpotato/static/scripts/library/question.js
  361. share/couchpotato/couchpotato/static/scripts/library/scrollspy.js
  362. share/couchpotato/couchpotato/static/scripts/library/uniform.js
  363. share/couchpotato/couchpotato/static/scripts/page.js
  364. share/couchpotato/couchpotato/static/scripts/page/about.js
  365. share/couchpotato/couchpotato/static/scripts/page/home.js
  366. share/couchpotato/couchpotato/static/scripts/page/login.js
  367. share/couchpotato/couchpotato/static/scripts/page/settings.js
  368. share/couchpotato/couchpotato/static/scripts/vendor/Array.stableSort.js
  369. share/couchpotato/couchpotato/static/scripts/vendor/dynamics.js
  370. share/couchpotato/couchpotato/static/scripts/vendor/fastclick.js
  371. share/couchpotato/couchpotato/static/scripts/vendor/history.js
  372. share/couchpotato/couchpotato/static/scripts/vendor/mootools.js
  373. share/couchpotato/couchpotato/static/scripts/vendor/mootools_more.js
  374. share/couchpotato/couchpotato/static/scripts/vendor/requestAnimationFrame.js
  375. share/couchpotato/couchpotato/static/style/_fonts.scss
  376. share/couchpotato/couchpotato/static/style/_mixins.scss
  377. share/couchpotato/couchpotato/static/style/api.scss
  378. share/couchpotato/couchpotato/static/style/combined.min.css
  379. share/couchpotato/couchpotato/static/style/login.scss
  380. share/couchpotato/couchpotato/static/style/main.scss
  381. share/couchpotato/couchpotato/static/style/settings.scss
  382. share/couchpotato/couchpotato/templates/api.html
  383. share/couchpotato/couchpotato/templates/database.html
  384. share/couchpotato/couchpotato/templates/index.html
  385. share/couchpotato/couchpotato/templates/login.html
  386. share/couchpotato/init/couchpotato.fedora.service
  387. share/couchpotato/init/couchpotato.service
  388. share/couchpotato/init/fedora
  389. share/couchpotato/init/ffpstick
  390. share/couchpotato/init/freebsd
  391. share/couchpotato/init/solaris11
  392. share/couchpotato/init/synology
  393. share/couchpotato/init/ubuntu
  394. share/couchpotato/init/ubuntu.default
  395. share/couchpotato/libs/CodernityDB/__init__.py
  396. share/couchpotato/libs/CodernityDB/database.py
  397. share/couchpotato/libs/CodernityDB/database_gevent.py
  398. share/couchpotato/libs/CodernityDB/database_safe_shared.py
  399. share/couchpotato/libs/CodernityDB/database_super_thread_safe.py
  400. share/couchpotato/libs/CodernityDB/database_thread_safe.py
  401. share/couchpotato/libs/CodernityDB/debug_stuff.py
  402. share/couchpotato/libs/CodernityDB/env.py
  403. share/couchpotato/libs/CodernityDB/hash_index.py
  404. share/couchpotato/libs/CodernityDB/index.py
  405. share/couchpotato/libs/CodernityDB/indexcreator.py
  406. share/couchpotato/libs/CodernityDB/lfu_cache.py
  407. share/couchpotato/libs/CodernityDB/lfu_cache_with_lock.py
  408. share/couchpotato/libs/CodernityDB/migrate.py
  409. share/couchpotato/libs/CodernityDB/misc.py
  410. share/couchpotato/libs/CodernityDB/patch.py
  411. share/couchpotato/libs/CodernityDB/rr_cache.py
  412. share/couchpotato/libs/CodernityDB/rr_cache_with_lock.py
  413. share/couchpotato/libs/CodernityDB/sharded_hash.py
  414. share/couchpotato/libs/CodernityDB/sharded_index.py
  415. share/couchpotato/libs/CodernityDB/storage.py
  416. share/couchpotato/libs/CodernityDB/tree_index.py
  417. share/couchpotato/libs/__init__.py
  418. share/couchpotato/libs/apscheduler/__init__.py
  419. share/couchpotato/libs/apscheduler/events.py
  420. share/couchpotato/libs/apscheduler/job.py
  421. share/couchpotato/libs/apscheduler/jobstores/__init__.py
  422. share/couchpotato/libs/apscheduler/jobstores/base.py
  423. share/couchpotato/libs/apscheduler/jobstores/mongodb_store.py
  424. share/couchpotato/libs/apscheduler/jobstores/ram_store.py
  425. share/couchpotato/libs/apscheduler/jobstores/redis_store.py
  426. share/couchpotato/libs/apscheduler/jobstores/shelve_store.py
  427. share/couchpotato/libs/apscheduler/jobstores/sqlalchemy_store.py
  428. share/couchpotato/libs/apscheduler/scheduler.py
  429. share/couchpotato/libs/apscheduler/threadpool.py
  430. share/couchpotato/libs/apscheduler/triggers/__init__.py
  431. share/couchpotato/libs/apscheduler/triggers/cron/__init__.py
  432. share/couchpotato/libs/apscheduler/triggers/cron/expressions.py
  433. share/couchpotato/libs/apscheduler/triggers/cron/fields.py
  434. share/couchpotato/libs/apscheduler/triggers/interval.py
  435. share/couchpotato/libs/apscheduler/triggers/simple.py
  436. share/couchpotato/libs/apscheduler/util.py
  437. share/couchpotato/libs/argparse.py
  438. share/couchpotato/libs/axl/__init__.py
  439. share/couchpotato/libs/axl/axel.py
  440. share/couchpotato/libs/backports/__init__.py
  441. share/couchpotato/libs/backports/ssl_match_hostname/README.txt
  442. share/couchpotato/libs/backports/ssl_match_hostname/__init__.py
  443. share/couchpotato/libs/bencode/BTL.py
  444. share/couchpotato/libs/bencode/__init__.py
  445. share/couchpotato/libs/bs4/__init__.py
  446. share/couchpotato/libs/bs4/builder/__init__.py
  447. share/couchpotato/libs/bs4/builder/_html5lib.py
  448. share/couchpotato/libs/bs4/builder/_htmlparser.py
  449. share/couchpotato/libs/bs4/builder/_lxml.py
  450. share/couchpotato/libs/bs4/dammit.py
  451. share/couchpotato/libs/bs4/diagnose.py
  452. share/couchpotato/libs/bs4/element.py
  453. share/couchpotato/libs/bs4/testing.py
  454. share/couchpotato/libs/cache/__init__.py
  455. share/couchpotato/libs/cache/posixemulation.py
  456. share/couchpotato/libs/caper/__init__.py
  457. share/couchpotato/libs/caper/constraint.py
  458. share/couchpotato/libs/caper/group.py
  459. share/couchpotato/libs/caper/helpers.py
  460. share/couchpotato/libs/caper/matcher.py
  461. share/couchpotato/libs/caper/objects.py
  462. share/couchpotato/libs/caper/parsers/__init__.py
  463. share/couchpotato/libs/caper/parsers/anime.py
  464. share/couchpotato/libs/caper/parsers/base.py
  465. share/couchpotato/libs/caper/parsers/scene.py
  466. share/couchpotato/libs/caper/parsers/usenet.py
  467. share/couchpotato/libs/caper/result.py
  468. share/couchpotato/libs/caper/step.py
  469. share/couchpotato/libs/certifi/__init__.py
  470. share/couchpotato/libs/certifi/cacert.pem
  471. share/couchpotato/libs/certifi/core.py
  472. share/couchpotato/libs/chardet/__init__.py
  473. share/couchpotato/libs/chardet/big5freq.py
  474. share/couchpotato/libs/chardet/big5prober.py
  475. share/couchpotato/libs/chardet/chardetect.py
  476. share/couchpotato/libs/chardet/chardistribution.py
  477. share/couchpotato/libs/chardet/charsetgroupprober.py
  478. share/couchpotato/libs/chardet/charsetprober.py
  479. share/couchpotato/libs/chardet/codingstatemachine.py
  480. share/couchpotato/libs/chardet/compat.py
  481. share/couchpotato/libs/chardet/constants.py
  482. share/couchpotato/libs/chardet/cp949prober.py
  483. share/couchpotato/libs/chardet/escprober.py
  484. share/couchpotato/libs/chardet/escsm.py
  485. share/couchpotato/libs/chardet/eucjpprober.py
  486. share/couchpotato/libs/chardet/euckrfreq.py
  487. share/couchpotato/libs/chardet/euckrprober.py
  488. share/couchpotato/libs/chardet/euctwfreq.py
  489. share/couchpotato/libs/chardet/euctwprober.py
  490. share/couchpotato/libs/chardet/gb2312freq.py
  491. share/couchpotato/libs/chardet/gb2312prober.py
  492. share/couchpotato/libs/chardet/hebrewprober.py
  493. share/couchpotato/libs/chardet/jisfreq.py
  494. share/couchpotato/libs/chardet/jpcntx.py
  495. share/couchpotato/libs/chardet/langbulgarianmodel.py
  496. share/couchpotato/libs/chardet/langcyrillicmodel.py
  497. share/couchpotato/libs/chardet/langgreekmodel.py
  498. share/couchpotato/libs/chardet/langhebrewmodel.py
  499. share/couchpotato/libs/chardet/langhungarianmodel.py
  500. share/couchpotato/libs/chardet/langthaimodel.py
  501. share/couchpotato/libs/chardet/latin1prober.py
  502. share/couchpotato/libs/chardet/mbcharsetprober.py
  503. share/couchpotato/libs/chardet/mbcsgroupprober.py
  504. share/couchpotato/libs/chardet/mbcssm.py
  505. share/couchpotato/libs/chardet/sbcharsetprober.py
  506. share/couchpotato/libs/chardet/sbcsgroupprober.py
  507. share/couchpotato/libs/chardet/sjisprober.py
  508. share/couchpotato/libs/chardet/universaldetector.py
  509. share/couchpotato/libs/chardet/utf8prober.py
  510. share/couchpotato/libs/color_logs.py
  511. share/couchpotato/libs/daemon.py
  512. share/couchpotato/libs/dateutil/__init__.py
  513. share/couchpotato/libs/dateutil/easter.py
  514. share/couchpotato/libs/dateutil/parser.py
  515. share/couchpotato/libs/dateutil/relativedelta.py
  516. share/couchpotato/libs/dateutil/rrule.py
  517. share/couchpotato/libs/dateutil/tz.py
  518. share/couchpotato/libs/dateutil/tzwin.py
  519. share/couchpotato/libs/dateutil/zoneinfo/__init__.py
  520. share/couchpotato/libs/dateutil/zoneinfo/zoneinfo--latest.tar.gz
  521. share/couchpotato/libs/enzyme/__init__.py
  522. share/couchpotato/libs/enzyme/asf.py
  523. share/couchpotato/libs/enzyme/core.py
  524. share/couchpotato/libs/enzyme/exceptions.py
  525. share/couchpotato/libs/enzyme/flv.py
  526. share/couchpotato/libs/enzyme/fourcc.py
  527. share/couchpotato/libs/enzyme/infos.py
  528. share/couchpotato/libs/enzyme/language.py
  529. share/couchpotato/libs/enzyme/mkv.py
  530. share/couchpotato/libs/enzyme/mp4.py
  531. share/couchpotato/libs/enzyme/mpeg.py
  532. share/couchpotato/libs/enzyme/ogm.py
  533. share/couchpotato/libs/enzyme/real.py
  534. share/couchpotato/libs/enzyme/riff.py
  535. share/couchpotato/libs/enzyme/strutils.py
  536. share/couchpotato/libs/git/__init__.py
  537. share/couchpotato/libs/git/branch.py
  538. share/couchpotato/libs/git/commit.py
  539. share/couchpotato/libs/git/config.py
  540. share/couchpotato/libs/git/exceptions.py
  541. share/couchpotato/libs/git/files.py
  542. share/couchpotato/libs/git/ref.py
  543. share/couchpotato/libs/git/ref_container.py
  544. share/couchpotato/libs/git/remotes.py
  545. share/couchpotato/libs/git/repository.py
  546. share/couchpotato/libs/git/tag.py
  547. share/couchpotato/libs/git/utils.py
  548. share/couchpotato/libs/gntp/__init__.py
  549. share/couchpotato/libs/gntp/cli.py
  550. share/couchpotato/libs/gntp/config.py
  551. share/couchpotato/libs/gntp/core.py
  552. share/couchpotato/libs/gntp/errors.py
  553. share/couchpotato/libs/gntp/notifier.py
  554. share/couchpotato/libs/gntp/shim.py
  555. share/couchpotato/libs/gntp/version.py
  556. share/couchpotato/libs/guessit/ISO-3166-1_utf8.txt
  557. share/couchpotato/libs/guessit/ISO-639-2_utf-8.txt
  558. share/couchpotato/libs/guessit/__init__.py
  559. share/couchpotato/libs/guessit/__main__.py
  560. share/couchpotato/libs/guessit/country.py
  561. share/couchpotato/libs/guessit/date.py
  562. share/couchpotato/libs/guessit/fileutils.py
  563. share/couchpotato/libs/guessit/guess.py
  564. share/couchpotato/libs/guessit/hash_ed2k.py
  565. share/couchpotato/libs/guessit/hash_mpc.py
  566. share/couchpotato/libs/guessit/language.py
  567. share/couchpotato/libs/guessit/matcher.py
  568. share/couchpotato/libs/guessit/matchtree.py
  569. share/couchpotato/libs/guessit/patterns.py
  570. share/couchpotato/libs/guessit/slogging.py
  571. share/couchpotato/libs/guessit/textutils.py
  572. share/couchpotato/libs/guessit/transfo/__init__.py
  573. share/couchpotato/libs/guessit/transfo/guess_bonus_features.py
  574. share/couchpotato/libs/guessit/transfo/guess_country.py
  575. share/couchpotato/libs/guessit/transfo/guess_date.py
  576. share/couchpotato/libs/guessit/transfo/guess_episode_info_from_position.py
  577. share/couchpotato/libs/guessit/transfo/guess_episodes_rexps.py
  578. share/couchpotato/libs/guessit/transfo/guess_filetype.py
  579. share/couchpotato/libs/guessit/transfo/guess_idnumber.py
  580. share/couchpotato/libs/guessit/transfo/guess_language.py
  581. share/couchpotato/libs/guessit/transfo/guess_movie_title_from_position.py
  582. share/couchpotato/libs/guessit/transfo/guess_properties.py
  583. share/couchpotato/libs/guessit/transfo/guess_release_group.py
  584. share/couchpotato/libs/guessit/transfo/guess_video_rexps.py
  585. share/couchpotato/libs/guessit/transfo/guess_weak_episodes_rexps.py
  586. share/couchpotato/libs/guessit/transfo/guess_website.py
  587. share/couchpotato/libs/guessit/transfo/guess_year.py
  588. share/couchpotato/libs/guessit/transfo/post_process.py
  589. share/couchpotato/libs/guessit/transfo/split_explicit_groups.py
  590. share/couchpotato/libs/guessit/transfo/split_on_dash.py
  591. share/couchpotato/libs/guessit/transfo/split_path_components.py
  592. share/couchpotato/libs/html5lib/__init__.py
  593. share/couchpotato/libs/html5lib/constants.py
  594. share/couchpotato/libs/html5lib/filters/__init__.py
  595. share/couchpotato/libs/html5lib/filters/_base.py
  596. share/couchpotato/libs/html5lib/filters/alphabeticalattributes.py
  597. share/couchpotato/libs/html5lib/filters/inject_meta_charset.py
  598. share/couchpotato/libs/html5lib/filters/lint.py
  599. share/couchpotato/libs/html5lib/filters/optionaltags.py
  600. share/couchpotato/libs/html5lib/filters/sanitizer.py
  601. share/couchpotato/libs/html5lib/filters/whitespace.py
  602. share/couchpotato/libs/html5lib/html5parser.py
  603. share/couchpotato/libs/html5lib/ihatexml.py
  604. share/couchpotato/libs/html5lib/inputstream.py
  605. share/couchpotato/libs/html5lib/sanitizer.py
  606. share/couchpotato/libs/html5lib/serializer/__init__.py
  607. share/couchpotato/libs/html5lib/serializer/htmlserializer.py
  608. share/couchpotato/libs/html5lib/tokenizer.py
  609. share/couchpotato/libs/html5lib/treeadapters/__init__.py
  610. share/couchpotato/libs/html5lib/treeadapters/sax.py
  611. share/couchpotato/libs/html5lib/treebuilders/__init__.py
  612. share/couchpotato/libs/html5lib/treebuilders/_base.py
  613. share/couchpotato/libs/html5lib/treebuilders/dom.py
  614. share/couchpotato/libs/html5lib/treebuilders/etree.py
  615. share/couchpotato/libs/html5lib/treebuilders/etree_lxml.py
  616. share/couchpotato/libs/html5lib/treewalkers/__init__.py
  617. share/couchpotato/libs/html5lib/treewalkers/_base.py
  618. share/couchpotato/libs/html5lib/treewalkers/dom.py
  619. share/couchpotato/libs/html5lib/treewalkers/etree.py
  620. share/couchpotato/libs/html5lib/treewalkers/genshistream.py
  621. share/couchpotato/libs/html5lib/treewalkers/lxmletree.py
  622. share/couchpotato/libs/html5lib/treewalkers/pulldom.py
  623. share/couchpotato/libs/html5lib/trie/__init__.py
  624. share/couchpotato/libs/html5lib/trie/_base.py
  625. share/couchpotato/libs/html5lib/trie/datrie.py
  626. share/couchpotato/libs/html5lib/trie/py.py
  627. share/couchpotato/libs/html5lib/utils.py
  628. share/couchpotato/libs/httplib2/__init__.py
  629. share/couchpotato/libs/httplib2/cacerts.txt
  630. share/couchpotato/libs/httplib2/iri2uri.py
  631. share/couchpotato/libs/httplib2/socks.py
  632. share/couchpotato/libs/importhelper/__init__.py
  633. share/couchpotato/libs/logr/__init__.py
  634. share/couchpotato/libs/multipartpost.py
  635. share/couchpotato/libs/ndg/__init__.py
  636. share/couchpotato/libs/ndg/httpsclient/__init__.py
  637. share/couchpotato/libs/ndg/httpsclient/https.py
  638. share/couchpotato/libs/ndg/httpsclient/ssl_context_util.py
  639. share/couchpotato/libs/ndg/httpsclient/ssl_peer_verification.py
  640. share/couchpotato/libs/ndg/httpsclient/ssl_socket.py
  641. share/couchpotato/libs/ndg/httpsclient/subj_alt_name.py
  642. share/couchpotato/libs/ndg/httpsclient/urllib2_build_opener.py
  643. share/couchpotato/libs/ndg/httpsclient/utils.py
  644. share/couchpotato/libs/oauth2/__init__.py
  645. share/couchpotato/libs/oauth2/_version.py
  646. share/couchpotato/libs/oauth2/clients/__init__.py
  647. share/couchpotato/libs/oauth2/clients/imap.py
  648. share/couchpotato/libs/oauth2/clients/smtp.py
  649. share/couchpotato/libs/oauthlib/__init__.py
  650. share/couchpotato/libs/oauthlib/common.py
  651. share/couchpotato/libs/oauthlib/oauth1/__init__.py
  652. share/couchpotato/libs/oauthlib/oauth1/rfc5849/__init__.py
  653. share/couchpotato/libs/oauthlib/oauth1/rfc5849/parameters.py
  654. share/couchpotato/libs/oauthlib/oauth1/rfc5849/signature.py
  655. share/couchpotato/libs/oauthlib/oauth1/rfc5849/utils.py
  656. share/couchpotato/libs/oauthlib/oauth2/__init__.py
  657. share/couchpotato/libs/oauthlib/oauth2/draft25/__init__.py
  658. share/couchpotato/libs/oauthlib/oauth2/draft25/tokens.py
  659. share/couchpotato/libs/oauthlib/oauth2/draft25/utils.py
  660. share/couchpotato/libs/pio/__init__.py
  661. share/couchpotato/libs/pio/api.py
  662. share/couchpotato/libs/pkg_resources.py
  663. share/couchpotato/libs/pyasn1/__init__.py
  664. share/couchpotato/libs/pyasn1/codec/__init__.py
  665. share/couchpotato/libs/pyasn1/codec/ber/__init__.py
  666. share/couchpotato/libs/pyasn1/codec/ber/decoder.py
  667. share/couchpotato/libs/pyasn1/codec/ber/encoder.py
  668. share/couchpotato/libs/pyasn1/codec/ber/eoo.py
  669. share/couchpotato/libs/pyasn1/codec/cer/__init__.py
  670. share/couchpotato/libs/pyasn1/codec/cer/decoder.py
  671. share/couchpotato/libs/pyasn1/codec/cer/encoder.py
  672. share/couchpotato/libs/pyasn1/codec/der/__init__.py
  673. share/couchpotato/libs/pyasn1/codec/der/decoder.py
  674. share/couchpotato/libs/pyasn1/codec/der/encoder.py
  675. share/couchpotato/libs/pyasn1/compat/__init__.py
  676. share/couchpotato/libs/pyasn1/compat/binary.py
  677. share/couchpotato/libs/pyasn1/compat/iterfunc.py
  678. share/couchpotato/libs/pyasn1/compat/octets.py
  679. share/couchpotato/libs/pyasn1/debug.py
  680. share/couchpotato/libs/pyasn1/error.py
  681. share/couchpotato/libs/pyasn1/type/__init__.py
  682. share/couchpotato/libs/pyasn1/type/base.py
  683. share/couchpotato/libs/pyasn1/type/char.py
  684. share/couchpotato/libs/pyasn1/type/constraint.py
  685. share/couchpotato/libs/pyasn1/type/error.py
  686. share/couchpotato/libs/pyasn1/type/namedtype.py
  687. share/couchpotato/libs/pyasn1/type/namedval.py
  688. share/couchpotato/libs/pyasn1/type/tag.py
  689. share/couchpotato/libs/pyasn1/type/tagmap.py
  690. share/couchpotato/libs/pyasn1/type/univ.py
  691. share/couchpotato/libs/pyasn1/type/useful.py
  692. share/couchpotato/libs/pynma/__init__.py
  693. share/couchpotato/libs/pynma/pynma.py
  694. share/couchpotato/libs/pytwitter/__init__.py
  695. share/couchpotato/libs/pyutil/PickleSaver.py
  696. share/couchpotato/libs/pyutil/__init__.py
  697. share/couchpotato/libs/pyutil/_version.py
  698. share/couchpotato/libs/pyutil/assertutil.py
  699. share/couchpotato/libs/pyutil/benchmarks/bench_json.py
  700. share/couchpotato/libs/pyutil/benchmarks/bench_xor.py
  701. share/couchpotato/libs/pyutil/benchutil.py
  702. share/couchpotato/libs/pyutil/benchutil.py~
  703. share/couchpotato/libs/pyutil/cache.py
  704. share/couchpotato/libs/pyutil/data/wordlist.txt
  705. share/couchpotato/libs/pyutil/dictutil.py
  706. share/couchpotato/libs/pyutil/fileutil.py
  707. share/couchpotato/libs/pyutil/find_exe.py
  708. share/couchpotato/libs/pyutil/hashexpand.py
  709. share/couchpotato/libs/pyutil/humanreadable.py
  710. share/couchpotato/libs/pyutil/increasing_timer.py
  711. share/couchpotato/libs/pyutil/iputil.py
  712. share/couchpotato/libs/pyutil/iputil.py~
  713. share/couchpotato/libs/pyutil/jsonutil.py
  714. share/couchpotato/libs/pyutil/lineutil.py
  715. share/couchpotato/libs/pyutil/logutil.py
  716. share/couchpotato/libs/pyutil/mathutil.py
  717. share/couchpotato/libs/pyutil/mathutil.py~
  718. share/couchpotato/libs/pyutil/memutil.py
  719. share/couchpotato/libs/pyutil/nummedobj.py
  720. share/couchpotato/libs/pyutil/observer.py
  721. share/couchpotato/libs/pyutil/odict.py
  722. share/couchpotato/libs/pyutil/platformutil.py
  723. share/couchpotato/libs/pyutil/randutil.py
  724. share/couchpotato/libs/pyutil/repeatable_random.py
  725. share/couchpotato/libs/pyutil/scripts/__init__.py
  726. share/couchpotato/libs/pyutil/scripts/lines.py
  727. share/couchpotato/libs/pyutil/scripts/memdump2dot.py
  728. share/couchpotato/libs/pyutil/scripts/passphrase.py
  729. share/couchpotato/libs/pyutil/scripts/randcookie.py
  730. share/couchpotato/libs/pyutil/scripts/randfile.py
  731. share/couchpotato/libs/pyutil/scripts/tailx.py
  732. share/couchpotato/libs/pyutil/scripts/time_comparisons.py
  733. share/couchpotato/libs/pyutil/scripts/try_decoding.py
  734. share/couchpotato/libs/pyutil/scripts/unsort.py
  735. share/couchpotato/libs/pyutil/scripts/verinfo.py
  736. share/couchpotato/libs/pyutil/strutil.py
  737. share/couchpotato/libs/pyutil/test/__init__.py
  738. share/couchpotato/libs/pyutil/test/current/__init__.py
  739. share/couchpotato/libs/pyutil/test/current/json_tests/__init__.py
  740. share/couchpotato/libs/pyutil/test/current/json_tests/test_decode.py
  741. share/couchpotato/libs/pyutil/test/current/json_tests/test_default.py
  742. share/couchpotato/libs/pyutil/test/current/json_tests/test_dump.py
  743. share/couchpotato/libs/pyutil/test/current/json_tests/test_encode_basestring_ascii.py
  744. share/couchpotato/libs/pyutil/test/current/json_tests/test_fail.py
  745. share/couchpotato/libs/pyutil/test/current/json_tests/test_float.py
  746. share/couchpotato/libs/pyutil/test/current/json_tests/test_indent.py
  747. share/couchpotato/libs/pyutil/test/current/json_tests/test_pass1.py
  748. share/couchpotato/libs/pyutil/test/current/json_tests/test_pass2.py
  749. share/couchpotato/libs/pyutil/test/current/json_tests/test_pass3.py
  750. share/couchpotato/libs/pyutil/test/current/json_tests/test_recursion.py
  751. share/couchpotato/libs/pyutil/test/current/json_tests/test_separators.py
  752. share/couchpotato/libs/pyutil/test/current/json_tests/test_speedups.py
  753. share/couchpotato/libs/pyutil/test/current/json_tests/test_unicode.py
  754. share/couchpotato/libs/pyutil/test/current/test_assertutil.py
  755. share/couchpotato/libs/pyutil/test/current/test_fileutil.py
  756. share/couchpotato/libs/pyutil/test/current/test_iputil.py
  757. share/couchpotato/libs/pyutil/test/current/test_jsonutil.py
  758. share/couchpotato/libs/pyutil/test/current/test_mathutil.py
  759. share/couchpotato/libs/pyutil/test/current/test_mathutil.py~
  760. share/couchpotato/libs/pyutil/test/current/test_time_format.py
  761. share/couchpotato/libs/pyutil/test/current/test_verlib.py
  762. share/couchpotato/libs/pyutil/test/current/test_version_class.py
  763. share/couchpotato/libs/pyutil/test/deprecated/__init__.py
  764. share/couchpotato/libs/pyutil/test/deprecated/test_dictutil.py
  765. share/couchpotato/libs/pyutil/test/deprecated/test_picklesaver.py
  766. share/couchpotato/libs/pyutil/test/deprecated/test_xor.py
  767. share/couchpotato/libs/pyutil/test/out_of_shape/__init__.py
  768. share/couchpotato/libs/pyutil/test/out_of_shape/test_cache.py
  769. share/couchpotato/libs/pyutil/test/out_of_shape/test_odict.py
  770. share/couchpotato/libs/pyutil/test/out_of_shape/test_strutil.py
  771. share/couchpotato/libs/pyutil/test/out_of_shape/test_zlibutil.py
  772. share/couchpotato/libs/pyutil/testutil.py
  773. share/couchpotato/libs/pyutil/time_format.py
  774. share/couchpotato/libs/pyutil/twistedutil.py
  775. share/couchpotato/libs/pyutil/verlib.py
  776. share/couchpotato/libs/pyutil/version_class.py
  777. share/couchpotato/libs/pyutil/weakutil.py
  778. share/couchpotato/libs/pyutil/xor/__init__.py
  779. share/couchpotato/libs/pyutil/xor/xor.py
  780. share/couchpotato/libs/pyutil/zlibutil.py
  781. share/couchpotato/libs/qbittorrent/__init__.py
  782. share/couchpotato/libs/qbittorrent/client.py
  783. share/couchpotato/libs/requests/__init__.py
  784. share/couchpotato/libs/requests/adapters.py
  785. share/couchpotato/libs/requests/api.py
  786. share/couchpotato/libs/requests/auth.py
  787. share/couchpotato/libs/requests/cacert.pem
  788. share/couchpotato/libs/requests/certs.py
  789. share/couchpotato/libs/requests/compat.py
  790. share/couchpotato/libs/requests/cookies.py
  791. share/couchpotato/libs/requests/exceptions.py
  792. share/couchpotato/libs/requests/hooks.py
  793. share/couchpotato/libs/requests/models.py
  794. share/couchpotato/libs/requests/packages/__init__.py
  795. share/couchpotato/libs/requests/packages/urllib3/__init__.py
  796. share/couchpotato/libs/requests/packages/urllib3/_collections.py
  797. share/couchpotato/libs/requests/packages/urllib3/connection.py
  798. share/couchpotato/libs/requests/packages/urllib3/connectionpool.py
  799. share/couchpotato/libs/requests/packages/urllib3/contrib/__init__.py
  800. share/couchpotato/libs/requests/packages/urllib3/contrib/ntlmpool.py
  801. share/couchpotato/libs/requests/packages/urllib3/contrib/pyopenssl.py
  802. share/couchpotato/libs/requests/packages/urllib3/exceptions.py
  803. share/couchpotato/libs/requests/packages/urllib3/fields.py
  804. share/couchpotato/libs/requests/packages/urllib3/filepost.py
  805. share/couchpotato/libs/requests/packages/urllib3/packages/__init__.py
  806. share/couchpotato/libs/requests/packages/urllib3/packages/ordered_dict.py
  807. share/couchpotato/libs/requests/packages/urllib3/packages/six.py
  808. share/couchpotato/libs/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
  809. share/couchpotato/libs/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
  810. share/couchpotato/libs/requests/packages/urllib3/poolmanager.py
  811. share/couchpotato/libs/requests/packages/urllib3/request.py
  812. share/couchpotato/libs/requests/packages/urllib3/response.py
  813. share/couchpotato/libs/requests/packages/urllib3/util/__init__.py
  814. share/couchpotato/libs/requests/packages/urllib3/util/connection.py
  815. share/couchpotato/libs/requests/packages/urllib3/util/request.py
  816. share/couchpotato/libs/requests/packages/urllib3/util/response.py
  817. share/couchpotato/libs/requests/packages/urllib3/util/retry.py
  818. share/couchpotato/libs/requests/packages/urllib3/util/ssl_.py
  819. share/couchpotato/libs/requests/packages/urllib3/util/timeout.py
  820. share/couchpotato/libs/requests/packages/urllib3/util/url.py
  821. share/couchpotato/libs/requests/sessions.py
  822. share/couchpotato/libs/requests/status_codes.py
  823. share/couchpotato/libs/requests/structures.py
  824. share/couchpotato/libs/requests/utils.py
  825. share/couchpotato/libs/rsa/__init__.py
  826. share/couchpotato/libs/rsa/_compat.py
  827. share/couchpotato/libs/rsa/_version133.py
  828. share/couchpotato/libs/rsa/_version200.py
  829. share/couchpotato/libs/rsa/bigfile.py
  830. share/couchpotato/libs/rsa/cli.py
  831. share/couchpotato/libs/rsa/common.py
  832. share/couchpotato/libs/rsa/core.py
  833. share/couchpotato/libs/rsa/key.py
  834. share/couchpotato/libs/rsa/parallel.py
  835. share/couchpotato/libs/rsa/pem.py
  836. share/couchpotato/libs/rsa/pkcs1.py
  837. share/couchpotato/libs/rsa/prime.py
  838. share/couchpotato/libs/rsa/randnum.py
  839. share/couchpotato/libs/rsa/transform.py
  840. share/couchpotato/libs/rsa/util.py
  841. share/couchpotato/libs/rsa/varblock.py
  842. share/couchpotato/libs/rtorrent/__init__.py
  843. share/couchpotato/libs/rtorrent/common.py
  844. share/couchpotato/libs/rtorrent/compat.py
  845. share/couchpotato/libs/rtorrent/connection.py
  846. share/couchpotato/libs/rtorrent/err.py
  847. share/couchpotato/libs/rtorrent/file.py
  848. share/couchpotato/libs/rtorrent/group.py
  849. share/couchpotato/libs/rtorrent/lib/__init__.py
  850. share/couchpotato/libs/rtorrent/lib/bencode.py
  851. share/couchpotato/libs/rtorrent/lib/torrentparser.py
  852. share/couchpotato/libs/rtorrent/lib/xmlrpc/__init__.py
  853. share/couchpotato/libs/rtorrent/lib/xmlrpc/clients/__init__.py
  854. share/couchpotato/libs/rtorrent/lib/xmlrpc/clients/http.py
  855. share/couchpotato/libs/rtorrent/lib/xmlrpc/clients/scgi.py
  856. share/couchpotato/libs/rtorrent/lib/xmlrpc/transports/__init__.py
  857. share/couchpotato/libs/rtorrent/lib/xmlrpc/transports/basic_auth.py
  858. share/couchpotato/libs/rtorrent/lib/xmlrpc/transports/requests_.py
  859. share/couchpotato/libs/rtorrent/lib/xmlrpc/transports/scgi.py
  860. share/couchpotato/libs/rtorrent/peer.py
  861. share/couchpotato/libs/rtorrent/rpc/__init__.py
  862. share/couchpotato/libs/rtorrent/torrent.py
  863. share/couchpotato/libs/rtorrent/tracker.py
  864. share/couchpotato/libs/six.py
  865. share/couchpotato/libs/subliminal/__init__.py
  866. share/couchpotato/libs/subliminal/api.py
  867. share/couchpotato/libs/subliminal/async.py
  868. share/couchpotato/libs/subliminal/cache.py
  869. share/couchpotato/libs/subliminal/core.py
  870. share/couchpotato/libs/subliminal/exceptions.py
  871. share/couchpotato/libs/subliminal/infos.py
  872. share/couchpotato/libs/subliminal/language.py
  873. share/couchpotato/libs/subliminal/services/__init__.py
  874. share/couchpotato/libs/subliminal/services/addic7ed.py
  875. share/couchpotato/libs/subliminal/services/bierdopje.py
  876. share/couchpotato/libs/subliminal/services/opensubtitles.py
  877. share/couchpotato/libs/subliminal/services/subscenter.py
  878. share/couchpotato/libs/subliminal/services/subswiki.py
  879. share/couchpotato/libs/subliminal/services/subtitulos.py
  880. share/couchpotato/libs/subliminal/services/thesubdb.py
  881. share/couchpotato/libs/subliminal/services/tvsubtitles.py
  882. share/couchpotato/libs/subliminal/subtitles.py
  883. share/couchpotato/libs/subliminal/tasks.py
  884. share/couchpotato/libs/subliminal/utils.py
  885. share/couchpotato/libs/subliminal/videos.py
  886. share/couchpotato/libs/suds/__init__.py
  887. share/couchpotato/libs/suds/bindings/__init__.py
  888. share/couchpotato/libs/suds/bindings/binding.py
  889. share/couchpotato/libs/suds/bindings/document.py
  890. share/couchpotato/libs/suds/bindings/multiref.py
  891. share/couchpotato/libs/suds/bindings/rpc.py
  892. share/couchpotato/libs/suds/builder.py
  893. share/couchpotato/libs/suds/cache.py
  894. share/couchpotato/libs/suds/client.py
  895. share/couchpotato/libs/suds/metrics.py
  896. share/couchpotato/libs/suds/mx/__init__.py
  897. share/couchpotato/libs/suds/mx/appender.py
  898. share/couchpotato/libs/suds/mx/basic.py
  899. share/couchpotato/libs/suds/mx/core.py
  900. share/couchpotato/libs/suds/mx/encoded.py
  901. share/couchpotato/libs/suds/mx/literal.py
  902. share/couchpotato/libs/suds/mx/typer.py
  903. share/couchpotato/libs/suds/options.py
  904. share/couchpotato/libs/suds/plugin.py
  905. share/couchpotato/libs/suds/properties.py
  906. share/couchpotato/libs/suds/reader.py
  907. share/couchpotato/libs/suds/resolver.py
  908. share/couchpotato/libs/suds/sax/__init__.py
  909. share/couchpotato/libs/suds/sax/attribute.py
  910. share/couchpotato/libs/suds/sax/date.py
  911. share/couchpotato/libs/suds/sax/document.py
  912. share/couchpotato/libs/suds/sax/element.py
  913. share/couchpotato/libs/suds/sax/enc.py
  914. share/couchpotato/libs/suds/sax/parser.py
  915. share/couchpotato/libs/suds/sax/text.py
  916. share/couchpotato/libs/suds/servicedefinition.py
  917. share/couchpotato/libs/suds/serviceproxy.py
  918. share/couchpotato/libs/suds/soaparray.py
  919. share/couchpotato/libs/suds/store.py
  920. share/couchpotato/libs/suds/sudsobject.py
  921. share/couchpotato/libs/suds/transport/__init__.py
  922. share/couchpotato/libs/suds/transport/http.py
  923. share/couchpotato/libs/suds/transport/https.py
  924. share/couchpotato/libs/suds/transport/options.py
  925. share/couchpotato/libs/suds/umx/__init__.py
  926. share/couchpotato/libs/suds/umx/attrlist.py
  927. share/couchpotato/libs/suds/umx/basic.py
  928. share/couchpotato/libs/suds/umx/core.py
  929. share/couchpotato/libs/suds/umx/encoded.py
  930. share/couchpotato/libs/suds/umx/typed.py
  931. share/couchpotato/libs/suds/wsdl.py
  932. share/couchpotato/libs/suds/wsse.py
  933. share/couchpotato/libs/suds/xsd/__init__.py
  934. share/couchpotato/libs/suds/xsd/deplist.py
  935. share/couchpotato/libs/suds/xsd/doctor.py
  936. share/couchpotato/libs/suds/xsd/query.py
  937. share/couchpotato/libs/suds/xsd/schema.py
  938. share/couchpotato/libs/suds/xsd/sxbase.py
  939. share/couchpotato/libs/suds/xsd/sxbasic.py
  940. share/couchpotato/libs/suds/xsd/sxbuiltin.py
  941. share/couchpotato/libs/synchronousdeluge/__init__.py
  942. share/couchpotato/libs/synchronousdeluge/client.py
  943. share/couchpotato/libs/synchronousdeluge/exceptions.py
  944. share/couchpotato/libs/synchronousdeluge/protocol.py
  945. share/couchpotato/libs/synchronousdeluge/rencode.py
  946. share/couchpotato/libs/synchronousdeluge/transfer.py
  947. share/couchpotato/libs/tornado/__init__.py
  948. share/couchpotato/libs/tornado/auth.py
  949. share/couchpotato/libs/tornado/autoreload.py
  950. share/couchpotato/libs/tornado/concurrent.py
  951. share/couchpotato/libs/tornado/curl_httpclient.py
  952. share/couchpotato/libs/tornado/escape.py
  953. share/couchpotato/libs/tornado/gen.py
  954. share/couchpotato/libs/tornado/http1connection.py
  955. share/couchpotato/libs/tornado/httpclient.py
  956. share/couchpotato/libs/tornado/httpserver.py
  957. share/couchpotato/libs/tornado/httputil.py
  958. share/couchpotato/libs/tornado/ioloop.py
  959. share/couchpotato/libs/tornado/iostream.py
  960. share/couchpotato/libs/tornado/locale.py
  961. share/couchpotato/libs/tornado/log.py
  962. share/couchpotato/libs/tornado/netutil.py
  963. share/couchpotato/libs/tornado/options.py
  964. share/couchpotato/libs/tornado/platform/__init__.py
  965. share/couchpotato/libs/tornado/platform/asyncio.py
  966. share/couchpotato/libs/tornado/platform/auto.py
  967. share/couchpotato/libs/tornado/platform/caresresolver.py
  968. share/couchpotato/libs/tornado/platform/common.py
  969. share/couchpotato/libs/tornado/platform/epoll.py
  970. share/couchpotato/libs/tornado/platform/interface.py
  971. share/couchpotato/libs/tornado/platform/kqueue.py
  972. share/couchpotato/libs/tornado/platform/posix.py
  973. share/couchpotato/libs/tornado/platform/select.py
  974. share/couchpotato/libs/tornado/platform/twisted.py
  975. share/couchpotato/libs/tornado/platform/windows.py
  976. share/couchpotato/libs/tornado/process.py
  977. share/couchpotato/libs/tornado/simple_httpclient.py
  978. share/couchpotato/libs/tornado/speedups.c
  979. share/couchpotato/libs/tornado/stack_context.py
  980. share/couchpotato/libs/tornado/tcpclient.py
  981. share/couchpotato/libs/tornado/tcpserver.py
  982. share/couchpotato/libs/tornado/template.py
  983. share/couchpotato/libs/tornado/testing.py
  984. share/couchpotato/libs/tornado/util.py
  985. share/couchpotato/libs/tornado/web.py
  986. share/couchpotato/libs/tornado/websocket.py
  987. share/couchpotato/libs/tornado/wsgi.py
  988. share/couchpotato/libs/tus/__init__.py
  989. share/couchpotato/libs/unrar2/__init__.py
  990. share/couchpotato/libs/unrar2/rar_exceptions.py
  991. share/couchpotato/libs/unrar2/unix.py
  992. share/couchpotato/libs/unrar2/unrar
  993. share/couchpotato/libs/unrar2/unrar.dll
  994. share/couchpotato/libs/unrar2/unrar64.dll
  995. share/couchpotato/libs/unrar2/windows.py
  996. share/couchpotato/libs/xmpp/__init__.py
  997. share/couchpotato/libs/xmpp/auth.py
  998. share/couchpotato/libs/xmpp/browser.py
  999. share/couchpotato/libs/xmpp/client.py
  1000. share/couchpotato/libs/xmpp/commands.py
  1001. share/couchpotato/libs/xmpp/debug.py
  1002. share/couchpotato/libs/xmpp/dispatcher.py
  1003. share/couchpotato/libs/xmpp/features.py
  1004. share/couchpotato/libs/xmpp/filetransfer.py
  1005. share/couchpotato/libs/xmpp/jep0106.py
  1006. share/couchpotato/libs/xmpp/protocol.py
  1007. share/couchpotato/libs/xmpp/roster.py
  1008. share/couchpotato/libs/xmpp/session.py
  1009. share/couchpotato/libs/xmpp/simplexml.py
  1010. share/couchpotato/libs/xmpp/transports.py
  1011. share/couchpotato/license.txt
  1012. share/couchpotato/package.json
  1013. share/couchpotato/requirements-dev.txt
  1014. share/couchpotato/version.py
Collapse this list.
Dependency lines:
  • couchpotato>0:net-p2p/couchpotato
No installation instructions:
This port has been deleted.
PKGNAME: couchpotato
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1492223124 SHA256 (CouchPotato-CouchPotatoServer-0.0.20170327-711310d_GH0.tar.gz) = db05d87d2185e6c51893cf52954571f82dd2993f9bf56e0c17a9119cf0a446f5 SIZE (CouchPotato-CouchPotatoServer-0.0.20170327-711310d_GH0.tar.gz) = 3149023

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python2.7 : lang/python27
Runtime dependencies:
  1. py27-sqlite3>0 : databases/py-sqlite3@py27
  2. py27-lxml>0 : devel/py-lxml@py27
  3. py27-openssl>0 : security/py-openssl@py27
  4. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for couchpotato-0.0.20170327_2: UNRAR=off: RAR decompression support ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:2.7 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/CouchPotato/CouchPotatoServer/tar.gz/711310d?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.20170327_2
19 Sep 2020 13:01:00
Revision:548980Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.20170327_2
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
0.0.20170327_2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.20170327_2
03 Aug 2017 16:23:30
Revision:447242Original commit files touched by this commit
feld search for other commits by this committer
Reserve GID for couchpotato user

It was incorrect of me to set the GID to 65534
0.0.20170327_1
26 Apr 2017 12:37:31
Revision:439445Original commit files touched by this commit
feld search for other commits by this committer
net-p2p/couchpotato: Port improvements

- Remove unnecessary libcurl and docbook-xml dependencies
- Add missing py-lxml and py-openssl dependencies for better performance
- Force python requirement to 2.7
- Add unrar as optional dependency
- Remove hardcoded user in rc script
- New MAINTAINER

PR:		218837
0.0.20170327
15 Apr 2017 03:17:45
Revision:438573Original commit files touched by this commit
feld search for other commits by this committer
net-p2p/couchpotato: Update github snapshot to latest commit on master branch
0.0.20161225_2
04 Jan 2017 22:31:55
Revision:430603Original commit files touched by this commit
feld search for other commits by this committer
net-p2p/couchpotato: Create a user account for couchpotato

Reported by:	mat
MFH:		2017Q1
0.0.20161225_1
26 Dec 2016 18:48:29
Revision:429565Original commit files touched by this commit
feld search for other commits by this committer
net-p2p/couchpotato: Provision ETCDIR in rc script, not in package.

CouchPotato creates the config file on first run. If you choose to run
with a custom user you will want the rc script to provision the ETCDIR
with the correct ownership.
0.0.20161225
26 Dec 2016 18:14:23
Revision:429561Original commit files touched by this commit
feld search for other commits by this committer
CouchPotato (CP) is an automatic NZB and torrent downloader.

WWW: http://couchpota.to/

Number of commits found: 9