Ports Search

Results 12,91112,920 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.021 seconds)
x11/yalias-0.7 (Score: 4.5905075E-5)
Enhanced execution box with regex pattern matching
yalias has a window with two buttons and a text widget. The left button clears the widget (and is bound to the Escape key). The right button matches the contents of the widget against a series of regular expressions that the user has previously specified in their $HOME/.yaliasrc, and executes the specified command if it matches any of them.
ports-mgmt/portmaster-3.17.9 (Score: 4.5616413E-5)
Manage your ports without external databases or languages
This script uses the existing ports infrastructure to track dependencies, and keep them up to date. It is written in /bin/sh so it has no dependencies. Portmaster has the following features: * Updates and repairs (as needed) entries for dependencies in both +CONTENTS and +REQUIRED_BY files for both the port that is being updated, and any ports that depend on it * Runs make config recursively through all ports before starting build * Downloads distfiles in the background * Recursively checks and upgrades (or installs) all dependencies * User can force upgrades of all dependent ports * Offers the user the opportunity to delete stale distfiles * Supports ports/MOVED and non-default settings of PORTSDIR and PKG_DBDIR * Interactive update mode (prompts for each update) * Option to rebuild port, and ports that depend on it * Options to make packages out of installed, and new ports * Option to clean out stale port dependencies * Options to list installed ports by category, and those with new versions * Packages can be used for installation either exclusively, if available, or only for build dependencies
sysutils/u-boot-2014.10 (Score: 4.5616413E-5)
Cross-build U-Boot loader for BeagleBone and BeagleBone Black
U-Boot loader for BeagleBone and BeagleBone Black. To install this bootloader, copy the files MLO and bb-uboot.img to the FAT partition on an SD card or the eMMC. Normally this is partition 1, but different partitions can be set with U-Boot environment variables. This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file uboot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads ELF ubldr from file bbubldr on the FAT partition to address 0x88000000, and launches it. Note: prefixing the boot files with 'bb' allows building images with boot bits for more than one board. For information about running FreeBSD on BeagleBone or BeagleBone Black, see https://wiki.freebsd.org/FreeBSD/arm/BeagleBone For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
archivers/lzo2-2.09 (Score: 4.44474E-5)
Portable speedy, lossless data compression library
LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless.
audio/audacity-2.1.2 (Score: 4.44474E-5)
GUI editor for digital audio waveforms
Audacity is a program that lets you manipulate digital audio waveforms. In addition to letting you record sounds directly from within the program, it imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all common editing operations such as Cut, Copy, and Paste, plus it will mix tracks and let you apply plug-in effects to any part of a sound. It also has a built-in amplitude envelope editor, a customizable spectrogram mode and a frequency analysis window for audio analysis applications.
biology/wise-2.4.1 (Score: 4.44474E-5)
Intelligent algorithms for DNA searches
"Wise2 is package that is focused on comparing DNA sequences at the level of its conceptual translation, regardless of sequencing error and introns. This really is a rewrite of the old wisetools package, which I wrote about 3 years ago. It can compare a single protein or a profile HMM to a genomic DNA sequence, and predict a gene structure. This is algorithm, called genewise, is one of the algorithms available in Wise2. There are other algorithms focused on EST data rather than genomic data, as well as some other algorithm curios." - from the web site (Ewan Birney)
comms/uird-1.1 (Score: 4.44474E-5)
The Universal IR Receiver Daemon
UIRD is software to control your PC via a normal remote control. It is designed to interface with the UIRR (Universal IR Receiver), which is a piece of hardware that you can easily build yourself. Features: * Embedded perl-interpreter for advanced scripting features * Learning mode - interactively press a button on your remote and then enter what should happpen every time you push that button * Simple configuration-file for specifying what should happen when you push a particular button * Network mode sends IR-data encapsulated in UDP-packets over the network to a remote host
converters/JSON-Tiny-0.56 (Score: 4.44474E-5)
Minimalistic JSON
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious framework. It has been adapted as a single-source-file module of under 350 lines of code and core-only dependencies. Key features include relaxed JSON handling, transparent Unicode support, speed, small memory footprint, and a minimal code base ideal for bundling or inlining. Mojo::JSON was chosen as a model because it is robust, minimal, and well tested. Mojo::JSON's tests were also adapted to a design free of non-core dependencies.
databases/DBIx-NoSQL-0.0020 (Score: 4.44474E-5)
NoSQL-ish overlay for an SQL database
DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and retrieve data. It does this by using a table called __Store__. Once connected to a database, it will detect if this table is missing and create it if necessary. When writing data to the store, the data (a HASH reference) is first serialized using JSON and then inserted/updated via DBIx::Class to (currently) an SQLite backend. Retrieving data from the store is done by key lookup or by searching an SQL-based index. Once found, the data is deserialized via JSON and returned.
databases/pgaccess-1.00.20140902 (Score: 4.44474E-5)
Powerful PostgreSQL database GUI administration tool and toolkit
PgAccess is a pretty GUI (Graphical User Interface) for the open source database PostgreSQL. PgAccess is a cross-platform database management tool for PostgreSQL, written in Tcl/Tk. There are active efforts to turn it into a tool for writing applications that can work in a distributed client-server model (a central PostgreSQL database and remote clients). PgAccess was originally written by Constantin Teodorescu using Visual Tcl, "the best tool for developing Tcl/Tk applications I've ever seen." It is currently managed by the developers at BSDforge.com.