Ports Search

Results 1,0511,060 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
chinese/scim-array-1.0.1 (Score: 0.0041093323)
Array 30 SCIM IMEngine module
scim-array is an SCIM IMEngine module for array 30. It supports array 6.0 Unicode CJK Extension B and special input code.
science/Chemistry-Ring-0.20 (Score: 0.0040981714)
Represent a ring as a substructure of a molecule
Perl module which provides some basic methods for representing a ring.
sysutils/ptyprocess-0.5.1 (Score: 0.0040596654)
Run a subprocess in a pseudo terminal
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer.
x11-toolkits/Tk-JComboBox-1.14 (Score: 0.004045974)
Contains a Label or Entry, a Button, and a Listbox
JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by several other Composite widgets. Some such as BrowseEntry and Optionmenu are part of the standard Tk distribution, and there are many others available in CPAN. JComboBox borrows features from the Java Swing component bearing the same name, but falls short of being a true clone. Many of the methods and the general look and feel should be familiar to java developers. JComboBox also combines several features offered by many of the other "Combo Box" implementations, and works in two modes: editable and readonly. In readonly mode, JComboBox offers similar functionality to Optionmenu. It is basically a labeled button that activates a popup list. An item from the list is displayed on the Button when selected. When editable, JComboBox somewhat resembles BrowseEntry. That is, the widget is composed of an Entry widget with a Button to the right of it. As in the editable mode, the Button activates a popup Listbox from which a single item can be selected.
devel/Term-Sk-0.18 (Score: 0.004040977)
Display a progress indicator on a terminal
Term::Sk is a class to implement a progress indicator ("Sk" is a short form for "Show Key"). This is used to provide immediate feedback for long running processes.
ports-mgmt/genplist-1.2 (Score: 0.004040977)
Generates a static plist for a port
Genplist automatically creates a static plist for a port by installing it into a temporary directory, and then examining the directory tree. The process is based on the instructions for plist generation in the FreeBSD Porter's Handbook.
security/Crypt-OpenSSL-X509-1.8.06 (Score: 0.0040394343)
Perl extension for OpenSSL X509 API
This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".
sysutils/u-boot-2013.10 (Score: 0.0040346817)
Cross-build U-Boot loader for SolidRun Cubox
U-Boot loader for SolidRun Cubox-i and Hummingboard. Install the u-boot.imx file onto the boot disk using: dd if=u-boot.imx of=/dev/whatever bs=1k oseek=1 conv=sync The U-Boot built by this port expects the first 1MB of the boot media to be reserved for the U-Boot executable and saved environment. The u-boot.imx file begins at an offset of 1K from the start of the boot disk. The U-Boot environment area begins at an offset of 512K. This version is patched so that: * ELF and API features are enabled to support ubldr. The sources for this port were originally obtained from commit e4bc4c3ebe at https://github.com/SolidRun/u-boot-imx6 which appears to be a highly modified fork of the stock U-Boot 2013.10 release. As of this writing, the changes in this fork have not been rolled back into upstream U-Boot. For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
devel/MooseX-Runnable-0.10 (Score: 0.0040149936)
Tag a class as a runnable application
MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns the process' exit code. This is a convention that the community has been using for a while. This role tells the computer that your class uses this convention, and let's the computer abstract away some of the tedium this entails.
audio/Filesys-Virtual-DAAP-0.04 (Score: 0.0039914665)
Present a DAAP share as a VFS
The module can be used to republish a DAAP share. You'll probably want to use Net::DAV::Server or POE::Component::Server::FTP to re-export it in a browseable form.