1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

net/rubygem-ipaddr: Add rubygem-ipaddr 1.2.3

IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6
are supported.

WWW: https://github.com/ruby/ipaddr
This commit is contained in:
Po-Chuan Hsieh 2021-10-26 05:22:22 +08:00
parent 2bad89b9d2
commit 34d2d1f656
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -1299,6 +1299,7 @@
SUBDIR += rubygem-http-parser
SUBDIR += rubygem-http_parser.rb
SUBDIR += rubygem-httpauth
SUBDIR += rubygem-ipaddr
SUBDIR += rubygem-ipaddress
SUBDIR += rubygem-iproto
SUBDIR += rubygem-kas-grpc

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ipaddr
PORTVERSION= 1.2.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of methods to manipulate an IP address
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1635181003
SHA256 (rubygem/ipaddr-1.2.3.gem) = 62957d6cbec2d42c8351eaa94dd16f79e4728bbf83d8c05e443954e8e38d4c68
SIZE (rubygem/ipaddr-1.2.3.gem) = 11776

View File

@ -0,0 +1,4 @@
IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6
are supported.
WWW: https://github.com/ruby/ipaddr