Port details |
- scala Scala Programming Language
- 3.3.1 lang =4 3.3.1Version of this port present on the latest quarterly branch.
- Maintainer: freebsd-ports@jan0sch.de
- 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:: jackit, cgit, libodbc++, linux_dvbwrapper-kmod, p5-SVG-Parser
- 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.
- ¦ ¦ ¦ ¦
- 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/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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk8
- This port is required by:
- for Run
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.1 23 Oct 2023 01:51:28 |
Robert Clausecker (fuz) 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 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
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) |
3.1.0 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 ) |
3.1.0 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
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 ) |
3.1.0 22 Nov 2021 10:10:28 |
Joseph Mingrone (jrm) 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 |
Stefan Eßer (se) |
lang/scala: Add CPE information
Approved by: portmgr (blanket) |
2.13.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.13.1 14 Oct 2019 09:39:06 |
amdmi3 |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
2.13.1 23 Sep 2019 20:31:21 |
swills |
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 |
joneum |
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 |
tobik |
Update MAINTAINER to new address
PR: 235861
Submitted by: Jens Grassel <jan0sch@mykolab.com> (maintainer) |
2.12.8 18 Dec 2018 18:32:02 |
joneum |
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 |
joneum |
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 |
tobik |
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 |
tobik |
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 |
madpilot |
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 |
tobik |
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 |
pi |
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 |
mat |
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 |
cs |
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 |
riggs |
- 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 |
pawel |
- 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 |
cs |
Update to 2.11.2
PR: 192128
Submitted by: mitsururike@gmail.com (maintainer) |
2.11.1 03 Jun 2014 10:51:48 |
ale |
Update to 2.11.1 release.
PR: 190089
Submitted by: maintainer |
2.10.4 26 Mar 2014 21:21:41 |
pawel |
- 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 |
danilo |
- 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 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.10.2 23 Jun 2013 18:45:19 |
rakuco |
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 |
pawel |
Update to version 2.10.1
PR: ports/177026
Submitted by: maintainer |
2.10.0 16 Jan 2013 16:31:27 |
ale |
Update to 2.10.0 release.
PR: ports/175342
Submitted by: maintainer |
2.9.1 10 Dec 2012 13:18:29 |
bapt |
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 |
glewis |
. 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 |
jlaffaye |
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 |
jlaffaye |
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 |
pav |
- Update to 2.8.1
PR: ports/152091
Submitted by: <mitsururike@gmail.com> (maintainer) |
2.8.0 14 Sep 2010 11:52:05 |
pav |
- Update to 2.8.0
PR: ports/148779
Submitted by: <mitsuru@riken.jp> (maintainer) |
2.7.7 04 Nov 2009 13:25:07 |
miwi |
- Update to 2.7.7
PR: 140263
Submitted by: mitsuru@riken.jp (maintainer) |
2.7.5 05 Jun 2009 02:29:15 |
amdmi3 |
- Update to 2.7.5
PR: 135204
Submitted by: mitsuru@riken.jp (maintainer) |
2.7.4 15 May 2009 17:43:14 |
glarkin |
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> |