f531 FreshPorts -- www/py-flexget
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-flexget 1.1.28,1 www on this many watch lists=1 search for ports that depend on this port
Program to automate downloading from different sources
Maintained by: lioux@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Mar 2010 04:28:46
Also Listed In: python
License: MIT


FlexGet is a multipurpose automation tool for content like torrents,
nzbs, podcasts, comics, etc. FlexGet is able to handle different
kinds of sources like RSS-feeds, html pages and even csv files.
There are even some plugins for sites that do not provide any kind
of useful feeds.

There are numerous plugins that allow utilizing FlexGet in interesting
ways and more are being added continuously. FlexGet is extremely
useful in conjunction with applications which have watch directory
support.

For example, it works with the following applications:
- BitTorrent: rTorrent, uTorrent, Transmission and Deluge
- Usenet: nzbget, sabnzb and hellanzb

WWW: http://flexget.com/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-nose
  2. lang/python27
Required To Run:
  1. databases/py-sqlalchemy
  2. devel/py-dateutil
  3. devel/py-yaml
  4. devel/py-Jinja2
  5. misc/py-progressbar
  6. news/py-pynzb
  7. textproc/py-feedparser
  8. textproc/py-rss2gen
  9. www/py-beautifulsoup32
  10. www/py-beautifulsoup
  11. www/py-cherrypy
  12. www/py-flask
  13. www/py-html5lib
  14. www/py-requests
  15. devel/py-nose
  16. devel/py-jsonschema
  17. devel/py-tvrage
  18. lang/python27
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/py-flexget/ && make install clean
To add the package: pkg_add -r py27-flexget


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.flexget.com/
  3. http://download.flexget.com/archive/
  4. http://ompldr.org/vaGI2Mw/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-12-05
    Affects: users of www/py-flexget
    Author: lioux@FreeBSD.org
    Reason: 
      Database schema changes. Please run:
    
    	$ sqlite3 db-config.sqlite "ALTER TABLE thetvdb_favorites ADD series_id VARCHAR;"
    	$ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD updated DateTime;"
    	$ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD mpaa_rating VARCHAR;"
    
      inside flexget configuration directory (~/.flexget) for each
      sqlite database you might have.
    
      Replace "db-config.sqlite" with the appropriate name for your
      sqlite database file.
    
    
  • 2010-11-24
    Affects: users of www/py-flexget
    Author: lioux@FreeBSD.org
    Reason: 
      metainfo_series is no longer a builtin. This should only affect
      you if you aren't using one of the series plugins (series,
      all_series, thetvdb_favorites, or series_premiere.) If you need
      to enable metainfo_series manually for a feed it can be done like
      so:
    
        metainfo_series: yes
    
    

Number of commits found: 49

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
07 Jun 2013 21:40:10
Original commit files touched by this commit  1.1.28,1
wg search for other commits by this committer
- Update to 1.1.28
- Chase py-requests update [1]

PR:		ports/178227 [1]
Submitted by:	Jan Beich <jbeich@tormail.org> [1]
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
14 Feb 2013 06:43:52
Original commit files touched by this commit  1.0.3273,1
rm search for other commits by this committer
- update to 1.0.3273
- bump PORTEPOCH

PR:		175109
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	maintainer timeout (1 month+)
26 Dec 2012 09:05:28
Original commit files touched by this commit  1.0r2315_2
rm search for other commits by this committer
- remove bogus setuptools dependency. This port actually using
  bundled ``paver'' build tool, that's initiated by distutils's setup.py.
- bump PORTREVISION because of dependency change
- trim Makefile header
- try to avoid PYTHON_SITELIBDIR in *_DEPENDS
- limit python version to 2.x only per official docs
- use ``yes'' in USE_PYDISTUTILS
- whitespace fix in pkg-descr

PR:		174320
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks)
31 Jul 2012 13:38:28
Original commit files touched by this commit  1.0r2315_1
rm search for other commits by this committer
- fix checking for correct version of py-beautifulsoup once again

At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
31 Jul 2012 07:07:36
Original commit files touched by this commit  1.0r2315_1
rm search for other commits by this committer
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports

Reported by:	pointyhat (erwin)
23 Aug 2011 02:21:36
Original commit files touched by this commit  1.0r2315
lioux search for other commits by this committer
Update to 1.0r2315
18 Aug 2011 17:17:33
Original commit files touched by this commit  1.0r2288_1
pav search for other commits by this committer
- Unbreak: fix plist and add missed dependency on py-nose

Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
09 Aug 2011 21:25:48
Original commit files touched by this commit  1.0r2288
pav search for other commits by this committer
- Mark BROKEN: incomplete plist

Reported by:    pointyhat
28 Jul 2011 23:48:04
Original commit files touched by this commit  1.0r2288
lioux search for other commits by this committer
o Update to 1.0r2288
o Remove RUN_DEPENDS on devel/py-setuptools since it is unnecessary
28 Jul 2011 01:23:34
Original commit files touched by this commit  1.0r2283
lioux search for other commits by this committer
o Update to 1.0r2283
o Fix BROKEN: {BUILD,RUN}_DEPENDS on devel/py-setuptools [1]

Submitted by:   pointyhat [1]
27 Jul 2011 22:48:07
Original commit files touched by this commit  1.0r2278
pav search for other commits by this committer
- Mark BROKEN: does not build
      from paver.setuputils import setup, find_package_data, find_packages
      ImportError: cannot import name find_packages

Reported by:    pointyhat
18 Jul 2011 02:24:10
Original commit files touched by this commit  1.0r2278
lioux search for other commits by this committer
Update to 1.0r2278
25 Jun 2011 07:35:30
Original commit files touched by this commit  1.0.r1819_1
nivit search for other commits by this committer
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:    pavbot
23 Jun 2011 14:20:04
Original commit files touched by this commit  1.0.r1819_1
nivit search for other commits by this committer
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
17 Dec 2010 02:23:12
Original commit files touched by this commit  1.0.r1819
lioux search for other commits by this committer
Update to 1.0.r1819
14 Dec 2010 14:12:21
Original commit files touched by this commit  1.0.r1805
lioux search for other commits by this committer
Update to 1.0.r1805
13 Dec 2010 11:52:37
Original commit files touched by this commit  1.0.r1794
lioux search for other commits by this committer
Update to 1.0.r1794
05 Dec 2010 09:19:05
Original commit files touched by this commit  1.0.r1683
lioux search for other commits by this committer
Update to 1.0.r1683
24 Nov 2010 12:01:34
Original commit files touched by this commit  1.0.r1662
lioux search for other commits by this committer
Update to 1.0.r1662
24 Nov 2010 00:31:52
Original commit files touched by this commit  1.0.r1660
lioux search for other commits by this committer
Update to 1.0.r1660
17 Nov 2010 12:32:48
Original commit files touched by this commit  1.0.r1643
lioux search for other commits by this committer
Update to 1.0.r1643
11 Nov 2010 09:40:20
Original commit files touched by this commit  1.0.r1624
lioux search for other commits by this committer
Update to 1.0.r1624
04 Nov 2010 23:36:35
Original commit files touched by this commit  1.0.r1589
lioux search for other commits by this committer
Update to 1.0.r1589
02 Nov 2010 09:12:09
Original commit files touched by this commit  1.0.r1581
lioux search for other commits by this committer
Update to 1.0.r1581
27 Oct 2010 00:43:24
Original commit files touched by this commit  1.0.r1565
lioux search for other commits by this committer
Update to 1.0.r1565
23 Oct 2010 09:29:41
Original commit files touched by this commit  1.0.r1548
lioux search for other commits by this committer
Update to 1.0.r1548
15 Oct 2010 23:45:20
Original commit files touched by this commit  1.0.r1519
lioux search for other commits by this committer
Update to 1.0.r1519
15 Oct 2010 00:21:12
Original commit files touched by this commit  1.0.r1518
lioux search for other commits by this committer
Update to 1.0.r1518
14 Oct 2010 11:36:46
Original commit files touched by this commit  1.0.r1514
lioux search for other commits by this committer
Update to 1.0.r1514
14 Oct 2010 01:44:50
Original commit files touched by this commit  1.0.r1513
lioux search for other commits by this committer
Update to 1.0.r1513
12 Oct 2010 12:27:15
Original commit files touched by this commit  1.0.r1509
lioux search for other commits by this committer
Update to 1.0.r1509
11 Oct 2010 23:26:51
Original commit files touched by this commit  1.0.r1508
lioux search for other commits by this committer
Update to 1.0.r1508
10 Oct 2010 23:16:41
Original commit files touched by this commit  1.0.r1503
lioux search for other commits by this committer
Update to 1.0.r1503
10 Oct 2010 12:06:35
Original commit files touched by this commit  1.0.r1499
lioux search for other commits by this committer
Update to 1.0.r1499
09 Oct 2010 09:31:30
Original commit files touched by this commit  1.0.r1495
lioux search for other commits by this committer
Update to 1.0.r1495
30 Sep 2010 12:46:49
Original commit files touched by this commit  1.0.r1465
lioux search for other commits by this committer
Update to 1.0.r1465
26 Sep 2010 09:27:01
Original commit files touched by this commit  1.0.r1445
lioux search for other commits by this committer
Update to 1.0.r1445
11 Aug 2010 00:13:08
Original commit files touched by this commit  1.0.r1359
lioux search for other commits by this committer
Update to 1.0.r1359
05 Aug 2010 11:21:11
Original commit files touched by this commit  1.0.r1354
lioux search for other commits by this committer
Update to 1.0.r1354
20 Jul 2010 17:16:08
Original commit files touched by this commit  1.0.r1333
lioux search for other commits by this committer
Update to 1.0.r1333
22 Jun 2010 01:11:08
Original commit files touched by this commit  1.0.r1305
lioux search for other commits by this committer
Update to 1.0.r1305

Feature safe:   yes
13 Jun 2010 12:41:33
Original commit files touched by this commit  1.0.r1283
lioux search for other commits by this committer
Add LICENSE* information
28 May 2010 10:58:26
Original commit files touched by this commit  1.0.r1283
lioux search for other commits by this committer
Update to 1.0.r1283
16 May 2010 09:11:31
Original commit files touched by this commit  1.0.r1278
lioux search for other commits by this committer
Update to 1.0.r1278
24 Apr 2010 01:29:23
Original commit files touched by this commit  1.0.r1262
lioux search for other commits by this committer
Update to 1.0.r1262
07 Apr 2010 14:19:51
Original commit files touched by this commit  1.0.r1226
lioux search for other commits by this committer
Update to 1.0.r1226
27 Mar 2010 02:53:19
Original commit files touched by this commit  1.0.r1197
lioux search for other commits by this committer
Update to 1.0.r1197
27 Mar 2010 02:52:40
Original commit files touched by this commit  1.0.r1153
lioux search for other commits by this committer
Correct date on copyright notice: 2008 -> 2010
05 Mar 2010 04:28:22
Original commit files touched by this commit  1.0.r1153
lioux search for other commits by this committer
New port py-flexget version 1.0.r1153: Program to automate downloading
from different sources

Feature safe:   yes

Number of commits found: 49

28b1
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24571
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 5
new 48 hours12
new 7 days32
new fortnight84
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0