non port: www/py-imdbpy/Makefile |
SVNWeb
|
Number of commits found: 65 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Wed, 30 Jun 2021
|
[ 20:44 Po-Chuan Hsieh (sunpoet) ] 51b80df
www/py-imdbpy: Update to 2021.4.18
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt
|
Tue, 11 May 2021
|
[ 21:47 Po-Chuan Hsieh (sunpoet) ] 6b656a5
www/py-imdbpy: Add SQLALCHEMY14 option
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sun, 4 Oct 2020
|
[ 14:15 sunpoet ]
Update to 2020.9.25
- Add LICENSE_FILE
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt
|
Fri, 26 Jun 2020
|
[ 08:47 sunpoet ]
Add SQLALCHEMY13 option
|
Thu, 1 Aug 2019
|
[ 16:18 sunpoet ]
Update to 6.8
Changes: https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt
|
Mon, 20 May 2019
|
[ 18:10 sunpoet ]
Update to 6.7
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Mon, 6 Aug 2018
|
[ 19:53 sunpoet ]
Update to 6.6
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Mon, 16 Apr 2018
|
[ 18:34 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
|
Sat, 17 Mar 2018
|
[ 04:23 sunpoet ]
Update to 6.4.1
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt
|
Thu, 15 Mar 2018
|
[ 17:45 sunpoet ]
Update to 6.4
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt
|
Wed, 28 Feb 2018
|
[ 15:53 sunpoet ]
Update to 6.3
- Update SQLALCHEMY_RUN_DEPENDS: use newer py-sqlalchemy
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Mon, 20 Nov 2017
|
[ 14:32 sunpoet ]
Update to 6.2
- Add SQLALCHEMY option
Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt
|
Mon, 13 Nov 2017
|
[ 19:36 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
|
Mon, 24 Apr 2017
|
[ 12:58 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Fix shebangs
Submitted by: Jochen Neumeister (via irc)
|
Wed, 7 Dec 2016
|
[ 03:03 wen ]
- Update to 5.1.1
- Add CHEESESHOP to MASTER_SITES
|
Sun, 7 Aug 2016
|
[ 10:07 pi ]
www/py-imdbpy: chase sqlalchemy dependencies
PR: 210589
|
Sun, 22 May 2016
|
[ 10:52 matthew ] (Only the first 10 of 42 ports in this commit are shown above. )
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 )
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 22 May 2015
|
[ 10:22 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
|
Sat, 3 Jan 2015
|
[ 08:41 mva ] (Only the first 10 of 286 ports in this commit are shown above. )
- Convert USE_PYTHON to new USES in www/
With hat: python@
|
Sun, 6 Jul 2014
|
[ 18:51 sunpoet ]
- Update to 5.0
Changes: https://bitbucket.org/alberanid/imdbpy/src/default/docs/Changelog.txt
|
[ 05:39 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
|
Sat, 28 Jun 2014
|
[ 08:27 antoine ]
Mark BROKEN: Depends on conflicting py-sqlalchemy and py-sqlalchemy06
|
Sun, 15 Jun 2014
|
[ 18:17 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)
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Sun, 1 Sep 2013
|
[ 12:58 lwhsu ]
Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate
|
Mon, 18 Jun 2012
|
[ 16:57 sunpoet ]
- Update to 4.9
- Convert to new options framework
- Remove duplicate entry in PLIST
Changes: http://imdbpy.sourceforge.net/#news
|
Fri, 4 Nov 2011
|
[ 17:03 clsung ]
- Update to 4.8.2
|
Sat, 25 Jun 2011
|
[ 07:35 nivit ]
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot
|
Thu, 23 Jun 2011
|
[ 14:20 nivit ]
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
|
Wed, 25 May 2011
|
[ 16:18 sunpoet ]
- Update to 4.7
Changes: http://imdbpy.sourceforge.net/docs/Changelog.txt
PR: ports/157247
Submitted by: sunpoet (myself)
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Sun, 8 Feb 2009
|
[ 10:38 lwhsu ]
- Update to 3.9
PR: ports/131454
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
|
Sun, 28 Dec 2008
|
[ 21:48 lwhsu ]
- Update to 3.8
PR: ports/130002
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
|
Thu, 25 Sep 2008
|
[ 05:42 lwhsu ]
- Update to 3.7
|
Sun, 15 Jun 2008
|
[ 08:35 lwhsu ]
- Update to 3.6
- Add CHEESESHOP to MASTER_SITES
|
Sun, 20 Apr 2008
|
[ 09:40 lwhsu ]
- Update to 3.5
|
Tue, 8 Jan 2008
|
[ 15:14 lwhsu ]
- Update to 3.4
|
Thu, 13 Dec 2007
|
[ 00:19 lwhsu ]
- Update to 3.3
- Respect NOPORTEXAMPLES
|
Wed, 26 Sep 2007
|
[ 08:10 ijliao ]
upgrade to 3.2
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Fri, 20 Jul 2007
|
[ 06:20 ijliao ]
upgrade to 3.1
|
Fri, 25 May 2007
|
[ 00:59 ijliao ]
upgrade to 3.0
|
Fri, 23 Feb 2007
|
[ 05:33 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>
|
Mon, 18 Dec 2006
|
[ 02:46 ijliao ]
upgrade to 2.8
|
Thu, 28 Sep 2006
|
[ 01:28 ijliao ]
upgrade to 2.7
|
Thu, 6 Jul 2006
|
[ 00:57 ijliao ]
upgrade to 2.6
|
Wed, 17 May 2006
|
[ 00:52 ijliao ]
upgrade to 2.5
|
Wed, 15 Feb 2006
|
[ 01:07 ijliao ]
upgrade to 2.4
|
Wed, 7 Dec 2005
|
[ 01:13 ijliao ]
upgrade to 2.3
|
Wed, 19 Oct 2005
|
[ 01:30 ijliao ]
upgrade to 2.2
|
Tue, 30 Aug 2005
|
[ 09:42 ijliao ]
upgrade to 2.1
|
Tue, 19 Jul 2005
|
[ 01:14 ijliao ]
upgrade to 2.0
|
Tue, 3 May 2005
|
[ 08:57 ijliao ]
upgrade to 1.9
|
Tue, 18 Jan 2005
|
[ 05:38 ijliao ]
upgrade to 1.6
PR: 75790
|
Mon, 27 Dec 2004
|
[ 04:33 ijliao ]
upgrade to 1.5
|
Thu, 8 Jul 2004
|
[ 02:22 ijliao ]
add py-imdbpy 1.3
Retrieve and manage the data of the IMDb movie database
|
Number of commits found: 65 |