head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2026.06.02.11.08.04; author pin; state Exp; branches; next 1.1; commitid Sf0tyH2VyRptldIG; 1.1 date 2025.08.06.06.35.44; author pin; state Exp; branches; next ; commitid LHuVg8FGWbdRtD5G; desc @@ 1.2 log @net/pingy: update to 0.1.10 - No ChangeLog provided. @ text @# $NetBSD: Makefile,v 1.1 2025/08/06 06:35:44 pin Exp $ DISTNAME= pingy-0.1.10 CATEGORIES= net MASTER_SITES= https://static.crates.io/crates/pingy/ EXTRACT_SUFX= .crate MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/trinhminhtriet/pingy/ COMMENT= Fast, concurrent ping tool with real-time updates & visual charts LICENSE= mit .include "cargo-depends.mk" .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.1 log @net/pingy: import package Fast, concurrent Rust-based ping tool with real-time updates & visual charts! Features - Concurrent Ping: Ping multiple addresses simultaneously for faster results. - Visual Latency Display: Graphical representation of latency for easy analysis. - Real-Time Metrics: Displays max, min, avg latency, packet loss rate, and more in real-time. - IPv4 & IPv6 Support: Works seamlessly with both IP versions. - Multi-IP Under One Address: Supports concurrent pinging of multiple IPs under a single domain. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= pingy-0.1.9 d5 2 a6 2 MASTER_SITES= ${MASTER_SITE_GITHUB:=trinhminhtriet/} GITHUB_TAG= v${PKGVERSION_NOREV} @