diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-01 19:18:17 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-01 19:18:17 +0000 |
commit | 06bff7a001ac75bbd3a6b46df54e49015d79c59d (patch) | |
tree | 9c9f758e41fd70bda28b53c6f087aaf9bb6d332a /devel/Makefile | |
parent | d20298d4738f9ffd68578ee92e8d47498e131a2f (diff) |
devel/matreshka: 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.
WWW: http://forge.ada-ru.org/matreshka
PR: ports/180097
Submitted by: John Marino <draco@marino.st>
Notes
Notes:
svn path=/head/; revision=322140
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 88e3eb9827ee..dda066d66789 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1210,6 +1210,7 @@ SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend + SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven2 |