| Port details |
- sbt Build tool for Scala projects
- 1.12.12 devel
=1 1.12.8Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
 - Port Added: 2012-10-09 09:33:30
- Last Update: 2026-06-16 19:27:34
- Commit Hash: e244408
- People watching this port, also watch:: p5-Net-Domain-TLD, python311, py311-pycparser, p5-CPAN-Meta-YAML, xerces-c3
- Also Listed In: java
- License: APACHE20
- WWW:
- https://www.scala-sbt.org/
- Description:
- simple build tool (sbt) is a minimally intrusive
build tool for Scala projects.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/sbt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sbt
- pkg install sbt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sbt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1781603565
SHA256 (sbt-1.12.12.tgz) = 84c6dd93c094577ce857d3b7ae450ef7ff88fceec099c8feb1cefac3e4b18a32
SIZE (sbt-1.12.12.tgz) = 57393862
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:
-
- infocmp : devel/ncurses
- bash : shells/bash
- java : java/openjdk25
- This port is required by:
- for Build
-
- archivers/snappy-java
Configuration Options:
- ===> The following configuration options are available for sbt-1.12.12:
ADVANCED=on: Install advanced bash shell-script (required for Java 11+)
===> Use 'make config' to modify these settings
- Options name:
- devel_sbt
- USES:
- cpe 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 |
1.0.2 25 Sep 2017 06:06:06
  |
ale  |
Update to 1.0.2 release. |
1.0.1 08 Sep 2017 13:33:26
  |
ale  |
Update to 1.0.1 release.
PR: 222138
Submitted by: j-keck <jhyphenkeck@gmail.com> |
1.0.0 30 Aug 2017 12:19:45
  |
ale  |
Update to 1.0.0 release.
PR: 221435
Submitted by: j-keck <jhyphenkeck@gmail.com> |
0.13.15 12 Apr 2017 07:39:32
  |
ale  |
Update to 0.13.15 release.
PR: 218570
Submitted by: j-keck <jhyphenkeck@gmail.com> |
0.13.13 31 Oct 2016 09:27:24
  |
ale  |
Update to 0.13.13 release.
PR: 213913
Submitted by: jhyphenkeck@gmail.com |
0.13.11 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.13.11 29 Feb 2016 21:43:14
  |
ale  |
Update to 0.13.11 release and use the bash startup script by default. |
0.13.9 14 Aug 2015 10:52:13
  |
ale  |
Update to 0.13.9 release. |
0.13.8 25 Mar 2015 20:34:26
  |
ale  |
Update to 0.13.8 release. |
0.13.7 20 Dec 2014 18:06:22
  |
bapt  |
Cleanup plist |
0.13.7 28 Nov 2014 11:51:12
  |
ale  |
Update to 0.13.7 release. |
0.13.6 16 Sep 2014 20:46:01
  |
ale  |
Update to 0.13.6 release. |
0.13.5 10 Jun 2014 07:39:02
  |
olgeni  |
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) |
0.13.5 03 Jun 2014 09:51:22
  |
ale  |
Update to 0.13.5 release. |
0.13.2 28 Apr 2014 08:17:25
  |
ale  |
Update to 0.13.2 release.
It's a bugfix release, but adds a new optional feature: the name-hashing
algorithm for the incremental compiler.
To enable this algorithm, add the following setting in your build.sbt:
incOptions := incOptions.value.withNameHashing(true) |
0.13.1 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@) |
0.13.1 17 Dec 2013 08:56:06
  |
ale  |
Update to 0.13.1 release and stagify. |
0.13.0 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.13.0 28 Aug 2013 12:37:29
  |
ale  |
Update to 0.13.0 release. |
0.12.4 28 Jun 2013 14:12:16
  |
ale  |
Update to 0.12.4 release. |
0.12.3 18 Jun 2013 09:15:51
  |
ale  |
Distfile re-rolled for a cosmetic fix to bash script. |
0.12.3 19 Apr 2013 11:01:58
  |
ale  |
Update to 0.12.3 release.
Feature safe: yes |
0.12.2_1 23 Feb 2013 17:17:27
  |
ale  |
Distfile rerolled to add new sbt-launch.
PR: ports/176374
Submitted by: "Fabian M. Borschel" <fmb@onibox.net> |
0.12.2 14 Feb 2013 20:51:10
  |
ale  |
Update to 0.12.2 release. |
0.12.1 09 Oct 2012 08:07:30
  |
ale  |
simple build tool (sbt) is a minimally intrusive
build tool for Scala projects.
WWW: http://www.scala-sbt.org/ |