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:
Martin Wilke
2009-08-27 09:20:22 +00:00
parent 9defab94ea
commit a795ed92e8
4 changed files with 29 additions and 0 deletions

View File

@@ -123,6 +123,7 @@
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += rubygem-dnsruby
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns

View 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>

View 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

View 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/