Commit graph

10 commits

Author SHA1 Message Date
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Olli Hauer
4fb1cfb1cd - 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@)
2013-12-30 20:55:18 +00:00
Mikolaj Golub
62d8542408 - update to 1.8.0
- support staging
- use autoplist

Approved by:	bdrewery (mentor)
2013-12-07 15:01:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mikolaj Golub
ee07eccb9f The swift client requires pbr for run too.
Approved by:	bdrewery
2013-08-12 17:40:10 +00:00
Mikolaj Golub
45673e3917 Update to 1.5.0.
Since 1.5.0 swiftclient's setuptools have been using pbr thus adds pbr
dependancy.

The setup.py needs patching though to work correctly after merging
d2to1 into pbr 0.5.19.  Hope this is temporary and setup.py will be
updated upstream soon.

Approved by:	bdrewery
2013-07-30 19:33:16 +00:00
Mikolaj Golub
da69b019f7 Update to 1.4.0.
Approved by:	bdrewery
2013-04-24 21:09:04 +00:00
Frederic Culot
226dfcce0b - Update to 1.3.0
- Fix typo in pkg-descr

PR:		ports/175994
Submitted by:	trociny@
2013-02-14 12:03:52 +00:00
Martin Wilke
4ce51741a5 - Update to 1.2.0
PR:		175541
Submitted by:	Piotr Florczyk <piotr.florczyk@nnv.pl>
Approved by:	maintainer
2013-02-08 09:41:38 +00:00
Ruslan Makhmatkhanov
ba78ee5c83 This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).

This code is based on original the client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.

WWW: http://launchpad.net/python-swiftclient

PR:		174041
Submitted by:	Mikolaj Golub <trociny@FreeBSD.org>
Feature safe:   yes
2012-12-02 10:00:05 +00:00