View | Details | Raw Unified | Return to bug 261191 | Differences between
and this patch

Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 16771-16773 math/gotoblas|math/openblas|2022-01-15|Remove obsoleted port. Use math/openblas Link Here
16771
net/pipsecd||2022-01-15|Has expired: Abandonware, current release is from 1999 and uses insecure encryption algorithms
16771
net/pipsecd||2022-01-15|Has expired: Abandonware, current release is from 1999 and uses insecure encryption algorithms
16772
devel/maven31|devel/maven|2022-01-15|Has expired: Outdated, unsupported upstream
16772
devel/maven31|devel/maven|2022-01-15|Has expired: Outdated, unsupported upstream
16773
devel/wasi-compiler-rt12||2022-01-15|Has expired: this ports exists solely for building Firefox 95+ in 2021Q4
16773
devel/wasi-compiler-rt12||2022-01-15|Has expired: this ports exists solely for building Firefox 95+ in 2021Q4
16774
shells/ammonite|devel/ammonite|2022-01-14|Ammonite dropped built-in shell support
(-)b/devel/ammonite/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	ammonite
1
PORTNAME=	ammonite
2
DISTVERSION=	2.5.0
2
DISTVERSION=	2.5.1
3
CATEGORIES=	shells java
3
CATEGORIES=	shells java
4
MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
4
MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
5
DISTNAME=	2.13-${PORTVERSION}
5
DISTNAME=	2.13-${PORTVERSION}
(-)b/devel/ammonite/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1642153131
2
SHA256 (ammonite/2.13-2.5.1) = aeaf122ed8f4adbdf9bdcbcfb02ce10c647ddc48c7a14e8a021123b3658803aa
3
SIZE (ammonite/2.13-2.5.1) = 48408804
(-)b/devel/ammonite/pkg-message (+18 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
To use ammonite fully you should setup a configuration file
5
~/.ammonite/predef.sc. Below is an example:
6
7
interp.load.ivy("com.lihaoyi"   %% "os-lib"    % "0.8.0")
8
interp.load.ivy("org.typelevel" %% "cats-core" % "2.7.0")
9
10
// This @ is necessary for Ammonite to process the `interp.load.ivy`
11
// before continuing.
12
@
13
import cats._
14
import cats.data._
15
import cats.syntax.all._
16
EOM
17
}
18
]
(-)a/shells/ammonite/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1639380918
2
SHA256 (ammonite/2.13-2.5.0) = 9799063cff2db988b5eadeaef19780639e32a80589651e54ba8a52190ebdbfd6
3
SIZE (ammonite/2.13-2.5.0) = 48405047
(-)a/shells/ammonite/pkg-message (-26 lines)
Removed Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
To use ammonite as a shell you must(!) setup a configuration file
5
~/.ammonite/predef.sc with a least the following minimal content:
6
7
interp.load.ivy(
8
  "com.lihaoyi" %% "ammonite-ops" % ammonite.Constants.version
9
)
10
interp.load.ivy(
11
  "com.lihaoyi" %
12
  s"ammonite-shell_${scala.util.Properties.versionNumberString}" %
13
  ammonite.Constants.version
14
)
15
// This @ is necessary for Ammonite to process the `interp.load.ivy`
16
// before continuing.
17
@
18
val shellSession = ammonite.shell.ShellSession()
19
import shellSession._
20
import ammonite.ops._
21
import ammonite.shell._
22
ammonite.shell.Configure(interp, repl, wd)
23
EOM
24
}
25
]
26
- 

Return to bug 261191