Ports Search

Results 261270 of 5,827 for /net-mgmt/.(0.004 seconds)
net/Net-Server-Coro-1.3 (Score: 0.05537212)
Perl extension for co-operative multithreaded server using Coro
A co-operative multithreaded server using Coro.
net/Net-Whois-IP-1.19 (Score: 0.05537212)
Perl extension for looking up the whois information for IP addresses
Perl module to allow whois lookup of ip addresses. This module should recursively query the various whois providers until it gets the more detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable.
net/Net-Whois-RIPE-2.006 (Score: 0.05537212)
Implementation of RIPE Whois
This is an object-orienated perl module that provides methods to query, retrieve and update RIPE-157 formated objects, from whois servers that support this format.
net/Net-Z3950-ZOOM-1.30 (Score: 0.05537212)
Perl interface to the Z39.50 Object-Orientation Model (ZOOM)
This Perl module provides interface to the Z39.50 information retrieval protocol (aka ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation.
net/lla-0.99.1 (Score: 0.05489964)
Perl-based LDAP log statistics generator
lla ------- lla is an LDAP Logfile Analyser , it generates statistics At this moment only NS 4.11 Logfiles have been tested. Your on your own if you want to analyse other type of Logfiles. But feel free to give feedback on your experiments and contribute patches to the code.
devel/nini-1.1.0 (Score: 0.054751795)
NET configuration library
Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly.
www/net-4.0.4 (Score: 0.05426174)
OCaml modules for Internet applications
A collection of modules for the Objective Caml language which focus on application-level Internet protocols and conventions. Ocamlnet consists of a number of libraries: * netstring is about processing strings that occur in network context * netcgi1 and netcgi2 focus on portable web applications * nethttpd is a web server component (HTTP server implementation) * netplex is a generic server framework * rpc implements OncRPC * netclient implements clients for HTTP, FTP, and Telnet * equeue is an event queue used for many protocol implementations * shell is about calling external commands * netshm provides shared memory for IPC purposes * netsys contains bindings for system functions * smtp and pop are two further client implementations
net/Net-Z3950-SimpleServer-1.20 (Score: 0.050996557)
Perl module for developing Z39.50 servers
SimpleServer is a Perl module which is intended to make it as simple as possible to develop new Z39.50 servers over any type of database imaginable. All you have to do is implement a function for initialising your database (optional), searching the database, and returning "database records" on request. The module takes care of everything else and automatically starts a server for you, listens to incoming connections, and implements the Z39.50 protocol. It couldn't really be easier. SimpleServer is based on the popular YAZ toolkit which means it is robust, efficient, widely portable, and it interoperates with all known Z39.50 clients. Use SimpleServer together with other Perl modules to provide gateways to relational databases, local file stores, SOAP/RDF-servers, etc. SimpleServer currently supports the Init, Search, Present, Scan and Close services.
www/WWW-Shorten-0rz-0.07 (Score: 0.05056367)
Shorten URL using 0rz.net
Shorten URL using 0rz.net
mail/Net-Server-Mail-0.18 (Score: 0.05028881)
Implementation of SMTP, ESMTP, and LMTP protocols
This module is a versatile and extensible implementation of the SMTP protocol and its different evolutions like ESMTP and LMTP. The event driven object-oriented API makes easy to incorporate the SMTP protocol to your programs. Other SMTPd implementations don't support useful ESMTP extensions and the LMTP protocol. Their interface design precludes adding them later. So I've decided to rewrite a complete implementation with extensibility in mind.