Ports Search

Results 4,4214,430 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/libdnsres-0.1a (Score: 4.0127675E-4)
Provides a non-blocking thread-safe API for resolving DNS names
Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much.
devel/commons-configuration-1.10 (Score: 3.996488E-4)
Java package for the reading of configuration/preferences files
Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. Configuration parameters may be loaded from the following sources: * Properties files * XML documents * JNDI * JDBC Datasource Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration.
sysutils/enteruser-1.0 (Score: 3.996488E-4)
Extensible script for adding new users
Enteruser is an extensible script for adding new users to a FreeBSD system. It can be used to enter a single user, and it can be invoked as "queueuser" to add several users in batch. Unlike adduser(8), enteruser uses pw(8) and can be used concurrently by multiple admins and techs to add users to a system. Enteruser is also designed to be extensible. Please see http://www.daemonnews.org/199908/enteruser.html for further background.
sysutils/zrep-1.6.1 (Score: 3.996488E-4)
ZFS based replication and failover solution
Zrep is an enterprise-grade, single-program solution for handling asynchronous, continuous replication of a zfs filesystem, to another filesystem. That filesystem can be on another machine, or on the same machine. It also handles 'failover', as simply as "zrep failover datapool/yourfs". This will conveniently handle all the details of - Making 'yourfs' be a data destination, rather than a source - Making 'yourfs' be read-only - Making the destination fs be "live", and ready to transfer data to yourfs
editors/room-0.4.1 (Score: 3.9796383E-4)
PyRoom is a clone of WriteRoom and features "distraction-free writing"
With the goal of staying out of your way while writing creatively, PyRoom has a very specialized featureset. In fact, most features are hidden from your main interface, not cluttering your workspace with buttons and menus and statistics. Features of PyRoom: * no visual clutter * work on multiple documents at once (main text, outline, etc) * control PyRoom via keyboard shortcuts * autosave your work * check wordcounts on keypress * choose from preconfigured designs or create your own color scheme * further customize visual appearance and whitespace (line spacing, border, padding...)
japanese/less-382.262 (Score: 3.9796383E-4)
Less + zcat + ISO-2022 + UTF-8 - a pager similar to more and pg
Less is a program similar to more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi(1). This enhanced less support ISO 2022 code extension techniqes and Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file viewing. The author of the patch is jam@pobox.com, and the UTF-8 support patch is written by bogytech.
mail/mark_read-1.4.2 (Score: 3.9796383E-4)
Provides one-click link to mark read/unread all mails in a folder
This plugin allows the user to turn on the display of "(read/unread)" links to the right of any folders in their folder list that contain at least one message. Clicking on the link will then mark all messages in this folder as read/unread. Note that you may turn the "read/unread" link on and off by going to the Folders page. You may even turn only the "read" or the "unread" link on or off. It also displays a "mark all read/unread" link below the folder list to mark all folders read/unread that are selected on the Folders page.
math/influenceR-0.1.0 (Score: 3.9796383E-4)
Software Tools to Quantify Structural Importance of Nodes in a Network
influenceR: Software Tools to Quantify Structural Importance of Nodes in a Network Provides functionality to compute various node centrality measures on networks. Included are functions to compute betweenness centrality (by utilizing Madduri and Bader's SNAP library), implementations of Burt's constraint and effective network size (ENS) metrics, Borgatti's algorithm to identify key players, and Valente's bridging metric. On Unix systems, the betweenness, Key Players, and bridging implementations are parallelized with OpenMP, which may run faster on systems which have OpenMP configured.
sysutils/mgeupsd-0.3 (Score: 3.9796383E-4)
Monitor a state of MGE Pulsar UPS connected to RS-232 port
mgeupsd is a daemon process that sits in the background and check state of the UPS every 10 (by default) seconds. As soon as mgeupsd senses that the power is failing it notifies init(8) and init will execute the powerwait and powerfail entries. If mgeupsd senses that the power has been restored, it notifies init again and init will exe- cute the powerokwait entries. If mgeupsd senses that the UPS batteries has less than 20% of its energy it notifies init again and init will execute the powerfailnow entries.
textproc/htmlsection-1.1 (Score: 3.9796383E-4)
Insert section numbers in HTML and make a table of contents
htmlsection is a perl script to insert section number in HTML. When you use htmlsection, you don't have to manage section, table, figure, program-list, reference, term and note numbers and you don't have to make the table of contents, table index, figure index, and program-list index. * Insert section number in HTML and make links to the section. * Make the table of contents. * Insert table, figure, and program-list numbers and make links. * Make the index of tables, figures, and program-lists. * Insert reference, term, and note numbers and make links.