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) combination for a given watch list. This is what FreshPorts will look for.

Port details
scalatest Regression testing utility for use with the Scala Language
1.6.1 devel on this many watch lists=0 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.6.1Version of this port present on the latest quarterly branch.
Maintainer: mitsururike@gmail.com search for ports maintained by this maintainer
Port Added: 2010-12-10 13:25:35
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: java
License: APACHE20
WWW:
https://www.scalatest.org/
Description:
ScalaTest is a testing framework for Scala developed by Bill Venners, George Berger, Josh Cough, and other contributors starting in late 2007.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (55 items)
Collapse this list.
  1. /usr/local/share/licenses/scalatest-1.6.1/catalog.mk
  2. /usr/local/share/licenses/scalatest-1.6.1/LICENSE
  3. /usr/local/share/licenses/scalatest-1.6.1/APACHE20
  4. share/examples/scalatest/java/org/scalatestexamples/easymock/ClassTested.java
  5. share/examples/scalatest/java/org/scalatestexamples/easymock/Collaborator.java
  6. share/examples/scalatest/java/org/scalatestexamples/easymock/ThrowableEquals.java
  7. share/examples/scalatest/scala/org/scalatestexamples/FeatureSpecStackBehaviors.scala
  8. share/examples/scalatest/scala/org/scalatestexamples/FlatStackBehaviors.scala
  9. share/examples/scalatest/scala/org/scalatestexamples/ParallelTestExecutionExampleSpec.scala
  10. share/examples/scalatest/scala/org/scalatestexamples/SharedTestExampleSpec.scala
  11. share/examples/scalatest/scala/org/scalatestexamples/StackCanWordSpec.scala
  12. share/examples/scalatest/scala/org/scalatestexamples/StackFeatureSpec.scala
  13. share/examples/scalatest/scala/org/scalatestexamples/StackFixtureCreationMethods.scala
  14. share/examples/scalatest/scala/org/scalatestexamples/StackFlatSpec.scala
  15. share/examples/scalatest/scala/org/scalatestexamples/StackMustWordSpec.scala
  16. share/examples/scalatest/scala/org/scalatestexamples/StackShorthandFlatSpec.scala
  17. share/examples/scalatest/scala/org/scalatestexamples/StackShouldWordSpec.scala
  18. share/examples/scalatest/scala/org/scalatestexamples/StackSpec.scala
  19. share/examples/scalatest/scala/org/scalatestexamples/TVFeatureSpec.scala
  20. share/examples/scalatest/scala/org/scalatestexamples/WordStackBehaviors.scala
  21. share/examples/scalatest/scala/org/scalatestexamples/concurrent/ConductorExamples.scala
  22. share/examples/scalatest/scala/org/scalatestexamples/easymock/EasyMockExampleFixtureFlatSpec.scala
  23. share/examples/scalatest/scala/org/scalatestexamples/easymock/EasyMockExampleFlatSpec.scala
  24. share/examples/scalatest/scala/org/scalatestexamples/easymock/EasyMockExampleSuite.scala
  25. share/examples/scalatest/scala/org/scalatestexamples/featurespec/ArithmeticFeatureSpec.scala
  26. share/examples/scalatest/scala/org/scalatestexamples/featurespec/GivenWhenThenArithmeticFeatureSpec.scala
  27. share/examples/scalatest/scala/org/scalatestexamples/featurespec/InfoArithmeticFeatureSpec.scala
  28. share/examples/scalatest/scala/org/scalatestexamples/featurespec/PendingArithmeticFeatureSpec.scala
  29. share/examples/scalatest/scala/org/scalatestexamples/featurespec/PendingGivenWhenThenArithmeticSpec.scala
  30. share/examples/scalatest/scala/org/scalatestexamples/fixture/MultiFixtureFunSuite.scala
  31. share/examples/scalatest/scala/org/scalatestexamples/fixture/TVFixtureFeatureSpec.scala
  32. share/examples/scalatest/scala/org/scalatestexamples/fixture/funsuite/WithTempFileExampleSuite.scala
  33. share/examples/scalatest/scala/org/scalatestexamples/fixture/funsuite/WithTempFileFromConfigMapExampleSuite.scala
  34. share/examples/scalatest/scala/org/scalatestexamples/fixture/suite/CaseClassFixtureSuite.scala
  35. share/examples/scalatest/scala/org/scalatestexamples/fixture/suite/TupleFixtureSuite.scala
  36. share/examples/scalatest/scala/org/scalatestexamples/funsuite/BeforeAndAfterEachExampleSuite.scala
  37. share/examples/scalatest/scala/org/scalatestexamples/funsuite/CreateFixtureExampleSuite.scala
  38. share/examples/scalatest/scala/org/scalatestexamples/funsuite/ExampleSuite.scala
  39. share/examples/scalatest/scala/org/scalatestexamples/funsuite/ImmutableSharedFixtureExampleSuite.scala
  40. share/examples/scalatest/scala/org/scalatestexamples/funsuite/WithFixtureExampleSuite.scala
  41. share/examples/scalatest/scala/org/scalatestexamples/funsuite/WithTempFileExampleSuite.scala
  42. share/examples/scalatest/scala/org/scalatestexamples/helpers/Stack.scala
  43. share/examples/scalatest/scala/org/scalatestexamples/jmock/JMockExampleFixtureFlatSpec.scala
  44. share/examples/scalatest/scala/org/scalatestexamples/junit/ErrorJUnitSuite.scala
  45. share/examples/scalatest/scala/org/scalatestexamples/junit/JUnit3ExampleSuite.scala
  46. share/examples/scalatest/scala/org/scalatestexamples/junit/JUnitTestCaseSuite.scala
  47. share/examples/scalatest/scala/org/scalatestexamples/matchers/ShouldStackFlatSpec.scala
  48. share/examples/scalatest/scala/org/scalatestexamples/matchers/ShouldStackSpec.scala
  49. share/examples/scalatest/scala/org/scalatestexamples/scalaarchetypesimple/ScalaTestExamples.scala
  50. share/examples/scalatest/scala/org/scalatestexamples/testng/ErrorTestNGSuite.scala
  51. share/scala/lib/scalatest-tests.jar
  52. share/scala/lib/scalatest.jar
  53. @owner
  54. @group
  55. @mode
Collapse this list.
Dependency lines:
  • scalatest>0:devel/scalatest
To install the port:
cd /usr/ports/devel/scalatest/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/scalatest
  • pkg install scalatest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: scalatest
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (scalatest-1.6.1.zip) = 12b80b9d0a033154197a9ba54d84d864d4a2be9dc142446c1909c2df56abdcdc SIZE (scalatest-1.6.1.zip) = 10891688

Packages (timestamps in pop-ups are UTC):
scalatest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.11.6.1-1.6.11.6.1---
FreeBSD:13:quarterly1.6.11.6.11.6.11.6.11.6.1-1.6.11.6.1
FreeBSD:14:latest1.6.11.6.11.6.1-1.6.1--1.6.1
FreeBSD:14:quarterly1.6.11.6.1--1.6.1-1.6.11.6.1
FreeBSD:15:latest1.6.11.6.1n/a-n/a-1.6.11.6.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. scala>=2.9.0 : lang/scala
  2. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for scalatest-1.6.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_scalatest
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://www.artima.com/downloadScalaTest/
  2. http://www.scalatest.org/releases/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.6.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.6.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6.1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.6.1
27 Oct 2014 11:07:20
Revision:371552Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.6.1
03 Jul 2014 23:57:08
Revision:360487Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
1.6.1
14 Jun 2014 16:26:44
Revision:357793Original commit files touched by this commit
vanilla search for other commits by this committer
1: Stagify.
2: switch to pkg-plist.

Approved by:	portmgr@
1.6.1
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
1.6.1
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- 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@)
1.6.1
20 Sep 2013 17:17:45
Revision:327726Original 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:
devel part 4)
1.6.1
09 Jan 2012 15:41:08
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
1.6.1
15 Oct 2011 11:03:26
Original commit files touched by this commit
zi search for other commits by this committer
- Update to 1.6.1

PR:             ports/161537
Submitted by:   mitsururike@gmail.com (maintainer)
1.5
28 Jun 2011 18:41:10
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 1.5

PR:             ports/157706
Submitted by:   Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer)
Approved by:    rene (mentor vacation)
1.2
10 Dec 2010 13:25:20
Original commit files touched by this commit
pav search for other commits by this committer
ScalaTest is a testing framework for Scala developed by Bill Venners, George
Berger, Josh Cough, and other contributors starting in late 2007.

WWW: http://www.scalatest.org/

PR:             ports/152288
Submitted by:   <mitsururike@gmail.com>

Number of commits found: 16