Bug 108997 - New port: dns/p5-Net-DNS-Resolver-Programmable
Summary: New port: dns/p5-Net-DNS-Resolver-Programmable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 23:30 UTC by gmc
Modified: 2007-02-10 16:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.62 KB, text/plain)
2007-02-09 23:30 UTC, gmc
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gmc 2007-02-09 23:30:01 UTC
        Net::DNS::Resolver::Programmable is a Net::DNS::Resolver
        descendant class that allows a virtual DNS to be emulated
        instead of querying the real DNS.  A set of static DNS
        records may be supplied, or arbitrary code may be specified
        as a means for retrieving DNS records, or even generating
        them on the fly.

        It is a dependancy for Mail::SPF, which I will port shortly.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-02-10 09:07:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-10 16:13:40 UTC
miwi        2007-02-10 16:13:31 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNS-Resolver-Programmable Makefile distinfo 
                                         pkg-descr pkg-plist 
  Log:
  Net::DNS::Resolver::Programmable is a Net::DNS::Resolver
  descendant class that allows a virtual DNS to be emulated
  instead of querying the real DNS.  A set of static DNS
  records may be supplied, or arbitrary code may be specified
  as a means for retrieving DNS records, or even generating
  them on the fly.
  
  WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
  
  - Koen Martens
  gmc@sonologic.nl
  
  PR:             ports/108997
  Submitted by:   Koen Martens <gmc at sonologic.nl>
  
  Revision  Changes    Path
  1.76      +1 -0      ports/dns/Makefile
  1.1       +39 -0     ports/dns/p5-Net-DNS-Resolver-Programmable/Makefile (new)
  1.1       +3 -0      ports/dns/p5-Net-DNS-Resolver-Programmable/distinfo (new)
  1.1       +11 -0     ports/dns/p5-Net-DNS-Resolver-Programmable/pkg-descr (new)
  1.1       +7 -0      ports/dns/p5-Net-DNS-Resolver-Programmable/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-02-10 16:14:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!