Ports Search

Results 3,6013,610 of 5,623 for /devel/.(0.004 seconds)
devel/pcre-8.39 (Score: 0.032514982)
Perl Compatible Regular Expressions library
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software.
devel/pcre2-10.21 (Score: 0.032514982)
Perl Compatible Regular Expressions library, version 2
PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. Some features that appeared in Python and the original PCRE before they appeared in Perl are also available using the Python syntax. There is also some support for one or two .NET and Oniguruma syntax items, and there are options for requesting some minor changes that give better ECMAScript (aka JavaScript) compatibility.
devel/apache-rat-0.11 (Score: 0.032514982)
Release audit tool
Apache Rat. Apache Rat is a release audit tool, focused on licenses. Use Rat to improve accuracy and efficiency when checking releases for licenses.
devel/gearmand-1.0.6 (Score: 0.032514982)
Gearman C Server and Library
Gearman provides a generic framework to farm out work to other machines or dispatch function calls to machines that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport for database replication.
devel/pdcurses-3.4 (Score: 0.032514982)
Curses library implementation for Win32, DOS, OS/2, and X11
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. It supports most compilers for these platforms. The X11 port allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce native X11 applications.
devel/Config-1.10.12 (Score: 0.032514982)
Your configurations swiss-army knife
The Config package provides methods for configuration manipulation. * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache...) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure * Provides XPath like access to directives
devel/Console_Color-1.0.3 (Score: 0.032514982)
PEAR use ANSI console colors
You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example.
devel/Console_CommandLine-1.2.2 (Score: 0.032514982)
Full featured command line options and arguments parser
Console_CommandLine is a full featured package for managing command-line options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: * handles sub commands (ie. $ myscript.php -q subcommand -f file), * can be completely built from an xml definition file, * generate --help and --version options automatically, * can be completely customized, * builtin support for i18n, * and much more...
devel/gitg-3.19.6 (Score: 0.032514982)
GTK-based git repository viewer
An alternative Git GUI with an emphasis on graphical representation of data and actions. It can: * Browse revision history * Commit changes * Show colorized diff of changes in revisions * Handles extremely large projects very well
devel/Console_Getargs-1.3.5 (Score: 0.032514982)
PEAR command-line arguments parser
PEAR::Console_Getargs implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration.