aboutsummaryrefslogtreecommitdiff
path: root/shells/ammonite
Commit message (Collapse)AuthorAgeFilesLines
* shells/ammonite: Update to 2.4.0Jens Grassel2021-06-142-4/+4
| | | | | | | | * Bump version of uPickle to 1.4.0 * Internal preparation for basic Scala 3 support PR: 256602 Approved by: maintainer
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/ammonite: Update to 2.3.8Fernando ApesteguĂ­a2020-11-262-4/+4
| | | | | | | | PR: 250467 Submitted by: freebsd-ports@jan0sch.de (maintainer) Notes: svn path=/head/; revision=556330
* shells/ammonite: Update to 2.1.4Fernando ApesteguĂ­a2020-05-182-5/+5
| | | | | | | | | | | | | | | | | From ChangeLog (https://ammonite.io/#2.1.4): * Handle SIGINT When Reading User Input * rebootstrap mill * Ensure -Ymacro-annotations works fine * Fix 2.12.1 compilation * several fixes and support for Coursier and BSP * switch to Scala 2.13 ammonite version for the port PR: 246522 Submitted by: reebsd-ports@jan0sch.de (maintainer) Notes: svn path=/head/; revision=535726
* - Update to 2.1.1Hiroki Tagato2020-04-292-6/+7
| | | | | | | | | | | - Make portclippy happy PR: 245979 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=533332
* Update to 2.0.4Hiroki Tagato2020-04-242-4/+4
| | | | | | | | | PR: 243367 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Approved by: pizzamig (co-mentor) Notes: svn path=/head/; revision=532719
* Update to 2.0.1Jochen Neumeister2020-01-072-4/+4
| | | | | | | | | | | | | | Changelog: * Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6, Requests to 0.4.7 * Fix @main method handling in scripts run via --class-based * Bump OS-Lib, uPickle and Requests-Scala versions, for compatibility with the geny.Writable interface PR: 242956 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=522357
* shells/ammonite: Update to 1.8.2Tobias Kortkamp2019-11-242-4/+4
| | | | | | | | | Changes: https://ammonite.io/#1.8.2 PR: 242187 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=518337
* shells/ammonite: Update to 1.7.1Steve Wills2019-09-242-4/+4
| | | | | | | | PR: 240643 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=512724
* shells/ammonite: Update to 1.6.9Danilo G. Baio2019-08-302-4/+4
| | | | | | | | PR: 239946 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=510229
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508909
* shells/ammonite: Update to 1.6.8Kai Knoblich2019-06-222-4/+4
| | | | | | | | | | | | | | Changelog since 1.6.5: * Support for Scala 2.13.0 * Fix regression in "source" builtin * Autocomplete for "import $ivy" statements PR: 238599 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=504855
* Upgrade shell/ammonite from v1.6.4 to v1.6.5Rodrigo Osorio2019-03-272-4/+4
| | | | | | | | | | | | | | Changelog : http://ammonite.io/#1.6.5 - Don't keep resolutions involving snapshot artifacts or version intervals in the resolution cache of Ammonite - Switch to coursier 1.1.0-M13 - Fix various issues with class-based wrapper (--class-based) PR: 236821 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=496988
* shells/ammonite: update 1.6.3 -> 1.6.4Kurt Jaeger2019-03-102-4/+4
| | | | | | | | | PR: 236414 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Relnotes: http://ammonite.io/#1.6.4 Notes: svn path=/head/; revision=495241
* New port: shells/ammoniteKurt Jaeger2019-02-184-0/+64
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. WWW: https://ammonite.io/ PR: 235759 Submitted by: Jens Grassel <jan0sch@mykolab.com> Notes: svn path=/head/; revision=493275