Ports Search

Results 131140 of 1,266 for /sysutils/.(0.046 seconds)
sysutils/debhelper-9.20150101 (Score: 0.0807937)
Helper programs for debian/rules
debhelper is a collection of programs that can be used in a debian/rules file to automate common tasks related to building binary debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, etc. This will be of use only to debian developers or others who wish to build debian packages.
sysutils/drmaa-0.4b3 (Score: 0.0807937)
Interact with DRMAA-compliant distributed resource management systems
drmaa-python is a python package to interact with DRMAA-compliant distributed resource management systems. The library tries to be compliant with the DRMAA 1.0 Python language binding.
sysutils/deltarpm-3.6 (Score: 0.0807937)
Tool that generates delta RPMs
DeltaRPM is a tool that generates RPMs that contains the difference between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old one. You don't have to have a copy of the old RPM, as it can also work with installed RPMs. The package also contains tools for creating and applying delta ISOs.
sysutils/cciss_vol_status-1.11 (Score: 0.0807937)
Reports status of logical drives on ciss(4) controllers
Very lightweight program to report the status of logical drives on Smart Array controllers ciss(4).
sysutils/scandir-1.3 (Score: 0.0807937)
Fast and featureful directory iterator
scandir, a better directory iterator and faster os.walk() scandir() is a generator version of os.listdir() that returns an iterator over files in a directory, and also exposes the extra information most operating systems provide while iterating files in a directory (such as type and stat information). This module also includes a version of os.walk() that uses scandir() to speed it up significantly. NOTE: If you're using Python version 3.5+, os.scandir() and the speed improvements to os.walk() are already available in the standard library.
sysutils/rsyncbackup-1.0 (Score: 0.0807937)
Rsync frontend written in Perl
rsyncbackup is a perlscript that reads configuration files for sources and destinations, and feeds the rsync tool with the appropriate parameters.
sysutils/cdeploy-0.2.1 (Score: 0.0807937)
Deploy a set of configuration files to a target file system
This is a port of the cdeploy utility, a tool which can be used to deploy a directory sub-tree into another directory tree. cdeploy is currently maintained by the RootForum.org community.
sysutils/rsyncrypto-1.12 (Score: 0.0807937)
Rsync Friendly File Encryption
Rsyncrypto is a modified encryption scheme. It is based on industry standard AES for symmetric encryption, as well as RSA for having different keys for each file while allowing a single key to decrypt all files. It even uses an encryption mode that is based on CBC. Rsyncrypto does, however, do one thing differently. It changes the encryption schema from plain CBC to a slightly modified version. This modification ensures that two almost identical files, such as the same file before an after a change, when encrypted using rsyncrypto and the same key, will produce almost identical encrypted files. This means that both objectives can be achieved simultaneously.
sysutils/dim-1.1 (Score: 0.0807937)
Directory lister which sorts the file list in 2D
Dim displays the files in a directory by grouping them visually, making it easy to see what files are related at a glance.
sysutils/dirdiff-2.1 (Score: 0.0807937)
Graphical diff tool
Dirdiff is a graphical tool for displaying the differences between directory trees and for merging changes from one tree into another. Dirdiff can handle up to 5 trees. It displays a main window with a list of the files which are different between the trees, with colored squares to indicate the relative ages of the versions. A menu allows you to display the differences between any two of the versions in another window. Another menu allows you to copy the file from one tree to another.