Port details |
- ammonite Provides a system shell in the high-level Scala language
- 2.5.6 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: freebsd-ports@jan0sch.de
 - Port Added: 2022-01-18 16:18:05
- Last Update: 2023-01-14 17:18:17
- Commit Hash: 0e2dea2
- Also Listed In: java
- License: MIT
- Description:
- A modern replacement for the Bash system shell. Provides a systems shell in
the high-level Scala language, letting you seamlessly mix system operations
with real code without the hassle or the frustration of trying to write
complex code in Bash.
Ammonite lets you use the Scala language for scripting purposes: in a
Read-Evaluate-Print-Loop (REPL), as scripts, as a library to use
in existing projects, or as a standalone systems shell.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ammonite>0:devel/ammonite
- To install the port:
- cd /usr/ports/devel/ammonite/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ammonite
- pkg install ammonite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ammonite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673509219
SHA256 (ammonite/3.2-2.5.6) = afcea3a8155232ce46131af26bfacf0af59754fffa949d4ee2715a90a13be673
SIZE (ammonite/3.2-2.5.6) = 62130859
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:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ammonite
- pkg-message:
- For install:
- To use ammonite fully you should setup a configuration file
~/.ammonite/predef.sc. Below is an example:
interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.0")
interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0")
// This @ is necessary for Ammonite to process the `interp.load.ivy`
// before continuing.
@
import cats._
import cats.data._
import cats.syntax.all._
- WWW: https://ammonite.io/
- Master Sites:
|
Port Moves |
- port moved here from shells/ammonite on 2022-01-18
REASON: Ammonite dropped built-in shell support
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.6 14 Jan 2023 17:18:17
    |
Fernando Apesteguía (fernape)  Author: Jens Grassel |
devel/ammonite: Update to 2.5.6
* Update coursier to 2.1.0-RC1 which also closes some potential security
vulnerabilities
* Improved Scala 3 support including @main annotation support
* Added support for Scala 3.2.1
PR: 268900
Reported by: freebsd-ports@jan0sch.de
MFH: 2023Q1 (security fix) |
2.5.5 29 Dec 2022 14:55:03
    |
Li-Wen Hsu (lwhsu)  Author: Jens Grassel |
devel/ammonite: Update to 2.5.5
PR: 268637 |
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) |
2.5.3 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 ) |
2.5.3 20 Apr 2022 13:48:30
    |
Mikael Urankar (mikael)  Author: Jens Grassel |
devel/ammonite: Update to 2.5.3
- Print error positions in Scala 3
- Add support for Scala 3.1.2
- Bump uPickle to 1.6.0
PR: 263313 |
2.5.1 18 Jan 2022 16:15:08
    |
Fernando Apesteguía (fernape)  Author: Jens Grassel |
shells/ammonite: Update to 2.5.1 and MOVE
The authors removed the shell functionality but it is still a good dev-tool.
Changelog
---------
* Added support for Scala 2.13.8
* Re-added old Main entry point for better compatibility with Ammonite 2.4 and
older
* Dropped built-in support for shell operations
* move from shells/ammonite to devel/ammonite
PR: 261191
Reported by: freebsd-ports@jan0sch.de (maintainer) |
Number of commits found: 6
|