Ports Search

Results 2,3712,380 of 5,827 for /net-mgmt/.(0.004 seconds)
comms/zssh-1.5c (Score: 0.007000902)
Interactively transferring files to a remote machine while using ssh
zssh (Zmodem SSH) is a program for interactively transferring files to a remote machine while using the secure shell (ssh). It is intended to be a convenient alternative to scp, allowing to transfer files without having to open another session and re-authenticate oneself. zssh is an interactive wrapper for ssh used to switch the ssh connection between the remote shell and file transfers. Files are transferred through the zmodem protocol, using the rz and sz commands.
converters/dosunix-1.0.14 (Score: 0.007000902)
Manipulation of text files in a mixed DOS/Windows and Unix environment
The suite of utilities known as DosUnix provide a selection of features allowing manipulation of text files in a mixed DOS/Windows and Unix environment. The three utilities are: - dosunix, which creates a copy of a DOS text file in Unix text format; - unixdos, which creates a copy of a Unix text file in DOS text format; - chktxt, which inspects a given text file to determine whether it is in DOS text format or Unix text format.
converters/fondu-051010 (Score: 0.007000902)
Series of programs to interconvert between mac fonts
A set of programs to interconvert between Mac font formats and PFB, TTF, OTF and BDF files on Unix.
converters/gbase-0.5 (Score: 0.007000902)
Program to convert between the 4 common bases used in programming
GBase is a GTK program designed to convert between the four common bases used in programming (decimal, hexadecimal, octal and binary). It converts numbers on-the-fly as they are typed in. It can also convert numbers entered on the command line. It can correctly handle both signed and unsigned 32-bit integers. License: Artistic
converters/libb64-1.2.1 (Score: 0.007000902)
Library for fast Base64 encoding and decoding
libb64 is a library of ANSI C routines for fast encoding/decoding of data into and from a Base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful encoding for storing binary data in a text file, such as XML, or sending binary data over text-only communication channels.
converters/rcctools-0.1.1 (Score: 0.007000902)
Charset conversion utility with language and encoding autodetection
Command line interface to devel/librcc library. It is a highly configurable tool (supports almost all library functionality) which allows to recode standard input on the per-line basis. Additionally, there is a special mode providing a way to bring the names of all files in the specified directory to appropriate form (to the specified encoding, transliterate all names to english, translate all names to english, etc.)
converters/tnef-1.4.12 (Score: 0.007000902)
Unpack data in MS Outlook TNEF format
This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them.
converters/ytnef-2.6 (Score: 0.007000902)
Unpack data in MS Outlook TNEF format
This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The YTNEF program allows one to unpack the attachments which were encapsulated into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them. Now supports winmail.dat Outlook files
databases/dbconnect-0.3.5 (Score: 0.007000902)
Use C++ object API to allow applications to connect to databases
DBConnect (Database Connect) API is an easy to use C++ object API to allow applications to connect to databases. Your DB applications can now become cross platform and cross databased. The API currently implements MySQL, Oracle8 and PostGreSQL drivers in the Unix environments and MySQL, Oracle8 and ODBC in the Windows environment.
databases/mysql++-3.2.2 (Score: 0.007000902)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. This port contains the version 3 of the library; see databases/mysql++ and databases/mysql++1 for the older versions.