Bug 146572 - New port: dns/p5-Net-DNS-RR-SRV-Helper add as a requirement for updating p5-Net-LDAP-AutoServer
Summary: New port: dns/p5-Net-DNS-RR-SRV-Helper add as a requirement for updating p...
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 10:10 UTC by Zane C. Bowers-Hadley
Modified: 2010-05-19 07:10 UTC (History)
0 users

See Also:


Attachments
p5-Net-DNS-RR-SRV-Helper.shar (2.46 KB, text/plain)
2010-05-14 10:10 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2010-05-14 10:10:05 UTC
NAME ^

Net::DNS::RR::SRV::Helper - Orders SRV records by priority and weight for Net::DNS.
VERSION ^

Version 0.0.0
SYNOPSIS ^

    use Net::DNS;
    use Net::DNS::RR::SRV::Helper;
    use Data::Dumper;
    
    my $query=$res->search("_ldap._tcp.foo.bar", SRV);
    my @answers=$query->answer;

    my @ordered=SRVorder(\@answers);
    if(!defined( $ordered[0] )){
        print "No usable records were found.\n";
    }else{
        print Dumper(\@ordered);
    }
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-05-14 11:59:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-19 07:01:06 UTC
wen         2010-05-19 06:00:57 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNS-RR-SRV-Helper Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Net::DNS::RR::SRV::Helper is a perl module to order SRV records
  by priority and weight for Net::DNS.
  
  WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/
  
  PR:             ports/146572
  Submitted by:   "Zane C.B." <vvelox@vvelox.net>
  
  Revision  Changes    Path
  1.117     +1 -0      ports/dns/Makefile
  1.1       +22 -0     ports/dns/p5-Net-DNS-RR-SRV-Helper/Makefile (new)
  1.1       +3 -0      ports/dns/p5-Net-DNS-RR-SRV-Helper/distinfo (new)
  1.1       +4 -0      ports/dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr (new)
  1.1       +11 -0     ports/dns/p5-Net-DNS-RR-SRV-Helper/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 Wen Heping freebsd_committer freebsd_triage 2010-05-19 07:01:45 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!