aboutsummaryrefslogtreecommitdiff
path: root/dns/py-namebench
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | | | | 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
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - remove extra patch file causing a re-patch of same fileJason Helfman2017-05-111-13/+0
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=440644
* Stop using PORTSDIRNAME if the ports tree goes to allow more than 2 level ofBaptiste Daroussin2016-12-221-1/+1
| | | | | | | directories it won't make any sense Notes: svn path=/head/; revision=429187
* Remove trailing newline escape from MASTER_SITES. This had the effect ofMark Linimon2016-11-071-1/+1
| | | | | | | | | eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn. Approved by: "just fix it" Notes: svn path=/head/; revision=425652
* - unbreak fetch [1]Jason Helfman2016-11-044-5/+15
| | | | | | | | | | - update WWW site - regen patch (pet portlint) Reported by: jswhitejrusa@gmail.com [1] Notes: svn path=/head/; revision=425341
* 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 d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - there, there, portlint.Jason Helfman2016-01-301-3/+3
| | | | | | | | | | - uses tar:tgz - whitespace cleanup Thanks to: ak (uses "bug") Notes: svn path=/head/; revision=407547
* - add benchmarks to CATEGORIESJason Helfman2015-08-121-2/+3
| | | | | | | - add mirror Notes: svn path=/head/; revision=394024
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-191-3/+3
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanAntoine Brodin2014-08-181-2/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365343
* - adopt staging supportJason Helfman2014-01-102-84/+7
| | | | | | | | | - trim comment - fix dependencies - use python autoplist feature Notes: svn path=/head/; revision=339319
* - 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-5/+2
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - adopt optionsNGJason Helfman2012-06-251-2/+4
| | | | Notes: svn path=/head/; revision=299968
* - 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
* move contributor address => jghJason Helfman2011-12-201-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=287744
* - Update to 1.3.1Chris Rees2011-08-164-29/+82
| | | | | | | | | | | | - Pass maintainership to submitter (thank you for volunteering) - Add LICENSE - Unbreak -- fix dependencies PR: ports/158948 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=279803
* - Move over to py25+ or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* - Drop maintainershipSahil Tandon2010-07-141-1/+1
| | | | Notes: svn path=/head/; revision=257742
* An experiment in benchmarking DNS name services. This toolMartin Wilke2009-12-254-0/+97
is designed to help you as a user determine what name services are the best to use for an individual machine. WWW: http://namebench.googlecode.com/ PR: ports/141202 Submitted by: Sahil Tandon <sahil at tandon.net> Notes: svn path=/head/; revision=246624