1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

The net-ping library provides a ping interface for Ruby. It includes separate

TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping classes.

WWW: https://github.com/chernesk/net-ping
This commit is contained in:
Romain Tartière 2016-03-21 17:17:42 +00:00
parent df4576f250
commit 68b1216c61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411572
4 changed files with 24 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-net-ldap
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-net-ping
SUBDIR += rubygem-netrc
SUBDIR += rubygem-network_interface
SUBDIR += rubygem-oauth

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= net-ping
PORTVERSION= 1.7.8
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Collection of classes that provide different ways to ping computers
LICENSE= APACHE20
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/net-ping-1.7.8.gem) = 304e7e182440f0b05e4d86c7386660f0ab48ff78434bd6485ebb2710d268e3a6
SIZE (rubygem/net-ping-1.7.8.gem) = 28160

View File

@ -0,0 +1,4 @@
The net-ping library provides a ping interface for Ruby. It includes separate
TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping classes.
WWW: https://github.com/chernesk/net-ping