notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/google-appengine/Makefile

Number of commits found: 66

Tuesday, 24 Mar 2020
19:54 antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
Original commitRevision:529063 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
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
Original commitRevision:526962 
Wednesday, 13 Feb 2019
11:23 yuri search for other commits by this committer
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)
Original commitRevision:492851 
Saturday, 18 Aug 2018
09:22 nivit search for other commits by this committer
- 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>
Original commitRevision:477489 
Saturday, 3 Mar 2018
16:54 yuri search for other commits by this committer
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)
Original commitRevision:463516 
Tuesday, 6 Feb 2018
14:09 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
Original commitRevision:461052 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Saturday, 4 Nov 2017
11:43 dbaio search for other commits by this committer
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Original commitRevision:453453 
Sunday, 2 Apr 2017
16:42 nivit search for other commits by this committer
- Update to 1.9.51
- Use options helpers

Release
Notes:	https://cloud.google.com/appengine/docs/standard/python/release-notes
Original commitRevision:437570 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
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
Original commitRevision:418767 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 20 Feb 2015
17:11 nivit search for other commits by this committer
- Update to 1.9.17
Original commitRevision:379451 
Tuesday, 7 Oct 2014
11:49 wg search for other commits by this committer
www/google-appengine: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370299 
Friday, 1 Aug 2014
04:16 nivit search for other commits by this committer
- Update to 1.9.8

Release Notes:	https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
Build Log:	https://redports.org/buildarchive/20140801035928-38711/
Original commitRevision:363687 
Wednesday, 9 Jul 2014
00:27 nivit search for other commits by this committer
- Update to 1.9.6
- Unbreak (fix fetching [1])

Relnotes:	https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
Reported by:	portsmon [1]
Original commitRevision:361323 
Saturday, 10 May 2014
08:57 antoine search for other commits by this committer
Mark BROKEN: Unfetchable

With hat:	portmgr
Original commitRevision:353564 
Monday, 7 Apr 2014
02:25 nivit search for other commits by this committer
- 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
Original commitRevision:350424 
Monday, 10 Mar 2014
18:01 bapt search for other commits by this committer
Convert www to USES=zip
Original commitRevision:347789 
Wednesday, 26 Feb 2014
06:11 miwi search for other commits by this committer
- Fix stage support
Original commitRevision:346104 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- 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@)
Original commitRevision:338168 
Tuesday, 29 Oct 2013
14:51 nivit search for other commits by this committer
- 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
Original commitRevision:331956 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Monday, 15 Jul 2013
21:22 nivit search for other commits by this committer
- Update to 1.8.1

Build log:	http://goo.gl/xqbkS
Original commitRevision:323081 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 9 Mar 2013
23:03 nivit search for other commits by this committer
- Update to 1.7.5

BuildLog:	http://goo.gl/NBcLH
Original commitRevision:313774 
Thursday, 20 Sep 2012
08:57 nivit search for other commits by this committer
- 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
Original commitRevision:304569 
Thursday, 23 Aug 2012
15:08 nivit search for other commits by this committer
- 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
Original commit
Saturday, 28 Jul 2012
15:59 nivit search for other commits by this committer
- Update to 1.7.0
- Convert to the new options framework
- Set USE_PYTHON to 2.7

BuildLog:	http://goo.gl/WKSEB
Original commit
Wednesday, 17 Aug 2011
21:42 nivit search for other commits by this committer
- Update to 1.5.3
Original commit
Monday, 8 Aug 2011
08:54 nivit search for other commits by this committer
- Update to 1.5.2
- Install bytecode of all Python files
Original commit
Monday, 4 Jul 2011
16:55 nivit search for other commits by this committer
- Update to 1.5.1
Original commit
Thursday, 7 Apr 2011
12:52 nivit search for other commits by this committer
- Update to 1.4.3
Original commit
Saturday, 5 Mar 2011
09:26 nivit search for other commits by this committer
- Update to 1.4.2

PR:             ports/154716
Submitted by:   lwhsu
Original commit
Saturday, 4 Dec 2010
14:16 nivit search for other commits by this committer
- Update to 1.4.0
Original commit
Thursday, 18 Nov 2010
22:56 nivit search for other commits by this committer
- Change the minimal/required version of the dependency py-sqlite3 to
${PYTHON_VER}, otherwise the upgrade may fail
Original commit
Wednesday, 17 Nov 2010
08:57 nivit search for other commits by this committer
- Add databases/py-sqlite3 to RUN_DEPENDS
- Bump PORTREVISION
Original commit
Sunday, 14 Nov 2010
09:58 nivit search for other commits by this committer
- Update to 1.3.8

PR:             ports/152010
Submitted by:   Jin-Sih Lin <linpct at gmail.com>
Original commit
Friday, 10 Sep 2010
16:24 nivit search for other commits by this committer
- Update to 1.3.7
Original commit
Saturday, 24 Jul 2010
15:00 nivit search for other commits by this committer
- Update to 1.3.5
Original commit
Tuesday, 1 Jun 2010
09:00 nivit search for other commits by this committer
- Update to 1.3.4
Original commit
Tuesday, 4 May 2010
15:59 nivit search for other commits by this committer
- Update to 1.3.3
Original commit
Wednesday, 17 Feb 2010
16:30 nivit search for other commits by this committer
- Update to 1.3.1

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 15 Dec 2009
11:51 nivit search for other commits by this committer
- Update to 1.3.0
Original commit
Thursday, 15 Oct 2009
21:49 nivit search for other commits by this committer
- Update to 1.2.7
Original commit
Wednesday, 14 Oct 2009
21:19 nivit search for other commits by this committer
- Update to 1.2.6
Original commit
Tuesday, 8 Sep 2009
17:00 nivit search for other commits by this committer
- Update to 1.2.5
- Replace BROKEN with MANUAL_PACKAGE_BUILD
Original commit
Sunday, 23 Aug 2009
16:05 erwin search for other commits by this committer
Mark BROKEN: leaves (a lot of) files behind on deinstallation
Original commit
Monday, 17 Aug 2009
09:14 nivit search for other commits by this committer
- Set USE_PYTHON to 2.5, because other versions are not officially supported.
Original commit
Wednesday, 12 Aug 2009
21:42 nivit search for other commits by this committer
- Fix permissions on some directories
- Install two missing scripts
- Bump PORTREVISION
Original commit
Friday, 7 Aug 2009
12:51 nivit search for other commits by this committer
- Update to 1.2.4
Original commit
Tuesday, 28 Jul 2009
20:44 nivit search for other commits by this committer
- Update to 1.2.3
- Set USE_PYTHON to 2.5-2.6, because GAE is not compatible with Python 3
Original commit
Sunday, 10 May 2009
13:31 nivit search for other commits by this committer
- Update to 1.2.2
Original commit
Wednesday, 8 Apr 2009
16:40 nivit search for other commits by this committer
- Update to 1.2.0
Original commit
Monday, 16 Feb 2009
17:36 nivit search for other commits by this committer
- Update to 1.1.9
Original commit
Saturday, 17 Jan 2009
12:31 nivit search for other commits by this committer
- Update to 1.1.8
Original commit
Tuesday, 25 Nov 2008
10:17 nivit search for other commits by this committer
- Update to 1.1.7
Original commit
Friday, 10 Oct 2008
09:11 nivit search for other commits by this committer
- Update to 1.1.5
Original commit
Thursday, 2 Oct 2008
20:08 nivit search for other commits by this committer
- Update to 1.1.4
- Download and install additional docs when NOPORTDOCS is not defined
Original commit
Saturday, 26 Jul 2008
07:18 nivit search for other commits by this committer
- Update to 1.1.1
Original commit
Thursday, 3 Jul 2008
13:03 nivit search for other commits by this committer
- Update to 1.1.0
- Add graphics/py-imaging to RUN_DEPENDS

PR:             ports/125082
Submitted by:   Junji NAKANISHI <jun-g at daemonfreaks.com>
Original commit
Wednesday, 21 May 2008
16:08 nivit search for other commits by this committer
- Update to 1.0.2
Original commit
Friday, 18 Apr 2008
23:10 edwin search for other commits by this committer
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro
Original commit
Wednesday, 9 Apr 2008
22:18 nivit search for other commits by this committer
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/
Original commit

Number of commits found: 66