NOTICE: This package has been removed from pkgsrc

./net/ruby-dnssd, DNS Service Discovery (aka Bonjour, MDNS) API for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0, Package name: ruby200-dnssd-2.0, Maintainer: obache

DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,
resolving, registration and domain enumeration. Supports avahi's DNSSD
compatibility layer for avahi 0.6.25 or newer.


Required to run:
[lang/ruby200-base]

Master sites: (Expand)

SHA1: bc756d287cd91bca8e27ffd6c2fb2b0c8b65887c
RMD160: d1f73eab1d39f6fa277bced5fe18d487688c78df
Filesize: 31.5 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-27 14:40:37 by OBATA Akio | Files touched by this commit (8) | Package removed
Log message:
dead upstream.
   2014-05-02 05:01:33 by OBATA Akio | Files touched by this commit (1)
Log message:
regen
   2014-05-02 05:00:52 by OBATA Akio | Files touched by this commit (1)
Log message:
One moere additional GEM_CLEANBUILD.
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-14 09:33:46 by OBATA Akio | Files touched by this commit (3)
Log message:
Catch up to recent ruby framework changes.
   2010-09-07 13:48:03 by OBATA Akio | Files touched by this commit (2)
Log message:
Update ruby-dnssd to 1.4.

=== 1.4 / 2010-09-07

* Minor enhancements
  * Where Encoding is available dnssd now converts to/from UTF-8.
   2010-08-29 14:58:46 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-dnssd to 1.3.4.

=== 1.3.4 / 2010-08-29

* Bug fixes
  * Fixed installation of dnssd shared object at gem build time
  * Fixed 64 -> 32 bit truncation warnings
   2010-08-29 02:39:50 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-dnssd to 1.3.3.

=== 1.3.3 / 2010-08-29

* Bug fixes
  * Fix LocalJumpError issue on 1.9.  Patch by Tim Lucas.
  * Force reverse lookup on 1.9 for tests.  Patch by Tim Lucas.
  * Fix default protocol for DNSSD::Service.getaddrinfo to prevent a crash.
    Patch by Adam Elliot.
  * Possibly fix solaris compilation by adding -lxnet.  Issue #5 by Pedro
    Palazón Candel.