non port: devel/py-gdata/Makefile |
Number of commits found: 52 |
Saturday, 15 Aug 2020
|
23:23 swills
devel/py-gdata: Mark DEPRECATED (unmaintained upstream)
PR: 248303
Submitted by: John W. O'Brien <john@saltant.com>
 |
Tuesday, 9 Apr 2019
|
19:06 sunpoet
Add NO_ARCH
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
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
 |
Sunday, 19 Mar 2017
|
16:11 rm
Pass maintainership to python@
 |
14:02 rene
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary
 |
Saturday, 24 Dec 2016
|
16:55 sunpoet
- Change MASTER_SITES to CHEESESHOP and unbreak this port
- Convert to options helper
- Convert to options target helper
- Use USE_PYTHON=autoplist [1]
- Remove PROJECTHOST
- Update WWW
- While I'm here, fix indent
Approved by: portmgr (blanket)
With hat: python [1]
MFH: 2016Q4
 |
Wednesday, 14 Sep 2016
|
15:59 mat
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 17 Aug 2015
|
14:20 mat
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
 |
Friday, 29 Aug 2014
|
20:57 olivierd
- Convert my own Python ports to USES= python
 |
Tuesday, 15 Jul 2014
|
17:52 adamw
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
 |
Friday, 24 Jan 2014
|
13:34 olivierd
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
 |
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@)
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Sunday, 16 Jun 2013
|
16:26 rm
- update to 2.0.18
- apply all the patches unconditionally (we have no pythons less than 2.6)
- avoid PYTHON_SITELIBDIR usage
- tab -> space change in pkg-descr:WWW
PR: 179609
Submitted by: rm (myself)
Approved by: olivierd (maintainer)
 |
Monday, 15 Oct 2012
|
17:06 olivierd
- Convert to OptionsNG
While here
- Update maintainer address
- Trim Makefile headers
Approved by: rene, miwi (mentors)
Feature safe: yes
 |
Wednesday, 16 May 2012
|
07:35 miwi
- Update to 2.0.17
PR: 167607
Submitted by: maintainer
 |
Wednesday, 11 Jan 2012
|
17:45 culot
- Update to 2.0.16
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/164009
Submitted by: ychsiao <ychsiao@ychsiao.org>
Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
 |
Monday, 9 Jan 2012
|
15:41 tabthorpe
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
 |
Monday, 7 Nov 2011
|
03:36 sunpoet
- Update to 2.0.15
- While I'm here, restrict USE_PYTHON range and pet portlint
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/162310
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
 |
Monday, 9 May 2011
|
13:11 sahil
- Update to 2.0.14
PR: ports/156878
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
 |
Friday, 25 Feb 2011
|
10:59 miwi
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
 |
Sunday, 2 Jan 2011
|
19:22 sunpoet
- Update to 2.0.13
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/153603
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
 |
Friday, 8 Oct 2010
|
17:01 sunpoet
- Update to 2.0.12
- Use PORTVERSION
PR: ports/151249
Submitted by: Olivier DUCHATEAU <duchateau.olivier@gmail.com> (maintainer)
Approved by: pgollucci (mentor)
 |
Sunday, 1 Aug 2010
|
16:50 lwhsu
- Update to 2.0.11.final
PR: ports/149163
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
 |
Saturday, 22 May 2010
|
15:49 lwhsu
- Update to 2.0.10
PR: ports/146825
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
 |
Sunday, 4 Apr 2010
|
06:43 lwhsu
- Update to 2.0.9
PR: ports/144740
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao.org>
Approved by: maintainer timeout
 |
Friday, 12 Feb 2010
|
11:40 lwhsu
- Update to 2.0.7
- Trans maintainership to submitter
PR: ports/143691
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
 |
Thursday, 7 Jan 2010
|
03:11 lwhsu
- Update to 2.0.6
PR: ports/142265
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
 |
Saturday, 12 Dec 2009
|
07:26 lwhsu
- Update to 2.0.5
PR: ports/141250 (based on)
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
 |
Saturday, 21 Nov 2009
|
07:50 lwhsu
- Update to 2.0.4
PR: ports/140395
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
 |
Wednesday, 1 Jul 2009
|
15:15 lwhsu
- Update to 2.0.0
 |
Monday, 29 Jun 2009
|
12:25 lwhsu
- Update to 1.3.3
 |
Tuesday, 12 May 2009
|
13:40 lwhsu
- Update to 1.3.1
PR: ports/134469 (based on)
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
 |
Thursday, 16 Oct 2008
|
05:00 lwhsu
- Update to 1.2.2
PR: ports/128135
Submitted by: Wen Heping <wenheping AT gmail.com>
 |
Wednesday, 24 Sep 2008
|
04:18 lwhsu
- Update to 1.2.1
 |
Sunday, 15 Jun 2008
|
06:28 lwhsu
- Update to 1.1.1
 |
Thursday, 8 May 2008
|
20:46 lwhsu
- Update to 1.0.13
 |
Tuesday, 8 Apr 2008
|
09:28 lwhsu
- Update to 1.0.11.1
 |
Thursday, 13 Mar 2008
|
11:27 edwin
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
 |
Tuesday, 11 Mar 2008
|
02:17 lwhsu
- Update to 1.0.11
 |
Thursday, 13 Dec 2007
|
05:46 lwhsu
- Update to 1.0.9
 |
Tuesday, 2 Oct 2007
|
02:52 lwhsu
- Update to 1.0.8
PR: ports/116802
Submitted by: ijliao
 |
Saturday, 4 Aug 2007
|
11:41 gabor
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
 |
Monday, 30 Jul 2007
|
09:42 alexbl
- 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
 |
Friday, 22 Jun 2007
|
07:33 lwhsu
- Remove test code
Noticed by: sat
 |
06:21 lwhsu
- Update to 1.0.3
- Respect NOPORTEXAMPLES
 |
Wednesday, 4 Apr 2007
|
08:49 lwhsu
- Change to my FreeBSD.org email
Approved by: clsung (mentor)
 |
Wednesday, 28 Mar 2007
|
07:45 miwi
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.
Each of the following Google services provides a Google data API:
* Base
* Blogger
* Calendar
* Picasa Web Albums
* Spreadsheets
* Google Apps Provisioning
* Code Search
* Notebook
The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.
WWW: http://code.google.com/p/gdata-python-client/
PR: ports/110958
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
 |
Number of commits found: 52 |