Ports 搜索

共有549项符合/misc/的查询结果,以下是第301310项(搜索用时0.002秒)
misc/kdeutils-4.14.3 (Score: 0.121850066)
Collection of utilities for KDE 4
The KDE utilities are a compilation of various desktop utilities, developed in the KDE module kdeutils.
misc/nsf-1.0 (Score: 0.121850066)
NAKAMURA's Shell Form input
nsf - NAKAMURA's Shell Form input utility. This makes a shell script can form-input. Availablity of shell script grow wider and wider.
misc/nut-20.1 (Score: 0.121850066)
Nutrition software to record what you eat
nut is nutrition software to record what you eat and analyze your meals for nutrient composition. The database included is the USDA Nutrient Database for Standard Reference, Release 15, which contains 6,220 foods and 117 nutrients. This database contains values for vitamins, minerals, fats, calories, protein, carbohydrates, fiber, etc., and includes the essential polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are expressed as a percentage of the Daily Value, the familiar standard of food labeling in the United States, but also can be fully customized. Recipes can be added, and graphs drawn. The program is completely menu-driven and there are no commands to learn.
misc/orville-write-2.55 (Score: 0.121850066)
Advanced replacement for write/mesg
This implementation of the Unix write program adds many nice features while remaining close to the standard Unix program in spirit. It has been heavily used on M-Net since 1985 and on Grex since 1991, as well as a few other systems. It is a ground-up reimplementation using no proprietary code. It's available under a Berkeley-style license (no charge, no restriction on commercial use, just don't take my name off of it). The current version is fairly portable. Orville write was written for use on M-Net and Grex, both public access Unix systems in Ann Arbor. As such, many of the features are designed to support a system featuring a delicate mix of novice users and hostile pranksters, plus a lot of people who just want to talk. It's user interface is pretty much identical to the normal write program, but it offers many extensions and improvements.
misc/uuid-1.6.2 (Score: 0.121850066)
ISO-C API and CLI for generating Universally Unique Identifiers
OSSP uuid is a ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1).
misc/otter-3.3f (Score: 0.121850066)
Theorem prover and finite model searcher
Otter is an automated deduction system (theorem prover) for first-order logic with equality developed at Argonne National Laboratories.
misc/pfm-2.12.3 (Score: 0.121850066)
Terminal (curses)-based file manager written in Perl
pfm is a terminal (curses)-based file manager written in Perl, based on the PFM.COM for MS-DOS (originally by Paul Culley and Henk de Heer). Permission to use the original name was kindly granted by the original authors. Some of its features: * Commands are invoked with only one or two keypresses * Colored filenames according to extension or type * Support for executing user-defined commands (including wildcards) with only two keystrokes * A single-file and multiple-file mode * Multilevel sorting * Use of oldmarks and newmarks for executing multiple commands on the same group of files * Supports bookmarks for directories * Highly configurable through its config file * Supports commandline history and completion through use of the GNU readline library * Integration with versioning tools like Subversion, CVS, Bazaar, Mercurial, and Git
misc/Acme-ButFirst-1.00 (Score: 0.121850066)
Do something, but first do something else
Acme::ButFirst allows you to execute a block of code, but first do something else. Perfect for when you wish to add to the start of a long block of code, but don't have the energy to scroll upwards in your editor. Acme::ButFirst recognises both butfirst and but first as keywords. Usage of Acme::ButFirst is lexically scoped. ButFirstification can be explicitly disabled by using no Acme::ButFirst.
misc/Array-Compare-2.12 (Score: 0.121850066)
Perl extension for comparing arrays
Array::Compare is a Perl module which allows you to compare two arrays. It has a number of features which allow you to control the way that the arrays are compared: * white space in array elements can be significant or ignored. * particular columns in the arrays can be ignored. Additionally you can get a simple true/false return value or the number of columns which differ or an array containing the indexes of the differing columns. Seamus Venasse <svenasse@polaris.ca>
misc/Array-Diff-0.07 (Score: 0.121850066)
Diff two arrays
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff.