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''''''''s 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: databases/py-swift/Makefile

Number of commits found: 32

Wednesday, 11 Nov 2020
12:14 antoine search for other commits by this committer
Deprecate a few python 2.7 ports
Original commitRevision:554889 
Thursday, 15 Oct 2020
20:20 sunpoet search for other commits by this committer
Update RUN_DEPENDS for PORTNAME change in py-pastedeploy
Original commitRevision:552472 
Tuesday, 25 Aug 2020
09:36 amdmi3 search for other commits by this committer
- Add LICENSE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:546145 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
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 
Sunday, 18 Dec 2016
15:44 novel search for other commits by this committer
databases/py-swiftclient: rename to py-python-swiftclient

 - Rename to py-python-swiftclient to follow naming convention
   for Python port available on pypi to match pypi name
 - Update dependencies for databases/py-swift and
   net/py-python-heatclient and bump PORTREVISION for these ports

PR:		215374
Approved by:	trociny (maintainer)
Original commitRevision:428875 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 4 May 2015
12:20 trociny search for other commits by this committer
Update to 2.2.2.
Original commitRevision:385398 
Saturday, 24 Jan 2015
12:50 trociny search for other commits by this committer
Update to 2.2.1.
Original commitRevision:377789 
Tuesday, 23 Dec 2014
13:58 antoine search for other commits by this committer
Samples should be named .sample
Original commitRevision:375327 
Sunday, 19 Oct 2014
08:50 mva search for other commits by this committer
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371173 
Friday, 17 Oct 2014
21:43 trociny search for other commits by this committer
Update to 2.2.0.
Original commitRevision:371081 
Friday, 5 Sep 2014
21:04 trociny search for other commits by this committer
Update to 2.1.0.
Original commitRevision:367390 
Thursday, 21 Aug 2014
19:35 trociny search for other commits by this committer
- take over maintainership;
- update to 2.0.0;
- add @exec/@unexec for copying sample files to configuration.
Original commitRevision:365588 
Monday, 30 Jun 2014
05:51 eadler search for other commits by this committer
multiple: reset gslin's maintainer
	By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
Original commitRevision:359802 
Thursday, 22 May 2014
06:28 miwi search for other commits by this committer
- Update to 1.13.1

PR:		188894
Submitted by:	swills
Approved by:	maintainer
Original commitRevision:354785 
Wednesday, 12 Mar 2014
00:59 swills search for other commits by this committer
- Update to 1.13.0
- Add memcached dependency since it seems required to run
- Use UIDs and GIDs and create a user for swift since that seems required

PR:		ports/187421
Submitted by:	swills (myself)
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commitRevision:347948 
Monday, 17 Feb 2014
19:53 trociny search for other commits by this committer
Update to 1.12.0.

PR:		ports/186371
Approved by:	maintainer timeout
Original commitRevision:344818 
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 
Saturday, 28 Dec 2013
19:31 trociny search for other commits by this committer
- update to 1.10.0;
- support staging;
- use autoplist.

PR:	ports/184501
Original commitRevision:337897 
Saturday, 26 Oct 2013
13:22 trociny search for other commits by this committer
Update to 1.9.1.

PR:		ports/183033
Approved by:	bdrewery (mentor)
Original commitRevision:331684 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Tuesday, 10 Sep 2013
08:46 culot search for other commits by this committer
- Update to 1.9.0

Changes:	https://github.com/openstack/swift/blob/master/CHANGELOG
PR:		ports/180549
Submitted by:	trociny@
Approved by:	maintainer (timeout, >14 days)
Original commitRevision:326876 
Tuesday, 11 Jun 2013
18:28 rm search for other commits by this committer
- add rc.d script
- add the patch that fixes posix_fadvise64 linuxism: swift tries to call
  posix_fadvise64, which does not exists on FreeBSD and does not needed
  because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise
  should be called instead. This has been reported upstream (#1179268) but
  there is no reaction so far.
- bump PORTREVISION

PR:		178738
Submitted by:	trociny
Approved by:	maintainer timeout (3 weeks)
Original commitRevision:320622 
Sunday, 28 Apr 2013
15:39 culot search for other commits by this committer
- Update to 1.8.0

Changes:	https://github.com/openstack/swift/blob/master/CHANGELOG
PR:		ports/178117
Submitted by:	trociny@
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commitRevision:316730 
Thursday, 7 Feb 2013
08:51 culot search for other commits by this committer
- Update to 1.7.6

Changes:	https://github.com/openstack/swift/blob/master/CHANGELOG
PR:		ports/175624
Submitted by:	trociny@
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commitRevision:311818 
Sunday, 2 Dec 2012
12:17 rm search for other commits by this committer
- no need to include pre.mk/post.mk
- replace ${PREFIX} with ${MANPREFIX} on manpage install command

Reporetd by:	jhale
Feature safe:	yes
Original commitRevision:308100 
09:57 rm search for other commits by this committer
- update to 1.7.5
- add the missing dependency on www/py-pastedeploy
- add the man pages;
- replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code
- while here, add license (AL2) and fix plist

PR:		174041
Submitted by:	trociny
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
Original commitRevision:308090 
Sunday, 7 Oct 2012
07:45 rm search for other commits by this committer
- add missing dependency on net/py-netifaces
- bump PORTREVISION

while here:
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW

PR:		172410
Submitted by:	trociny
Approved by:	Gea-Suan Lin <gslin at gslin dot org> (maintainer)
Original commitRevision:305436 
Sunday, 19 Feb 2012
23:13 miwi search for other commits by this committer
- Update to 1.4.6

PR:             165191
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commit
Friday, 17 Sep 2010
03:13 wen search for other commits by this committer
Swift is a highly available, distributed, eventually consistent
object/blob store.

WWW:    http://launchpad.net/swift

PR:             ports/150063
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit

Number of commits found: 32