non port: www/google-appengine/Makefile |
Number of commits found: 66 |
Tuesday, 24 Mar 2020
|
19:54 antoine
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Monday, 24 Feb 2020
|
11:36 kai
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version
requirements of Pillow for www/py-wagtail.
Release Notes:
* https://pillow.readthedocs.io/en/latest/releasenotes/index.html
Backward Incompatible Changes (7.0.0):
*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes
Detailed Changelog:
* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst
PR: 243665
Submitted by: sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by: koobs [1], sunpoet
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D23713
 |
Wednesday, 13 Feb 2019
|
11:23 yuri
www/google-appengine: Update to 1.9.82
PR: 235280
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: nivit (maintainer's timeout; 14 days)
 |
Saturday, 18 Aug 2018
|
09:22 nivit
- Update to 1.9.74
- Update MySQL version to the current default
- Add NO_ARCH=yes
Changes: https://cloud.google.com/appengine/docs/standard/python/release-notes
PR: 230192
Submitted by: Dmitri Goutnik <dg@syrec.org>
 |
Saturday, 3 Mar 2018
|
16:54 yuri
www/google-appengine: Update to 1.9.66
Maintainer's timeout expired: nivit@
Port changes:
* Split out do-install-EXAMPLES-on
* Line ordering
PR: 225830
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor, implicit)
 |
Tuesday, 6 Feb 2018
|
14:09 amdmi3
- Fix shebangs
Approved by: portmgr blanket
 |
Thursday, 30 Nov 2017
|
15:50 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
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
 |
Saturday, 4 Nov 2017
|
11:43 dbaio
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
 |
Sunday, 2 Apr 2017
|
16:42 nivit
- Update to 1.9.51
- Use options helpers
Release
Notes: https://cloud.google.com/appengine/docs/standard/python/release-notes
 |
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 20 Feb 2015
|
17:11 nivit
- Update to 1.9.17
 |
Tuesday, 7 Oct 2014
|
11:49 wg
www/google-appengine: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
 |
Friday, 1 Aug 2014
|
04:16 nivit
- Update to 1.9.8
Release Notes: https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
Build Log: https://redports.org/buildarchive/20140801035928-38711/
 |
Wednesday, 9 Jul 2014
|
00:27 nivit
- Update to 1.9.6
- Unbreak (fix fetching [1])
Relnotes: https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
Reported by: portsmon [1]
 |
Saturday, 10 May 2014
|
08:57 antoine
Mark BROKEN: Unfetchable
With hat: portmgr
 |
Monday, 7 Apr 2014
|
02:25 nivit
- Update to 1.9.2
- Update MASTER_SITES
- Specify the clause of BSD license
- Fix Python shebang via USES
- Switch to an auto plist, due to the extreme lenght of the pkg-plist file
- Install PHP stuff only when the PHP option is on
- Update WWW URL in pkg-descr
Release Notes: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
 |
Monday, 10 Mar 2014
|
18:01 bapt
Convert www to USES=zip
 |
Wednesday, 26 Feb 2014
|
06:11 miwi
- Fix stage support
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
 |
Tuesday, 29 Oct 2013
|
14:51 nivit
- Update to 1.8.6
- Add option PHP (default off)
- Support staging
Build logs: https://redports.org/buildarchive/20131028233600-37345
Release notes: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Monday, 15 Jul 2013
|
21:22 nivit
- Update to 1.8.1
Build log: http://goo.gl/xqbkS
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Saturday, 9 Mar 2013
|
23:03 nivit
- Update to 1.7.5
BuildLog: http://goo.gl/NBcLH
 |
Thursday, 20 Sep 2012
|
08:57 nivit
- Update to 1.7.2
- Adopt new Makefile header
- Add security/py-pycrypto to RUN_DEPENDS
- Remove (obsolete) documentation
BuildLog: http://goo.gl/APaq7
Changes&News: http://goo.gl/kLiQO
 |
Thursday, 23 Aug 2012
|
15:08 nivit
- Update to 1.7.1
- Add LICENSE, LICENSE_COMB (multi)
- Replace tab character with one space
after WWW: (pkg-descr)
BuildLog: http://goo.gl/6wYwM
ReleaseNotes: http://goo.gl/Q1k0h
 |
Saturday, 28 Jul 2012
|
15:59 nivit
- Update to 1.7.0
- Convert to the new options framework
- Set USE_PYTHON to 2.7
BuildLog: http://goo.gl/WKSEB
 |
Wednesday, 17 Aug 2011
|
21:42 nivit
- Update to 1.5.3
 |
Monday, 8 Aug 2011
|
08:54 nivit
- Update to 1.5.2
- Install bytecode of all Python files
 |
Monday, 4 Jul 2011
|
16:55 nivit
- Update to 1.5.1
 |
Thursday, 7 Apr 2011
|
12:52 nivit
- Update to 1.4.3
 |
Saturday, 5 Mar 2011
|
09:26 nivit
- Update to 1.4.2
PR: ports/154716
Submitted by: lwhsu
 |
Saturday, 4 Dec 2010
|
14:16 nivit
- Update to 1.4.0
 |
Thursday, 18 Nov 2010
|
22:56 nivit
- Change the minimal/required version of the dependency py-sqlite3 to
${PYTHON_VER}, otherwise the upgrade may fail
 |
Wednesday, 17 Nov 2010
|
08:57 nivit
- Add databases/py-sqlite3 to RUN_DEPENDS
- Bump PORTREVISION
 |
Sunday, 14 Nov 2010
|
09:58 nivit
- Update to 1.3.8
PR: ports/152010
Submitted by: Jin-Sih Lin <linpct at gmail.com>
 |
Friday, 10 Sep 2010
|
16:24 nivit
- Update to 1.3.7
 |
Saturday, 24 Jul 2010
|
15:00 nivit
- Update to 1.3.5
 |
Tuesday, 1 Jun 2010
|
09:00 nivit
- Update to 1.3.4
 |
Tuesday, 4 May 2010
|
15:59 nivit
- Update to 1.3.3
 |
Wednesday, 17 Feb 2010
|
16:30 nivit
- Update to 1.3.1
Feature safe: yes
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Tuesday, 15 Dec 2009
|
11:51 nivit
- Update to 1.3.0
 |
Thursday, 15 Oct 2009
|
21:49 nivit
- Update to 1.2.7
 |
Wednesday, 14 Oct 2009
|
21:19 nivit
- Update to 1.2.6
 |
Tuesday, 8 Sep 2009
|
17:00 nivit
- Update to 1.2.5
- Replace BROKEN with MANUAL_PACKAGE_BUILD
 |
Sunday, 23 Aug 2009
|
16:05 erwin
Mark BROKEN: leaves (a lot of) files behind on deinstallation
 |
Monday, 17 Aug 2009
|
09:14 nivit
- Set USE_PYTHON to 2.5, because other versions are not officially supported.
 |
Wednesday, 12 Aug 2009
|
21:42 nivit
- Fix permissions on some directories
- Install two missing scripts
- Bump PORTREVISION
 |
Friday, 7 Aug 2009
|
12:51 nivit
- Update to 1.2.4
 |
Tuesday, 28 Jul 2009
|
20:44 nivit
- Update to 1.2.3
- Set USE_PYTHON to 2.5-2.6, because GAE is not compatible with Python 3
 |
Sunday, 10 May 2009
|
13:31 nivit
- Update to 1.2.2
 |
Wednesday, 8 Apr 2009
|
16:40 nivit
- Update to 1.2.0
 |
Monday, 16 Feb 2009
|
17:36 nivit
- Update to 1.1.9
 |
Saturday, 17 Jan 2009
|
12:31 nivit
- Update to 1.1.8
 |
Tuesday, 25 Nov 2008
|
10:17 nivit
- Update to 1.1.7
 |
Friday, 10 Oct 2008
|
09:11 nivit
- Update to 1.1.5
 |
Thursday, 2 Oct 2008
|
20:08 nivit
- Update to 1.1.4
- Download and install additional docs when NOPORTDOCS is not defined
 |
Saturday, 26 Jul 2008
|
07:18 nivit
- Update to 1.1.1
 |
Thursday, 3 Jul 2008
|
13:03 nivit
- Update to 1.1.0
- Add graphics/py-imaging to RUN_DEPENDS
PR: ports/125082
Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
 |
Wednesday, 21 May 2008
|
16:08 nivit
- Update to 1.0.2
 |
Friday, 18 Apr 2008
|
23:10 edwin
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro
 |
Wednesday, 9 Apr 2008
|
22:18 nivit
Google App Engine software development kit (SDK).
Google App Engine enables you to build web applications
on the same scalable systems that power Google applications.
Google App Engine applications are implemented using the Python
programming language. The runtime environment includes the full
Python language and most of the Python standard library.
App Engine applications are easy to build, easy to maintain, and
easy to scale as your traffic and data storage needs grow.
With App Engine, there are no servers to maintain: you just upload
your application, and it's ready to serve your users.
WWW: http://code.google.com/appengine/
 |
Number of commits found: 66 |