Ports Search

Results 1,7811,790 of 1,952 for /x11-clocks/.(0.005 seconds)
misc/wotsap-0.7 (Score: 0.0023543502)
Web of trust statistics and pathfinder
Find paths between two keys in the OpenPGP Web of Trust, and get statistics about a key or the whole web. Observe: * We only search the largest strongly connected set. * No attempt is made to verify the signatures. For you to be able to trust a path, you must verify all signatures yourself. * Even if there exists a path between you and another key, you have to trust the other people in at least one path in the graph to trust the key. Keys can be specified as normal key IDs (0x12345678 or 12345678), or a number of space-separated case-insensitive search terms (i.e. "rms@gnu.org" or "@gnu Stallman").
multimedia/libdvdcss-1.3.99 (Score: 0.0023543502)
Portable abstraction library for DVD decryption
libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption. The important features are: - Portability. Currently supported platforms are GNU/Linux, FreeBSD, BeOS and Windows. - The MacOS X version is being worked on as well. - Simplicity. There are currently 7 functions in the API, and we intend to keep this number low. - Freedom. libdvdcss is released under the General Public License, ensuring it will stay free, and used only for free software products. - Just better. Unlike most similar projects, libdvdcss doesn't require the region of your drive to be set.
net-mgmt/send-0.3 (Score: 0.0023543502)
Secure Neighbor Discovery implementation for IPv6
SEND is the implementation of RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically secures the IPv6 neighbor discovery protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and Threats). The implementation is a new version of DoCoMo's SEND (send_0.2) that was implemented completely in user space. Novelty in send_0.3 is the native SEND API that avoids the need for the use of netgraph and BPF, which makes send_0.3 portable over different BSD platforms and significantlly more efficient. Also included in the distribution are implementations of RFC3972 Cryptographically Generated Addresses (CGAs) and RFC3779 X.509 Extensions for IP Addresses and AS Identifiers.
net-p2p/bitflu-1.52 (Score: 0.0023543502)
BitTorrent client written in Perl
Bitflu is a free BitTorrent client. The client was written in Perl and is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and maybe even OSX. * Multiple downloads * Designed to run as a daemon/No GUI: You can connect to the client using the telnet or HTTP interface * Security: The client can chroot itself and drop privileges * Bandwith shaping (currently only upload) * Crash-Proof design: Crashes or a full filesystem will never corrupt your downloads again :-) * Non-Threading/(almost)Non-Forking design: All connections are handled in non-blocking state using a dynamic select loop
net/cvsup-static-16.1h (Score: 0.0023543502)
File distribution system optimized for CVS
CVSup is a software package for distributing and updating collections of files across a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. This is a package that is statically compiled for FreeBSD 7.x omits the GUI.
net/openafs-1.6.18.20160101 (Score: 0.0023543502)
AFS implementation from openafs.org
AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for federated file sharing and replicated read-only content distribution, providing location independence, scalability, security, and transparent migration capabilities. AFS is available for a broad range of heterogeneous systems including UNIX, Linux, MacOS X, and Microsoft Windows. IBM branched the source of the AFS product, and made a copy of the source available for community development and maintenance. They called the release OpenAFS.
net/foreman-proxy-1.10.0 (Score: 0.0023543502)
Foreman Proxy Agent
The Foreman Smart Proxy is a daemon written in Ruby which provides a restful API to various sub-systems. Its goal is to provide API for a higher level orchestration tools (such as Foreman). The Smart proxy provides an easy way to add or extended existing subsystems and API's. Currently supported are: DHCP - ISC DHCP and MS DHCP Servers DNS - Bind and MS DNS Servers TFTP - any UNIX based tftp server Puppet - Any Puppet server from 0.24.x Puppet CA - Manage certificate signing, cleaning and autosign on a Puppet CA server BMC - BMC management etc
net/uplog-0.3 (Score: 0.0023543502)
UDP-based ping program
Uplog is an UDP-based ping program that gives an ASCII graphical log of packet loss. Once per second, it sends a UDP packet to the echo port of the target host and waits for a reply. If it gets a reply an X is written, otherwise a dot is written to the log file. If a packet with an incorrect sequence number arrives, a colon is written to the log file. By examining the log file, one can easily see when and how the packet losses occur.
net/tac_plus-F4.0.4.28 (Score: 0.0023543502)
Cisco remote authentication/authorization/accounting server
A TACACS+ server that allows authorization and authentication via net on remote access servers: Authenticate users, authorize commands and log accounting information. Version 4 has improved features and bugfixes over the older 2.x versions. Improved features among others and bugfixes: Microsoft CHAP support. To enable MSCHAP you need to optain a key from Microsoft, see the FAQ section in the users guide. Therefore this isn't enabled by default. Cisco, the original developers, have stopped tac_plus development around F4.0.4. There are different versions based on Cisco tac_plus, this is the version from Shrubbery Networks.
ports-mgmt/pkg-plist-1.4 (Score: 0.0023543502)
Generate a pkg-plist for a port
Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible. That's all it does ;-) Basic usage =========== 1. Build your port to the staging directory: `make stage`. 2. Run this from your port's directory (or set `-p`). Alternatively, you can install your ports to a "fake" prefix, this is the "old" from before staging support, but it has the added advantage that you've tested whether your port works when installing to a different prefix. 1. Build & install your port with a different `PREFIX`: `make install PREFIX=/var/tmp/ptest`. 2. Run this from your port's directory with `-x` set to `PREFIX`.