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
scala Scala Programming Language
3.3.1 lang on this many watch lists=2 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 3.3.1Version of this port present on the latest quarterly branch.
Maintainer: freebsd-ports@jan0sch.de search for ports maintained by this maintainer
Port Added: 2009-05-15 17:43:39
Last Update: 2023-10-23 01:51:28
Commit Hash: b5cac8c
People watching this port, also watch:: codespell, py39-kerberos, py39-zope.schema
Also Listed In: java
License: APACHE20
WWW:
https://www.scala-lang.org/
Description:
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.
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 (7 items)
Collapse this list.
  1. bin/common
  2. bin/scala
  3. bin/scalac
  4. bin/scaladoc
  5. /usr/local/share/licenses/scala-3.3.1/catalog.mk
  6. /usr/local/share/licenses/scala-3.3.1/LICENSE
  7. /usr/local/share/licenses/scala-3.3.1/APACHE20
Collapse this list.
Dependency lines:
  • scala>0:lang/scala
To install the port:
cd /usr/ports/lang/scala/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/scala
  • pkg install scala
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: scala
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1697615658 SHA256 (scala3-3.3.1.tar.gz) = 11c0ea0f71c43af0fb1b355dde414bfef01a60c17293675e23a44d025269cd15 SIZE (scala3-3.3.1.tar.gz) = 38427475

Packages (timestamps in pop-ups are UTC):
scala
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.13.3.1-3.3.13.3.1---
FreeBSD:13:quarterly3.3.13.3.13.1.03.3.13.3.1-3.3.13.3.1
FreeBSD:14:latest3.3.13.3.13.1.0-3.3.1--3.1.0
FreeBSD:14:quarterly3.3.13.3.1--3.3.1-3.3.13.3.1
FreeBSD:15:latest3.3.13.3.1n/a-n/a-3.3.13.3.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. bash : shells/bash
  2. java : java/openjdk8
This port is required by:
for Run
  1. devel/scalatest

Configuration Options:
No options to configure
Options name:
lang_scala
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/lampepfl/dotty/releases/download/3.3.1/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.1
23 Oct 2023 01:51:28
commit hash: b5cac8c9d80ae452406074d9a7485471d0144be2commit hash: b5cac8c9d80ae452406074d9a7485471d0144be2commit hash: b5cac8c9d80ae452406074d9a7485471d0144be2commit hash: b5cac8c9d80ae452406074d9a7485471d0144be2 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jens Grassel
lang/scala: Update to version 3.3.1

Changelog: https://github.com/lampepfl/dotty/releases

PR:		274554
3.1.0
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
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)
3.1.0
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)
3.1.0
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0
22 Nov 2021 10:10:28
commit hash: 431a745a64ef07210d7f6541a73297c4cdf4a18bcommit hash: 431a745a64ef07210d7f6541a73297c4cdf4a18bcommit hash: 431a745a64ef07210d7f6541a73297c4cdf4a18bcommit hash: 431a745a64ef07210d7f6541a73297c4cdf4a18b files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
Author: Jens Grassel
lang/scala: Update to 3.1.0

https://github.com/lampepfl/dotty/releases/tag/3.1.0

PR:		259933
2.13.1
19 Oct 2021 11:14:33
commit hash: 9a13ac3f253ed77dd8d3315214243e3af16107bfcommit hash: 9a13ac3f253ed77dd8d3315214243e3af16107bfcommit hash: 9a13ac3f253ed77dd8d3315214243e3af16107bfcommit hash: 9a13ac3f253ed77dd8d3315214243e3af16107bf files touched by this commit
Stefan Eßer (se) search for other commits by this committer
lang/scala: Add CPE information

Approved by:	portmgr (blanket)
2.13.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.
2.13.1
14 Oct 2019 09:39:06
Revision:514445Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2.13.1
23 Sep 2019 20:31:21
Revision:512673Original commit files touched by this commit
swills search for other commits by this committer
lang/scala: Update to 2.13.1

PR:		240682
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
2.13.0
29 Aug 2019 06:37:17
Revision:510144Original commit files touched by this commit
joneum search for other commits by this committer
Update to 2.13.0

Changelog:
- Collections: Standard library collections have been overhauled for simplicity,
performance, and safety. This is the centerpiece of the release.
- Standard library: Future is faster and more robust. Elsewhere, useful classes
and methods have been added.
- Language: Literal types, partial unification, by-name implicits, more.
- Compiler: 5-10% faster, deterministic output, improved optimizer.

PR:		239944
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Sponsored by:	Netzkommune GmbH
2.12.8
23 Feb 2019 14:18:13
Revision:493675Original commit files touched by this commit
tobik search for other commits by this committer
Update MAINTAINER to new address

PR:		235861
Submitted by:	Jens Grassel <jan0sch@mykolab.com> (maintainer)
2.12.8
18 Dec 2018 18:32:02
Revision:487762Original commit files touched by this commit
joneum search for other commits by this committer
Update to 2.12.8

Changelog: https://github.com/scala/scala/releases/tag/v2.12.8

scala changes the license from BSD to Apache:
https://www.scala-lang.org/news/license-change.html

PR:		233973
Submitted by:	j-keck <jhyphenkeck@gmail.com> (maintainer)
Sponsored by:	Netzkommune GmbH
2.12.6
22 May 2018 16:41:22
Revision:470625Original commit files touched by this commit
joneum search for other commits by this committer
lang/scala update to 2.12.6

PR:		228370
Submitted by:	Jens Grassel <jan0sch@mykolab.com> (maintainer)
2.12.4
16 Dec 2017 11:00:33
Revision:456465Original commit files touched by this commit
tobik search for other commits by this committer
lang/scala: Update to 2.12.4

Changes:	http://scala-lang.org/news/2.12.4
PR:		224367
Submitted by:	j-keck <jhyphenkeck@gmail.com>
Approved by:	Jens Grassel <jan0sch@mykolab.com> (maintainer)
2.12.3
10 Sep 2017 19:02:14
Revision:449587Original commit files touched by this commit
tobik search for other commits by this committer
lang/scala: Update to 2.12.3

- Submitter becomes maintainer.  The current maintainer is absent
  without leave (> 3 maintainer timeouts) and Jens submitted the
  last 3 updates to the port.

PR:		221623
Submitted by:	Jens Grassel <jan0sch@mykolab.com>
Approved by:	mitsururike@gmail.com (maintainer timeout, 3 weeks)
2.12.2
27 Jun 2017 16:06:22
Revision:444472Original commit files touched by this commit
madpilot search for other commits by this committer
Update lang/scala to 2.12.2

PR:		219721
Submitted by:	Jens Grassel <jan0sch@mykolab.com>
Approved by:	Maintainer timeout
2.12.1
17 Apr 2017 18:00:18
Revision:438738Original commit files touched by this commit
tobik search for other commits by this committer
Update to 2.12.1

- Add NO_ARCH=yes

Changes:	http://scala-lang.org/news/2.12.1
PR:		215492
Submitted by:	Jens Grassel <jan0sch@mykolab.com>
Approved by:	lme (mentor), mitsururike@gmail.com (maintainer timeout, ~4 months)
Differential Revision:	https://reviews.freebsd.org/D10411
2.11.8
05 May 2016 19:55:41
Revision:414661Original commit files touched by this commit
pi search for other commits by this committer
lang/scala: 2.11.7 -> 2.11.8

Changes:
  http://scala-lang.org/news/2.11.8/

PR:		209251
Submitted by:	Jens Grassel <jan0sch@mykolab.com>
2.11.7
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
2.11.7
11 Sep 2015 23:43:22
Revision:396725Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.11.7

PR:		201103
Submitted by:	j-keck <jhyphenkeck@gmail.com>
Approved by:	maintainer timeout (>2 months)
2.11.6
21 Mar 2015 17:43:38
Revision:381810Original commit files touched by this commit
riggs search for other commits by this committer
- Update to upstream release 2.11.6

PR:		198343
Submitted by:	jhyphenkeck@gmail.com
Approved by:	maintainer timeout
2.11.5
06 Feb 2015 15:06:36
Revision:378544Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 2.11.5 [1]
- Convert to USES=tar:tgz
- Unmute install commands

PR:		196761 [1]
Submitted by:	j-keck <jhyphenkeck@gmail.com> [1]
Approved by:	maintainer timeout
2.11.2
29 Jul 2014 20:08:39
Revision:363385Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.11.2

PR:		192128
Submitted by:	mitsururike@gmail.com (maintainer)
2.11.1
03 Jun 2014 10:51:48
Revision:356324Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.11.1 release.

PR:		190089
Submitted by:	maintainer
2.10.4
26 Mar 2014 21:21:41
Revision:349296Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 2.10.4 [1]
- More precise LICENSE

PR:		ports/187953 [1]
Submitted by:	maintainer
2.10.3
16 Oct 2013 00:31:44
Revision:330465Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 2.10.2 to 2.10.3 [1]
- Update MASTER_SITES [1]
- Improve COMMENT
- Add stage support

PR:		ports/182992
Submitted by:	mitsururike@gmail.com (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2.10.2
20 Sep 2013 19:53:10
Revision:327741Original 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:
lang)
2.10.2
23 Jun 2013 18:45:19
Revision:321646Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 2.10.2.

PR:		ports/179477
Submitted by:	Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer)
2.10.1
21 Mar 2013 18:55:22
Revision:314862Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 2.10.1

PR:		ports/177026
Submitted by:	maintainer
2.10.0
16 Jan 2013 16:31:27
Revision:310503Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.10.0 release.

PR:		ports/175342
Submitted by:	maintainer
2.9.1
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2.9.1
02 Oct 2011 07:22:52
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 2.9.1.
. Set SCALA_HOME to DATADIR and use that in pkg-plist (quietens PORTLINT).

PR:             160650
Approved by:    maintainer timeout
2.9.0.1_1
27 Jun 2011 13:29:58
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Use a static SCALA_HOME
Fix broken symlink

PR:             ports/157740
Submitted by:   myself
Approved by:    maintainer timeout, tabthorpe (mentor)
2.9.0.1
09 Jun 2011 13:29:59
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 2.9.0.1
Fix the do-install target to not install temporary files.
While I am here, use for loops and COPYTREE_SHARE instead of find.

PR:             ports/157705
Submitted by:   Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer)
Approved by:    bapt (mentor)
2.8.1
23 Nov 2010 13:49:45
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.8.1

PR:             ports/152091
Submitted by:   <mitsururike@gmail.com> (maintainer)
2.8.0
14 Sep 2010 11:52:05
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.8.0

PR:             ports/148779
Submitted by:   <mitsuru@riken.jp> (maintainer)
2.7.7
04 Nov 2009 13:25:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.7.7

PR:             140263
Submitted by:   mitsuru@riken.jp (maintainer)
2.7.5
05 Jun 2009 02:29:15
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.7.5

PR:             135204
Submitted by:   mitsuru@riken.jp (maintainer)
2.7.4
15 May 2009 17:43:14
Original commit files touched by this commit
glarkin search for other commits by this committer
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe
way. It smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.

WWW: http://www.scala-lang.org/

PR:             ports/133887
Submitted by:   Mitsuru YOSHIDA <mitsuru at riken.jp>

Number of commits found: 40