Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第9,4719,480项(搜索用时0.015秒)
devel/VCP-0.9.20050110 (Score: 6.135602E-5)
Tool for copying files between various SCM repositories
vcp is a tool for copying revision controlled files between various SCM repositories. For example, using vcp, it is possible to copy the contents of a entire Perforce depot (or part of one) into a depot on a different Perforce server or to copy the contents of a CVS repository into a Perforce server (or vice-versa). This port is a private snapshot because p5-VCP's distribution files is gone from the MASTER_SITE, and does not currently work with svk.
graphics/GD-TextUtil-0.86 (Score: 6.135602E-5)
Text utilities for use with GD drawing package
This are Text utilities for use with the GD drawing package. This package provides three modules: GD::Text: Provides information about a font, irrespective of whether the font is a TTF or builtin font. GD::Text::Align Align a string around a coordinate, left, right, center, top, bottom or center. GD::Text::Wrap Wrap a long string between a right and left margin, starting at a certain y coordinate. Layout the text flush left, flush right, center, or justified.
misc/dejagnu-1.6 (Score: 6.135602E-5)
Automated program/system tester
DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A Test Harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness. DejaGnu is written in Expect, which in turn uses Tcl -- Tool command language.
security/retranslator-5.0.0 (Score: 6.135602E-5)
The update utility for Kaspersky applications
The update utility is designed to download and save updates and modules of the Kaspersky Lab's applications into a separate folder. With the help of the utility you can download updates for selected Kaspersky Lab's applications installed either in your network or at a home PC. The utility has a function for saving downloaded updates and autopatches in a local folder, a network folder connected as a disc to the computer file system, or onto a flash-carrier.
www/HTTP-Exception-0.04006 (Score: 6.135602E-5)
Perl extension to throw HTTP-Errors as (Exception::Class-) Exceptions
Every HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. In fact have a look at Exception::Class' docs for more general information on exceptions and Exception::Class::Base for information on what methods a caught exception also has. HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is a number) subclasses. That means that HTTP::Exception->new(404) returns a HTTP::Exception::404 object, which in turn is a HTTP::Exception::Base - Object.
x11/xkeycaps-2.46 (Score: 6.135602E-5)
Graphically display and edit the keyboard mapping
xkeycaps is a graphical front-end to xmodmap. It opens a window that looks like a keyboard; moving the mouse over a key shows what KeySyms and Modifier bits that key generates. Clicking on a key simulates KeyPress/KeyRelease events on the window of your choice. It is possible to change the KeySyms and Modifiers generated by a key through a mouse-based interface. This program can also write an input file for xmodmap to recreate your changes in future sessions.
games/nadar-2.0 (Score: 5.97244E-5)
Network tank battle game
N.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with computer players and human players over the network. This port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar". "nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R. "nadar" is a client of N.A.D.A.R. for X. Run it after nadars starts. Example: server-machine> nadars client-machine1> nadar -s [Server's hostname] -p [Player's name] client-machine2> nadar -s [Server's hostname] -p [Player's name] ... If playing speed is very slow, Run nadar as below with size option. client-machine> nadar -s [Server's hostname] -p [Player's name] -size 30 See nadars(1) and nadar(1) for more details.
x11-toolkits/Tk-DKW-0.03 (Score: 5.97244E-5)
Collection of Tk widgets
Tk::CheckBox - A radio button style widget that uses a check mark in a box. Useful as a boolean field. Tk::Columns - A multicolumn list widget with resizeable borders and sorting by column. Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard equivalent behaviour Tk::IconCanvas - A canvas implementing a moveable iconic interface. Allows attaching menus to icons and to background. Tk::SplitFrame - A sliding separator for two child widgets. Allows either horizontal or vertical separation between the two widgets. Can work in concert as horizontal inside vertical or vice-versa. Tk::TabFrame - A tabbed frame geometry manager (like NoteBook). Tk::DockFrame - A dockable widget management widget hierarchy. Tk::CornerBox - A textured window resizing widget (like in Win95) Tk::Signals - A publish and subscribe object signalling method like that found in QT. Very useful when widgets that are not in the same hierarchy need to alert each other to various application level events.
devel/ZConf-GUI-1.1.0 (Score: 5.9632443E-5)
GUI backend chooser
A ZConf backed method of choosing a backend for a Perl module that has multiple backends. zcgui-get Gets the current preferred backends for a module. zcgui-gux Gets the value for useX. zcgui-la Lists available GUI backends for a ZConf::GUI compliant module. zcgui-lm Lists the modules that currently have preferences set. zcgui-set Set the preferred backends for a module. zcgui-sux Set the useX value for a module. zcgui-which Prints a list of the available preferred modules for a module.
misc/progressbar-2.3 (Score: 5.9632443E-5)
Text progressbar library for python
This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.