Ports Search

Results 261270 of 5,824 for /net/.(0.003 seconds)
devel/nini-1.1.0 (Score: 0.15540555)
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.15401459)
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.14474681)
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.14351812)
Shorten URL using 0rz.net
Shorten URL using 0rz.net
mail/Net-Server-Mail-0.18 (Score: 0.14273795)
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.
devel/flickrnet-2.2.0 (Score: 0.14229813)
Flickr .Net API Library
The Flickr.Net API is a .Net Library for accessing the Flickr API, written entirely in C#.
mail/Net_LMTP-1.0.2 (Score: 0.14171857)
PEAR implementation of the RFC2033 LMTP protocol
PEAR::Net_LMTP provides an implementation of the RFC2033 LMTP using PEAR::Net_Socket and PEAR::Auth_SASL.
net/bmon-3.3 (Score: 0.13843796)
Human-readable bandwidth monitor and rate estimator
bmon is a monitoring and debugging tool to capture networking related statistics and prepare them visually in a human friendly way. It features various output methods including an interactive curses user interface and a programmable text output for scripting.
net/chrony-2.4 (Score: 0.13843796)
System clock synchronization client and server
chrony is a pair of programs which are used to maintain the accuracy of the system clock on a computer; the two programs are called chronyd and chronyc. chronyd is a daemon which runs in background on the system. It obtains measurements via the network of the system clock's offset relative to time servers on other systems and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand (using chronyc). In either case, chronyd determines the rate at which the computer gains or loses time, and compensates for this. chronyd implements the NTP protocol and can act as either a client or a server. chronyc provides a user interface to chronyd for monitoring its performance and configuring various settings. It can do so while running on the same computer as the chronyd instance it is controlling or a different computer.
net/dhcpd-5.8.20151202 (Score: 0.13843796)
OpenBSD dhcp daemon
This is the FreeBSD port of the OpenBSD dhcpd. The Dynamic Host Configuration Protocol (DHCP) is a standardized network protocol used on Internet Protocol (IP) networks for dynamically distributing network configuration parameters, such as IP addresses for interfaces and services.