Difference between revisions of "Edma"

From Free Software Directory
Jump to: navigation, search
(edma-0.19.1)
(dma-0.19.2, source http://papermint-designs.com/dmo-blog/2021-06-gnuedma-tutorial--objects-and-classes)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU EDMA
+
|Name=GNU/EDMA
|Short description=Object Oriented and Componentware Framework.
+
|Short description=Framework for developing object-oriented applications.
|Full description='''EDMA''' is a development environment that combines ideas from both object-oriented programming and component-based systems. It is used to build modular, evolving applications as well as reusable components.
+
|Full description='''EDMA''' is library that implements several object oriented features in plain C.
  
EDMA provides a convenient means to build object-oriented programs in C without requiring C++. Also, it has a unique component system, unlike other free software component-based systems which imitate the design of proprietary counterparts. It includes a graphical wizard, gidfwizard, a tool for building GNU EDMA Interface definition files and to create skeleton files necessary to build EDMA classes, and a graphical class browser, gecb.
+
The GNU/EDMA system is a framework designed to provide object oriented programming and component based features to generic applications, despite of the underlying programming language. The system is physically a library plus a set of language bindings that provides a development environment and a set of functions for object-oriented programming and component-based development.
  
Its name stands for ''Entorno de Desarrollo Modular y Abierto'', meaning the Modular and Open Development Environment.
+
Its name is an acronym for '''Entorno de Desarrollo Modular y Abierto'''.
 
|Homepage URL=https://www.gnu.org/software/edma/
 
|Homepage URL=https://www.gnu.org/software/edma/
|Version download=https://alpha.gnu.org/gnu/edma/gnuedma-0.19.1.tar.gz
+
|Version download=http://papermint-designs.com/dmo-blog/download/gnuedma-0.19.2.tar.gz
|Is High Priority Project=No
 
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/edma co edma
 
|Documentation note=https://www.gnu.org/software/edma/notes
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Related projects=gnustandards
 
|Keywords=module,Component Object Module,System Object Module,EDMA
 
|Version identifier=0.18.6
 
|Version date=2013/03/15
 
|Version status=beta
 
|Last review by=Bendikker
 
|Last review date=2019/01/24
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|User level=none
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|OpenPGP signature=https://ftp.gnu.org/gnu/edma/gnuedma-0.18.6.tar.gz.sig
 
|Test entry=No
 
|Is GNU=Yes
 
|GNU package identifier=edma
 
|Decommissioned/Obsolete=No
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 38: Line 16:
 
|License verified date=2022-07-27
 
|License verified date=2022-07-27
 
|License note=https://cvs.savannah.gnu.org/viewvc/edma/gnuedma/corie/COPYING.LESSER?revision=1.1&view=markup
 
|License note=https://cvs.savannah.gnu.org/viewvc/edma/gnuedma/corie/COPYING.LESSER?revision=1.1&view=markup
* applies to part: software library (CORIE, the main core of the GNU/EDMA project)
+
* applies to part: software library (for the core and stock classes to allow any other application to use it))
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License copyright=Copyright (C) 1998,1999,2002,2005,2010,2013 David Martínez Oliveira
 
|License copyright=Copyright (C) 1998,1999,2002,2005,2010,2013 David Martínez Oliveira
* applies to part: graphical tools
 
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2022-07-27
 
|License verified date=2022-07-27
|License note=graphical tools, see https://cvs.savannah.gnu.org/viewvc/edma/gnuedma/packages/
+
|License note=for the tools that come with the framework
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library
 
|Programming-language=C
 
|Programming-language=C
 
|Runs-on=GNU/Linux
 
|Runs-on=GNU/Linux
Line 119: Line 96:
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://www.wikidata.org/wiki/Q76183376
 
|Resource URL=https://www.wikidata.org/wiki/Q76183376
 +
}}
 +
{{Resource
 +
|Resource audience=David Martinez Oliviera
 +
|Resource kind=Developer
 +
|Resource URL=http://papermint-designs.com/dmo-blog/2021-06-gnuedma-tutorial--objects-and-classes
 
}}
 
}}
 
{{EntryDetails
 
{{EntryDetails
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Version identifier=0.19.1
+
|Version identifier=0.19.2
|Version date=2021-06-07
+
|Version date=2021-06-09
 
|Version status=alpha
 
|Version status=alpha
 +
|Version comment=http://papermint-designs.com/dmo-blog/2021-06-fixing-gnuedma-to-work-on-64bits-platforms
 
|Last review by=Genium
 
|Last review by=Genium
 
|Last review date=2022-07-27
 
|Last review date=2022-07-27

Revision as of 14:01, 27 July 2022


[edit]

GNU/EDMA

https://www.gnu.org/software/edma/
Framework for developing object-oriented applications.

EDMA is library that implements several object oriented features in plain C.

The GNU/EDMA system is a framework designed to provide object oriented programming and component based features to generic applications, despite of the underlying programming language. The system is physically a library plus a set of language bindings that provides a development environment and a set of functions for object-oriented programming and component-based development.

Its name is an acronym for Entorno de Desarrollo Modular y Abierto.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

27 July 2022

Notes

https://cvs.savannah.gnu.org/viewvc/edma/gnuedma/corie/COPYING.LESSER?revision=1.1&view=markup

  • applies to part: software library (for the core and stock classes to allow any other application to use it))

Verified by

Genium

Verified on

27 July 2022

Notes

for the tools that come with the framework




Leaders and contributors

Contact(s)Role
Russell Reed Contributor
David Martinez Oliviera Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftp.gnu.org/old-gnu/edma/
FTPDownloadhttps://alpha.gnu.org/gnu/edma/
SavannahVCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/edma/
SavannahVCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/edma/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-edma/
FTPMailing Listhttps://ftpmirror.gnu.org/edma/
SavannahDeveloperhttps://savannah.gnu.org/projects/edma/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-edma/
David Martinez OlivieraDeveloperhttp://papermint-designs.com/dmo-blog/2021-06-gnuedma-tutorial--objects-and-classes
WikidataGeneralhttps://www.wikidata.org/wiki/Q76183376
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-edma/
FTPDownloadhttps://ftp.gnu.org/gnu/edma/


Software prerequisites

This entry (in part or in whole) was last reviewed on 27 July 2022.



Version comment

http://papermint-designs.com/dmo-blog/2021-06-fixing-gnuedma-to-work-on-64bits-platforms


Entry

















"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"David Martinez Oliviera" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.