Port details |
- junit Regression testing utility for use with the Java(TM) Language
- 4.12 java =24 4.12Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-11-03 14:49:59
- Last Update: 2023-09-17 05:30:09
- Commit Hash: 152d92b
- People watching this port, also watch:: gmake, help2man, javavmwrapper, expat, freetype2
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://www.junit.org/
- Description:
- This is a port of JUnit, a simple testing framework for Java developed
by Erich Gamma and Kent Beck. Using JUnit you can build a test suite
that will help you measure your progress, spot unintended side
effects, and focus your development efforts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/junit/ && make install clean
- To add the package, run one of these commands:
- pkg install java/junit
- pkg install junit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: junit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (junit-4.12.jar) = 59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a
SIZE (junit-4.12.jar) = 314932
SHA256 (junit-4.12-sources.jar) = 9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff
SIZE (junit-4.12-sources.jar) = 200355
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:
-
- hamcrest.jar : java/hamcrest
- java : java/openjdk8
- This port is required by:
- for Build
-
- devel/libvirt-java
- editors/libreoffice
- editors/openoffice-4
- editors/openoffice-devel
- java/berkeley-db
- java/bouncycastle
- java/bouncycastle15
-
Deleted ports which required this port:
- for Run
-
- math/scilab
- www/jmeter
Configuration Options:
- No options to configure
- Options name:
- java_junit
- USES:
- cpe
- 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 |
4.12 17 Sep 2023 05:30:09 |
Koichiro Iwao (meta) Author: Michael Osipov |
*/*: Use only HTTPS to fetch ports from Maven Central
Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.
Source: https://blog.sonatype.com/central-repository-moving-to-https
PR: 272867 |
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) |
4.12 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 ) |
4.12 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.12 23 Oct 2021 20:25:55 |
Stefan Eßer (se) |
java/junit: Add CPE information
Approved by: portmgr (blanket) |
4.12 30 Jun 2021 20:44:27 |
Po-Chuan Hsieh (sunpoet) |
java/junit: Add NO_ARCH |
4.12 19 May 2021 19:56:15 |
Danilo Egea Gondolfo (danilo) |
java/junit: Drop maintainership |
4.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.12 13 Jan 2017 16:54:56 |
mat |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
4.12 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
4.12 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
4.12 02 May 2015 18:00:59 |
pi |
java/junit: 4.11 -> 4.12
Changes:
https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md
Moved from building from source with ant to using the binary jar file,
as the new build mechanism is based on maven. java/hamcrest was split
from 4.12.
PR: 192575
Submitted by: danilo (maintainer), kevin.bowling@kev009.com |
4.11_1 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
4.11_1 20 Dec 2014 19:06:20 |
bapt |
cleanup plist |
4.11_1 20 Dec 2014 17:53:02 |
antoine |
Use GH_COMMIT |
4.11_1 02 May 2014 13:02:01 |
danilo |
- Install junit4.jar to fix detection in math/scilab
PR: ports/189201
Submitted by: Max Brazhnikov <makc@FreeBSD.org> |
4.11 05 Mar 2014 02:24:31 |
danilo |
- Update from 4.10 to 4.11
- Add stage support
- Improve COMMENT
- Change MASTER_SITES to GH
- Take maintainership |
4.10 02 Mar 2014 05:22:26 |
tabthorpe |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
4.10 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
4.10 10 Sep 2012 13:33:09 |
hq |
Update to 4.10
Submitted by: mi |
4.8.2 29 Nov 2010 21:27:55 |
hq |
- Update to 4.8.2
- Remove unnecessary include of bsd.port.pre.mk
- Respect NOPORTEXAMPLES
- Install examples with COPYTREE_SHARE
PR: 152664
Submitted by: glewis |
4.8.1 28 Mar 2010 10:01:01 |
hq |
Update to 4.8.1
PR: 145073
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
4.6 02 May 2009 14:23:45 |
hq |
Update to 4.6 |
4.4_1 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.4 05 May 2008 19:49:20 |
hq |
- Update to version 4.4 [1]
- Remove Java 1.1 related logic
PR: 122520 [1]
Submitted by: Wen heping <wenheping@gmail.com> [1] |
3.8.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.8.2 20 May 2006 14:19:08 |
hq |
- Update to 3.8.2
- Do not mkdir ${JAVAJARDIR} (already in mtree now) |
3.8.1 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.8.1 21 Jan 2005 18:37:58 |
hq |
- Update to bsd.java.mk 2.0
- Use JAVAJARDIR and JAVALIBDIR
- Dynamic plist
- Unroll documentation install loop
- Honor hier(7): install samples in ${EXAMPLESDIR}
PR: 74285
Submitted by: me |
3.8.1 21 Jan 2005 15:26:02 |
okazaki |
Pass maintainership to hq. |
3.8.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.8.1 07 Mar 2003 06:04:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.8.1 10 Nov 2002 22:44:03 |
kris |
Don't remove system directories share/java, share/java/classes, and
share/doc |
3.8.1 07 Sep 2002 10:54:54 |
okazaki |
Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes. |
3.8 25 Aug 2002 20:43:16 |
okazaki |
Upgrade to JUnit 3.8.
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs. |
3.7_1 23 Jun 2002 19:31:23 |
okazaki |
Use "bsd.java.mk".
Install documents into ${DOCSDIR}.
Increment PORTREVISION.
Submitted by: des |
27 Nov 2001 12:28:34 |
znerd |
Updated MASTER_SITES. |
22 Oct 2001 07:31:06 |
okazaki |
Fix previous commit. |
20 Oct 2001 15:39:16 |
clive |
Add 2 extra download locations. |
26 Jun 2001 17:52:15 |
okazaki |
Update to 3.7. Change maintainer's address. |
03 Nov 2000 17:49:59 |
knu |
Add JUnit, a regression testing utility for use with the Java(TM) Language.
|