1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name liboping |
---|
7 | conflicts liboping-devel |
---|
8 | version 1.6.2 |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license LGPL-2.1 GPL-2 |
---|
12 | maintainers danner.de:daniel openmaintainer |
---|
13 | description C library and program for ICMP echo requests |
---|
14 | long_description C library and ncurses-based frontend to generate ICMP echo requests to multiple hosts in parallel |
---|
15 | homepage http://verplant.org/liboping/ |
---|
16 | master_sites http://verplant.org/liboping/files/ |
---|
17 | |
---|
18 | checksums sha256 1b3203e5f13b35a6f7ff163c26e4f42284a625fa30d3bdbfdafb6cccb1f33803 \ |
---|
19 | rmd160 dba0ef28e2ff168d7c370196247f608f5628bf88 |
---|
20 | |
---|
21 | depends_lib port:ncurses \ |
---|
22 | path:bin/perl:perl5 |
---|