head 1.2; access; symbols pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @-- @; 1.2 date 2025.04.27.10.43.42; author dkazankov; state dead; branches; next 1.1; commitid l8YBjFJY1FNh6GSF; 1.1 date 2024.03.12.17.53.16; author wiz; state Exp; branches; next ; commitid rgVnCNC3Uv4JGT1F; desc @@ 1.2 log @devel/alire: update to upstream version 2.1.0 @ text @$NetBSD: patch-src_alire_os__netbsd_alire-check__absolute__path.adb,v 1.1 2024/03/12 17:53:16 wiz Exp $ Add NetBSD support --- /dev/null 2023-12-27 21:54:28.155585723 +0200 +++ src/alire/os_netbsd/alire-check_absolute_path.adb 2023-10-19 18:04:21.000000000 +0300 @@@@ -0,0 +1,7 @@@@ +separate (Alire) +function Check_Absolute_Path (Path : Any_Path) return Boolean is +begin + return (Path'Length >= 1 + and then + Path (Path'First) = GNAT.OS_Lib.Directory_Separator); +end Check_Absolute_Path; @ 1.1 log @devel/alire: import alire-2.0.0rc1 Packaged by Dmytro Kazankov in wip. ALIRE: Ada LIbrary REpository A catalog of ready-to-use Ada 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. @ text @d1 1 a1 1 $NetBSD: patch-src_alire_os__netbsd_alire-check__absolute__path.adb,v 1.0 2023/12/27 22:00:00 dkazankov Exp $ @