Port details |
- coursier Pure Scala Artifact Fetching
- 2.1.24 devel
=2 2.1.9Version of this port present on the latest quarterly branch. - Maintainer: freebsd-ports@jan0sch.de
 - Port Added: 2018-10-05 10:13:33
- Last Update: 2025-01-30 11:26:41
- Commit Hash: 933fd2a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://get-coursier.io/
- Description:
- Coursier is a command-line tool that can be used for various things surrounding
dependencies and artifacts such as creating tiny bootstrap launchers for
applications distributed via Maven / Ivy repositories, resolving artifact
trees, or completing available version of desired artifacts.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- coursier>0:devel/coursier
- To install the port:
- cd /usr/ports/devel/coursier/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/coursier
- pkg install coursier
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coursier
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737652058
SHA256 (coursier/2.1.24/coursier) = 7aa975f12469726d6bb87852107afe0b8d6f3c82b12a49ef43cc6647c4e057ca
SIZE (coursier/2.1.24/coursier) = 165987
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_coursier
- USES:
- java
- 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 |
2.1.24 30 Jan 2025 11:26:41
    |
Vladimir Druzenko (vvd)  |
devel/coursier: Update 2.1.9 → 2.1.24
Changelogs:
https://github.com/coursier/coursier/releases/tag/v2.1.10
https://github.com/coursier/coursier/releases/tag/v2.1.11
https://github.com/coursier/coursier/releases/tag/v2.1.12
https://github.com/coursier/coursier/releases/tag/v2.1.13
https://github.com/coursier/coursier/releases/tag/v2.1.14
https://github.com/coursier/coursier/releases/tag/v2.1.15
https://github.com/coursier/coursier/releases/tag/v2.1.16
https://github.com/coursier/coursier/releases/tag/v2.1.17
https://github.com/coursier/coursier/releases/tag/v2.1.18
https://github.com/coursier/coursier/releases/tag/v2.1.19
https://github.com/coursier/coursier/releases/tag/v2.1.20
https://github.com/coursier/coursier/releases/tag/v2.1.21
https://github.com/coursier/coursier/releases/tag/v2.1.22
https://github.com/coursier/coursier/releases/tag/v2.1.23
https://github.com/coursier/coursier/releases/tag/v2.1.24
While here replace spaces with tabs.
PR: 283503
Approved by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) |
2.1.9 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
2.1.9 18 Jun 2024 16:41:03
    |
Robert Clausecker (fuz)  |
devel/coursier: update distinfo
I forgot to do this when applying diizzy's recommendations.
Fixes: 876b8bb7bac8ccb5a028b8635decf8b14f789a2f
PR: 259233 |
2.1.9 16 Jun 2024 11:53:29
    |
Robert Clausecker (fuz)  Author: Jens Grassel |
devel/coursier: Update to version 2.1.9
- submitter becomes maintainer
- make script obey ${JAVA}
- remove obsolete DOCS option
Changelog: https://github.com/coursier/coursier/releases
PR: 259233
Approved by: Chris <chris@chris-kipp.io> (maintainer timeout)
Reviewed by: diizzy |
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) |
1.1.0.m12 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 ) |
1.1.0.m12 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0.m12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0.m12 11 Aug 2019 09:02:31
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
1.1.0.m12 05 Mar 2019 02:05:40
  |
swills  |
devel/coursier: Update to 1.1.0-M12
PR: 236198
Submitted by: j-keck <jhyphenkeck@gmail.com> (maintainer) |
1.0.1 05 Oct 2018 10:13:20
  |
tobik  |
New port: devel/coursier
Coursier can fetch, launch, and create tiny bootstrap launchers
from apps distributed via Maven / Ivy repositories.
WWW: http://get-coursier.io
PR: 224366
Submitted by: jhyphenkeck@gmail.com |