notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
coursier Pure Scala Artifact Fetching
2.1.24 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.9Version of this port present on the latest quarterly branch.
Maintainer: freebsd-ports@jan0sch.de search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/coursier
  2. /usr/local/share/licenses/coursier-2.1.24/catalog.mk
  3. /usr/local/share/licenses/coursier-2.1.24/LICENSE
  4. /usr/local/share/licenses/coursier-2.1.24/APACHE20
Collapse this list.
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):
coursier
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.1.242.1.24-2.1.242.1.24---
FreeBSD:13:quarterly2.1.92.1.91.1.0.m122.1.92.1.9-1.1.0.m121.1.0.m12
FreeBSD:14:latest2.1.242.1.241.1.0.m122.1.242.1.24--1.1.0.m12
FreeBSD:14:quarterly2.1.92.1.9-2.1.92.1.9-1.1.0.m121.1.0.m12
FreeBSD:15:latest2.1.242.1.24n/a2.1.24n/a-1.1.0.m121.1.0.m12
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/coursier/coursier/releases/download/v2.1.24/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.24
30 Jan 2025 11:26:41
commit hash: 933fd2a9fc084199aaa222716dab8a62aa9e6b3ccommit hash: 933fd2a9fc084199aaa222716dab8a62aa9e6b3ccommit hash: 933fd2a9fc084199aaa222716dab8a62aa9e6b3ccommit hash: 933fd2a9fc084199aaa222716dab8a62aa9e6b3c files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fd68fde0f58b447740f857bede6f1e6992ffeca8commit hash: fd68fde0f58b447740f857bede6f1e6992ffeca8commit hash: fd68fde0f58b447740f857bede6f1e6992ffeca8commit hash: fd68fde0f58b447740f857bede6f1e6992ffeca8 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 876b8bb7bac8ccb5a028b8635decf8b14f789a2fcommit hash: 876b8bb7bac8ccb5a028b8635decf8b14f789a2fcommit hash: 876b8bb7bac8ccb5a028b8635decf8b14f789a2fcommit hash: 876b8bb7bac8ccb5a028b8635decf8b14f789a2f files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.1.0.m12
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.1.0.m12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.0.m12
11 Aug 2019 09:02:31
Revision:508591Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW

Approved by:	portmgr blanket
1.1.0.m12
05 Mar 2019 02:05:40
Revision:494669Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:481269Original commit files touched by this commit
tobik search for other commits by this committer
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

Number of commits found: 11