Ports Search

Results 14,83114,840 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
devel/JIRA-Client-0.43 (Score: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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>
devel/Meta-Builder-0.003 (Score: 9.2782444E-5)
Perl extension for creating Meta objects to track custom metrics
Meta::Builder is designed to be a generic tool for writing Meta objects. Unlike specialized tools, Meta::Builder makes no assumptions about what metrics you will care about. Meta::Builder also mkaes it simple for others to extend your meta-object based tools by providing hooks for other packages to add metrics to your meta object.