Ports Search

Results 151160 of 5,824 for /net/.(0.004 seconds)
net/Net-Whois-Raw-2.99001 (Score: 0.1818361)
Very simple Perl interface to query raw whois data
Net::Whois::Raw - Perl extension for retrieving unparsed raw whois information. There is also a simple way of checking whether a domain is registered or not. Usage: use Net::Whois::Raw; $s = whois('perl.com'); $s = whois('freebsd.org'); $s = whois('freebsd.org.ua'); $Net::Whois::Raw::CHECK_FAIL = 1; print "Hurry up!\n" if !whois('microsoft.com');
net/Net_URL_Mapper-0.9.1 (Score: 0.17993553)
Simple and flexible way to build nice URLs for web applications
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications. The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper does not perform the dispatching like these frameworks and therefore can be used with your own router.
net-im/Net-Jabber-2.0 (Score: 0.17978981)
Net::Jabber provides Perl Developer access to the Jabber protocol
Net::Jabber The Jabber Instant Messaging project is an Open Source project seeking to provide a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. Jabber seeks to get rid of those barriers by allowing a Jabber client to talk with an AOL user, or an IRC chat room, or any number of other programs. For more information about the Jabber project visit Net::Jabber is a collection of Perl modules that provide a Perl Developer access to the Jabber protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester.
net-im/Net-XMPP-1.05 (Score: 0.17966329)
Net::XMPP provides Perl Developer access to the XMPP protocol
The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard that provides a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. XMPP seeks to get rid of those barriers. Net::XMPP is a collection of Perl modules that provide a Perl Developer access to the XMPP protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester.
net/Net-Divert-0.01 (Score: 0.17962915)
Module to deal with divert(4) sockets
The Net::Divert module facilitates the use of divert sockets for packet alteration on FreeBSD and MacOSX. This module allows you to create a divert socket and then just supply a function that will deal with the incoming packets.
net/Net-INET6Glue-0.6 (Score: 0.17875236)
Make common modules IPv6 ready by hotpatching
Net::INET6Glue is a collection of modules to make common modules IPv6 ready by hotpatching them. Unfortunatly the current state of IPv6 support in perl is that no IPv6 support is in the core and that a lot of important modules (like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6 sockets Socket6, IO::Socket::INET6 are available. This module tries to mitigate this by hotpatching.
net/Net-IP-RangeCompare-4.025 (Score: 0.17875236)
Perl extension for IP Range Comparisons
Fast scalable ip range aggregation and summary tool kit. Find intersections across multiple lists of IP ranges, fast. Although similar in functionality to Net::CIDR::Compare, Net::Netmask and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management and evaluation tool allowing more flexibility and scalability when dealing with the somewhat organic nature of IP-Ranges. If you have a large number of ipv4 ranges and need to inventory lists of ranges for intersections, this is the Module for you!
net/Net-Twitter-Lite-0.12006 (Score: 0.17875236)
Perl interface to the Twitter API
This module provides a perl interface to the Twitter APIs. It uses the same API definitions as Net::Twitter, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. This module is related to, but is not part of the "Net::Twitter" distribution. It's API methods and API method documentation are generated from "Net::Twitter"'s internals. It exists for those who cannot, or prefer not to install Moose and its dependencies.
net/Net-Google-PicasaWeb-0.11 (Score: 0.17853096)
Use Google Picasa Web API
Net::Google::PicasaWeb - use Google's Picasa Web API This is both a library and a set of simple scripts for reading information about a Google PicasaWeb account.
ftp/Net-FTP-Common-7.0.d (Score: 0.17847553)
Perl module to provide simplify common usages of Net::FTP
This module is intended to make the common uses of Net::FTP a one-line, no-argument affair. In other words, you have 100% programming with Net::FTP. With Net::FTP::Common you will have 95% configuration and 5% programming.