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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-funkload Functional and load web tester
1.17.1_1 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.17.1_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-08-15
Maintainer: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-03-08 02:23:37
Last Update: 2020-08-15 10:50:59
SVN Revision: 544927
People watching this port, also watch:: zfs-stats, mtop, Ice, policyd2
Also Listed In: python
License: GPLv2
WWW:
http://funkload.nuxeo.org/
Description:
FunkLoad is a functional and load web tester, written in Python, whose main use cases are: * Functional testing of web projects, and thus regression testing as well. * Performance testing: by loading the web application and monitoring your servers it helps you to pinpoint bottlenecks, giving a detailed report of performance measurement. * Load testing tool to expose bugs that do not surface in cursory testing, like volume testing or longevity testing. * Stress testing tool to overwhelm the web application resources and test the application recoverability. * Writing web agents by scripting any web repetitive task, like checking if a site is alive. WWW: http://funkload.nuxeo.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}funkload>0:www/py-funkload@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-funkload
Package flavors (<flavor>: <package>)
  • py27: py27-funkload
distinfo:
SHA256 (funkload-1.17.1.tar.gz) = f0518e9a306443cd03e573f80532bf4cbb014720c925403b6010a804783594da SIZE (funkload-1.17.1.tar.gz) = 107796

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-docutils>0 : textproc/py-docutils@py27
  2. gnuplot : math/gnuplot
  3. py27-webunit>=1.3.8 : www/py-webunit@py27
  4. tcpwatch.py : net/tcpwatch
  5. py27-setuptools>0 : devel/py-setuptools@py27
  6. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/funkload/
  2. https://pypi.org/packages/source/f/funkload/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.17.1_1
15 Aug 2020 10:50:59
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
Remove deprecated ports:

2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.17.1_1
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
1.17.1_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
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
1.17.1_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
1.17.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.17.1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.17.1
23 Jun 2015 18:12:46
Revision:390439Original commit files touched by this commit
rm search for other commits by this committer
www/py-funkload: update to 1.17.1

- update to 1.17.1
- remove bogus py-xml dependency
- shorten COMMENT
- limit python version to 2.x
- update patch to setup.py to make it build (there is upstream issue [1])

[1] https://github.com/nuxeo/FunkLoad/issues/145

Approved by:	lwhsu (maintainer, by email)
1.16.1_1
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
1.16.1_1
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
1.16.1
12 Jun 2014 18:34:34
Revision:357627Original commit files touched by this commit
lwhsu search for other commits by this committer
- Stagify
- Pet portlint
1.16.1
23 Sep 2013 06:58:56
Revision:327948Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.16.1
1.14.0_2
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.14.0_2
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.14.0_1
02 May 2011 12:44:53
Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
1.14.0
19 Feb 2011 04:58:06
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update 1.14.0
1.13.0
16 Aug 2010 18:08:07
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.13.0
1.12.0
28 May 2010 12:34:56
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.12.0
1.11.0_2
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
1.11.0_1
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
1.11.0
29 Jan 2010 20:35:39
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.11.0
1.9.0
10 Nov 2008 08:55:08
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.9.0

PR:             ports/128742
Submitted by:   Wen heping <wenheping AT gmail.com>
1.6.2_1
04 Aug 2007 11:41:31
Original commit files touched by this commit
gabor search for other commits by this committer
- 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)
1.6.2_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - 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
1.6.2_1
22 Jun 2007 12:18:05
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Use CHEESESHOP in MASTER_SITES
- Respect NOPORTEXAMPLES
1.6.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.6.2
07 Apr 2007 06:07:17
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.6.2

Approved by:    clsung (mentor)
1.6.1
04 Apr 2007 08:49:31
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
1.6.1
13 Mar 2007 08:18:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.1

PR:             110130
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
1.6.0
08 Mar 2007 02:22:52
Original commit files touched by this commit
clsung search for other commits by this committer
Add py-funkload 1.6.0, funkLoad is a functional and load web tester.

PR:             ports/109779
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>

Number of commits found: 29