aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-guessit
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/py-guessit: Update to 3.3.1Nuno Teixeira2021-02-193-5/+5
| | | | | | | | | | | | - Point WWW to the correct home page Changelog: https://github.com/guessit-io/guessit/blob/v3.3.1/CHANGELOG.md Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28644 Notes: svn path=/head/; revision=566060
* Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)Nuno Teixeira2021-02-101-1/+1
| | | | | | | | Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28534 Notes: svn path=/head/; revision=564845
* multimedia/py-guessit: update to 3.2.0Rainer Hurling2020-12-283-8/+8
| | | | | | | | | | | | | | - Add python 3.9 support, drop python 2.7 support - Fix: Use rebulk 3+ to have regex module disabled by default Changelog: https://github.com/guessit-io/guessit/blob/develop/CHANGELOG.md PR: 252201 Submitted by: Andrej Ebert <andrej@ebert.su> Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=559462
* - Pass maintainership to submitterHiroki Tagato2020-05-241-1/+2
| | | | | | | | | | | - Add LICENSE_FILE PR: 246620 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=536364
* multimedia/py-guessit: update to 3.1.1William Grzybowski2020-05-182-5/+5
| | | | | | | | | | - Drop maintainership PR: 246543 Submitted by: Nuno Teixeira Notes: svn path=/head/; revision=535770
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* multimedia/py-guessit: update to 2.1.4William Grzybowski2017-10-022-5/+5
| | | | | | | | PR: 221147 Submitted by: Andrej Ebert Notes: svn path=/head/; revision=451099
* multimedia/py-guessit: update to 2.1.1William Grzybowski2017-02-142-5/+5
| | | | | | | | PR: 217059 Submitted by: Andrej Ebert Notes: svn path=/head/; revision=434133
* multimedia/py-guessit: update to 2.1.0William Grzybowski2016-09-262-5/+8
| | | | | | | | PR: 212645 Submitted by: Andrej Ebert Notes: svn path=/head/; revision=422791
* multimedia/py-guessit: update to 2.0.5Jan Beich2016-07-182-8/+9
| | | | | | | | | | Changes: https://pypi.python.org/pypi/guessit#history PR: 210775 Submitted by: Andrej Ebert <andrej@ebert.su> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=418733
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* multimedia/py-guessit: update to 0.11.0William Grzybowski2015-11-142-3/+3
| | | | Notes: svn path=/head/; revision=401600
* multimedia/py-guessit: update to 0.10.3Jan Beich2015-09-042-4/+5
| | | | | | | | | | Changes: https://github.com/wackou/guessit/blob/master/HISTORY.rst#0103-2015-04-04 PR: 202088 Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D3566 Notes: svn path=/head/; revision=396117
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371331
* multimedia/py-guessit: update to 0.8William Grzybowski2014-07-072-6/+8
| | | | Notes: svn path=/head/; revision=361069
* multimedia/py-guessit: update to 0.7.1William Grzybowski2014-04-172-4/+6
| | | | Notes: svn path=/head/; revision=351505
* - Allow stagingWilliam Grzybowski2013-12-261-3/+3
| | | | | | | - Switch from easy_install to install Notes: svn path=/head/; revision=337536
* multimedia/py-guessit: update to 0.6.2William Grzybowski2013-11-083-152/+4
| | | | | | | | - Update to 0.6.2 - Use python auto plist Notes: svn path=/head/; revision=333198
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* multimedia/py-guessit: update to 0.6.1William Grzybowski2013-09-183-3/+6
| | | | | | | | | - Update to 0.6.1 Changes: https://raw.github.com/wackou/guessit/0.6.1/NEWS.rst Notes: svn path=/head/; revision=327549
* multimedia/py-guessit: fix pkg-plistWilliam Grzybowski2013-08-181-1/+0
| | | | | | | | | - Fix pkg-plist Reported by: marino Notes: svn path=/head/; revision=324883
* multimedia/py-guessit: update to 0.6William Grzybowski2013-07-164-4/+38
| | | | | | | | | | - Update to 0.6 - Tab -> space for WWW in pkg-descr Changes: https://github.com/wackou/guessit/blob/0.6/NEWS.rst Notes: svn path=/head/; revision=323112
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* - Update to 0.5.4Martin Wilke2013-02-193-3/+8
| | | | | | | | PR: 176164 Submitted by: maintainer Notes: svn path=/head/; revision=312584
* - Update to 0.5.3Frederic Culot2013-01-183-3/+4
| | | | | | | | | Changes: https://github.com/wackou/guessit/blob/master/NEWS.rst PR: ports/175375 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=310587
* GuessIt is a python library that tries to extract as much information asMarcus von Appen2012-12-254-0/+135
possible from a video file. It has a very powerful filename matcher that allows to guess a lot of metadata from a video using only its filename. This matcher works with both movies and tv shows episodes. WWW: http://guessit.readthedocs.org/en/latest/ PR: ports/172890 Submitted by: William Grzybowski <william88@gmail.com> Notes: svn path=/head/; revision=309485