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:
parent
df4576f250
commit
68b1216c61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411572
@ -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
|
||||
|
17
net/rubygem-net-ping/Makefile
Normal file
17
net/rubygem-net-ping/Makefile
Normal 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>
|
2
net/rubygem-net-ping/distinfo
Normal file
2
net/rubygem-net-ping/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/net-ping-1.7.8.gem) = 304e7e182440f0b05e4d86c7386660f0ab48ff78434bd6485ebb2710d268e3a6
|
||||
SIZE (rubygem/net-ping-1.7.8.gem) = 28160
|
4
net/rubygem-net-ping/pkg-descr
Normal file
4
net/rubygem-net-ping/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user