Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.0_1 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
3.8.0 14 Dec 2023 16:34:14
    |
Nuno Teixeira (eduardo)  |
multimedia/py-guessit: Use ${PY_SETUPTOOLS}
- Follow 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a
(devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}) |
3.8.0 14 Dec 2023 16:20:29
    |
Nuno Teixeira (eduardo)  |
multimedia/py-guessit: Update to 3.8.0
- Switch to pep517 build
ChangeLog: https://github.com/guessit-io/guessit/releases/tag/v3.8.0 |
3.7.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.7.1 22 Feb 2023 08:02:58
    |
Nuno Teixeira (eduardo)  |
multimedia/py-guessit: Update to 3.7.1
- Add tests
ChangeLog: https://github.com/guessit-io/guessit/blob/develop/CHANGELOG.md |
3.5.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.5.0 02 Nov 2022 17:00:08
    |
Nuno Teixeira (eduardo)  |
multimedia/py-guessit: Update to 3.5.0
ChangeLog: https://github.com/guessit-io/guessit/blob/v3.5.0/CHANGELOG.md |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4.3_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.4.3_1 20 Jul 2022 14:22:30
    |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.4.3_1 20 May 2022 19:06:34
    |
Nuno Teixeira (eduardo)  Author: John R |
multimedia/py-guessit: 3.4.3: add missing dependency
- add missing dep importlib-resources
PR: 264093 |
3.4.3 11 May 2022 07:18:02
    |
Nuno Teixeira (eduardo)  |
multimedia/py-guessit: Update to 3.4.3
- Update WWW
ChangeLog: https://github.com/guessit-io/guessit/blob/develop/CHANGELOG.md |
3.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.3.1 19 Feb 2021 13:08:09
  |
eduardo  |
multimedia/py-guessit: Update to 3.3.1
- 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 |
3.2.0 10 Feb 2021 07:42:50
  |
eduardo  |
Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28534 |
3.2.0 28 Dec 2020 11:28:35
  |
rhurlin  |
multimedia/py-guessit: update to 3.2.0
- 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) |
3.1.1 24 May 2020 07:30:32
  |
tagattie  |
- Pass maintainership to submitter
- Add LICENSE_FILE
PR: 246620
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com>
Approved by: mentors (implicit) |
3.1.1 18 May 2020 18:33:11
  |
wg  |
multimedia/py-guessit: update to 3.1.1
- Drop maintainership
PR: 246543
Submitted by: Nuno Teixeira |
2.1.4 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.1.4 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
2.1.4 02 Oct 2017 20:03:34
  |
wg  |
multimedia/py-guessit: update to 2.1.4
PR: 221147
Submitted by: Andrej Ebert |
2.1.1 14 Feb 2017 18:48:26
  |
wg  |
multimedia/py-guessit: update to 2.1.1
PR: 217059
Submitted by: Andrej Ebert |
2.1.0 26 Sep 2016 18:57:03
  |
wg  |
multimedia/py-guessit: update to 2.1.0
PR: 212645
Submitted by: Andrej Ebert |
2.0.5 18 Jul 2016 19:06:41
  |
jbeich  |
multimedia/py-guessit: update to 2.0.5
Changes: https://pypi.python.org/pypi/guessit#history
PR: 210775
Submitted by: Andrej Ebert <andrej@ebert.su>
Approved by: maintainer timeout (2 weeks) |
0.11.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.11.0 14 Nov 2015 21:06:48
  |
wg  |
multimedia/py-guessit: update to 0.11.0 |
0.10.3 04 Sep 2015 17:14:05
  |
jbeich  |
multimedia/py-guessit: update to 0.10.3
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 |
0.8 21 Oct 2014 17:22:08
  |
mva  |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit) |
0.8 07 Jul 2014 12:35:25
  |
wg  |
multimedia/py-guessit: update to 0.8 |
0.7.1 17 Apr 2014 22:24:55
  |
wg  |
multimedia/py-guessit: update to 0.7.1 |
0.6.2_1 26 Dec 2013 15:17:10
  |
wg  |
- Allow staging
- Switch from easy_install to install |
0.6.2 08 Nov 2013 10:53:06
  |
wg  |
multimedia/py-guessit: update to 0.6.2
- Update to 0.6.2
- Use python auto plist |
0.6.1 20 Sep 2013 20:57:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.6.1 18 Sep 2013 14:38:16
  |
wg  |
multimedia/py-guessit: update to 0.6.1
- Update to 0.6.1
Changes: https://raw.github.com/wackou/guessit/0.6.1/NEWS.rst |
0.6 18 Aug 2013 00:28:35
  |
wg  |
multimedia/py-guessit: fix pkg-plist
- Fix pkg-plist
Reported by: marino |
0.6 16 Jul 2013 15:40:49
  |
wg  |
multimedia/py-guessit: update to 0.6
- Update to 0.6
- Tab -> space for WWW in pkg-descr
Changes: https://github.com/wackou/guessit/blob/0.6/NEWS.rst |
0.5.4 15 May 2013 19:33:15
  |
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
0.5.4 19 Feb 2013 16:26:03
  |
miwi  |
- Update to 0.5.4
PR: 176164
Submitted by: maintainer |
0.5.3 18 Jan 2013 07:47:41
  |
culot  |
- Update to 0.5.3
Changes: https://github.com/wackou/guessit/blob/master/NEWS.rst
PR: ports/175375
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
0.5.2 25 Dec 2012 16:02:06
  |
mva  |
GuessIt is a python library that tries to extract as much information as
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> |