Ports Search

Results 161170 of 5,886 for /net-im/.(0.004 seconds)
net/Net-Whois-Raw-2.99001 (Score: 0.064131685)
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.06346138)
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.
textproc/scim-input-pad-0.1.3.1 (Score: 0.06342296)
SCIM add-on to input various symbols with customisable on-screen pad
SCIM Input-Pad is an on-screen input pad that can be used to input symbols and key events very easily. It works with the SCIM input method platform. SCIM Input-Pad comes with predefined files for common symbols, some special keyboard events (such as dead keys and composing keys), punctuation technical and graphics signs (including Braille alphabet), and many languages: Arabian, Armenian, Balinese, Bengali, Buginese, Buhid, Cham, Chinese, Devanagari, Ethiopic, Georgian, Gujarati, Gurmukhi, Hanunoo, Hebrew, Japanese, Kannada, Kaya Li, Khmer, Korean, Lao, Lepcha, Limbu, Malayalam, Mongolian, Myanmar, New Tai Lue, Ol Chiki, Oriya, Rejang, Russian (with all Cyrillic languages), Saurashtra, Sinhala, Sundanese, Syloti Nagri, Tagalog, Tai Le, Tamil, Telugu, Thai and Tibetian. It also provides an easy access to all Latin-based scripts.
textproc/scim-m17n-0.2.3 (Score: 0.06342296)
SCIM IMEngine module which uses m17n library as the backend
This is a SCIM IMEngine module which uses m17n library as the backend. It allows you to use keyboard layouts available via devel/m17n-db and textproc/m17n-contrib through standard SCIM interface. m17n-lib currently supports input of more than 60 languages with more than 70 language specific input methods.
net/Net-Divert-0.01 (Score: 0.063353315)
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.063044086)
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.063044086)
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.063044086)
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.062966)
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.06294645)
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.