aboutsummaryrefslogtreecommitdiff
path: root/net/googlecl
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* - Update to 0.9.15.1Sofian Brabez2017-04-264-30/+14
| | | | Notes: svn path=/head/; revision=439489
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to options helpersDmitry Marakasov2015-08-281-5/+4
| | | | | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket Notes: svn path=/head/; revision=395483
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Fix build when DEFAULT_VERSIONS=python=3.*Sunpoet Po-Chuan Hsieh2014-12-132-100/+3
| | | | | | | | | - Use USE_PYTHON=autoplist With hat: python Notes: svn path=/head/; revision=374663
* Cleanup plistAntoine Brodin2014-11-221-10/+0
| | | | Notes: svn path=/head/; revision=373063
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Support STAGEDIRSofian Brabez2014-05-292-12/+6
| | | | Notes: svn path=/head/; revision=355666
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 0.9.14Sofian Brabez2013-01-094-10/+26
| | | | | | | - Respect DOCS Notes: svn path=/head/; revision=310133
* - Update to 0.9.13Sofian Brabez2012-04-065-68/+10
| | | | | | | | | | | | | - Make happy portlint - Take maintainership PR: ports/166692 Submitted by: myself Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=294291
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Add a patch to fix output of calendar listLi-Wen Hsu2011-02-263-0/+58
| | | | | | | | PR: ports/155061 Submitted by: "Herbert J. Skuhra" <h.skuhra AT gmail.com> Notes: svn path=/head/; revision=269825
* - Update to 0.9.12Li-Wen Hsu2011-01-223-3/+26
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268111
* - Update to 0.9.11Li-Wen Hsu2010-12-113-12/+14
| | | | | | | | | | - Respect NO_INSTALL_MANPAGES PR: ports/153011 Submitted by: Sofian Brabez <sbrabez AT gmail.com> Notes: svn path=/head/; revision=266055
* - Installing man/google.1 as man pageLi-Wen Hsu2010-10-021-0/+14
| | | | | | | | | | | | - Installing README.* files as documentation - Setting license (Apache License, Version 2.0) - Bump PORTREVISION PR: ports/151044 Submitted by: Sébastien Santoro <dereckson AT gmail.com> Notes: svn path=/head/; revision=262299
* - Update to 0.9.10Li-Wen Hsu2010-09-193-4/+22
| | | | Notes: svn path=/head/; revision=261444
* - Add a patch to keep away from egg generation when setuptools is installedLi-Wen Hsu2010-08-241-0/+14
| | | | | | | | PR: ports/149935 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) Notes: svn path=/head/; revision=259921
* - Update to 0.9.9Li-Wen Hsu2010-08-042-4/+4
| | | | Notes: svn path=/head/; revision=258747
* - Update to 0.9.8Li-Wen Hsu2010-07-032-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257324
* - Update to 0.9.7Li-Wen Hsu2010-06-222-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256814
* Add googlecl 0.9.5, command line tools for the Google Data APIs.Li-Wen Hsu2010-06-194-0/+80
Feature safe: yes Notes: svn path=/head/; revision=256694