Ports Search

Results 1,7111,720 of 5,827 for /net-mgmt/.(0.031 seconds)
net/zeroconf-ioslave-4.14.3 (Score: 0.02692858)
KDE Network monitor for DNS-SD services (Zeroconf)
KDE Network monitor for DNS-SD services (Zeroconf).
net/xrdp-0.7.0.b20130912 (Score: 0.02692858)
Open source Remote Desktop Protocol (RDP) server
Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session.
net/zebra-server-2.0.55 (Score: 0.02692858)
Z39.50/SR server software
The Zebra server combines a versatile fielded/free-text indexing/search engine with a Z39.50-1995 frontend to provide a powerful and flexible information mining tool.
databases/redis-3.2.4 (Score: 0.026708009)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
databases/redis-3.2.4 (Score: 0.026708009)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
devel/libcidr-1.2.3 (Score: 0.026220834)
Library to handle manipulating CIDR netblocks
libcidr is a library that provides a number of functions to input, output, manipulate, compare, multilate, and otherwise play with, IP addresses and netblocks. It supports both IPv4 and IPv6, and provides sufficiently diverse functions to be useful for everything from log processes to network client and server programs. It parses addresses in a wide variety of common formats. It also provides a plethora of options for formatting them on the output as well. It can compare them in various ways and give you some useful statistics about the netblocks in which they reside.
devel/generate-2.6 (Score: 0.026220834)
Python module to implement generate
This module adds the functionality from generate to Python.
devel/toh-0.1 (Score: 0.026220834)
Text to include
A filter program, used to generate text to be included into C code as #define, provides the conversion of newlines and quotes into standard C-code text
math/basemap-data-0.9 (Score: 0.026220834)
Map data for py-basemap
Map data for the py-basemap port.
sysutils/muse-0.2 (Score: 0.026220834)
Shows memory usage data
This is muse, which lists out memory usage categorized by Active, Inactive, Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly and verbose than vmstat and without as much clutter as top(1). It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's mem /c.