Ports Search

Results 1,5411,550 of 5,623 for /devel/.(0.003 seconds)
devel/mate-common-1.12.0 (Score: 0.032514982)
Common automake macros for MATE
This is a collection of automake macros used for developing new MATE applications.
devel/matreshka-0.7.0 (Score: 0.032514982)
Ada framework for information systems development
Matreshka is an Ada framework to develop information systems. It consists of five major components: League, XML processor, Web framework, SQL access, and the Modeling framework. League: High level abstraction of localization and internationalization. Also provides calendrical calculations, regular expressions, and JSON. XML processor: Sax reader and writer, supports XML 1.0 and 1.1 as well as namespaces. It also has an XML catalogs resolver. Web framework: Supports FastCGI, SOAP 1.2 and has a WSDL to Ada translator. SQL access: Database abstraction of MySQL, Oracle, PostgreSQL, SQLite and Firebird. Modeling framework: provides implementation of Meta Object Facility (MOF) written entirely in Ada. Extension modules assist in the analysis of UML modules and extensions (MOF, OCL, and UML testing profile) and diagram definition.
devel/maven3-3.0.5 (Score: 0.032514982)
Java project management tool, 3.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/maven31-3.1.1 (Score: 0.032514982)
Java project management tool, 3.1.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/maven33-3.3.3 (Score: 0.032514982)
Java project management tool, 3.3.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/mdds-0.12.1 (Score: 0.032514982)
Multi-dimensional data index algorithm
Multi-Dimensional Data Structure (mdds) is a collection of multi-dimensional data structure and indexing algorithm.
devel/binutils-2.15 (Score: 0.032514982)
The binutils cross-toolchain for the 6811
This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ...
devel/menhir-20160303 (Score: 0.032514982)
LR(1) parser generator for OCaml
Menhir is a LR(1) parser generator for the OCaml programming language. It is 90% compatible to ocamlyacc (included with the OCaml distribution), and it has some advantages over ocamlyacc, such as limited EBNF support, LR(1) generation instead of LALR(1), better conflict explanation and production of reentrant parsers (amongst others).
devel/make++-2.0 (Score: 0.032514982)
Drop-in replacement for GNU make
Makepp is a drop-in replacement for GNU make which has a number of features that allow for more reliable builds and simpler build files. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because (1) it was designed for building C++ programs; (2) its relationship to make is analogous to C++'s relationship to C. For backward compatibility, it will work with input files designed for make, but there are much better ways to do things.
devel/Moose-2.1806 (Score: 0.032514982)
Complete modern object system for Perl 5
Moose is an extension of the Perl 5 object system. Another object system!?!? Yes, I know there has been an explosion recently of new ways to build objects in Perl 5, most of them based on inside-out objects, and other such things. Moose is different because it is not a new object system for Perl 5, but instead an extension of the existing object system. Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it also provides the power of metaclass programming.