Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第1,2311,240项(搜索用时0.003秒)
net/Crypt-DH-GMP-0.00012 (Score: 0.026957162)
Crypt::DH Using GMP Directly
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented mostly in C. Crypt::DH uses Math::BigInt, which is a very feature-full and fast interface to perform high-precision math.
net/Daemon-Generic-0.84 (Score: 0.026957162)
Framework to provide start/stop/reload for a daemon
Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. Programs that use Daemon::Generic subclass Daemon::Generic to override its behavior. Almost everything that Genric::Daemon does can be overridden as needed.
net/Data-IPV4-Range-Parse-1.05 (Score: 0.026957162)
Perl extension parsing IPv4 ranges
Simple Interface for getting start and ending address of ranges as integers.
net/Event-tcp-0.14 (Score: 0.026957162)
Glue code to build client-server style TCP-based services
Event::tcp is a bunch of glue code to make it very easy to build client-server style TCP-based services.
net/File-Rsync-0.49 (Score: 0.026957162)
Perl convenience wrapper for the rsync(1) program
The File::Rsync Perl module is a convenience wrapper to the rsync(1) command. It has wrappers for almost all the rsync commands and features, as well as detecting errors. For more details, type 'perldoc File::Rsync' or see the CPAN homepage:
net/Filesys-SmbClient-3.2 (Score: 0.026957162)
Interface for access Samba filesystem with libsmclient.so
Provide interface to access routine defined in libsmbclient.so If you want to use filehandle with this module, you need Perl 5.6 or later.
net/IPC-Session-0.05 (Score: 0.026957162)
Drive ssh or other interactive shell, local or remote (like 'expect')
Drive ssh or other interactive shell, local or remote (like 'expect')
net/Frontier-RPC-0.07.b4 (Score: 0.026957162)
Frontier::RPC implements UserLand Software's XML RPC
Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure Calls using Extensible Markup Language). Frontier::RPC includes both a client module for making requests to a server and a daemon module for implementing servers. Frontier::RPC uses RPC2 format messages. RPC client connections are made by creating instances of Frontier::Client objects that record the server name, and then issuing `call' requests that send a method name and parameters to the server. RPC daemons are mini-HTTP servers (using HTTP::Daemon from the `libwww' Perl module). Daemons are created by first defining the procedures you want to make available to RPC and then passing a list of those procedures as you create the Frontier::Daemon object. The Frontier::RPC2 module implements the encoding and decoding of XML RPC requests using the XML::Parser Perl module.
net/Geo-IP-PurePerl-1.26 (Score: 0.026957162)
Look up country by IP Address
Geo::IP::PurePerl uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database is more complete and accurate than reverse DNS lookups. Geo::IP::PurePerl can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls.
net/Geo-IP-1.50 (Score: 0.026957162)
Gets country name by IP or hostname
This module looks up the country of an IP or hostname, using the free GeoIP Legacy file-based database. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visiters.