Ports Search

Results 2,6212,630 of 6,332 for /net-p2p/.(0.014 seconds)
textproc/libxdiff-0.23 (Score: 0.012186589)
Create file differences/patches to both binary and text files
The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content. There are two different requirements for memory files when passed to diff/patch functions. Text files for diff/patch functions require that a single line do not have to spawn across two different memory file blocks. Binary diff/patch functions require memory files to be compact. A compact memory files is a file whose content is stored inside a single block.
textproc/mkcatalog-1.1 (Score: 0.012186589)
Maintenance utility for sgml catalog files
A maintainance utility for sgml catalog files. mkcatalog maintains sgml "catalog" files. usage: mkcatalog [-pq] install|deinstall dtd-subdirectory [catalog-filename] options: -p preserve old catalog file. -q silent mode commands(required): install set DTD configuration to catalog files. deinstall usset DTD configuration from catalog files. required arguments: dtd-subdirectory DTD sub-directory. (root sgml direcotry is ${PREFIX}/share/sgml.) optional arguments: catalog-filename DTD catalog filename. for example: # mkcatalog install html/4.0 This commands do the following actions: 1. Add `CATALOG "html/catalog"' to ${PREFIX}/share/sgml/catalog. 2. Add `CATALOG "4.0/catalog"' to ${PREFIX}/share/sgml/html/catalog. # mkcatalog install docbook/4.1 docbook41.cat This commands do the following actions: 1. Add `CATALOG "docbook/catalog"' to ${PREFIX}/share/sgml/catalog. 2. Add `CATALOG "4.1/docbook41.cat"' to ${PREFIX}/share/sgml/docbook/catalog. # mkcatalog deinstall docbook/4.1 docbook41.cat This commands do the following actions: 1. Delete `CATALOG "4.1/docbook41.cat"' from ${PREFIX}/share/sgml/docbook/catalog. 2. Delete `CATALOG "docbook/catalog"' from ${PREFIX}/share/sgml/catalog.
net-mgmt/bpft-4.20040506 (Score: 0.011340864)
BPF Traffic collector
The BPF Traffic collector Enhanced version of trafd (/usr/ports/net/trafd/)
mail/MIME-Lite-TT-HTML-0.04 (Score: 0.010906118)
Create html mail with MIME::Lite and TT
This module provide easy interface to make MIME::Lite object with html formatted mail.
mail/MIME-Lite-TT-0.02 (Score: 0.010906118)
TT enabled MIME::Lite wrapper
MIME::Lite::TT is the wrapper of MIME::Lite which enabled Template::Toolkit as a template of email.
net-mgmt/Data-Validate-IP-0.26 (Score: 0.010906118)
Common data validation methods for IPs
This module collects IP validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. (e.g. is_username('0')) The value to test is always the first (and often only) argument.
www/Data-Validate-URI-0.07 (Score: 0.010906118)
Common data validation methods for URIs
This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. The value to test is always the first (and often only) argument. There are a number of other URI validation modules out there as well. This one focuses on being fast, lightweight, and relatively 'real-world'. i.e. it's good if you want to check user input, and don't need to parse out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common.
net-mgmt/mbrowse-0.4.0 (Score: 0.0107583385)
SNMP MIB Browser for X
Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP.
www/speedtest-mini-2.1.8.20160225 (Score: 0.010581061)
Mini bandwidth speed test on your own server
Speedtest.net Mini is a package that allows to free speed test on your own server that uses the same technology as Speedtest.net.
graphics/ImageMagick-6.9.5.7 (Score: 0.010564379)
Image processing tools (legacy version)
ImageMagick is a package for display and interactive manipulation of images. The package includes tools for image conversion, annotation, compositing, animation, and creating montages. ImageMagick can read and write many of the more popular image formats (e.g. JPEG, TIFF, PNM, XPM, Photo CD, etc.). The package can be built _without_ the GUI (X11) support at all -- it will not have the display, import, and animate functionality, but remain extremely useful for image manipulation. The optional "display" utility conflicts with the utility of the same name from the misc/display port/package.