Ports Search

Results 15,10115,110 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Locale-Maketext-Fuzzy-0.11 (Score: 5.180394E-5)
Maketext from already interpolated strings
This module is a subclass of Locale::Maketext, with additional support for localizing messages that already contains interpolated variables. This is most useful when the messages are returned by external modules -- for example, to match dir: command not found against [_1]: command not found.
devel/JIRA-Client-0.43 (Score: 5.180394E-5)
Extended interface to JIRA's SOAP API
JIRA is a proprietary bug tracking system from Atlassian (http://www.atlassian.com/software/jira/). This module implements an Object Oriented wrapper around JIRA's SOAP API. Moreover, it implements some other methods to make it easier to do some common operations. NOTE: This module has been deprecated in favour of devel/p5-JIRA-REST; see WWW below for details.
devel/JIRA-REST-0.012 (Score: 5.180394E-5)
Extended interface to JIRA REST API
JIRA is a proprietary bug tracking system from Atlassian (http://www.atlassian.com/software/jira/). This module implements an Object Oriented wrapper around JIRA's REST API. Moreover, it implements some other methods to make it easier to do some common operations.
devel/JSON-Pointer-0.07 (Score: 5.180394E-5)
Perl extension of JSON Pointer (RFC6901)
This library is implemented JSON Pointer (http://tools.ietf.org/html/rfc6901) and some useful operator from JSON Patch (http://tools.ietf.org/html/rfc6902). JSON Pointer is available to identify a specified value in JSON document, and it is simillar to XPath. Please read the both of specifications for details.
devel/JSON-RPC-Common-0.11 (Score: 5.180394E-5)
Transport agnostic JSON RPC helper objects
p5::JSON::RPC-Common is a perl module provides abstractions for JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2) Procedure Call and Procedure Return objects (formerly known as request and result), along with error objects. It also provides marshalling objects to convert the model objects into JSON text and HTTP requests/responses.
devel/List-AllUtils-0.10 (Score: 5.180394E-5)
Combines List::Util and List::MoreUtils in one bite-sized package
Are you sick of trying to remember whether a particular helper is defined in List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines.
devel/Log-Accounting-SVK-0.05 (Score: 5.180394E-5)
Perl module for accounting SVK repository
This module make use of Algorithm::Accounting and SVK to do simple accounting of any SVK repository. The installed svn-accounting.pl script demonstrate a simple use to this module, you may try: svk-accounting.pl // This will display all the contributions of developers under repository '//'. You may also specify depotpath like '//trunk/svk'.
devel/Log-Accounting-SVN-0.01 (Score: 5.180394E-5)
Perl module for accounting SVN repository
This module make use of Algorithm::Accounting and SVN::Log to do simple accounting of any subversion repository (not necessarily local, as long as you can do "svn log" to). The installed svn-accounting.pl script demonstrate a simple use to this module, you may try: svn-accounting.pl http://svn.collab.net/repos/svn/
devel/libbobcat-3.25.01 (Score: 5.180394E-5)
Brokken's Own Base Classes And Templates
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. It is a shared library implementing C++ classes that are frequently used in software developed by Frank Brokken. Frank's existing programs will depend on `bobcat' in the near future.
devel/Log-TraceMessages-1.4 (Score: 5.180394E-5)
Perl extension for trace messages used in debugging
This module is a better way of putting 'hello there' trace messages in your code. It lets you turn tracing on and off without commenting out trace statements, and provides other useful things like HTML-ified trace messages for CGI scripts and an easy way to trace out data structures using Data::Dumper. Seamus Venasse <svenasse@polaris.ca>