pkgsrc/net/ruby-dnsruby/Makefile
taca d88c1fbff0 Update ruby-dnsruby to 1.58.0.
## v1.58.0

* Add TCP pipelining (reusing a single TCP connection for multiple requests).
* Enhance zone reading, including reading data from a string.
* Add add_answer! method for adding duplicate answers, as needed for an AXFR response.
* Add support for GPOS and NXT resource records.
* Test cleanup, including removal of use of Nominet servers, soak_test cleanup.
* Refactorings: MessageDecoder, Resolv, Resolver (part).
* Fix zone reader adding unwanted dot to relative hostnames being converted to absolute.
* Fix default access for tsig options in Resolver.
* Fix ZoneTransfer not to use deprecated SingleResolver.
* Fix Resolver bug in parameter to create_tsig_options.
* Fix tests to always use working copy and not gem.
2015-06-08 15:03:52 +00:00

16 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/06/08 15:03:52 taca Exp $
DISTNAME= dnsruby-1.58.0
CATEGORIES= net
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://dnsruby.rubyforge.org/
COMMENT= Ruby DNS client library
LICENSE= apache-1.1
post-extract:
${MKDIR} ${WRKSRC}/html/classes
${MKDIR} ${WRKSRC}/html/files
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"