Ports Search

Results 431440 of 650 for name%3Aeclipse.(0.004 seconds)
shells/wcd-5.3.2 (Score: 0.0043663546)
Command-line program to change directory fast
Wcd is a command-line program to change directory fast. It saves time typing at the keyboard. One needs to type only a part of a directory name and wcd will jump to it. Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories. Wcd also includes a full screen interactive directory tree browser with speed search.
sysutils/pefs-2016.06.11 (Score: 0.0043663546)
PEFS kernel level stacked cryptographic filesystem
PEFS is a kernel level stacked cryptographic filesystem for FreeBSD. Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation.
sysutils/du2ps-3.1 (Score: 0.0043663546)
Filter for converting output of du to PostScript file
The du2ps reads output of du(1), then generates a figure of hierarchical structure and utilization of each directory. The du2ps is a similar program to xdu, but it produces result as a PostScript file. The default paper is ISO A4, but you can select Letter or ISO A3/B4/B5. You can also specify font name, font size, number of columns and other options.
sysutils/metalog-3 (Score: 0.0043663546)
Modern syslogd replacement with PCRE support
Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (ex: mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferisation for maximal performance.
sysutils/renameutils-0.12.0 (Score: 0.0043663546)
Rename files faster and more easily
The file renaming utilities consists of five programs designed to make renaming of files faster and less cumbersome: - qmv ("quick move") allows a bunch of file names to be edited in a text editor; - imv ("interactive move") allows a single file name to be edited in the terminal using the GNU Readline library - qcp and icp are similar to qmv and imv but copy files instead of moving them; - deurlname removes URL encoded characters (such as %20 representing space) from file names.
sysutils/setcdboot-1.0 (Score: 0.0043663546)
Mark a file bootable within a DEC Alpha ISO-9660 image
`setcdboot' is used on the DEC Alpha platform to mark a file bootable within an Alpha ISO-9660 image bootable. First create an ISO-9660 image using `mkisofs', and then run setcdboot <name_of_iso_image> <boot_path_within_image> Once a bootable file image has been marked with `setcdboot', burn the image to CDROM media in the usual manner. To boot the resulting CDROM, simply specify the CDROM device as the boot device and the Alpha will boot as if from hard disk.
sysutils/userneu-1.43 (Score: 0.0043663546)
Account management and creation tool
'userneu' is a Perl script that parses a list of usernames and additional information (such as the real name or other information to be put in the GECOS field in /etc/passwd) and creates Unix accounts and (if desired) Samba accounts as well. If the script stumbles upon duplicate user names it can append random characters to the username until it fits. -Andreas Fehlner fehlner@gmx.de
sysutils/ua-1.0.1 (Score: 0.0043663546)
Finds sets of identical files
ua is a simple command-line tool that finds sets of identical files. The name ua is derived from the Hungarian word ugyanaz meaning the same. The development of ua was motivated by the disturbingly often recurring event of waiting too long for a shell script using sorts, md5sums, diffs and the like to finish finding identical files. While there are many tools out there, we needed a tool that can ignore white spaces and runs quite fast. LICENSE: GPL2 or later
sysutils/whowatch-1.4 (Score: 0.0043663546)
Displays information in real time about users currently logged on
Whowatch is an interactive who-like program that displays information about the users currently logged on to the machine. In addition to standard information (login name, tty, host, user's process), the type of the connection (telnet or ssh) is shown. You can toggle display between the users' commands or idle times. You can watch the process tree, navigate in it, and send INT and KILL signals.
textproc/XML-RegExp-0.04 (Score: 0.0043663546)
Regular expressions for XML tokens
This package contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue. The definitions of these tokens were taken from the XML spec (Extensible Markup Language 1.0) at http://www.w3.org/TR/REC-xml. Also contains the regular expressions for the following tokens from the XML Namespaces spec at http://www.w3.org/TR/REC-xml-names: NCNameChar, NCName, QName, Prefix and LocalPart.