Dnsruby is a pure Ruby DNS client library. It provides a
complete DNS client implementation, including full DNSSEC support. WWW: http://rubyforge.org/projects/dnsruby/ PR: ports/138203 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
SUBDIR += rbldnsd
|
||||
SUBDIR += rbllookup
|
||||
SUBDIR += rbllookup-ng
|
||||
SUBDIR += rubygem-dnsruby
|
||||
SUBDIR += scavenge
|
||||
SUBDIR += sheerdns
|
||||
SUBDIR += skadns
|
||||
|
||||
20
dns/rubygem-dnsruby/Makefile
Normal file
20
dns/rubygem-dnsruby/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Ports collection makefile for: rubygem-dnsruby
|
||||
# Date created: 26 Aug, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dnsruby
|
||||
PORTVERSION= 1.35
|
||||
CATEGORIES= dns rubygems
|
||||
MASTER_SITES= RF
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A pure Ruby DNS client library
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
dns/rubygem-dnsruby/distinfo
Normal file
3
dns/rubygem-dnsruby/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/dnsruby-1.35.gem) = fe7ab81eeef4af584deee7d8d87d08bc
|
||||
SHA256 (rubygem/dnsruby-1.35.gem) = 6dc756158185ecc4a64ea635f2a48ec1c374e2c2b5c26030335f96d2d76bedce
|
||||
SIZE (rubygem/dnsruby-1.35.gem) = 342016
|
||||
5
dns/rubygem-dnsruby/pkg-descr
Normal file
5
dns/rubygem-dnsruby/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Dnsruby is a pure Ruby DNS client library. It provides a
|
||||
complete DNS client implementation, including full DNSSEC
|
||||
support.
|
||||
|
||||
WWW: http://rubyforge.org/projects/dnsruby/
|
||||
Reference in New Issue
Block a user