Port details |
- jmeter Functional behaviour load and performance test application
- 2.11_4 www
=2 2.11_4Version of this port present on the latest quarterly branch. - Maintainer: ports@virtual-estates.net
 - Port Added: 2012-09-26 00:13:06
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: benchmarks java
- License: APACHE20
- WWW:
- https://jmeter.apache.org/
- Description:
- Apache JMeter is a 100% pure Java desktop application designed to
load test functional behavior and measure performance. It was
originally designed for testing Web Applications but has since
expanded to other test functions.
Apache JMeter may be used to test performance both on static and
dynamic resources (files, Servlets, Perl scripts, Java Objects,
Data Bases and Queries, FTP Servers and more). It can be used to
simulate a heavy load on a server, network or object to test its
strength or to analyze overall performance under different load
types. You can use it to make a graphical analysis of performance
or to test your server/script/object behavior under heavy
concurrent load.
In addition to load-testing, the tool can also be used to verify
correctness of your web-applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-jmeter>0:www/jmeter
- To install the port:
- cd /usr/ports/www/jmeter/ && make install clean
- To add the package, run one of these commands:
- pkg install www/jmeter
- pkg install apache-jmeter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-jmeter
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (apache-jmeter-2.11.tgz) = 84a4edefea3a829aa54ac3dd17570b9ba8daa75d5438f6bc378b596c00d723bb
SIZE (apache-jmeter-2.11.tgz) = 29489945
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- avalon-framework.jar : devel/avalon-framework
- commons-codec.jar : java/apache-commons-codec
- commons-collections.jar : java/apache-commons-collections
- commons-httpclient.jar : java/apache-commons-httpclient
- commons-io.jar : devel/apache-commons-io
- commons-lang.jar : java/apache-commons-lang
- commons-logging.jar : java/apache-commons-logging
- commons-net.jar : net/apache-commons-net
- httpclient.jar : www/httpclient
- httpcore.jar : www/httpcore
- httpmime.jar : www/httpclient
- jakarta-oro.jar : java/jakarta-oro
- jdom.jar : java/jdom
- junit.jar : java/junit
- mail.jar : java/javamail
- serializer.jar : textproc/xalan-j
- slf4j-api.jar : devel/slf4j
- slf4j-nop.jar : devel/slf4j
- xalan.jar : textproc/xalan-j
- xercesImpl.jar : textproc/xerces-j
- xml-apis.jar : textproc/xerces-j
- xmlgraphics-commons.jar : graphics/xmlgraphics-commons
- xstream.jar : textproc/xstream
- rhino.jar : lang/rhino
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for apache-jmeter-2.11_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_jmeter
- USES:
- java tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11_4 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
2.11_4 18 May 2024 08:22:43
    |
Gleb Popov (arrowd)  |
*: Change the MAINTAINER field per request
PR: 278267 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.11_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.11_3 31 Jul 2022 18:10:11
    |
Yuri Victorovich (yuri)  |
devel/avalon-framework: Remove deprecation notice
The deprecation notice was added by mistake.
avalon-framework is used by math/scilab. SciLab is a major
software package for systems modeling, visualization, numeric
analysis, etc.
SciLab is used in multiple industries, and I am sure that
it has FreeBSD users. GUI is its main feature and it can't be
deprecated.
Its dependency (devel/avalon-framework) can't be deprecated
just because it was abandoned upstream. It is buildable and
runnable, and should stay for the time being.
Approved by: portmgr (blanket; correct mistake) |
2.11_3 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.11_3 02 Jul 2022 09:31:15
    |
Rene Ladan (rene)  |
www/jmeter: Expire on 2022-09-30 for devel/avalon-framework |
2.11_3 29 Jun 2022 16:33:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/jmeter: Update WWW
Approved by: portmgr (blanket) |
2.11_3 12 Oct 2021 08:39:20
    |
Daniel Engberg (diizzy)  |
www/jmeter: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: rene (portmgr blanket), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32421 |
2.11_3 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.11_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.11_3 30 Dec 2019 09:15:29
  |
ale  |
Rename my jakarta- ports to apache- |
2.11_3 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.11_2 06 Oct 2019 21:39:26
  |
antoine  |
Fix dependencies |
2.11_2 06 Oct 2019 19:08:14
  |
pfg  |
rename most cases of jakarta- to apache-
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902 |
2.11_1 16 Jul 2018 16:59:25
  |
ale  |
Remove java/jaf port, since the Java Activation Framework is included by
default in the JRE since Java 6 and we don't support Java 5 anymore.
Reviewed by: eugen |
2.11 12 Apr 2017 09:10:08
  |
mat  |
Fix DEV_ERROR: "RUN_DEPENDS contains unsupported relative path to dependency"
Sponsored by: Absolight |
2.11 13 Jan 2017 16:54:56
  |
mat  |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
2.11 19 Jul 2016 11:04:14
  |
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
2.11 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.11 08 Dec 2015 18:21:10
  |
amdmi3  |
- Drop @dirrm* from plist, while here sort it
- Switch to USES=tar:tgz
Approved by: portmgr blanket |
2.11 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- 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 |
2.11 04 Jul 2014 23:11:34
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
2.11 16 Jun 2014 13:45:35
  |
marino  |
www/jmeter: Remove whitespace from pkg-descr
This is the remaining valid change from the PR.
PR: 184708
Submitted by: venture37 (geeklan.co.uk)
Approved by: general blanket |
2.11 06 Jun 2014 22:29:56
  |
mi  |
Fix the just-added dependency on slf4j-nop.jar |
2.11 06 Jun 2014 22:21:32
  |
mi  |
Add staging support, fix-up plist.
PR: ports/190207
Submitted by: Joseph Benden
While here, upgrade from 2.9 to 2.11. |
2.9 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
2.9 30 Dec 2013 20:55:19
  |
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@) |
2.9 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.9 18 Jun 2013 17:23:00
  |
mi  |
Upgrade from 2.8 to 2.9. See the following for changes:
http://jmeter.apache.org/changes.html |
2.8 29 Apr 2013 08:57:13
  |
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
2.8 10 Dec 2012 13:43:44
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
2.8 04 Dec 2012 21:46:06
  |
mi  |
Upgrade from 2.7 to 2.8
Feature safe: yes |
2.7 26 Sep 2012 00:12:17
  |
mi  |
Update JMeter from 2.5.1 to 2.7 -- the latest at this moment. Re-arrange
the port to depend on JAR-files already provided by other ports, instead
of installing its own (bundled) versions of same.
Rename from "jakarta-jmeter" to simply "jmeter" -- according to Apache
site, Jakarta is no more and all its projects now live on their own.
Take over maintainership.
Approved by: beat (the previous maintainer) |