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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
alire Ada LIbrary REpository (ALIRE) management tool, alr
1.2.2_1 devel on this many watch lists=0 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 1.2.2_1Version of this port present on the latest quarterly branch.
Maintainer: agh@riseup.net search for ports maintained by this maintainer
Port Added: 2023-10-04 20:06:05
Last Update: 2024-04-12 06:04:05
Commit Hash: 0660187
License: GPLv3
WWW:
https://alire.ada.dev/
Description:
ALIRE: Ada LIbrary REpository. A catalog of ready-to-use Ada libraries plus a command-line tool (alr) to obtain, build, and use with your own projects. alr is designed to configure, and deploy custom isolated userspace environments, known as a project or workspace. Environments will contain all the state, and dependencies it requires for operation. Properties and dependencies of projects are managed through a TOML file (alire.toml, found at the root of Alire workspaces). This file exists locally for working copies of projects, and the Alire community index stores the files corresponding to its projects. You can check the environment alr is using with 'alr printenv'
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (27 items)
Collapse this list.
  1. /usr/local/share/licenses/alire-1.2.2_1/catalog.mk
  2. /usr/local/share/licenses/alire-1.2.2_1/LICENSE
  3. /usr/local/share/licenses/alire-1.2.2_1/GPLv3
  4. bin/alr
  5. etc/bash_completion.d/alr-completion.bash
  6. share/applications/alr.desktop
  7. share/doc/alire/2018-03.alr-draft.pdf
  8. share/doc/alire/AEPs/aep-0001.md
  9. share/doc/alire/AEPs/aep-0002.md
  10. share/doc/alire/alr-logo-black-white.svg
  11. share/doc/alire/alr-logo-sq.png
  12. share/doc/alire/alr-logo-white.svg
  13. share/doc/alire/alr-logo.svg
  14. share/doc/alire/alr-logo.svg.png
  15. share/doc/alire/catalog-format-spec.md
  16. share/doc/alire/classes.graphml
  17. share/doc/alire/configuration.md
  18. share/doc/alire/getting-started.md
  19. share/doc/alire/introduction.md
  20. share/doc/alire/policies.md
  21. share/doc/alire/publishing.md
  22. share/doc/alire/toolchains.md
  23. share/doc/alire/user-changes.md
  24. share/pixmaps/alr.png
  25. @owner
  26. @group
  27. @mode
Collapse this list.
Dependency lines:
  • alire>0:devel/alire
To install the port:
cd /usr/ports/devel/alire/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/alire
  • pkg install alire
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: alire
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1691804403 SHA256 (alr-1.2.2-full-sources.zip) = 8a9efd65a3da4e22ffaf5b146dba8dc125cf4ea26d482a25bcaac85d0d2764d1 SIZE (alr-1.2.2-full-sources.zip) = 2267709

Packages (timestamps in pop-ups are UTC):
alire
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.2_1------
FreeBSD:13:quarterly-1.2.2_1------
FreeBSD:14:latest-1.2.2_1------
FreeBSD:14:quarterly-1.2.2_1------
FreeBSD:15:latest-1.2.2_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gprbuild>0 : devel/gprbuild
  2. gnat : lang/gnat12
  3. update-desktop-database : devel/desktop-file-utils
  4. gcc13 : lang/gcc13
  5. as : devel/binutils
Runtime dependencies:
  1. gnat : lang/gnat12
  2. update-desktop-database : devel/desktop-file-utils
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for alire-1.2.2_1: DEBUG=off: Build with debugging support DOCS=on: Install Design and Development documentation ===> Use 'make config' to modify these settings
Options name:
devel_alire
USES:
ada:12,run desktop-file-utils zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/alire-project/alire/releases/download/v1.2.2/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.2_1
12 Apr 2024 06:04:05
commit hash: 0660187ad07f36727fead6764740a225a31f342fcommit hash: 0660187ad07f36727fead6764740a225a31f342fcommit hash: 0660187ad07f36727fead6764740a225a31f342fcommit hash: 0660187ad07f36727fead6764740a225a31f342f files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
cleanup: remove occurrences of WITH_DEBUG

DEBUG like all ports features, must not ever be set in a port, they are
user facing features, that the user needs to enable in their
environment/make.conf, either by defining WITH_DEBUG globally, or by
setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled
in.
1.2.2_1
17 Nov 2023 12:11:31
commit hash: 1c128f9584bcfa8200c3afa216403aece9f37844commit hash: 1c128f9584bcfa8200c3afa216403aece9f37844commit hash: 1c128f9584bcfa8200c3afa216403aece9f37844commit hash: 1c128f9584bcfa8200c3afa216403aece9f37844 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of GPRbuild
1.2.2
04 Oct 2023 20:01:38
commit hash: 930f7ed0ac0ad777d9a83b030f7dabe9b6fc883ccommit hash: 930f7ed0ac0ad777d9a83b030f7dabe9b6fc883ccommit hash: 930f7ed0ac0ad777d9a83b030f7dabe9b6fc883ccommit hash: 930f7ed0ac0ad777d9a83b030f7dabe9b6fc883c files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Alastair Hogge
devel/alire: New Port, alr, Ada LIbrary REpository (ALIRE) management tool

ALIRE: Ada LIbrary REpository tool, alr.

A catalog of ready-to-use Ada/SPARK libraries plus a command-line tool
(alr) to obtain, build, and incorporate them into your own projects. It
aims to fulfill a similar role to Rust’s cargo or OCaml’s opam.

Design principles:

alr is tailored to userspace, in a similar way to Python’s virtualenv. A
project or workspace will contain all its dependencies.

Properties and dependencies of projects are managed through a TOML file.
This file exists locally for working copies of projects, and the Alire
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3