Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2021.4.18 04 Aug 2024 13:01:10 |
Rene Ladan (rene) |
www/py-imdbpy: Remove expired port
2024-06-30 www/py-imdbpy: IMDbPY is now cinemagoer. Use www/py-cinemagoer
instead |
2021.4.18 06 Jun 2024 07:48:24 |
Po-Chuan Hsieh (sunpoet) |
www/py-imdbpy: Mark DEPRECATED and set EXPIRATION_DATE to 2024-06-30
- Removed expired SQLAlchemy options |
2021.4.18 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> |
2021.4.18 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
2021.4.18 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 ) |
2021.4.18 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2021.4.18 30 Jun 2021 20:44:05 |
Po-Chuan Hsieh (sunpoet) |
www/py-imdbpy: Update to 2021.4.18
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt |
2020.9.25 11 May 2021 21:47:32 |
Po-Chuan Hsieh (sunpoet) |
www/py-imdbpy: Add SQLALCHEMY14 option |
2020.9.25 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.9.25 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2020.9.25 04 Oct 2020 14:15:14 |
sunpoet |
Update to 2020.9.25
- Add LICENSE_FILE
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt |
6.8 26 Jun 2020 08:47:28 |
sunpoet |
Add SQLALCHEMY13 option |
6.8 01 Aug 2019 16:18:17 |
sunpoet |
Update to 6.8
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt |
6.7 20 May 2019 18:10:55 |
sunpoet |
Update to 6.7
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst |
6.6_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
6.6 06 Aug 2018 19:53:55 |
sunpoet |
Update to 6.6
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst |
6.5 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 |
6.5 16 Apr 2018 18:34:07 |
sunpoet |
Update to 6.5
- Update LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add SQLAlchemy 1.2.x support:
- Change SQLALCHEMY to a radio group
- Add SQLALCHEMY11 (original SQLALCHEMY) and SQLALCHEMY12 options
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst |
6.4.1 17 Mar 2018 04:23:44 |
sunpoet |
Update to 6.4.1
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt |
6.4 15 Mar 2018 17:45:52 |
sunpoet |
Update to 6.4
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt |
6.3 28 Feb 2018 15:53:18 |
sunpoet |
Update to 6.3
- Update SQLALCHEMY_RUN_DEPENDS: use newer py-sqlalchemy
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt |
6.2 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 ) |
6.2 20 Nov 2017 14:32:24 |
sunpoet |
Update to 6.2
- Add SQLALCHEMY option
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt |
6.0 13 Nov 2017 19:36:22 |
sunpoet |
Update to 6.0
- Add NO_ARCH
- Relax USES=python
- Sort USE_PYTHON
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt |
5.1.1_1 24 Apr 2017 12:58:02 |
miwi |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc) |
5.1.1 07 Dec 2016 03:03:53 |
wen |
- Update to 5.1.1
- Add CHEESESHOP to MASTER_SITES |
5.0_2 07 Aug 2016 10:07:52 |
pi |
www/py-imdbpy: chase sqlalchemy dependencies
PR: 210589 |
5.0_1 22 May 2016 10:52:45 |
matthew |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |
5.0_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
5.0_1 22 May 2015 10:22:42 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
5.0 18 May 2015 02:07:57 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
5.0 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
5.0 06 Jul 2014 18:51:54 |
sunpoet |
- Update to 5.0
Changes: https://bitbucket.org/alberanid/imdbpy/src/default/docs/Changelog.txt |
4.9_3 06 Jul 2014 05:39:03 |
sunpoet |
- Unbreak this port: use databases/py-sqlalchemy instead of
databases/py-sqlalchemy06
- Add LICENSE
- Fix USE_PYTHON
- Remove PORTEXAMPLES: duplicate with PREFIX/bin
- Simplify Makefile
- Bump PORTREVISION for dependency and package change |
4.9_2 28 Jun 2014 08:27:47 |
antoine |
Mark BROKEN: Depends on conflicting py-sqlalchemy and py-sqlalchemy06 |
4.9_2 15 Jun 2014 18:17:08 |
mva |
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
4.9_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
4.9_1 01 Sep 2013 12:58:11 |
lwhsu |
Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate |
4.9 18 Jun 2012 16:57:09 |
sunpoet |
- Update to 4.9
- Convert to new options framework
- Remove duplicate entry in PLIST
Changes: http://imdbpy.sourceforge.net/#news |
4.8.2 04 Nov 2011 17:03:10 |
clsung |
- Update to 4.8.2 |
4.7_1 25 Jun 2011 07:35:30 |
nivit |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot |
4.7_1 23 Jun 2011 14:20:04 |
nivit |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
4.7 25 May 2011 16:18:51 |
sunpoet |
- Update to 4.7
Changes: http://imdbpy.sourceforge.net/docs/Changelog.txt
PR: ports/157247
Submitted by: sunpoet (myself) |
3.9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.9 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
3.9 08 Feb 2009 10:38:23 |
lwhsu |
- Update to 3.9
PR: ports/131454
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
3.8 28 Dec 2008 21:48:42 |
lwhsu |
- Update to 3.8
PR: ports/130002
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
3.7 25 Sep 2008 05:42:50 |
lwhsu |
- Update to 3.7 |
3.6 15 Jun 2008 08:35:37 |
lwhsu |
- Update to 3.6
- Add CHEESESHOP to MASTER_SITES |
3.5 20 Apr 2008 09:40:00 |
lwhsu |
- Update to 3.5 |
3.4 08 Jan 2008 15:14:50 |
lwhsu |
- Update to 3.4 |
3.3 13 Dec 2007 00:19:51 |
lwhsu |
- Update to 3.3
- Respect NOPORTEXAMPLES |
3.2 26 Sep 2007 08:10:49 |
ijliao |
upgrade to 3.2 |
3.1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
3.1 20 Jul 2007 06:20:40 |
ijliao |
upgrade to 3.1 |
3.0 25 May 2007 00:59:45 |
ijliao |
upgrade to 3.0 |
2.9 23 Feb 2007 05:33:56 |
clsung |
- Update to 2.9
- Use static pkg-plist
- NOPORTDOCS should not apply to EXAMPLESDIR
- portlint(1) fix
- assign to python@
PR: ports/109445
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> |
2.8 11 Jan 2007 01:07:16 |
ijliao |
fix plist
Submitted by: pointyhat via kris |
2.8 18 Dec 2006 02:46:59 |
ijliao |
upgrade to 2.8 |
2.7 28 Sep 2006 01:28:19 |
ijliao |
upgrade to 2.7 |
2.6 06 Jul 2006 00:57:02 |
ijliao |
upgrade to 2.6 |
2.5 17 May 2006 00:52:44 |
ijliao |
upgrade to 2.5 |
2.4 15 Feb 2006 01:07:01 |
ijliao |
upgrade to 2.4 |
2.3 07 Dec 2005 01:13:45 |
ijliao |
upgrade to 2.3 |
2.2 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
2.2 19 Oct 2005 01:30:43 |
ijliao |
upgrade to 2.2 |
2.1 30 Aug 2005 09:42:19 |
ijliao |
upgrade to 2.1 |
2.0 19 Jul 2005 01:14:35 |
ijliao |
upgrade to 2.0 |
1.9 03 May 2005 08:57:33 |
ijliao |
upgrade to 1.9 |
1.6 18 Jan 2005 05:38:38 |
ijliao |
upgrade to 1.6
PR: 75790 |
1.5 28 Dec 2004 02:38:44 |
ijliao |
add missing files to plist
Submitted by: pointyhat via kris |
1.5 27 Dec 2004 04:33:57 |
ijliao |
upgrade to 1.5 |
1.3 08 Jul 2004 02:22:07 |
ijliao |
add py-imdbpy 1.3
Retrieve and manage the data of the IMDb movie database |